summaryrefslogtreecommitdiffhomepage
path: root/src/gametype.h
AgeCommit message (Collapse)Author
2022-04-26Reorganise sst.c, add Portal 1 game typeMichael Smith
2022-03-26Fix L4D1 and L4DS crash regressionsMichael Smith
Chalk this up to improper testing and being tired and not using brain.
2022-03-24Clean up gameinfo_init() and other random stuffMichael Smith
- Just ask the engine for the game directory instead of doing the stupid argv sniffing hacks from the early days of trying to get the damn thing working. - Also add some other path variables, functions and whatnot, and do some other minor tidying up. - Also also, another damn copyright year, somebody please help me. Unfortunate negative effect off this change: con_init() no longer reports the game name, because it has to happen before gameinfo_init(). I've decided I don't really care, though.
2022-03-19Spruce up text and fix some copyright yearsMichael Smith
Sometimes, you just want to Unicode.
2022-01-17Fix Left 4 Dead 2 Survivors crashingMichael Smith
2021-11-20Initial public snapshotMichael Smith
With code from Bill. Thanks Bill!