Commit Graph
13 Commits
Author SHA1 Message Date
Le Philousophe 6d3a10c631 GLK: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
Le Philousophe 93cdbbbf39 GLK: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
Walter Agazzi 9424d4b4ed GLK: AGT: Bump version number to 1.1.2 2022-09-26 18:39:38 -07:00
Donovan Watteau 27f9a460b5 JANITORIAL: Fix "the the" and similar typos 2022-07-29 19:36:40 +03:00
Orgad Shaneh b2322a8c4f JANITORIAL: Add some long casts to match %ld format
Needed on Win64 compilation.
2022-06-12 10:24:34 +02:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh 0111a08560 GLK: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Eugene Sandulenko 5e7fe2dc57 JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
D G Turner 6a5c34bb69 GLK: AGT: Fix Fallthrough Compiler Warnings
One of these was an actal bug which would have caused the score notification
to be toggled if the restart verb was unable to be executed due to lack of
memory. This is obviously wrong and has been fixed.
2019-12-16 08:01:21 +00:00
Paul Gilbert 43579347eb GLK: AGT: Move configuration options into AGT class 2019-11-27 21:10:29 -08:00
Paul Gilbert 5d7386e42b GLK: AGT: Properly exit when game window is closed 2019-11-27 21:10:29 -08:00
Paul Gilbert 88444ddc88 GLK: AGT: Initialization fixes 2019-11-27 21:10:29 -08:00
Paul Gilbert 28c3584148 GLK: AGT: Added subengine files 2019-11-27 21:10:29 -08:00