aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2026-03-08Move to newer C++17 language standardvoid_17
2026-03-07voids request - Move the filesystem files to root/ as it will be used in ↵GuglioIsStupid
both Minecraft.Client and Minecraft.World (#819) * Move Filesystem to root/include/ as per devoiders request * Filesystem -> lce_filesystem
2026-03-06fix: properly detect host env. (#628)hexlocation
2026-03-06Miniaudio Implementation (+stb_vorbis) (#624)GuglioIsStupid
* Miniaudio Implementation * Do not link miles + remove miles lib
2026-03-05Replace CopyAssets.cmake with multithreaded Robocopy (and rsync) ↵Portal
implementation. (#410) * Replace CopyAssets.cmake with Robocopy implementation. * Replace CopyAssets.cmake with Robocopy implementation.
2026-03-04feat: headless serverdaoge_cmd
2026-03-03chore: remove duplicated /Ob3 flag from CMake Release optimization settingsdaoge_cmd
2026-03-03chore: sync VS Release warning-disable setting into CMakedaoge_cmd
2026-03-03chore: sync VS release optimization flags into CMake builddaoge_cmd
2026-03-03fix: fix executable icon when using cmakedaoge_cmd
2026-03-03remove dynamic shcore dependencyvoid_17
Almost forgot it. https://github.com/smartcmd/MinecraftConsoles/pull/160
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-02Revert "Revert "fix: fix resolution detection (#133)" (#143)" (#144)void_17
This reverts commit 8c18926d5911343975604b93c51efbcd926c133a.
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-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.