aboutsummaryrefslogtreecommitdiff
path: root/src/hud.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix an old and stupid woopsy in hud.hGravatar Michael Smith 2024-08-231-1/+1
| | | | | | | | | | This wasn't woz's fault - I did some wrangling of his code and introduced this woopsy without noticing. Thanks to aciidz also, for pointing it out recently. Not touching the copyright years because it's such a stupidly trivial thing - I can't really claim to have done anything substantial here.
* Add VGUI HUD overlay drawing featureGravatar Matthew Wozniak 2023-12-191-0/+72
Currently only supports Orange Box and Left 4 Dead branches. There's quite a large amount of gamedata involved in making this work, and figuring it out for the likes of Portal 2 doesn't seem like a major priority at the moment.