summaryrefslogtreecommitdiffstats
path: root/game/client/chunk_renderer.cc
Commit message (Collapse)AuthorAgeFilesLines
* Clang-format the entire source codeuntodesu2025-06-251-45/+38
|
* Toggles system rework, added flight pmove modeuntodesu2025-03-211-2/+2
| | | | | | | - Reworked toggles to use a constant-styled enumerations - Added TOGGLE_PM_FLIGHT and an according movement mode. Now server-side just doesn't simulate gravity altogether for players, instead relying on whatever the client provides which works fine for now. Closes #12
* Fix things and improve worldgenuntodesu2025-03-191-2/+1
| | | | | | - Client-side now actually deletes invisible chunks - Improved world generation to use a second noise generator alongside changing how caves are generated (ie what noise they use)
* Add whatever I was working on for the last monthuntodesu2025-03-151-0/+204