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
/
MinecraftServer.cpp
Age
Commit message (
Expand
)
Author
6 days
Fix server DedicatedServer issues (#1266)
kuwa
6 days
Dedicated Server Software - Minecraft.Server.exe (#498)
kuwa
11 days
Fixed DLC map loading / saving, missing chunks (#1114)
Marvelco
13 days
Modernize project codebase (#906)
ModMaker101
13 days
Split screen, widescreen support, font rendering fixes, ui scaling fixes (#767)
MrTheShy
14 days
Revert "Project modernization (#630)"
Loki Rautio
14 days
Project modernization (#630)
ModMaker101
2026-03-06
Max players from 8 -> 255 + small connection optimizations (#722)
Kevin
2026-03-07
Remove all MSVC `__int64` (#742)
void_17
2026-03-05
Fix save list, delete save, exit without saving, and blank username on Window...
dtentiion
2026-03-06
Remove AUTO_VAR macro and _toString function (#592)
void_17
2026-03-05
fix: ignore dedicated server properties in normal world startup
daoge_cmd
2026-03-04
Merge branch 'main' into pr/win64-world-saves
Loki Rautio
2026-03-04
feat: headless server
daoge_cmd
2026-03-02
Win64: show actual world names in save list, sort newest-first, preserve leve...
dtentiion
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 "dynamic_pointer_cast -> std::dynamic_pointer_cast"
void_17
2026-03-02
dynamic_pointer_cast -> std::dynamic_pointer_cast
void_17
2026-03-02
shared_ptr -> std::shared_ptr
void_17
2026-03-02
Get rid of MSVC's __int64
void_17
2026-03-01
Initial commit
daoge_cmd