Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite the gamedata and entprops systems entirely | 2024-08-23 | 1 | -17/+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" | 2023-08-30 | 1 | -1/+1 | |
| | |||||
* | Add gamedata for mouse scaling in newest L4D1 | 2023-08-02 | 1 | -0/+1 | |
| | |||||
* | Add basic mouse input scaling | 2022-12-25 | 1 | -0/+8 | |
| | |||||
* | Properly finish refactoring con to use gamedata | 2022-05-13 | 1 | -1/+1 | |
| | |||||
* | Add engine_no_focus_sleep backport, fix codegen | 2022-04-25 | 1 | -0/+8 | |
Default gamedata values actually work the way they're supposed to now. |