summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set the zip dates for the 0.9 release!v0.9-BETAGravatar Michael Smith 10 days1-2/+2
* Improve the memcpy/memcmp functions a bitGravatar Michael Smith 13 days1-8/+21
* Fix some stale comments in build scriptsGravatar Michael Smith 13 days2-5/+1
* Explain my code style (in far too many words)Gravatar Michael Smith 2025-05-012-0/+854
* Add some useful info printouts to debug buildsGravatar Michael Smith 2025-04-308-52/+242
* Fix all the brokenness I introduced to l4daddonGravatar Michael Smith 2025-04-301-34/+34
* Add type-safety to virtual calls and accessorsGravatar Michael Smith 2025-04-1728-256/+269
* Add missing REQUIRE_GAMEDATA things to demorecGravatar Michael Smith 2025-04-162-3/+8
* Remove iflush() from inline hooking codeGravatar Michael Smith 2025-04-161-21/+0
* Rework API for inline hookingGravatar Michael Smith 2025-04-1612-133/+232
* Refrigerate one more errorGravatar Michael Smith 2025-04-161-1/+1
* Fix major idiocy in inputhud (and hud kinda)Gravatar Michael Smith 2025-04-162-2/+5
* Fix minor idiocy in msg.cGravatar Michael Smith 2025-04-161-2/+2
* Enable trap-on-UB in debug buildsGravatar Michael Smith 2025-04-132-2/+2
* Update info in the readme and a few commentsGravatar Michael Smith 2025-04-125-17/+23
* Fix mistakes I made integrating Hayden's old codeGravatar Michael Smith 2025-04-092-9/+9
* Do the goto :end thing in mkbindist.bat tooGravatar Michael Smith 2025-04-081-6/+8
* 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-073-0/+19
* Remove years from copyright headersGravatar Michael Smith 2025-04-0788-126/+126
* 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-062-0/+187
* 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-063-0/+90
* Add L4D1_1015plus and L4D1_1022plus gametype tagsGravatar Hayden K 2025-04-063-3/+18
* Rename L4D2_2147plus gametype tag to L4D2_2125plusGravatar Hayden K 2025-04-066-10/+13
* 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-067-6/+274
* 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-0652-1606/+1666
* 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
* Remove redundant and/or incorrect -municode flagGravatar Michael Smith 2024-09-281-3/+3
* Enable rebuilding the plugin while it is loadedGravatar Michael Smith 2024-09-282-2/+20
* 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
* Add a mailmap to fix some name/email sillinessGravatar Michael Smith 2024-09-241-0/+5
* 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-148-15/+504