index
:
mike/sst
master
Source Speedrun Tools: practice tools and handy features for Source Engine games
Michael Smith
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
con_.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove years from copyright headers
Michael Smith
2025-04-07
1
-1
/
+1
*
Use C23 void-argument-free prototypes
Michael Smith
2025-04-06
1
-3
/
+3
*
Rewrite and redesign codegen and feature system
Michael Smith
2025-04-06
1
-8
/
+8
*
Deal with the stupid NVDTOR situation
Michael Smith
2024-05-21
1
-7
/
+1
*
Get things at least compiling under Linux
Michael Smith
2023-08-27
1
-1
/
+4
*
Prune some comments and tidy up other minor things
Michael Smith
2023-06-10
1
-35
/
+15
*
Do some pedantic spring cleaning
Michael Smith
2023-05-16
1
-0
/
+1
*
Refactor the RGBA colour struct into engineapi.h
Michael Smith
2023-05-04
1
-5
/
+5
*
Fix incorrectly implemented con_setvar functions
Michael Smith
2023-04-28
1
-12
/
+21
*
Fix deferred init for Portal 2 compatibility
Michael Smith
2023-01-15
1
-1
/
+0
*
Move towards C23, improve events and vcall macros
Michael Smith
2022-09-13
1
-25
/
+28
*
Document some Portal 2 breakage that needs fixed
Michael Smith
2022-07-23
1
-0
/
+1
*
Solve the error logging situation
Michael Smith
2022-06-02
1
-0
/
+3
*
Clean up some random bits and bobs
Michael Smith
2022-05-16
1
-4
/
+2
*
Properly finish refactoring con to use gamedata
Michael Smith
2022-05-13
1
-98
/
+65
*
Further clean up engine API initialisation
Michael Smith
2022-05-12
1
-12
/
+14
*
Centralise engine access, add Portal FOV changer
Michael Smith
2022-04-30
1
-21
/
+17
*
Fix broken con_setvar*() functions - woopsy!
Michael Smith
2022-04-25
1
-1
/
+2
*
Replace udis86 with a very small x86 decoder
Michael Smith
2022-04-24
1
-1
/
+1
*
Clean up gameinfo_init() and other random stuff
Michael Smith
2022-03-24
1
-7
/
+1
*
Support deferring cvar registration
Michael Smith
2022-03-20
1
-16
/
+21
*
Spruce up text and fix some copyright years
Michael Smith
2022-03-19
1
-2
/
+2
*
Very slightly tidy RTTI stuff
Michael Smith
2022-01-18
1
-8
/
+8
*
Fix Left 4 Dead 2 Survivors crashing
Michael Smith
2022-01-17
1
-3
/
+14
*
Tidy up stubs, make vstdlib a stub, build on Linux
Michael Smith
2022-01-06
1
-2
/
+4
*
Make convar init macro type-generic
Michael Smith
2021-12-29
1
-3
/
+1
*
Initial public snapshot
Michael Smith
2021-11-20
1
-0
/
+533