aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-03-03docs: simplify LAN multiplayer section in README.mddaoge_cmd
2026-03-03docs: add LAN multiplayer details to README.mddaoge_cmd
2026-03-03Win64: configurable username (username.txt) and persistent game settings ↵dtentiion
(settings.dat) (#195)
2026-03-03Fixes for PR #96 (#170)lspepinho
* Implement basic multiplayer functionality * Update README.md --------- Co-authored-by: Slenderman <ssimulpong@outlook.com>
2026-03-03Add saves folder to `.gitignore` (#184)St4lker0k765
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-03Revert "Fix sound not working" (#205)void_17
2026-03-03fix: fix gamma (#191)daoge
2026-03-03Minor fixesvoid_17
1. Improve const correctness in a few places (such as `Container::getMaxStackSize()` -> `Container::getMaxStackSize() const`) 2. Use C++11 varargs for `I18n::get`, `Entity::newDoubleList` and `Language::getElement`
2026-03-03Add dynamic resolution (#203)Fayaz Shaikh
2026-03-03Make ci skip on non important stuff - give tutorial image a name (#202)Twig6943
2026-03-02Refactor README for consistent formattingdtentiion
Updated formatting for clarity and consistency in the README.
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-02Win64: show actual world names in save list, sort newest-first, preserve ↵dtentiion
level name on load/resave
2026-03-03fix: fix mouse and controller input handling in container menusdaoge_cmd
2026-03-03Fix Windows64 mouse capture and static initialization crashes (#177)Andrew
2026-03-03Add ARM64EC Support (#174)Austen Maneggio
Co-authored-by: Tubbymcwubby <maneggioausten@gmail.com>
2026-03-03fix: fix cursor for controllerdaoge_cmd
2026-03-03remove dynamic shcore dependencyvoid_17
Almost forgot it. https://github.com/smartcmd/MinecraftConsoles/pull/160
2026-03-03Restore Windows 7 compatibility (#160)void_17
* Call SetProcessDpiAwareness via GetProcAddress to preserve Windows 7 compatibility Shcore.dll and SetProcessDpiAwareness were introduced in Windows 8 and higher, so to keep compatibility with Windows 7, we use GetProcAddress to call this function dynamically, avoiding linker writing binary dependency on shcore.dll in the import table * Revert "Call SetProcessDpiAwareness via GetProcAddress to preserve Windows 7 compatibility" This reverts commit f1f397fdbe64e64ab8f7b5457e8206e9193cece0. * Reapply the fix
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-03Also remove clicking sound effect on empty container UI slots for rclick and ↵void_17
middle mouse button click Tested by me so no PR and just push upstream
2026-03-03Disable annoying click sound effect when clicking the empty container UI (#152)void_17
2026-03-03Allow for loading of WAVE Audio files (#148)GuglioIsStupid
* Allow for loading of WAVE Audio files * Remove usage of strcpy and use _s versions of file opening * Update SoundEngine.cpp --------- Co-authored-by: void_17 <61356189+void2012@users.noreply.github.com>
2026-03-03Change flight activation/deactivation requirements (#145)Zinc
2026-03-03feat(timer): improve high-FPS timing with high-resolution Windows clockdaoge_cmd
2026-03-02Only handle host options when there is no menu on screen (#140)Alex
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-02now able to press SPACE to continue on hints that wait for you to press A (#135)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 * now able to press SPACE to continue on hints that wait for you to press A and the hints what wait for you to move the gamepad stick now just skip instantly * windows specific patch now * added ifdefs to shit i did * i think it is fixed now --------- Co-authored-by: daoge <3523206925@qq.com>
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-02Fix typo in pull_request_template.mdvoid_17
2026-03-02Update pull_request_template.mdvoid_17
2026-03-02add minecraft icon to windows version (#126)DFelipeh
2026-03-02fix being able to walk, jump and sneak on inventory, crafting, anvil, chest ↵DFelipeh
screens (#122)
2026-03-02Merge branch 'main' of https://github.com/smartcmd/MinecraftConsolesvoid_17
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-02Revert "Get rid of MSVC's __int64"void_17
This reverts commit d63f79325f85e014361eb8cf1e41eaebedb1ae71.
2026-03-02Revert "shared_ptr -> std::shared_ptr"void_17
This reverts commit 7074f35e4ba831e358117842b99ee35b87f85ae5.
2026-03-02Revert "Add hook for modloader (#117)"void_17
This reverts commit 7bee4770df1540c2daf3121c0790332fb41e72dd.
2026-03-02Revert "dynamic_pointer_cast -> std::dynamic_pointer_cast"void_17
This reverts commit 07ad68bc156b3ab70401723bb074a29588ad3cb7.
2026-03-02dynamic_pointer_cast -> std::dynamic_pointer_castvoid_17
2026-03-02Add hook for modloader (#117)Daniel McGuire
2026-03-02shared_ptr -> std::shared_ptrvoid_17
This is one of the first commits in a plan to remove all `using namespace std;` lines in the entire codebase as it is considered anti-pattern today.