Commit Graph

10 Commits

Author SHA1 Message Date
GabsPuNs
854516981f Add TU25 Gen from Renewed 2026-04-26 12:48:28 -04:00
GabsPuNs
6b54299695 Discord Rich Presence 2026-04-19 03:03:52 -04:00
GabsPuNs
40d48948ff Use BYTE Win Typedef instead of byte typedef from Minecraft.World
"byte" wasnt working anymore for some reason
2026-04-13 17:54:28 -04:00
GabsPuNs
3d5357eeb3 More changes
Remove include stdafx.h from the .h files.
Replace malloc with mi_malloc and free with mi_free
Move MiniAudio and Zlib to Libs folder
2026-04-13 04:31:42 -04:00
GabsPuNs
a300c41a9d Stuff 2026-04-04 03:36:58 -04:00
GabsPuNs
deea6c12a6 Added 3x3 Crafting Menu 2026-03-31 06:19:16 -04:00
GabsPuNs
58461bfa3f Fixes
Renamed LoadOrJoinMenu to LoadCreateJoinMenu.
Fixed a Memory Leak.
Fixed GamemodeSlider.
2026-03-29 19:53:49 -04:00
GabsPuNs
940eaa54ac Classic Crafting (Dont Work) + Ice Texture Update 2026-03-29 15:40:36 -04:00
GabsPuNs
532c468048 Update 4J libs 2026-03-21 05:11:41 -04:00
rtm516
02a5961f39 Move project to CMake (#781)
* Move to cmake

* Move sources to source_groups and ditch more old VS files

* Add BuildVer.h generation

* Break out cmake source lists to platforms

* Don't copy swf files

* Revert audio changes from merge

* Add platform defines

* Match MSBuild flags

* Move BuildVer.h to common include and fix rebuild issue

* Seperate projects properly

* Exclude more files and make sure GameHDD exists

* Missing line

* Remove remaining VS project files

* Update readme and actions

* Use incremental LTCG

* Update workflows

* Update build workflows and output folder

* Disable vcpkg checks

* Force MSVC

* Use precompiled headers

* Only use PCH for cpp

* Exclude compat_shims from PCH

* Handle per-platform source includes

* Copy only current platform media

* Define Iggy libs per platform

* Fix EnsureGameHDD check

* Only set WIN32_EXECUTABLE on Windows

* Correct Iggy libs path

* Remove include of terrain_MipmapLevel

* Correct path to xsb/xwb

* Implement copilot suggestions

* Add clang flags (untested)

* Fix robocopy error checking

* Update documentation

* Drop CMakePresets.json version as we dont use v6 features

* Always cleanup artifacts in nightly even if some builds fail

* Re-work compiler target options

* Move newer iggy dll into redist and cleanup

* Fix typos

* Remove 'Source Files' from all source groups

* Remove old ps1 build scripts
2026-03-17 16:39:22 -05:00