index
:
sst
master
Source Speedrun Tools: practice tools and handy features for Source Engine games
mike
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
demorec.c
Age
Commit message (
Expand
)
Author
2024-08-23
Revise syntax macros and add a ton of branch hints
Michael Smith
2024-01-21
Rethink mem_loadoffset, and consequently, kill it
Michael Smith
2023-08-30
Perform very minor load/unload optimisations
Michael Smith
2023-08-02
Make various preparations for upcoming features
Michael Smith
2023-06-10
Remove some paranoia about missing commands
Michael Smith
2023-06-10
Prune some comments and tidy up other minor things
Michael Smith
2023-05-16
Do some pedantic spring cleaning
Michael Smith
2023-05-05
Implement APIs to control demo recording
Michael Smith
2023-04-08
Fix some miscellaneous stupid bugs and jank
Michael Smith
2023-01-15
Fix a sizeof blunder I happened to notice recently
Michael Smith
2022-09-13
Move towards C23, improve events and vcall macros
Michael Smith
2022-08-10
Add magical feature codegen system, at long last
Michael Smith
2022-07-23
Split custom demo data into its own file/feature
Michael Smith
2022-07-23
Add keybind lookup code
Michael Smith
2022-07-23
Change some warnings to errors
Michael Smith
2022-07-23
Add alias management plus input filtering skeleton
Michael Smith
2022-06-02
Solve the error logging situation
Michael Smith
2022-05-31
File a complaint about the error message situation
Michael Smith
2022-05-30
Add basic Portal crosshair colour customisation
Michael Smith
2022-05-26
Remove some dodgy whitespace
Michael Smith
2022-05-16
Clean up some random bits and bobs
Michael Smith
2022-05-16
Make the demo directory check more robust
Michael Smith
2022-05-04
Fix a woopsy and slightly tweak autorecord UX
Michael Smith
2022-05-03
Add entity property finding and L4D warp testing
Michael Smith
2022-04-30
Don't bump the demo number if playing another demo
Michael Smith
2022-04-30
Centralise engine access, add Portal FOV changer
Michael Smith
2022-04-24
Reorganise and simplify demorec
Michael Smith
2022-04-24
Replace udis86 with a very small x86 decoder
Michael Smith
2022-03-19
Spruce up text and fix some copyright years
Michael Smith
2022-01-06
Tidy up stubs, make vstdlib a stub, build on Linux
Michael Smith
2021-12-30
Split up os.h, inline functions and fix some typos
Michael Smith
2021-12-29
Make convar init macro type-generic
Michael Smith
2021-12-27
Add custom demo packet stuff
Michael Smith
2021-11-20
Set sst_autorecord to 1 by default
v0.1-BETA
Michael Smith
2021-11-20
Initial public snapshot
Michael Smith