aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise
AgeCommit message (Expand)Author
2009-05-16Added a workaround for a discrepancy in the English version - one of the long...Paul Gilbert
2009-05-16Corrected mixed up parameter usage in the LoadFile methodPaul Gilbert
2009-05-16Replaced value with proper constant, and named a previously un-named structur...Paul Gilbert
2009-05-16Fixed incorrect pathfinding data entry being deleted when a temporary actor a...Paul Gilbert
2009-05-15Bugfix to saving the width of a cached background area - the previous code wa...Paul Gilbert
2009-05-15Corrected saving/loading of cached background areasPaul Gilbert
2009-05-15Bugfix to prevent off-screen areas from being restored by restoreBackgroundPaul Gilbert
2009-05-15Yet another strcpy() where source and destination may be the same...Torbjörn Andersson
2009-05-15Fixes for the backupBackground method when X < 0Paul Gilbert
2009-05-15Converted various printf statements to use debug, warning, and error.Paul Gilbert
2009-05-15Bugfix for loadSetEntry to ensure graphics get allocated enough space. It's n...Paul Gilbert
2009-05-15Removed standard library includes - they were marked with a FIXME to remove, ...Paul Gilbert
2009-05-15Fixed a memory leak in the new unified decodeGfxUnified decoder methodPaul Gilbert
2009-05-15Converted some code from fopen to Common::File - it's not currently used, but...Paul Gilbert
2009-05-13Fix some variable may be used uninitialized warnings.Johannes Schickel
2009-05-13Reintroduced language string lists as a fallback for DELPHINE.LNG, since not ...Paul Gilbert
2009-05-13Moved the construction of _sound and _music to the constructor, in case the r...Paul Gilbert
2009-05-12Surely this function is supposed to return -2 when the memory allocationTorbjörn Andersson
2009-05-12When source and destination are the same, there is no need to strcpy(). In factTorbjörn Andersson
2009-05-12Fixed what looks like an obvious error in loadSong() that Valgrind caught.Torbjörn Andersson
2009-05-12Changed the hardcoded 'Parler de..' string in the conversation dialog to use ...Paul Gilbert
2009-05-07Commit of patch submitted by Jaime Abraham Corrales Gonzalez, with minor form...Paul Gilbert
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