aboutsummaryrefslogtreecommitdiff
path: root/src/abi.h
Commit message (Collapse)AuthorAgeFilesLines
* Do some pedantic spring cleaningGravatar Michael Smith 2023-05-161-18/+25
| | | | | | | | | | | | | | | | | | | | | | | - Use const in more places where it makes sense - not absolutely everywhere because it can get a bit annoying - Make all the instruction search loops a bit more readable by casting the function pointer into a temporary variable to loop over - Add a few more doc comments and fix a typo or two - Make that RTTI thing flexibly-sized, finally - Don't include gamedata.h in vcall.h for no reason; consequently include gamedata.h in a bunch of places where it was implictly pulled in before - Fix dbg_toghidra() and ent_getedict() having mismatched return types between their headers and respective source files - Remove that one broken, hacky, secret Portal non-feature that probably nobody even ended up using; it can be implemented properly later if required
* Spruce up text and fix some copyright yearsGravatar Michael Smith 2022-03-191-2/+2
| | | | Sometimes, you just want to Unicode.
* Very slightly tidy RTTI stuffGravatar Michael Smith 2022-01-181-1/+23
| | | | More handwavey Linux prep, nothing too significant.
* Initial public snapshotGravatar Michael Smith 2021-11-201-0/+91
With code from Bill. Thanks Bill!