Commit Graph

6 Commits

Author SHA1 Message Date
GabsPuNs
55bbf19174 Replace ZLib 1.3.1 with a modern ver of Zlib
Later, ZLib will be replaced with Zstd in the PC version. However, if someone wants to continue using ZLib, this version is better
2026-05-10 11:38:53 -04:00
GabsPuNs
0934d4bc31 Some Path changes. Add Zstd
- Add Modern Compression for worlds and .pck files. Currently unused until i get a world converter for recompress old worlds and .mcs to zstd

- Moved Windows64 libs to "Libs" folder
- Updated ProductBuild to TU30
- Renamed old GameHDD stuff to Saves
2026-05-09 05:23:58 -04:00
GabsPuNs
0139a1d9c3 Swap from mi_malloc to malloc
I don't know how to use the modern ver of malloc
2026-04-18 16:01:31 -04:00
GabsPuNs
1ceeb2a647 Merge
Use Latest 4JLIBS
Swap to mimalloc-static
Merge keyboard commits except HTML ones.
2026-04-18 12:12:40 -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