aboutsummaryrefslogtreecommitdiff
path: root/compile.bat
Commit message (Expand)AuthorAgeFilesLines
* Make Steam L4D1 demos backwards-compatibleGravatar Hayden K 2025-04-061-0/+1
* Add feature to remove the chat rate limitGravatar Hayden K 2025-04-061-0/+1
* Fix broken behaviour in the L4D2 addon systemGravatar Hayden K 2025-04-061-0/+1
* Rewrite and redesign codegen and feature systemGravatar Michael Smith 2025-04-061-13/+13
* Remove redundant and/or incorrect -municode flagGravatar Michael Smith 2024-09-281-3/+3
* Enable rebuilding the plugin while it is loadedGravatar Michael Smith 2024-09-281-1/+18
* Add basic button input HUDGravatar Matthew Wozniak 2024-09-141-0/+1
* Add very basic client console messaging for L4D2Gravatar Michael Smith 2024-08-291-0/+1
* Add basic server-side tracing functionalityGravatar Willian Henrique 2024-08-291-0/+1
* Rewrite the gamedata and entprops systems entirelyGravatar Michael Smith 2024-08-231-8/+6
* Prevent errorlevel weirdness in compile.batGravatar Michael Smith 2024-08-221-21/+20
* Rework OS abstractionsGravatar Michael Smith 2024-08-221-10/+26
* Add a half-decent custom crosshairGravatar Michael Smith 2024-01-211-0/+2
* Add VGUI HUD overlay drawing featureGravatar Matthew Wozniak 2023-12-191-1/+3
* Don't compile kv.c as part of SST itselfGravatar Michael Smith 2023-12-171-1/+0
* Cancel fast-forward after the player disconnectsGravatar Michael Smith 2023-12-171-0/+1
* Add cutscene skipping to L4D quick resetGravatar Michael Smith 2023-12-041-2/+1
* Add a way to fast-forward game timeGravatar Matthew Wozniak 2023-11-261-0/+1
* Perform minor build script tidyingGravatar Michael Smith 2023-08-301-14/+15
* Fix editorial mishapGravatar Michael Smith 2023-08-271-1/+0
* Remove vcruntime140.dll dependencyGravatar Michael Smith 2023-08-271-5/+9
* Make various preparations for upcoming featuresGravatar Michael Smith 2023-08-021-3/+5
* Fix another x86 case and add regression testsGravatar Michael Smith 2023-08-021-0/+2
* Fix spuriously-included test case in compile.batGravatar Michael Smith 2023-06-141-2/+0
* Prune some comments and tidy up other minor thingsGravatar Michael Smith 2023-06-101-3/+8
* Adapt vote reset code into fast campaign resettingGravatar Michael Smith 2023-06-031-2/+4
* Add command to reset L4D2 vote cooldownsGravatar Willian Henrique 2023-05-211-0/+1
* Add snd_mute_losefocus backportGravatar Willian Henrique 2023-05-171-1/+3
* Move towards C23, improve events and vcall macrosGravatar Michael Smith 2022-09-131-4/+9
* Import Monocypher 3.1.3 + monocypher-rng moduleGravatar Michael Smith 2022-08-161-0/+1
* Add event systemGravatar Michael Smith 2022-07-231-1/+1
* Split custom demo data into its own file/featureGravatar Michael Smith 2022-07-231-0/+1
* Add keybind lookup codeGravatar Michael Smith 2022-07-231-0/+1
* Add alias management plus input filtering skeletonGravatar Michael Smith 2022-07-231-5/+5
* Add update detection, clean up minor stuffGravatar Michael Smith 2022-06-271-2/+2
* Solve the error logging situationGravatar Michael Smith 2022-06-021-25/+41
* Add basic Portal crosshair colour customisationGravatar Michael Smith 2022-05-301-2/+3
* Add entity property finding and L4D warp testingGravatar Michael Smith 2022-05-031-3/+7
* Centralise engine access, add Portal FOV changerGravatar Michael Smith 2022-04-301-3/+7
* Add engine_no_focus_sleep backport, fix codegenGravatar Michael Smith 2022-04-251-3/+4
* Fix dark L4D2 rendering on Intel integrated GPUsGravatar Michael Smith 2022-04-251-1/+1
* Move WIN32_LEAN_AND_MEAN and NOMINMAX into flagsGravatar Michael Smith 2022-04-241-1/+1
* Dynamically link the Windows C runtimeGravatar Michael Smith 2022-04-241-3/+9
* Replace udis86 with a very small x86 decoderGravatar Michael Smith 2022-04-241-4/+7
* Make build scripts *slightly* more flexibleGravatar Michael Smith 2022-03-301-19/+30
* Work around plugin unloading bug in old branchesGravatar Michael Smith 2022-03-231-1/+1
* Add m_rawinput reimplementation to replace RInputGravatar Michael Smith 2022-03-211-2/+3
* Tidy up stubs, make vstdlib a stub, build on LinuxGravatar Michael Smith 2022-01-061-2/+3
* Split up os.h, inline functions and fix some typosGravatar Michael Smith 2021-12-301-4/+3
* Reintroduce autojump codeGravatar Michael Smith 2021-12-271-2/+3