aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/volume.cpp
AgeCommit message (Expand)Author
2014-06-06CRUISE: Fix a couple of CppCheck warnings in VolumeStrangerke
2014-06-01CRUISE: Reduce the scope of variables used in the for loopsStrangerke
2014-05-30CRUISE: Add a safeguard to avoid a buffer overflowStrangerke
2014-02-18CRUISE: Make GPL headers consistent in themselves.Johannes Schickel
2013-02-23ALL: Fix typo (existant->existent)Willem Jan Palenstijn
2011-11-14CRUISE: Remove unused variablesEugene Sandulenko
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-08-09CRUISE: Eliminate global constructorsEugene Sandulenko
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-09Set up a basic tracing system for all memory allocations to help track down m...Paul Gilbert
2009-09-24Fixed some more warnings about unreachable codeFilippos Karapetis
2009-09-24CRUISE: Fixed some warnings about unreachable codeFilippos Karapetis
2009-06-20Changed many file reads and manual conversions from endian format to instead ...Paul Gilbert
2009-06-01Change flip[Short|Long] functions to bigEndian[Short|Long]ToNative to clarify...Joost Peters
2009-05-15Converted various printf statements to use debug, warning, and error.Paul Gilbert
2009-05-15Converted some code from fopen to Common::File - it's not currently used, but...Paul Gilbert
2009-04-01Fix compilation via manually implementing strToUpper, instead of relying on s...Johannes Schickel
2009-04-01Laid the basics for music handlingPaul Gilbert
2009-01-16Code formatting fixes, automatically performed by astyleMax Horn
2008-09-08Don't use fileName both as a structure and as a function parameterFilippos Karapetis
2008-07-29Changed class File (and derived classes) to only support read-only access; ad...Max Horn
2007-12-25Added FIXME regarding fopen usageMax Horn
2007-12-25Bunch of gfx fixVincent Hamm
2007-12-25Fix cell sortingVincent Hamm
2007-12-18Fix loading savegame from original interpreterVincent Hamm
2007-11-10-Cleanup stringsVincent Hamm
2007-10-28Implement cursorsVincent Hamm
2007-09-18Code formatting fixesMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-24sync resource unpacking code of cruise with cineGregory Montoir
2007-04-28Some minor cleanup (but we need to get rid of fopen/fread use here)Max Horn
2007-04-27Fix code formatting (partially) and guard defines in includes.Eugene Sandulenko
2007-04-27Add cruise source code for scummvmVincent Hamm