aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/background.cpp
AgeCommit message (Expand)Author
2019-10-19CRUISE: Fix Missing Default Switch CasesD G Turner
2014-06-08CRUISE: Directly use assert.Johannes Schickel
2014-06-01CRUISE: Reduce the scope of variables used in the for loopsStrangerke
2014-02-18CRUISE: Make GPL headers consistent in themselves.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-10-15CRUISE: Replace some strncpy with strlcpy.Johannes Schickel
2010-02-20Added comment to explain pointer comparison. See r48092 and r48904.Nicola Mettifogo
2010-02-20Reverted commit 48092 - The comparison is explicitly intended to detect if th...Paul Gilbert
2010-02-20strncpy does not always add a terminating zero, thus we need to do that on ou...Johannes Schickel
2010-02-20"const char *" strings should be compared via strcmp and not via !=/==.Johannes Schickel
2010-02-19Increased the amount of space for storing background filenames to fix memory ...Paul 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-08-15Added Dirty Rect handling functionalityPaul Gilbert
2009-05-15Converted various printf statements to use debug, warning, and error.Paul Gilbert
2009-05-12When source and destination are the same, there is no need to strcpy(). In factTorbjörn Andersson
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-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-12-25Fix palette issuesVincent Hamm
2007-12-25Fix blinking characterVincent Hamm
2007-12-25Bunch of gfx fixVincent Hamm
2007-12-25Fix cell sortingVincent Hamm
2007-12-24-Fade in/fade outVincent Hamm
2007-12-18Fix loading savegame from original interpreterVincent Hamm
2007-11-10-Cleanup stringsVincent Hamm
2007-09-18Code formatting fixesMax Horn
2007-09-10Lots of source code formatting correctionsMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-27Fix code formatting (partially) and guard defines in includes.Eugene Sandulenko
2007-04-27Add cruise source code for scummvmVincent Hamm