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
/
ac.c
Age
Commit message (
Expand
)
Author
2024-08-23
Revise syntax macros and add a ton of branch hints
Michael Smith
2024-08-22
Rework OS abstractions
Michael Smith
2024-02-26
Remove some unnecessary and/or confusing stuff
Michael Smith
2024-01-21
Rethink mem_loadoffset, and consequently, kill it
Michael Smith
2023-11-26
Hook Key_Event instead of DispatchInputEvent in AC
Willian Henrique
2023-08-30
Perform very minor load/unload optimisations
Michael Smith
2023-08-27
Get things at least compiling under Linux
Michael Smith
2023-08-02
Make various preparations for upcoming features
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
Somewhat expand on WIP ac.c stuff
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
Add stuff to track keypresses
Willian Henrique
2022-07-23
Add alias management plus input filtering skeleton
Michael Smith