summaryrefslogtreecommitdiff
path: root/src/sst.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Centralise engine access, add Portal FOV changerGravatar Michael Smith 2022-04-301-36/+32
* Reorganise sst.c, add Portal 1 game typeGravatar Michael Smith 2022-04-261-100/+99
* Add engine_no_focus_sleep backport, fix codegenGravatar Michael Smith 2022-04-251-14/+30
* Fix some egregious and sloppy mistakesGravatar Michael Smith 2022-04-061-1/+1
* Add auto VDF installationGravatar Michael Smith 2022-03-241-0/+81
* Clean up gameinfo_init() and other random stuffGravatar Michael Smith 2022-03-241-10/+11
* Work around plugin unloading bug in old branchesGravatar Michael Smith 2022-03-231-1/+70
* Add m_rawinput reimplementation to replace RInputGravatar Michael Smith 2022-03-211-1/+11
* Spruce up text and fix some copyright yearsGravatar Michael Smith 2022-03-191-2/+2
* Extend nag removal to L4DS tooGravatar Michael Smith 2022-01-181-1/+1
* Tidy up stubs, make vstdlib a stub, build on LinuxGravatar Michael Smith 2022-01-061-23/+10
* Add Windows release automation and bump to v0.2v0.2-BETAGravatar Michael Smith 2021-12-301-1/+1
* Add custom demo packet stuffGravatar Michael Smith 2021-12-271-0/+2
* Reintroduce autojump codeGravatar Michael Smith 2021-12-271-2/+4