aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
12 daysRemove another servers.txt referenceLoki
12 daysUpdate README, remove servers.txt referencesLoki
12 daysRemove dead link from README (#1064)Tuff CWC
2026-03-06Update README with download instructionsLoki
Added download instructions for Windows users in README.
2026-03-06Update README.mdLoki
Add details about current server functionality
2026-03-06Update README.md (#727)T3stAcc
2026-03-06Added missing dots and linked official Microsoft VS 2022 Community Edition ↵Patrxgt
mirror in the build instructions. (#626)
2026-03-05Add Contributor's Guide, update READMELoki Rautio
2026-03-05refactor: refactor KBM input codedaoge_cmd
2026-03-04Update README with info about username.txtLoki Rautio
2026-03-04docs: fix table formatting in README.mddaoge_cmd
2026-03-04docs: mark V-Sync note as WIP in README.mddaoge_cmd
2026-03-04feat: headless serverdaoge_cmd
2026-03-04feat: add support for username, IP, and port configuration via launch argumentsdaoge_cmd
2026-03-04Update crafting controls description (#359)Mykey
Clarified crafting controls in README.
2026-03-04Fix overlapping debug menus and screens (#294)rtm516
* Fix overlapping debug menus and screens Also resolves a formatting issue with clang-format * Update readme
2026-03-03Fix player save data issue & multiple username implementations (#257)Slenderman
* fix saving issue & multiple username implementations * Update README.md Updated the method for overriding in-game username from '-name' to 'username.txt'. * remove unused include i forgot to get rid of while testing
2026-03-03feat: bind F1 to toggle the HUD settings (#244)4win
2026-03-03docs: update Discord invite link in README.mddaoge_cmd
2026-03-03docs: simplify LAN multiplayer section in README.mddaoge_cmd
2026-03-03docs: add LAN multiplayer details to README.mddaoge_cmd
2026-03-03Fixes for PR #96 (#170)lspepinho
* Implement basic multiplayer functionality * Update README.md --------- Co-authored-by: Slenderman <ssimulpong@outlook.com>
2026-03-03TAB key opens up game info instead of host options (#204)DetectivEren
* TAB key opens up game info instead of host options TAB key opens up game info menu instead of host options menu because the player accesses host options from game info * Update README.md
2026-03-03Make ci skip on non important stuff - give tutorial image a name (#202)Twig6943
2026-03-03docs: update version reference in README.mddaoge_cmd
2026-03-03docs: clarify platform support and building requirements in README.md and ↵daoge_cmd
COMPILE.md
2026-03-03docs: fix typo in README.mddaoge_cmd
2026-03-03docs: update README.mddaoge
2026-03-03feat: TU19 (Dec 2014) Features & Content (#155)daoge
* try to resolve merge conflict * feat: TU19 (Dec 2014) Features & Content (#32) * December 2014 files * Working release build * Fix compilation issues * Add sound to Windows64Media * Add DLC content and force Tutorial DLC * Revert "Add DLC content and force Tutorial DLC" This reverts commit 97a43994725008e35fceb984d5549df9c8cea470. * Disable broken light packing * Disable breakpoint during DLC texture map load Allows DLC loading but the DLC textures are still broken * Fix post build not working * ... * fix vs2022 build * fix cmake build --------- Co-authored-by: Loki <lokirautio@gmail.com>
2026-03-03feat(timer): improve high-FPS timing with high-resolution Windows clockdaoge_cmd
2026-03-02Revert "Revert "fix: fix resolution detection (#133)" (#143)" (#144)void_17
This reverts commit 8c18926d5911343975604b93c51efbcd926c133a.
2026-03-03docs: update README.mddaoge_cmd
2026-03-02Revert "fix: fix resolution detection (#133)" (#143)void_17
This reverts commit afa4efbc8513cbb8565b9700cae48648e3dffe29.
2026-03-02fix: fix resolution detection (#133)daoge
* fix: fix UI skin/scene resolution mismatch and readd screen resolution detection * fix: fix build in vs2022
2026-03-02Add download link to README.mdvoid_17
For newbies
2026-03-02Bound F3 and F4 to open debug menus (#94)Jean
* feat: Added f3 and f4 keys to open debug stuff * fix: only open debug overlay when ingame, to avoid crashes * docs: added keybinds to docs * docs: moved the keybinds to the bottom, as they are less important * fix: add missing # ifdef
2026-03-02Remove duplicate input support mention (#121)hexadexxa
* Remove duplicate input support mention Removed duplicate mention of keyboard and mouse input support. * Remove DPI awareness line in README --------- Co-authored-by: void_17 <61356189+void2012@users.noreply.github.com>
2026-03-02feat: now can skip the tutorial (#82)red
* now possible to accept and decline tutorial hints that part when it asks if you want to do the tutorial (should work for when the games asks if you already know something like when opening inventories for the first time) * Update ChoiceTask.cpp --------- Co-authored-by: daoge <3523206925@qq.com>
2026-03-02Allow TAB to open host options (#97)Vvis
2026-03-01Add CMake build system and source files for Minecraft Clientisaiah
- Created Compile.md with detailed instructions for building the project using Visual Studio and CMake. - Added ClientSources.cmake to define the source files for the Minecraft Client. - Implemented CopyAssets.cmake to handle asset copying during the build process. - Introduced WorldSources.cmake to list the source files for Minecraft world functionalities.
2026-03-01Update image path in README.mdWushR00M
2026-03-01Add double-tap sprint and mouse toggleNΞVΛR
Update controls in README: expand Sprint entry to include "Double-tap W" as an alternative to holding Ctrl, and add a new "Toggle Mouse Capture" binding (Left Alt) for debugging. Documentation-only change to clarify input options.
2026-03-01added Controls info (Keyboard & Mouse) to readmeNΞVΛR
2026-03-02feat: improve mouse input handlingdaoge_cmd
2026-03-01doc: remove outdated note about missing sound effects in README.mddaoge_cmd
2026-03-01feat: add DPI awareness and auto-detect screen resolutiondaoge_cmd
2026-03-01feat: fullscreen modedaoge_cmd
2026-03-01feat: add support for keyboard and mouse inputdaoge_cmd
2026-03-01fix: fix release mode compilation on Windowsdaoge_cmd
2026-03-01doc: update README.mddaoge_cmd