Commit Graph
11 Commits
Author SHA1 Message Date
Hubert Maier 5a320c4b68 GLK: Correct spelling mistake
relevent -> relevant
2022-10-27 15:56:11 +02:00
Le Philousophe 6d3a10c631 GLK: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +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
Alexandre Detiste 6044504762 JANITORIAL: typos
some in the variable names, some in the comments;
no change for the strings that interract with original games assets
2021-10-31 20:46:31 +01:00
Eugene Sandulenko 5e7fe2dc57 JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
Eugene Sandulenko 93e0702562 JANITORIAL: Fix code formatting 2020-04-30 15:44:13 +02:00
Eugene Sandulenko f257ef5af9 GLK: AGT: Added missing comma between string literals 2020-04-30 15:39:42 +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 c3dbc2c40f GLK: AGT: Route savegames through the engine 2019-11-27 21:10:29 -08:00
Paul Gilbert 28c3584148 GLK: AGT: Added subengine files 2019-11-27 21:10:29 -08:00