scummvm/engines/cruise
2009-04-18 12:03:21 +00:00
..
actor.cpp Implemented many of the remaining library functions 2009-04-05 07:52:21 +00:00
actor.h Bugfix for frequent freezes when doing actions - the main movement state switch statement was actually relying on falling through case statements to work properly 2009-03-02 09:14:36 +00:00
background.cpp Code formatting, added further constant references, and corrected method signatures 2009-03-16 09:45:37 +00:00
background.h Code formatting, added further constant references, and corrected method signatures 2009-03-16 09:45:37 +00:00
backgroundIncrust.cpp Replaced all occurrences of the constant '257' with the existing constant 'NUM_FILE_ENTRIES' 2009-04-04 01:21:25 +00:00
backgroundIncrust.h Changed the save/load process to use a common serialiser 2009-02-09 11:30:18 +00:00
cell.cpp Code formatting, added further constant references, and corrected method signatures 2009-03-16 09:45:37 +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 Added support for the global menu save/loading, and changed the savegame format to store the savegame name and thumbnail 2009-04-18 10:16:08 +00:00
cruise_main.h Implemented the 'Start Again' menu option to properly restart the game 2009-04-18 12:03:21 +00:00
cruise.cpp Added support for the global menu save/loading, and changed the savegame format to store the savegame name and thumbnail 2009-04-18 10:16:08 +00:00
cruise.h Added support for the global menu save/loading, and changed the savegame format to store the savegame name and thumbnail 2009-04-18 10:16:08 +00:00
ctp.cpp Code formatting fixes, automatically performed by astyle 2009-01-16 02:43:41 +00:00
ctp.h Nearly working pathfinder 2007-12-27 17:37:38 +00:00
dataLoader.cpp Replaced all occurrences of the constant '257' with the existing constant 'NUM_FILE_ENTRIES' 2009-04-04 01:21:25 +00:00
dataLoader.h -Cleanup strings 2007-11-10 17:15:48 +00:00
debugger.cpp Code formatting, added further constant references, and corrected method signatures 2009-03-16 09:45:37 +00:00
debugger.h Added debugger console 2009-02-11 10:03:01 +00:00
decompiler.cpp Code formatting fixes, automatically performed by astyle 2009-01-16 02:43:41 +00:00
delphine-unpack.cpp Code formatting fixes, automatically performed by astyle 2009-01-16 02:43:41 +00:00
detection.cpp Added support for the global menu save/loading, and changed the savegame format to store the savegame name and thumbnail 2009-04-18 10:16:08 +00:00
font.cpp Formatting fixes 2009-03-03 09:00:49 +00:00
font.h Formatting fixes 2009-03-03 09:00:49 +00:00
function.cpp Added support for the global menu save/loading, and changed the savegame format to store the savegame name and thumbnail 2009-04-18 10:16:08 +00:00
function.h Implemented the 'Start Again' menu option to properly restart the game 2009-04-18 12:03:21 +00:00
gfxModule.cpp Fixed incorrect palette range usage so room fade-ins happen correctly 2009-04-03 23:27:38 +00:00
gfxModule.h Fixed incorrect palette range usage so room fade-ins happen correctly 2009-04-03 23:27:38 +00:00
linker.cpp Code formatting fixes, automatically performed by astyle 2009-01-16 02:43:41 +00:00
linker.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
mainDraw.cpp Code formatting, added further constant references, and corrected method signatures 2009-03-16 09:45:37 +00:00
mainDraw.h Code formatting, added further constant references, and corrected method signatures 2009-03-16 09:45:37 +00:00
menu.cpp Implemented the 'Start Again' menu option to properly restart the game 2009-04-18 12:03:21 +00: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 Moved mouse cursor definition data into staticres.cpp 2009-03-01 02:16:44 +00:00
mouse.h Moved mouse cursor definition data into staticres.cpp 2009-03-01 02:16:44 +00:00
object.cpp Added debugger console 2009-02-11 10:03:01 +00:00
object.h Added debugger console 2009-02-11 10:03:01 +00:00
overlay.cpp Laid the basics for music handling 2009-04-01 10:43:24 +00:00
overlay.h Code formatting fixes, automatically performed by astyle 2009-01-16 02:43:41 +00:00
perso.cpp Implemented many of the remaining library functions 2009-04-05 07:52:21 +00:00
perso.h Implemented many of the remaining library functions 2009-04-05 07:52:21 +00:00
polys.cpp Some code formating fixes 2007-11-04 13:01:41 +00:00
polys.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
saveload.cpp Added support for the global menu save/loading, and changed the savegame format to store the savegame name and thumbnail 2009-04-18 10:16:08 +00:00
saveload.h Implemented the 'Start Again' menu option to properly restart the game 2009-04-18 12:03:21 +00:00
script.cpp Code formatting fixes, automatically performed by astyle 2009-01-16 02:43:41 +00:00
script.h Cleanup load savegame from original interpreter 2007-11-08 22:59:29 +00:00
sound.cpp Created stub manager class for sound effects 2009-04-05 07:51:31 +00:00
sound.h Apart from a "const", the volume() and getVolume() function were identical. 2009-04-05 15:58:27 +00:00
stack.cpp Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
stack.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
staticres.cpp Moved mouse cursor definition data into staticres.cpp 2009-03-01 02:16:44 +00:00
staticres.h Moved mouse cursor definition data into staticres.cpp 2009-03-01 02:16:44 +00:00
various.cpp Code formatting fixes, automatically performed by astyle 2009-01-16 02:43:41 +00:00
various.h -Fade in/fade out 2007-12-24 01:05:36 +00:00
vars.cpp Added support for the global menu save/loading, and changed the savegame format to store the savegame name and thumbnail 2009-04-18 10:16:08 +00:00
vars.h Added support for the global menu save/loading, and changed the savegame format to store the savegame name and thumbnail 2009-04-18 10:16:08 +00:00
volume.cpp Fix compilation via manually implementing strToUpper, instead of relying on strupr. 2009-04-01 14:02:55 +00:00
volume.h Fix compilation via manually implementing strToUpper, instead of relying on strupr. 2009-04-01 14:02:55 +00:00