summaryrefslogtreecommitdiffstats
path: root/game/shared/collision.cc
Commit message (Collapse)AuthorAgeFilesLines
* Move game sources into src subdirectoryuntodesu2025-06-291-169/+0
|
* Restructure dependencies and update to C++20untodesu2025-06-281-10/+11
| | | | | | | | - Nuked static_assert from almost everywhere in the project - Nuked binary dependency support. Might add one later though - Separated dependency headers into a separate include subdirectory - Grafted a thirdpartylegalnotices.txt generator from RITEG - Pushed development snapshot version to 2126 (26th week of 2025)
* Clang-format the entire source codeuntodesu2025-06-251-56/+59
|
* Toggles system rework, added flight pmove modeuntodesu2025-03-211-3/+8
| | | | | | | - 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
* Add whatever I was working on for the last monthuntodesu2025-03-151-0/+160