aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise
AgeCommit message (Expand)Author
2009-05-05Added detection entry for the German 16-colour version, which was included onTorbjörn Andersson
2009-04-18Implemented the 'Start Again' menu option to properly restart the gamePaul Gilbert
2009-04-18Changed the 'Exit' game menu option to exit gracefully, rather than using exit()Paul Gilbert
2009-04-18Added support for the global menu save/loading, and changed the savegame form...Paul Gilbert
2009-04-05Apart from a "const", the volume() and getVolume() function were identical.Torbjörn Andersson
2009-04-05Implemented many of the remaining library functionsPaul Gilbert
2009-04-05Created stub manager class for sound effectsPaul Gilbert
2009-04-04Replaced all occurrences of the constant '257' with the existing constant 'NU...Paul Gilbert
2009-04-03Fixed incorrect palette range usage so room fade-ins happen correctlyPaul Gilbert
2009-04-01Fix compilation via manually implementing strToUpper, instead of relying on s...Johannes Schickel
2009-04-01Fix warnings.Johannes Schickel
2009-04-01Laid the basics for music handlingPaul Gilbert
2009-04-01Laid the basics for music handlingPaul Gilbert
2009-04-01Replaced resource type numbers with existing constantsPaul Gilbert
2009-03-26Corrected the positions of two library functions in the library function listPaul Gilbert
2009-03-24CRUISE: Fixed bug when loading backgroundIncrustStruct::saveWidth (don't divi...Max Horn
2009-03-22Bug fixes for handling 5-bit layered sprites correctly - this fixes the black...Paul Gilbert
2009-03-16Code formatting, added further constant references, and corrected method sign...Paul Gilbert
2009-03-16Converted the Cruise engine to use the new Common::Serializer classPaul Gilbert
2009-03-07Fixed some method parameters, changed the main loop to a method of the engine...Paul Gilbert
2009-03-05Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...Jordi Vilalta Prat
2009-03-03Renamed parameter to silence warning.Torbjörn Andersson
2009-03-03Corrected click handling when a text message is displaying to properly dismis...Paul Gilbert
2009-03-03Changed the int16[5] array used in pathfinding to a structure with explicitly...Paul Gilbert
2009-03-03Formatting fixesPaul Gilbert
2009-03-02Bugfix for frequent freezes when doing actions - the main movement state swit...Paul Gilbert
2009-03-02Formatting fixes, and added extra constants and function name correctionsPaul Gilbert
2009-03-01Added an explicit clearing of all animation fields for new animations - this ...Paul Gilbert
2009-03-01Engines: Fused several init&go methods into a single run methodMax Horn
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2009-03-01Formatting fixesPaul Gilbert
2009-03-01Implemented proper support for the Pause 'p' key Paul Gilbert
2009-03-01Cleaned up parts of the font display system. Note: Cruise used two almost ide...Paul Gilbert
2009-03-01Moved mouse cursor definition data into staticres.cppPaul Gilbert
2009-02-19Merged the contents of fontCharacterTable into staticresPaul Gilbert
2009-02-19Initial work on correct engine pausingPaul Gilbert
2009-02-19In progress work on cleaning up the font system - giving proper variable name...Paul Gilbert
2009-02-19Moved a set of static arrays into the staticres.cpp filePaul Gilbert
2009-02-14Changed the list of language dependant strings from being hard-coded to dynam...Paul Gilbert
2009-02-11Added debugger consolePaul Gilbert
2009-02-11Removed deprecated methodPaul Gilbert
2009-02-10Cleaned up the input loop, using ScummVM keycode constants and some newly def...Paul Gilbert
2009-02-09Changed the save/load process to use a common serialiserPaul Gilbert
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn
2009-01-29Moved AdvancedDetector from common/ to engines/Max Horn
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn
2009-01-25Introduced a static string list for language dependant strings, and changed t...Paul Gilbert
2009-01-25Minor cleanup and changed g_cruise to _vm for consistencyPaul Gilbert
2009-01-16Fixed class indentionMax Horn
2009-01-16Code formatting fixes, automatically performed by astyleMax Horn