aboutsummaryrefslogtreecommitdiff
path: root/src/demorec.c
Commit message (Expand)AuthorAgeFilesLines
* Remove years from copyright headersGravatar Michael Smith 2025-04-071-2/+2
* Use C23 void-argument-free prototypesGravatar Michael Smith 2025-04-061-5/+5
* Rewrite and redesign codegen and feature systemGravatar Michael Smith 2025-04-061-9/+8
* Revise syntax macros and add a ton of branch hintsGravatar Michael Smith 2024-08-231-7/+8
* Rethink mem_loadoffset, and consequently, kill itGravatar Michael Smith 2024-01-211-5/+5
* Perform very minor load/unload optimisationsGravatar Michael Smith 2023-08-301-0/+2
* Make various preparations for upcoming featuresGravatar Michael Smith 2023-08-021-6/+14
* Remove some paranoia about missing commandsGravatar Michael Smith 2023-06-101-10/+1
* Prune some comments and tidy up other minor thingsGravatar Michael Smith 2023-06-101-22/+10
* Do some pedantic spring cleaningGravatar Michael Smith 2023-05-161-3/+6
* Implement APIs to control demo recordingGravatar Michael Smith 2023-05-051-1/+60
* Fix some miscellaneous stupid bugs and jankGravatar Michael Smith 2023-04-081-1/+1
* Fix a sizeof blunder I happened to notice recentlyGravatar Michael Smith 2023-01-151-2/+2
* Move towards C23, improve events and vcall macrosGravatar Michael Smith 2022-09-131-1/+0
* Add magical feature codegen system, at long lastGravatar Michael Smith 2022-08-101-7/+7
* Split custom demo data into its own file/featureGravatar Michael Smith 2022-07-231-113/+1
* Add keybind lookup codeGravatar Michael Smith 2022-07-231-11/+1
* Change some warnings to errorsGravatar Michael Smith 2022-07-231-2/+2
* Add alias management plus input filtering skeletonGravatar Michael Smith 2022-07-231-4/+4
* Solve the error logging situationGravatar Michael Smith 2022-06-021-27/+16
* File a complaint about the error message situationGravatar Michael Smith 2022-05-311-4/+6
* Add basic Portal crosshair colour customisationGravatar Michael Smith 2022-05-301-1/+1
* Remove some dodgy whitespaceGravatar Michael Smith 2022-05-261-1/+1
* Clean up some random bits and bobsGravatar Michael Smith 2022-05-161-16/+4
* Make the demo directory check more robustGravatar Michael Smith 2022-05-161-4/+24
* Fix a woopsy and slightly tweak autorecord UXGravatar Michael Smith 2022-05-041-1/+7
* Add entity property finding and L4D warp testingGravatar Michael Smith 2022-05-031-1/+1
* Don't bump the demo number if playing another demoGravatar Michael Smith 2022-04-301-9/+9
* Centralise engine access, add Portal FOV changerGravatar Michael Smith 2022-04-301-16/+12
* Reorganise and simplify demorecGravatar Michael Smith 2022-04-241-145/+188
* Replace udis86 with a very small x86 decoderGravatar Michael Smith 2022-04-241-68/+44
* Spruce up text and fix some copyright yearsGravatar Michael Smith 2022-03-191-1/+1
* Tidy up stubs, make vstdlib a stub, build on LinuxGravatar Michael Smith 2022-01-061-3/+6
* Split up os.h, inline functions and fix some typosGravatar Michael Smith 2021-12-301-1/+1
* Make convar init macro type-genericGravatar Michael Smith 2021-12-291-2/+2
* Add custom demo packet stuffGravatar Michael Smith 2021-12-271-5/+139
* Set sst_autorecord to 1 by defaultv0.1-BETAGravatar Michael Smith 2021-11-201-1/+1
* Initial public snapshotGravatar Michael Smith 2021-11-201-0/+218