scummvm/engines/cruise
Paul Gilbert 9f175c4053 ENGINES: Cleanup of savegame filenames generation
This removes filename methods when it matched the Engine method.
Secondly, ensuring there was an overriden getSaveStateName method
for engines that didn't do the standard target.00x save filenames
2020-02-16 15:44:28 -08:00
..
actor.cpp ALL: Fix misuse of comma operator 2017-11-10 09:57:03 -06:00
actor.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
background.cpp CRUISE: Fix Missing Default Switch Cases 2019-10-19 18:47:34 +01:00
background.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
backgroundIncrust.cpp CRUISE: Add a safeguard, some minor rework in BackgroundIncrust 2014-06-07 17:05:01 +02:00
backgroundIncrust.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
cell.cpp CINE: Remove useless code. 2016-05-17 19:11:07 +02:00
cell.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
configure.engine
cruise_main.cpp CRUISE: Refactor to use Engine debugger 2020-02-16 13:07:19 +02:00
cruise_main.h CRUISE: Directly use assert. 2014-06-08 17:57:02 +02:00
cruise.cpp ENGINES: Merge saveGameState virtual methods into a single one 2020-02-16 15:44:28 -08:00
cruise.h ENGINES: Cleanup of savegame filenames generation 2020-02-16 15:44:28 -08:00
ctp.cpp CRUISE: Safer string manipulation 2016-05-11 12:30:50 +02:00
ctp.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
dataLoader.cpp CRUISE: Fix Missing Default Switch Cases 2019-10-19 18:47:34 +01:00
dataLoader.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
debugger.cpp ALL: Make Debugger command function names conform to our guidelines. 2014-05-27 02:04:08 +02:00
debugger.h CRUISE: Add override keywords 2020-02-09 12:43:15 +01:00
decompiler.cpp CRUISE: More rework and renaming on the decompiler 2014-06-01 21:59:11 +02:00
delphine-unpack.cpp CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
detection.cpp CRUISE: Add override keywords 2020-02-09 12:43:15 +01:00
font.cpp CRUISE: Fix font space width 2016-12-10 13:12:41 +02:00
font.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
function.cpp CRUISE: Correct Parameter Sanity Checks in Several Functions 2019-10-23 01:14:37 +01:00
function.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
gfxModule.cpp CRUISE: Fix CppCheck warnings in gfxModule 2014-06-06 22:45:14 +02:00
gfxModule.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
linker.cpp CRUISE: Fix Missing Default Switch Cases 2019-10-19 18:47:34 +01:00
linker.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
mainDraw.cpp CRUISE: Fix Missing Default Switch Cases 2019-10-19 18:47:34 +01:00
mainDraw.h CRUISE: Remove some useless variables, use a boolean for a variable 2014-06-10 07:25:35 +02:00
menu.cpp CRUISE: Use Engine save/load dialog methods 2020-02-04 19:05:26 -08:00
menu.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
module.mk
mouse.cpp CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
mouse.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
object.cpp CRUISE: Directly use assert. 2014-06-08 17:57:02 +02:00
object.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
overlay.cpp CRUISE: Directly use assert. 2014-06-08 17:57:02 +02:00
overlay.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
perso.cpp CRUISE: Directly use assert. 2014-06-08 17:57:02 +02:00
perso.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
polys.cpp CRUISE: Reduce the scope of variables in fillpoly() 2014-06-06 07:24:45 +02:00
polys.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
saveload.cpp CRUISE: Fix Possible Invalid Thumbnail Pointer Access. 2018-07-31 09:22:26 +01:00
saveload.h ALL: Load savegame thumbnail only when necessary 2018-04-07 09:26:20 +02:00
script.cpp CRUISE: Fix Missing Default Switch Cases 2019-10-19 18:47:34 +01:00
script.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
sound.cpp CRUISE: Add override keywords 2020-02-09 12:43:15 +01:00
sound.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
stack.cpp CRUISE: Directly use assert. 2014-06-08 17:57:02 +02:00
stack.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
staticres.cpp CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
staticres.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
various.cpp CRUISE: Initialize some variables in the contractor, change some variables to boolean 2014-06-09 17:53:27 +02:00
various.h CRUISE: Initialize some variables in the contractor, change some variables to boolean 2014-06-09 17:53:27 +02:00
vars.cpp CRUISE: Remove some useless variables, use a boolean for a variable 2014-06-10 07:25:35 +02:00
vars.h CRUISE: Remove some useless variables, use a boolean for a variable 2014-06-10 07:25:35 +02:00
volume.cpp CRUISE: Fix a couple of CppCheck warnings in Volume 2014-06-06 07:12:54 +02:00
volume.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00