aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Prepare update string and set zip date for 0.14HEADv0.14-BETAmasterGravatar Michael Smith 3 days1-2/+1
* Add a way to cancel "ISG" in Portal runsGravatar Willian Henrique 3 days1-0/+152
* Fix indexing edge case in mkgamedataGravatar Michael Smith 3 days1-1/+3
* Add memset to wincrt.cGravatar Michael Smith 3 days1-0/+17
* Abstract over con_var layout changes from OE to NEGravatar Michael Smith 10 days7-64/+108
* Separate our command callbacks from Source'sGravatar Michael Smith 10 days9-55/+53
* Bump version to 0.14 for the next release cycleGravatar Michael Smith 10 days2-4/+4
* Prep 0.13 release... alreadyv0.13-BETAGravatar Michael Smith 2025-06-082-6/+6
* Improve the plugin_load/plugin_unload hooksGravatar Michael Smith 2025-06-072-43/+50
* Mildly optimise some console variable stuffGravatar Michael Smith 2025-06-062-35/+28
* Fix features continuing to init when preinit failsGravatar Michael Smith 2025-06-031-4/+4
* Set up for a 0.12 releasev0.12-BETAGravatar Michael Smith 2025-06-012-5/+6
* Check for a null srvdll in sst_dbg_sendtablesGravatar Michael Smith 2025-06-011-0/+4
* Fix bad returns missed in the feature init rewriteGravatar Michael Smith 2025-06-013-5/+5
* Fix broken condition for hiding failed featuresGravatar Michael Smith 2025-05-301-3/+6
* Bump versions and dates yet againGravatar Michael Smith 2025-05-112-5/+5
* Fix the broken broken addon check fixGravatar Michael Smith 2025-05-111-31/+24
* Fix a stupid typoGravatar Michael Smith 2025-05-101-1/+1
* Fix L4D1 crash for yet another immediate bugfix releasev0.10-BETAGravatar Michael Smith 2025-05-093-20/+6
* Improve the memcpy/memcmp functions a bitGravatar Michael Smith 2025-05-051-8/+21
* Add some useful info printouts to debug buildsGravatar Michael Smith 2025-04-306-50/+240
* 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-1727-256/+267
* 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-1611-129/+216
* 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
* Update info in the readme and a few commentsGravatar Michael Smith 2025-04-124-4/+4
* Fix mistakes I made integrating Hayden's old codeGravatar 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