aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/saveload.cpp
AgeCommit message (Expand)Author
2018-07-31CRUISE: Fix Possible Invalid Thumbnail Pointer Access.D G Turner
2018-04-07ALL: Load savegame thumbnail only when necessaryAdrian Frühwirth
2014-06-10CRUISE: Remove some useless variables, use a boolean for a variableStrangerke
2014-06-09CRUISE: Initialize some variables in the contractor, change some variables to...Strangerke
2014-06-08CRUISE: Directly use assert.Johannes Schickel
2014-06-06CRUISE: disable more efficiently some codeStrangerke
2014-06-01CRUISE: Reduce the scope of variables used in the for loopsStrangerke
2014-03-30ALL: Resolve multiple clang warningsMax Horn
2014-02-18CRUISE: Make GPL headers consistent in themselves.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-11-21CRUISE: Added explicit freeing of thumbnail surface pixelsPaul Gilbert
2011-08-07GRAPHICS: Simplify the interface of Graphics::loadThumbnail().Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-11-07LURE: Convert printf to debug/warningMax Horn
2010-08-09CRUISE: Eliminate global constructorsEugene Sandulenko
2010-02-20Put in a warning in case there is ever too long a background resource name wh...Paul Gilbert
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-10Fixed memory leaks in savegame restoringPaul Gilbert
2009-10-09Fixed all memory leaks as far as the initial title screenPaul Gilbert
2009-10-09Set up a basic tracing system for all memory allocations to help track down m...Paul Gilbert
2009-07-03Bugfix for loading savegames where the active resource file database isn't co...Paul Gilbert
2009-06-20Added proper saving of music state to savegames so music resumes when a saveg...Paul Gilbert
2009-06-14Beginnings of music support for Cruise, based on the cine engine sound code (...Paul Gilbert
2009-06-10Added variable to savegame format so that savegames can be correctly loaded f...Paul Gilbert
2009-06-01Removed the remaining two FIXME's - my analysis of the data indicates no issu...Paul Gilbert
2009-06-01Converted the saving of perso structure data to proper endian-safe serialisationPaul Gilbert
2009-05-28Replaced the original implementation of walk box handling with a cleaner, str...Paul Gilbert
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...Max Horn
2009-05-19Improved Common::Serializer in several ways:Max Horn
2009-05-17Properly named the script structure offset field, and fixed an endian bugPaul Gilbert
2009-05-16Replaced value with proper constant, and named a previously un-named structur...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-04-18Added support for the global menu save/loading, and changed the savegame form...Paul Gilbert
2009-04-04Replaced all occurrences of the constant '257' with the existing constant 'NU...Paul Gilbert
2009-04-01Laid the basics for music handlingPaul Gilbert
2009-03-24CRUISE: Fixed bug when loading backgroundIncrustStruct::saveWidth (don't divi...Max Horn
2009-03-16Converted the Cruise engine to use the new Common::Serializer classPaul Gilbert
2009-02-11Removed deprecated methodPaul Gilbert
2009-02-09Changed the save/load process to use a common serialiserPaul Gilbert
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn
2009-01-16Code formatting fixes, automatically performed by astyleMax Horn
2009-01-16Mark cruise save/load code as not endian safeMax Horn
2008-09-21Patch #2054467: CRUISE: 64bits fixesEugene Sandulenko
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-12-27Early pathfindingVincent Hamm