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
/
Windows64
/
Windows64_Minecraft.cpp
Age
Commit message (
Expand
)
Author
2026-03-06
Fix gamma slider via pixel shader #178 (#481)
ModMaker101
2026-03-06
Remove AUTO_VAR macro and _toString function (#592)
void_17
2026-03-05
Fix F3 opening host menu (#522)
Alezito2008
2026-03-05
Persist fullscreen setting and start windowed mode maximized (#446)
Marlian
2026-03-05
Fix for any aspect ratio in 3D Environments (#320)
Fayaz Shaikh
2026-03-05
refactor: refactor KBM input code
daoge_cmd
2026-03-04
Restore username.txt loading without conflict
Loki Rautio
2026-03-04
Disable automatic Windows account username
Loki Rautio
2026-03-04
feat: headless server
daoge_cmd
2026-03-04
feat: add support for username, IP, and port configuration via launch arguments
daoge_cmd
2026-03-04
Fix overlapping debug menus and screens (#294)
rtm516
2026-03-04
Update username logic and implement latest LCEMP changes (#311)
Slenderman
2026-03-03
Fix player save data issue & multiple username implementations (#257)
Slenderman
2026-03-03
feat: bind F1 to toggle the HUD settings (#244)
4win
2026-03-03
Revert "Revert "Win64: configurable username (username.txt) and persistent ga...
void_17
2026-03-03
Revert "Win64: configurable username (username.txt) and persistent game setti...
void_17
2026-03-03
Remove #203 core code before a cleaner implementation
void_17
2026-03-03
Remove dyn_SetProcessDpiAwareness
void_17
2026-03-03
Win64: configurable username (username.txt) and persistent game settings (set...
dtentiion
2026-03-03
Fixes for PR #96 (#170)
lspepinho
2026-03-03
TAB key opens up game info instead of host options (#204)
DetectivEren
2026-03-03
Add dynamic resolution (#203)
Fayaz Shaikh
2026-03-03
Fix Windows64 mouse capture and static initialization crashes (#177)
Andrew
2026-03-03
Restore Windows 7 compatibility (#160)
void_17
2026-03-02
Only handle host options when there is no menu on screen (#140)
Alex
2026-03-02
Revert "Revert "fix: fix resolution detection (#133)" (#143)" (#144)
void_17
2026-03-02
Revert "fix: fix resolution detection (#133)" (#143)
void_17
2026-03-02
fix: fix resolution detection (#133)
daoge
2026-03-02
Bound F3 and F4 to open debug menus (#94)
Jean
2026-03-02
add minecraft icon to windows version (#126)
DFelipeh
2026-03-02
Fix Iggy player crashes on systems with DPI changed
void_17
2026-03-02
Allow TAB to open host options (#97)
Vvis
2026-03-02
Merge pull request #33 from APAmk2/main
void_17
2026-03-01
Revert "Merge pull request #25 from NEVARLeVrai/main"
Galen Guyer
2026-03-01
Windows: More proper shutdown
APAmk2
2026-03-01
Fixed performance issue
NΞVΛR
2026-03-01
Fix for exe not running, not founding the project directory
NΞVΛR
2026-03-02
feat: improve mouse input handling
daoge_cmd
2026-03-02
fix: render issues on release builds (#16)
hehcker
2026-03-01
Fix compilation for Clang-cl (#10)
void_17
2026-03-01
feat: implement per-frame mouse look for reduced input latency on Windows
daoge_cmd
2026-03-01
feat: add DPI awareness and auto-detect screen resolution
daoge_cmd
2026-03-01
feat: fullscreen mode
daoge_cmd
2026-03-01
feat: disable vsync
daoge_cmd
2026-03-01
feat: add support for keyboard and mouse input
daoge_cmd
2026-03-01
Initial commit
daoge_cmd