scummvm/engines/cruise
Bastien Bouclet 9a4c0ae281 ENGINES: Normalize the getName() result of metaengines
Also-By: Matthew Hoops <clone2727@gmail.com>
2018-12-10 06:47:27 +01: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: Directly use assert. 2014-06-08 17:57:02 +02: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 BUILD: Split configure.engines down to a single file per engine. 2013-11-24 00:45:38 +00:00
cruise_main.cpp CRUISE: Add a safeguard to avoid a potential null pointer derefenrece 2014-06-15 18:19:11 +02:00
cruise_main.h CRUISE: Directly use assert. 2014-06-08 17:57:02 +02:00
cruise.cpp ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
cruise.h CRUISE: some more renaming, remove another useless variable 2014-06-09 18:01:04 +02: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: Plug another memory leak 2016-05-09 14:40:56 +02: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: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +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 ENGINES: Normalize the getName() result of metaengines 2018-12-10 06:47:27 +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: Remove some useless variables, use a boolean for a variable 2014-06-10 07:25:35 +02: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: Reduce the scope of some more variables 2014-06-06 22:49:21 +02:00
linker.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
mainDraw.cpp CRUISE: Remove some useless variables, use a boolean for a variable 2014-06-10 07:25:35 +02: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: Remove some useless variables, use a boolean for a variable 2014-06-10 07:25:35 +02: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
POTFILES
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 JANITORIAL: Silence more GCC 7 warnings 2017-08-06 12:26:05 +02:00
script.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
sound.cpp ALL: Use CLIP to clip volumes 2018-05-05 17:57:31 +02: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