summaryrefslogtreecommitdiff
path: root/src/hook.c
Commit message (Collapse)AuthorAgeFilesLines
* Clean up gameinfo_init() and other random stuffGravatar Michael Smith 2022-03-241-2/+2
| | | | | | | | | | | | | | | - 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.
* Make inline hooking follow jumpsGravatar Michael Smith 2022-03-211-4/+13
|
* Fix hook_inline() breaking after a single callGravatar Willian Henrique 2022-03-191-2/+4
| | | | Committer note: I, mike, am a big dumb idiot. Thanks, Bill.
* Spruce up text and fix some copyright yearsGravatar Michael Smith 2022-03-191-1/+1
| | | | Sometimes, you just want to Unicode.
* Initial public snapshotGravatar Michael Smith 2021-11-201-0/+99
With code from Bill. Thanks Bill!