aboutsummaryrefslogtreecommitdiff
path: root/src/sst.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add magical feature codegen system, at long lastGravatar Michael Smith 2022-08-101-54/+16
* Add event systemGravatar Michael Smith 2022-07-231-1/+7
* Split custom demo data into its own file/featureGravatar Michael Smith 2022-07-231-3/+3
* Add stuff to track keypressesGravatar Willian Henrique 2022-07-231-1/+1
* Add keybind lookup codeGravatar Michael Smith 2022-07-231-1/+3
* Add alias management plus input filtering skeletonGravatar Michael Smith 2022-07-231-2/+7
* Add update detection, clean up minor stuffGravatar Michael Smith 2022-06-271-0/+28
* Solve the error logging situationGravatar Michael Smith 2022-06-021-18/+18
* Add basic Portal crosshair colour customisationGravatar Michael Smith 2022-05-301-4/+5
* Remove some dodgy whitespaceGravatar Michael Smith 2022-05-261-1/+1
* Fix wonky comparisons in CreateInterfaceGravatar Michael Smith 2022-05-251-1/+1
* Properly solve load order issues via deferred initGravatar Michael Smith 2022-05-191-43/+86
* Add a quick stopgap hack for Portal purposesGravatar Michael Smith 2022-05-191-0/+24
* Rerun L4D1 console spam fix after config loadingGravatar Michael Smith 2022-05-121-0/+16
* Further clean up engine API initialisationGravatar Michael Smith 2022-05-121-8/+1
* Add entity property finding and L4D warp testingGravatar Michael Smith 2022-05-031-2/+3