aboutsummaryrefslogtreecommitdiff
path: root/gamedata/vguimatsurface.kv
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite the gamedata and entprops systems entirelyGravatar Michael Smith 2024-08-231-69/+0
| | | | | | | | | | | | This removes the horrible janky old KeyValues parser and replaces it with a couple of trivial ad-hoc text parsers. In doing so, make the format of the actual gamedata files more human-friendly too. We also gain support for nested SendTables in mkentprops, which are required to get at various things like player velocity. And, the actual string matching is made more efficient (or, at least, more scalable) by way of a cool radix tree thing which generates a bunch of switch cases on distinct characters.
* Add VGUI HUD overlay drawing featureGravatar Matthew Wozniak 2023-12-191-0/+69
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.