This repository has been archived by the owner on Sep 22, 2024. It is now read-only.
Releases: PQCraft/CaveCube
Releases · PQCraft/CaveCube
0.4.2
0.4.1
0.4.0
- Fixed .desktop file
- Fixed a fullscreen bug
- Added a framebuffer and shader for post-processing
- Improved PS1 shader
- Limited mesher to 1 core by default due to performance tomfoolery
- Added text mesher
- Miscellaneous bug fixes
- Internal server now starts on port 0 (next available port)
- Networking protocol improvements
- Fixed some build issues on Windows
0.3.0
- Added {} to update script to force bash to read it all at once therefore preventing bash from running an old version of the script during git checkout
- Improved mesher
- New command-line option parser
- Frustum culling (thanks to MinecraftC for implementation design)
- New config parser
- Fixed exit with SIGPIPE (by ignoring it)
- Fixed a Makefile bug on Windows
- Organized obj folders in Makefile
- Updated the PS1 shader