aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/dataLoader.cpp
AgeCommit message (Expand)Author
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
2007-12-24-Fade in/fade outVincent Hamm
2007-11-11Menu display fixVincent Hamm
2007-11-10-Cleanup stringsVincent Hamm
2007-11-08Cleanup load savegame from original interpreterVincent Hamm
2007-11-05Fix some 256color version issuesVincent Hamm
2007-11-05Implement polygon and sprite maskingVincent Hamm
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-10Removed lot of unnecessary typedefs; added a NUM_PERSONS constant; renamed _X...Max Horn
2007-04-28More cleanupVincent Hamm
2007-04-27Fix code formatting (partially) and guard defines in includes.Eugene Sandulenko
2007-04-27Fixed loads of warnings with MSVC and gccFilippos Karapetis
2007-04-27Fixing compilation for meSven Hesse
2007-04-27Add cruise source code for scummvmVincent Hamm