aboutsummaryrefslogtreecommitdiff
path: root/src/gameinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* Spruce up text and fix some copyright yearsGravatar Michael Smith 2022-03-191-1/+1
| | | | Sometimes, you just want to Unicode.
* Fix some old KV parser issuesGravatar Michael Smith 2022-03-191-5/+7
| | | | | | | - Implement conditionals in the lexer and reject or ignore them in callbacks. This will allow something to use them later if needed. - Make error handling less stupid (return a bool instead of using the state struct).
* Fix a couple of other latent woopsiesGravatar Michael Smith 2022-01-061-3/+3
| | | | | | | The format string one is cool because it implies the Windows code was also always wrong but the Windows headers aren't annotated for Clang so I guess that means it doesn't warn. At least for the nonstandard Windows wide character versions of things. Cool!
* Tidy up stubs, make vstdlib a stub, build on LinuxGravatar Michael Smith 2022-01-061-5/+4
| | | | | | Important note: it doesn't WORK on Linux, and there's tons of warnings and stuff, but it's easier to work on when all the compiler output and whatnot is there.
* Initial public snapshotGravatar Michael Smith 2021-11-201-0/+372
With code from Bill. Thanks Bill!