summaryrefslogtreecommitdiffstats
path: root/game
Commit message (Expand)AuthorAgeFilesLines
* Graft header-only math::AABB<T> from qfengineuntodesu2025-09-115-82/+8
* Run clang-format across the projectuntodesu2025-09-11177-15431/+15421
* Remove include guardsuntodesu2025-09-1188-360/+8
* Revise style: split include groupsuntodesu2025-09-1150-25/+156
* Update ImGui to a newer version with font scalinguntodesu2025-09-1114-100/+123
* Another qfengine graft: resource managementuntodesu2025-09-116-105/+47
* Displace threading into core (qfortress graft)untodesu2025-09-118-186/+7
* Replace most of C strings with string_viewuntodesu2025-09-1156-248/+263
* Graft build scripts and buffer code from QFengineuntodesu2025-09-113-146/+163
* I forgot to set these to true in .clang-formatuntodesu2025-07-0138-109/+218
* I hyper-focued on refactoring againuntodesu2025-07-01197-0/+15978
* Move game sources into src subdirectoryuntodesu2025-06-29187-15600/+0
* Clanging my format right nowuntodesu2025-06-294-66/+76
* Update core/macros.hhuntodesu2025-06-293-3/+9
* Restructure dependencies and update to C++20untodesu2025-06-2852-200/+229
* Clang-format the entire source codeuntodesu2025-06-25134-1821/+2084
* Add a special title postfix when sound is disableduntodesu2025-05-271-2/+6
* GUI updatesuntodesu2025-05-275-24/+34
* Allow game to not die when sound is not availableuntodesu2025-03-275-33/+65
* Slightly refactor threading APIuntodesu2025-03-233-10/+7
* Handle termination signals on client-sideuntodesu2025-03-223-2/+11
* A small tree generation updateuntodesu2025-03-221-4/+3
* Fix aggressive caching being a config valueuntodesu2025-03-221-4/+4
* A bunch of pre-release fixesuntodesu2025-03-2215-52/+125
* Generate trees of different heightuntodesu2025-03-222-9/+16
* Fix small annoyances with the server browser UIuntodesu2025-03-211-3/+5
* Show a warning tooltip when protocol versions differuntodesu2025-03-211-3/+25
* I literally forgot to remove these twountodesu2025-03-211-2/+0
* Toggles system rework, added flight pmove modeuntodesu2025-03-219-80/+195
* Fix things and improve worldgenuntodesu2025-03-198-136/+83
* Miscellaneous fixesuntodesu2025-03-181-0/+2
* MSVC fixes (again)untodesu2025-03-171-1/+1
* Fix the bizzare CRC32 callback I forgot to removeuntodesu2025-03-168-17/+45
* Attempt to fix ghosted chunksuntodesu2025-03-161-24/+10
* Micro-fixes of generatoruntodesu2025-03-161-3/+1
* Improved terrain generation - features! [2/2]untodesu2025-03-161-0/+2
* Improved terrain generation - features! [1/2]untodesu2025-03-1610-165/+352
* Update threading command line argumentsuntodesu2025-03-163-7/+23
* Hide chat history when HUD is hiddenuntodesu2025-03-161-3/+2
* After a year finally add direct connection screenuntodesu2025-03-158-24/+174
* Add a specific category for sound levelsuntodesu2025-03-153-5/+15
* Hard-code DEBUG_KEY and make it un-bindableuntodesu2025-03-154-7/+28
* Add a key binding to show/hide HUD elementsuntodesu2025-03-155-13/+52
* Add whatever I was working on for the last monthuntodesu2025-03-15183-0/+14639