aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix mistakes I made integrating Hayden's old codeHEADmasterGravatar Michael Smith 2025-04-092-9/+9
* Put some error paths in the fridgeGravatar Michael Smith 2025-04-084-104/+115
* Fix the infamous Swamp Fever "god mode glitch"Gravatar Hayden K 2025-04-072-0/+17
* Remove years from copyright headersGravatar Michael Smith 2025-04-0785-114/+114
* Fix quickreset not working on L4D1 ApartmentsGravatar Hayden K 2025-04-072-1/+3
* Write the update notes for 0.9Gravatar Michael Smith 2025-04-061-1/+12
* Make Steam L4D1 demos backwards-compatibleGravatar Hayden K 2025-04-061-0/+186
* Add portable unreachable macro, just for funGravatar Michael Smith 2025-04-061-2/+3
* Tweak a couple of bits of whitespaceGravatar Michael Smith 2025-04-062-2/+2
* Add feature to remove the chat rate limitGravatar Hayden K 2025-04-061-0/+88
* Add L4D1_1015plus and L4D1_1022plus gametype tagsGravatar Hayden K 2025-04-062-2/+16
* Rename L4D2_2147plus gametype tag to L4D2_2125plusGravatar Hayden K 2025-04-064-4/+7
* Reload inputhud fonts on resolution changeGravatar Michael Smith 2025-04-061-7/+14
* Pass screen width and height into HudPaint eventsGravatar Michael Smith 2025-04-064-12/+7
* Inform users of incorrect usage of plugin_unloadGravatar Michael Smith 2025-04-061-1/+20
* Remove Wer* calls that crash under Wine/ProtonGravatar Michael Smith 2025-04-061-18/+10
* Fix broken behaviour in the L4D2 addon systemGravatar Hayden K 2025-04-061-0/+264
* Fix very stupid, very old mistake in fixes.cGravatar Michael Smith 2025-04-061-2/+6
* Fix a couple of dumb typos in the fastspin libraryGravatar Michael Smith 2025-04-061-5/+3
* Develop the msg chunklet furtherGravatar Michael Smith 2025-04-062-166/+638
* Use C23 void-argument-free prototypesGravatar Michael Smith 2025-04-0635-104/+104
* Rewrite and redesign codegen and feature systemGravatar Michael Smith 2025-04-0646-1548/+1614
* Lowercase the stupid file, Windows. ARGH.Gravatar Michael Smith 2024-10-011-0/+0
* Refine input HUD layoutsGravatar Michael Smith 2024-09-291-63/+77
* Add missing newlines to clientcon messagesGravatar Michael Smith 2024-09-281-3/+3
* Fix crash on exit when our raw input is usedGravatar Michael Smith 2024-09-281-2/+3
* Create and use macros to define accessor functionsGravatar Michael Smith 2024-09-285-21/+116
* Use single-precision trig functions in testwarpGravatar Michael Smith 2024-09-251-3/+3
* Address some minor L4D warp testing oversightsGravatar Michael Smith 2024-09-161-4/+12
* Increase mouse factor limit to 100Gravatar Michael Smith 2024-09-151-1/+1
* Add basic button input HUDGravatar Matthew Wozniak 2024-09-145-15/+490
* Fix an include-what-you-use omissionGravatar Michael Smith 2024-09-081-0/+1
* Improve the HUD API slightlyGravatar Michael Smith 2024-09-082-6/+23
* Fix a Linux woopsy in os.c I spotted the other dayGravatar Michael Smith 2024-09-081-1/+0
* Un-break and re-fix x86Gravatar Michael Smith 2024-09-072-8/+13
* Fix more broken x86 casesGravatar Michael Smith 2024-09-062-3/+4
* Improve L4D warp testing and add visualisationGravatar Willian Henrique 2024-08-301-11/+275
* Add very basic client console messaging for L4D2Gravatar Michael Smith 2024-08-294-2/+77
* Unhide con_logfile in fixesGravatar Michael Smith 2024-08-291-0/+1
* Add basic server-side tracing functionalityGravatar Willian Henrique 2024-08-292-0/+161
* Fix mkentprops for real this time, probablyGravatar Michael Smith 2024-08-292-19/+27
* Begin the new version cycle yet again at 0.9Gravatar Michael Smith 2024-08-262-5/+5
* Add the one update note to release again, alreadyv0.8-BETAGravatar Michael Smith 2024-08-261-1/+1
* Fix broken mkentprops code generationGravatar Michael Smith 2024-08-261-3/+5
* Bump version to 0.8 for next releaseGravatar Michael Smith 2024-08-262-7/+5
* Add update notes and bump zip version for releasev0.7-BETAGravatar Michael Smith 2024-08-261-1/+3
* Add a quick hack fix for Portal 4104 demo playbackGravatar Michael Smith 2024-08-231-1/+30
* Rewrite the gamedata and entprops systems entirelyGravatar Michael Smith 2024-08-239-695/+504
* Fix an old and stupid woopsy in hud.hGravatar Michael Smith 2024-08-231-1/+1
* Revise syntax macros and add a ton of branch hintsGravatar Michael Smith 2024-08-2337-292/+355