aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/dataLoader.cpp
AgeCommit message (Expand)Author
2019-10-19CRUISE: Fix Missing Default Switch CasesD G Turner
2016-05-09CRUISE: Plug another memory leakEugene Sandulenko
2016-05-07CRUISE: Plug memory leakEugene Sandulenko
2014-06-08CRUISE: Directly use assert.Johannes Schickel
2014-06-07CRUISE: Add a couple of checks to avoid the use of negative indices in arrays...Strangerke
2014-06-01CRUISE: Reduce the scope of a variable, remove a useless incrementStrangerke
2014-06-01CRUISE: Reduce the scope of variables used in the for loopsStrangerke
2014-05-31CRUISE: Replace some more strcpyStrangerke
2014-02-18CRUISE: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-26CRUISE: Plug memory lek. CID 1003917Eugene Sandulenko
2013-04-26CRUISE: Plug memory leak. CID 1003918Eugene Sandulenko
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-12-27CRUISE: Fix cppcheck warning about possible NULL pointer use.Torbjörn Andersson
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-10-24ALL: Fix various typos (patch #3093266)Max Horn
2010-03-10Silenced some harmless cppcheck warnings about unreachable code after a return.Torbjörn Andersson
2009-10-10Further memory leak fixesPaul 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-09-24Reverted parts of revisions #44292, #44293, #44295 and #44296, to prevent war...Filippos Karapetis
2009-09-24Changed createResFileEntry() to error out againFilippos Karapetis
2009-09-24CRUISE: Fixed some warnings about unreachable codeFilippos Karapetis
2009-07-25use READ_UINT16 macroJoost Peters
2009-06-21Bugfixes to pre-loading and handling of resources such as sound filesPaul Gilbert
2009-06-01Change flip[Short|Long] functions to bigEndian[Short|Long]ToNative to clarify...Joost Peters
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-24Fixed the display glitch associated with the animated handle in the engine roomPaul Gilbert
2009-05-16Corrected mixed up parameter usage in the LoadFile methodPaul 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-15Fixed a memory leak in the new unified decodeGfxUnified decoder methodPaul Gilbert
2009-05-13Fix some variable may be used uninitialized warnings.Johannes Schickel
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-07Commit of patch submitted by Jaime Abraham Corrales Gonzalez, with minor form...Paul Gilbert
2009-04-04Replaced all occurrences of the constant '257' with the existing constant 'NU...Paul Gilbert
2009-04-01Replaced resource type numbers with existing constantsPaul Gilbert
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-01-16Code formatting fixes, automatically performed by astyleMax Horn
2008-09-21Patch #2054467: CRUISE: 64bits fixesEugene Sandulenko
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-12-25Bunch of gfx fixVincent Hamm
2007-12-25Fix cell sortingVincent Hamm
2007-12-24Fix save/loadingVincent Hamm
2007-12-24Fix sprite mode 5Vincent Hamm