halogen
09bbff8e7d
Fix merge conflicts
2026-03-06 21:44:36 -05:00
GuglioIsStupid
8398eb16b8
Miniaudio Implementation (+stb_vorbis) ( #624 )
...
* Miniaudio Implementation
* Do not link miles + remove miles lib
2026-03-06 07:48:12 +07:00
GuglioIsStupid
a0b2fe885d
Fix compiling with cmake ( #619 )
2026-03-05 15:50:27 -06:00
halogen
a5b54a22b2
iob shim
2026-03-05 10:14:53 -05:00
Portal
fcc9970ec6
Replace CopyAssets.cmake with multithreaded Robocopy (and rsync) implementation. ( #410 )
...
* Replace CopyAssets.cmake with Robocopy implementation.
* Replace CopyAssets.cmake with Robocopy implementation.
2026-03-05 14:30:22 +07:00
DwifteJB
248c17573e
fix: remove comments that are now out-of-date
2026-03-05 06:54:18 +00:00
DwifteJB
d74cd1cd6a
fix: if WINDOWS_SDK_PATH is not defined, find via find_program
2026-03-05 06:49:35 +00:00
halogen
8b079f45e9
fix linux toolchain always failing to find msvc toolchain and hardcoding /opt/msvc
2026-03-04 23:04:36 -05:00
DwifteJB
bf31940091
fix: auto-detect winsysroot from msbuild location & replace /winsysroot with explicit -imsvc paths
2026-03-04 21:15:46 +00:00
halogen
620181f6c6
fix merge conflicts, build issues
2026-03-04 11:44:05 -05:00
halogen
8434825dbb
Fix merge conflicts
2026-03-04 10:03:26 -05:00
halogen
728f12459b
stuff
2026-03-03 22:49:17 -05:00
halogen
bdeec50d33
Cross compilation working, does not actually run and crashes somewhere in miles sound system, probably the abi blowing up
2026-03-03 17:39:45 -05:00
halogen
0234a3d8b6
I am suffering
2026-03-03 16:21:43 -05:00
GuglioIsStupid
3dce71ef32
Copy assets fix ( #207 )
...
* Update CopyAssets to ignore source files and only copy used files.
* Forgot the debug copy assets
* Remove leftovers from testing
* Fix ClientSources.cmake to include WinsockNetLayer.cpp
* Ignore xml and lang files in output, also remove Layout directory as it only includes a useless binary
* Debug & Release use the same file structure
2026-03-03 07:04:36 +07:00
daoge
b3feddfef3
feat: TU19 (Dec 2014) Features & Content ( #155 )
...
* 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 97a4399472 .
* 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-03 03:04:10 +08:00
isaiah
9a85a1cd07
Add functions to ensure directory creation and copy legacy redistributables
2026-03-01 15:47:31 -07:00
isaiah
5109b8c07a
Add CMake build system and source files for Minecraft Client
...
- 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-01 15:47:31 -07:00