index
:
MinecraftConsoles.git
main
Minecraft Legacy Console Edition
ProsperousPotato
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Minecraft.Client
/
Minecraft.cpp
Age
Commit message (
Expand
)
Author
9 days
Fix joining servers in split screen, splitscreen fixes (#1031)
MrTheShy
13 days
Modernize project codebase (#906)
ModMaker101
13 days
Split screen, widescreen support, font rendering fixes, ui scaling fixes (#767)
MrTheShy
13 days
Fix stale held item appearing when switching worlds (#910)
Ayush Thoren
13 days
Allow closing some menus with inventory/crafting keys (#868)
Adem Kurt
14 days
Revert "Project modernization (#630)"
Loki Rautio
14 days
Project modernization (#630)
ModMaker101
14 days
Change F3 rendering and add git version information (#836)
rtm516
2026-03-06
Add toggle inventory/crafting with E and C/R keys (#593)
Adem Kurt
2026-03-07
Remove all MSVC `__int64` (#742)
void_17
2026-03-06
Disable overlapping debug cheat inputs on dpad for Release
Loki Rautio
2026-03-06
Disable DPad Cheat Overrides on Release builds
Loki Rautio
2026-03-06
Overhaul Keyboard/Mouse Support (#612)
MrTheShy
2026-03-06
Introduce uid.dat (offline PlayerUIDs), fix multiplayer save data persistence...
kuwa
2026-03-06
Fixed the double block break in Creative mode (#642)
Marvelco
2026-03-06
Remove AUTO_VAR macro and _toString function (#592)
void_17
2026-03-05
Updated to work with KBM refactor (#507)
Korean
2026-03-05
Fix F3 opening host menu (#522)
Alezito2008
2026-03-05
refactor: refactor KBM input code
daoge_cmd
2026-03-04
Fix overlapping debug menus and screens (#294)
rtm516
2026-03-04
Add menu display check for sneak toggle in flying mode (#319)
Fin
2026-03-03
feat: make the game sensitivity slider affect mouse sensitivity (#255)
4win
2026-03-03
feat: TU19 (Dec 2014) Features & Content (#155)
daoge
2026-03-02
Revert "Get rid of MSVC's __int64"
void_17
2026-03-02
Revert "shared_ptr -> std::shared_ptr"
void_17
2026-03-02
Revert "Add hook for modloader (#117)"
void_17
2026-03-02
Revert "dynamic_pointer_cast -> std::dynamic_pointer_cast"
void_17
2026-03-02
dynamic_pointer_cast -> std::dynamic_pointer_cast
void_17
2026-03-02
Add hook for modloader (#117)
Daniel McGuire
2026-03-02
shared_ptr -> std::shared_ptr
void_17
2026-03-02
Get rid of MSVC's __int64
void_17
2026-03-02
feat: Windows64 local multiplayer support (#13)
Sean Hoyt
2026-03-01
feat: implement per-frame mouse look for reduced input latency on Windows
daoge_cmd
2026-03-01
feat: implement game-tick input handling and per-frame edge detection
daoge_cmd
2026-03-01
feat: add support for keyboard and mouse input
daoge_cmd
2026-03-01
Initial commit
daoge_cmd