scummvm/engines/cruise
Eugene Sandulenko fcc94778e4 CINE: Remove useless code.
var_2 used to be always NULL after while() loop, thus, the first if()
condition is always false.
2016-05-17 19:11:07 +02:00
..
actor.cpp CRUISE: Reduce the scope of some variables in actor and cruise_main 2014-06-01 11:50:40 +02: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 CRUISE: some more renaming, remove another useless variable 2014-06-09 18:01:04 +02: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: Make variable names of ADGameDescription conform to our guidelines. 2016-03-08 19:01:38 +01:00
font.cpp CRUISE: Reduce the scope of variables used in the for loops 2014-06-01 01:21:32 +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 JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
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 I18N: Move specification of engine specific files to enginedir/POTFILES. 2013-08-12 17:54:31 +02:00
saveload.cpp CRUISE: Remove some useless variables, use a boolean for a variable 2014-06-10 07:25:35 +02:00
saveload.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
script.cpp CRUISE: Directly use assert. 2014-06-08 17:57:02 +02:00
script.h CRUISE: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
sound.cpp JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03: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