Commit Graph
7 Commits
Author SHA1 Message Date
Paul Gilbert 1a8ae27b58 AGS: Move game & spriteset into Globals 2021-02-26 21:28:53 -08:00
Oliver Pahl aeb3c00e76 AGS: Implemented achievement system for GOG Galaxy and Steam. 2021-02-17 17:44:26 -08:00
Paul Gilbert cd017a73c7 AGS: Revert Standardization of number types
This reverts commit a96422af52.
2021-02-16 19:45:02 -08:00
Paul Gilbert a96422af52 AGS: Standardization of number types
This not only simplifies all the use of _t types to the
ScummVM equivalents, it gets rid of the int32 usage in
favor of just int, solving common type clashes with the
Amiga, for which int doesn't match int32
2021-02-13 11:38:55 -08:00
Ori Avtalion bfe16d0ed4 AGS: Silence clang warnings 2021-02-11 20:31:17 +02:00
Paul Gilbert 7302dac5e2 AGS: Hopefully fix compilation when plugins are enabled 2021-02-11 07:57:39 -08:00
Paul Gilbert 8aa4a9cf6b AGS: Shift game scanner to be available via command line 2021-02-09 19:54:33 -08:00