aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World
AgeCommit message (Expand)Author
2026-03-06Overhaul Keyboard/Mouse Support (#612)MrTheShy
2026-03-06Only drop one seed, not 3 (#710)Necmi
2026-03-06Fix Stained Glass being wrong colors (#529)Andrew P. Harper
2026-03-06Reimplement miles sound artifacts, Stone Brick Stairs recipe, and craft sound...GuglioIsStupid
2026-03-06Introduce uid.dat (offline PlayerUIDs), fix multiplayer save data persistence...kuwa
2026-03-05Fix boat gravity (#651)MozzarellaRat
2026-03-05Initial fixes for ContainerSetSlotPacket and CraftItemPacket (#649)Kevin
2026-03-06Close the villager trade gui when he dies (#637)AcTh2
2026-03-05Fixed boats falling and a TP glitch #266 (#615)ModMaker101
2026-03-06Remove AUTO_VAR macro and _toString function (#592)void_17
2026-03-05Modify dispense behavior to set outcome as LEFT_ITEM (#542)qwasdrizzel
2026-03-05Failsafe for signs if entered over max line length (#389)disintegrate
2026-03-05Fix animals stuck in panic state #514 (#519)ModMaker101
2026-03-05Restore the original follow range for Zombies and Withers (#510)Siobhan 🏳️‍⚧️
2026-03-04Fix:Prevent horse spawner crash (#433)Alezito2008
2026-03-04Fix incorrect distance comparison return value (#432)ModMaker101
2026-03-04Merge branch 'main' into pr/win64-world-savesLoki Rautio
2026-03-04feat: headless serverdaoge_cmd
2026-03-04Disable flight state when riding entities (#368)Alezito2008
2026-03-03Enable more aggressive optimizations /O2 /Ob3void_17
2026-03-03Fix crash on item frame destructionvoid_17
2026-03-03Enable Whole Program Optimization in Release modevoid_17
2026-03-03Temporarily turn off all MSVC warningsvoid_17
2026-03-03Fixes for PR #96 (#170)lspepinho
2026-03-03Minor fixesvoid_17
2026-03-02Win64: show actual world names in save list, sort newest-first, preserve leve...dtentiion
2026-03-03Fix Windows64 mouse capture and static initialization crashes (#177)Andrew
2026-03-03Add ARM64EC Support (#174)Austen Maneggio
2026-03-03feat: TU19 (Dec 2014) Features & Content (#155)daoge
2026-03-03feat(timer): improve high-FPS timing with high-resolution Windows clockdaoge_cmd
2026-03-02Revert "Get rid of MSVC's __int64"void_17
2026-03-02Revert "shared_ptr -> std::shared_ptr"void_17
2026-03-02Revert "dynamic_pointer_cast -> std::dynamic_pointer_cast"void_17
2026-03-02dynamic_pointer_cast -> std::dynamic_pointer_castvoid_17
2026-03-02shared_ptr -> std::shared_ptrvoid_17
2026-03-02Get rid of MSVC's __int64void_17
2026-03-02Further C-style struct definitions fixesvoid_17
2026-03-02Fix C-style struct functor definitionsvoid_17
2026-03-01Initial commitdaoge_cmd