aboutsummaryrefslogtreecommitdiff
path: root/src/hud.c
Commit message (Expand)AuthorAgeFilesLines
* Pass screen width and height into HudPaint eventsGravatar Michael Smith 2025-04-061-5/+4
* Use C23 void-argument-free prototypesGravatar Michael Smith 2025-04-061-1/+1
* Rewrite and redesign codegen and feature systemGravatar Michael Smith 2025-04-061-5/+5
* Improve the HUD API slightlyGravatar Michael Smith 2024-09-081-3/+9
* Revise syntax macros and add a ton of branch hintsGravatar Michael Smith 2024-08-231-7/+12
* Rethink mem_loadoffset, and consequently, kill itGravatar Michael Smith 2024-01-211-1/+1
* Add VGUI HUD overlay drawing featureGravatar Matthew Wozniak 2023-12-191-0/+194