aboutsummaryrefslogtreecommitdiff
path: root/src/gameinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* 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!