aboutsummaryrefslogtreecommitdiff
path: root/src/sst.c
Commit message (Expand)AuthorAgeFilesLines
* Use shorter spellings of __asm and __attributeGravatar Michael Smith 2025-08-031-1/+1
* Add an abstraction for hooking v1 and v2 commandsGravatar Michael Smith 2025-08-021-29/+55
* Set up for 0.15Gravatar Michael Smith 2025-07-311-3/+3
* Prepare update string and set zip date for 0.14v0.14-BETAGravatar Michael Smith 2025-06-271-2/+1
* Separate our command callbacks from Source'sGravatar Michael Smith 2025-06-211-7/+7
* Bump version to 0.14 for the next release cycleGravatar Michael Smith 2025-06-211-2/+2
* Prep 0.13 release... alreadyv0.13-BETAGravatar Michael Smith 2025-06-081-4/+4
* Improve the plugin_load/plugin_unload hooksGravatar Michael Smith 2025-06-071-39/+47
* Set up for a 0.12 releasev0.12-BETAGravatar Michael Smith 2025-06-011-3/+4
* Bump versions and dates yet againGravatar Michael Smith 2025-05-111-3/+3
* Fix L4D1 crash for yet another immediate bugfix releasev0.10-BETAGravatar Michael Smith 2025-05-091-17/+3
* Add some useful info printouts to debug buildsGravatar Michael Smith 2025-04-301-2/+28
* Add type-safety to virtual calls and accessorsGravatar Michael Smith 2025-04-171-6/+6
* Rework API for inline hookingGravatar Michael Smith 2025-04-161-0/+1
* Fix the infamous Swamp Fever "god mode glitch"Gravatar Hayden K 2025-04-071-0/+1
* Remove years from copyright headersGravatar Michael Smith 2025-04-071-1/+1
* Fix quickreset not working on L4D1 ApartmentsGravatar Hayden K 2025-04-071-0/+1
* Write the update notes for 0.9Gravatar Michael Smith 2025-04-061-1/+12
* Inform users of incorrect usage of plugin_unloadGravatar Michael Smith 2025-04-061-1/+20
* Use C23 void-argument-free prototypesGravatar Michael Smith 2025-04-061-8/+8
* Rewrite and redesign codegen and feature systemGravatar Michael Smith 2025-04-061-8/+30
* Fix an include-what-you-use omissionGravatar Michael Smith 2024-09-081-0/+1
* Add very basic client console messaging for L4D2Gravatar Michael Smith 2024-08-291-2/+0
* Begin the new version cycle yet again at 0.9Gravatar Michael Smith 2024-08-261-3/+3
* Add the one update note to release again, alreadyv0.8-BETAGravatar Michael Smith 2024-08-261-1/+1
* Bump version to 0.8 for next releaseGravatar Michael Smith 2024-08-261-5/+3
* Add update notes and bump zip version for releasev0.7-BETAGravatar Michael Smith 2024-08-261-1/+3
* Revise syntax macros and add a ton of branch hintsGravatar Michael Smith 2024-08-231-39/+40
* Rework OS abstractionsGravatar Michael Smith 2024-08-221-34/+48
* Bump the version to 0.7, ahead of next releaseGravatar Michael Smith 2024-08-051-10/+3
* Prepare a changelog for next releaseGravatar Michael Smith 2024-05-221-1/+8
* Add temporary plugin version identifier to demosGravatar Michael Smith 2024-05-211-1/+11
* Fix CPlugin ABI on newer L4D2 versionsGravatar Michael Smith 2023-11-261-8/+24
* Perform very minor load/unload optimisationsGravatar Michael Smith 2023-08-301-13/+11
* Get things at least compiling under LinuxGravatar Michael Smith 2023-08-271-9/+35
* Make various preparations for upcoming featuresGravatar Michael Smith 2023-08-021-39/+70
* Fix VDF creation for old branchesGravatar Michael Smith 2023-08-021-1/+7
* Bump version to 0.6 and reset changelog stringGravatar Michael Smith 2023-06-121-11/+1
* Remove the terrible gameinfo.txt garbage at lastGravatar Michael Smith 2023-06-121-45/+70
* Add update changelog and bump zip dateGravatar Michael Smith 2023-06-101-1/+11
* Prune some comments and tidy up other minor thingsGravatar Michael Smith 2023-06-101-17/+11
* Adapt vote reset code into fast campaign resettingGravatar Michael Smith 2023-06-031-36/+0
* Improve os_dlfile() interfaceGravatar Michael Smith 2023-05-211-1/+1
* Add a hack for features to distinguish VDF loadingGravatar Michael Smith 2023-05-171-0/+3
* Do some pedantic spring cleaningGravatar Michael Smith 2023-05-161-22/+1
* Refactor the RGBA colour struct into engineapi.hGravatar Michael Smith 2023-05-041-5/+3
* Fix deferred init for Portal 2 compatibilityGravatar Michael Smith 2023-01-151-28/+22
* Add basic mouse input scalingGravatar Michael Smith 2022-12-251-32/+31
* Fix some lingering idiocyGravatar Michael Smith 2022-09-131-1/+0
* Move towards C23, improve events and vcall macrosGravatar Michael Smith 2022-09-131-9/+5