summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix L4D VGuiConnect/VGuiIsInitialized gamedataGravatar Willian Henrique 2023-06-152-3/+2
* Fix spuriously-included test case in compile.batGravatar Michael Smith 2023-06-141-2/+0
* Bump version to 0.6 and reset changelog stringGravatar Michael Smith 2023-06-122-13/+3
* Remove the terrible gameinfo.txt garbage at lastGravatar Michael Smith 2023-06-127-320/+109
* Leave out the Monocypher acknowledgement for nowv0.5-BETAGravatar Michael Smith 2023-06-112-10/+0
* Add a stupid hack fix for the autojump cheat checkGravatar Michael Smith 2023-06-111-3/+14
* Add update changelog and bump zip dateGravatar Michael Smith 2023-06-102-3/+13
* Remove some paranoia about missing commandsGravatar Michael Smith 2023-06-103-18/+1
* Prune some comments and tidy up other minor thingsGravatar Michael Smith 2023-06-1027-165/+113
* Adapt vote reset code into fast campaign resettingGravatar Michael Smith 2023-06-0312-178/+591
* Improve os_dlfile() interfaceGravatar Michael Smith 2023-05-213-13/+21
* Remove a couple more unused headers from nomuteGravatar Michael Smith 2023-05-211-2/+0
* Apply CRLF to dist/LICENCE.windows in EditorConfigGravatar Michael Smith 2023-05-211-0/+3
* Add command to reset L4D2 vote cooldownsGravatar Willian Henrique 2023-05-214-0/+142
* Support decoding a bunch of MMX/SSE instructionsGravatar Michael Smith 2023-05-211-88/+202
* Add some server entity code-crawling machineryGravatar Michael Smith 2023-05-173-0/+207
* Fix some woopsies I hastily pushed last nightGravatar Michael Smith 2023-05-171-12/+6
* Add snd_mute_losefocus backportGravatar Willian Henrique 2023-05-172-1/+111
* Add a hack for features to distinguish VDF loadingGravatar Michael Smith 2023-05-172-0/+6
* Do some pedantic spring cleaningGravatar Michael Smith 2023-05-1621-85/+77
* Somewhat expand on WIP ac.c stuffGravatar Michael Smith 2023-05-052-20/+58
* Implement APIs to control demo recordingGravatar Michael Smith 2023-05-053-3/+110
* Fix enabling and disabling addons in L4D1Gravatar Hayden K 2023-05-041-0/+5
* Improve L4D2 and Portal gametype detectionGravatar Willian Henrique 2023-05-045-14/+19
* Unhide cl_showdemooverlayGravatar Hayden K 2023-05-044-5/+6
* Refactor the RGBA colour struct into engineapi.hGravatar Michael Smith 2023-05-048-48/+47
* Fix x86.c for real this time, probably, hopefullyGravatar Michael Smith 2023-05-021-16/+24
* Correct the ModR/M cases in x86.cGravatar Michael Smith 2023-05-011-5/+6
* Argh, bump the stupid copyright header!Gravatar Michael Smith 2023-05-011-1/+1
* Fix default float values for cvarsGravatar Michael Smith 2023-04-281-3/+3
* Fix incorrectly implemented con_setvar functionsGravatar Michael Smith 2023-04-281-12/+21
* Tidy up mem.h and prevent horrible assembly outputGravatar Michael Smith 2023-04-171-29/+15
* Fix some miscellaneous stupid bugs and jankGravatar Michael Smith 2023-04-084-8/+8
* Fix a sizeof blunder I happened to notice recentlyGravatar Michael Smith 2023-01-154-11/+13
* Document more recent knowledge on the lag issueGravatar Michael Smith 2023-01-151-7/+6
* Remove fov.h that was mistakenly left behindGravatar Michael Smith 2023-01-151-25/+0
* Fix deferred init for Portal 2 compatibilityGravatar Michael Smith 2023-01-157-34/+34
* Fix FOV feature crashing Portal 3420 on map loadGravatar Willian Henrique 2022-12-261-3/+3
* Add basic mouse input scalingGravatar Michael Smith 2022-12-256-68/+153
* Fix dumb oversight in codegenGravatar Michael Smith 2022-09-201-0/+1
* Fix some lingering idiocyGravatar Michael Smith 2022-09-132-4/+3
* Move towards C23, improve events and vcall macrosGravatar Michael Smith 2022-09-1339-185/+361
* Enforce L4D2 FPS limit properly when loaded lateGravatar Michael Smith 2022-09-131-1/+2
* Allow cl_fullupdate as an attempted bug workaroundGravatar Michael Smith 2022-08-161-0/+20
* Acknowledge Monocypher in binary distributionsGravatar Michael Smith 2022-08-162-0/+8
* Import Monocypher 3.1.3 + monocypher-rng moduleGravatar Michael Smith 2022-08-169-4/+3530
* Fix malloc return check in mkentpropsGravatar Michael Smith 2022-08-161-1/+1
* Add magical feature codegen system, at long lastGravatar Michael Smith 2022-08-1034-376/+664
* Add event systemGravatar Michael Smith 2022-07-239-10/+235
* Fix loading from legacy code page directory namesGravatar Michael Smith 2022-07-231-7/+12