aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Get it sort-of-mostly working in "Old Engine" HL2HEADmasterGravatar Michael Smith 12 days9-278/+603
* Fix WinDbg init commands not running immediatelyGravatar Michael Smith 2025-09-292-2/+5
* Fix a bad error message in dbg.cGravatar Michael Smith 2025-09-291-1/+1
* Clean up some code style guide typosGravatar Michael Smith 2025-09-281-13/+13
* Handle con_colourmsg this pointer inside con_.cGravatar Michael Smith 2025-08-102-27/+47
* Tidy up some extensions and remove some ifdefsGravatar Michael Smith 2025-08-037-30/+21
* Use shorter spellings of __asm and __attributeGravatar Michael Smith 2025-08-039-20/+20
* Switch to Intel assembly syntaxGravatar Michael Smith 2025-08-035-12/+12
* Add an abstraction for hooking v1 and v2 commandsGravatar Michael Smith 2025-08-024-50/+130
* Make additional use of untyped command callbacksGravatar Michael Smith 2025-08-028-27/+18
* Set up for 0.15Gravatar Michael Smith 2025-07-312-5/+5
* Prepare update string and set zip date for 0.14v0.14-BETAGravatar Michael Smith 2025-06-272-4/+3
* Add a way to cancel "ISG" in Portal runsGravatar Willian Henrique 2025-06-274-2/+165
* Fix indexing edge case in mkgamedataGravatar Michael Smith 2025-06-271-1/+3
* Add memset to wincrt.cGravatar Michael Smith 2025-06-271-0/+17
* Abstract over con_var layout changes from OE to NEGravatar Michael Smith 2025-06-217-64/+108
* Separate our command callbacks from Source'sGravatar Michael Smith 2025-06-219-55/+53
* Bump version to 0.14 for the next release cycleGravatar Michael Smith 2025-06-212-4/+4
* Prep 0.13 release... alreadyv0.13-BETAGravatar Michael Smith 2025-06-083-8/+8
* 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
* Add some WinDbg helpers and tidy up the READMEGravatar Michael Smith 2025-06-048-6/+121
* 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-013-7/+8
* 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
* Fix an ironic misspellingv0.11-BETAGravatar Michael Smith 2025-05-111-1/+1
* Bump versions and dates yet againGravatar Michael Smith 2025-05-113-7/+7
* 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-094-22/+8
* Set the zip dates for the 0.9 release!v0.9-BETAGravatar Michael Smith 2025-05-071-2/+2
* Improve the memcpy/memcmp functions a bitGravatar Michael Smith 2025-05-051-8/+21
* Fix some stale comments in build scriptsGravatar Michael Smith 2025-05-052-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