summaryrefslogtreecommitdiff
path: root/gamedata/entprops.kv
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite the gamedata and entprops systems entirelyGravatar Michael Smith 2024-08-231-9/+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.
* Change "plain" filetypes to the proper "text"Gravatar Michael Smith 2023-08-301-1/+1
|
* Properly finish refactoring con to use gamedataGravatar Michael Smith 2022-05-131-1/+1
|
* Add entity property finding and L4D warp testingGravatar Michael Smith 2022-05-031-0/+9
This was a lot more code than expected, but it might be finally close to time to release the next beta... We'll see if any more rabbit holes present themselves to jump into, though.