scummvm/engines/cruise
Ori Avtalion 9414d7a6e2 JANITORIAL: Reduce header dependencies in shared code
Some backends may break as I only compiled SDL
2011-04-28 15:08:58 +03:00
..
actor.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
actor.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
background.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
background.h Increased the amount of space for storing background filenames to fix memory overflow 2010-02-19 22:26:30 +00:00
backgroundIncrust.cpp CRUISE: Fixed odd check, introduced in rev d83a83ef50 2011-04-03 02:35:16 +03:00
backgroundIncrust.h Replaced value with proper constant, and named a previously un-named structure field 2009-05-16 04:03:37 +00:00
cell.cpp CRUISE: Slight formatting fix. 2010-11-21 12:51:49 +00:00
cell.h Changed the save/load process to use a common serialiser 2009-02-09 11:30:18 +00:00
cruise_main.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
cruise_main.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
cruise.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
cruise.h JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
ctp.cpp ALL: colour -> color 2011-04-14 14:12:35 +02:00
ctp.h ALL: colour -> color 2011-04-14 14:12:35 +02:00
dataLoader.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
dataLoader.h Bugfixes to pre-loading and handling of resources such as sound files 2009-06-21 05:13:29 +00:00
debugger.cpp Strip trailing whitespaces in the whole code base. 2009-05-24 15:17:42 +00:00
debugger.h DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine 2010-12-07 18:54:21 +00:00
decompiler.cpp LURE: Convert printf to debug/warning 2010-11-07 01:03:58 +00:00
delphine-unpack.cpp Code formatting fixes, automatically performed by astyle 2009-01-16 02:43:41 +00:00
detection.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
font.cpp ALL: colour -> color 2011-04-14 14:12:35 +02:00
font.h ALL: colour -> color 2011-04-14 14:12:35 +02:00
function.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
function.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
gfxModule.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
gfxModule.h ALL: colour -> color 2011-04-14 14:12:35 +02:00
linker.cpp JANITORIAL: Remove/comment unused vars 2011-03-29 21:57:56 +02:00
linker.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
mainDraw.cpp JANITORIAL: Remove/comment unused vars 2011-03-29 21:57:56 +02:00
mainDraw.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
menu.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
menu.h Code formatting fixes, automatically performed by astyle 2009-01-16 02:43:41 +00:00
module.mk Laid the basics for music handling 2009-04-01 10:43:24 +00:00
mouse.cpp CRUISE: Adapt to setPalette RGBA->RGB change. 2011-02-14 17:08:32 +01:00
mouse.h Moved mouse cursor definition data into staticres.cpp 2009-03-01 02:16:44 +00:00
object.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
object.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
overlay.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
overlay.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
perso.cpp CRUISE: Eliminate global constructors 2010-08-09 10:30:40 +00:00
perso.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
polys.cpp
polys.h
saveload.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
saveload.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
script.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
script.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
sound.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
sound.h AUDIO: Rename sound/ dir to audio/ 2011-02-09 01:09:01 +00:00
stack.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
stack.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
staticres.cpp Add preliminary support for German Amiga version. 2009-09-14 12:24:23 +00:00
staticres.h Add preliminary support for German Amiga version. 2009-09-14 12:24:23 +00:00
various.cpp Change flip[Short|Long] functions to bigEndian[Short|Long]ToNative to clarify that flipping only occurs on LE systems + some related cleanup. 2009-06-01 19:29:04 +00:00
various.h Change flip[Short|Long] functions to bigEndian[Short|Long]ToNative to clarify that flipping only occurs on LE systems + some related cleanup. 2009-06-01 19:29:04 +00:00
vars.cpp CRUISE: Fix some code analysis warnings (bug #3087829) 2010-10-15 08:57:18 +00:00
vars.h CRUISE: Fix some code analysis warnings (bug #3087829) 2010-10-15 08:57:18 +00:00
volume.cpp CRUISE: Eliminate global constructors 2010-08-09 10:30:40 +00:00
volume.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00