aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/mainDraw.cpp
AgeCommit message (Expand)Author
2019-10-19CRUISE: Fix Missing Default Switch CasesD G Turner
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-06CRUISE: Fix some more CppCheck warningsStrangerke
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-11-04CRUISE: Removed duplicate variable assignmentFilippos Karapetis
2011-06-30JANITORIAL: Silence a couple of "variable set but not used" warnings.eriktorbjorn
2011-05-25ALL: behaviour -> behaviorMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
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-10-02Bugfix for dirty rects getting lost during room fade-insPaul Gilbert
2009-09-26Bugfix for the dirty rects for drawn sprites when the sprite is partially off...Paul Gilbert
2009-09-11Added an experimental screen transition dirty rect calculation code which sho...Paul Gilbert
2009-09-11Bugfix for the boundaries of changing objects used for dirty rect calculationsPaul Gilbert
2009-08-15Added Dirty Rect handling functionalityPaul Gilbert
2009-07-26fix/workaround for cruise crash on OSXJoost Peters
2009-06-01Change flip[Short|Long] functions to bigEndian[Short|Long]ToNative to clarify...Joost Peters
2009-05-17Properly named the dialog menu item 'selected' fieldPaul Gilbert
2009-03-16Code formatting, added further constant references, and corrected method sign...Paul Gilbert
2009-03-07Fixed some method parameters, changed the main loop to a method of the engine...Paul Gilbert
2009-03-01Cleaned up parts of the font display system. Note: Cruise used two almost ide...Paul Gilbert
2009-01-16Code formatting fixes, automatically performed by astyleMax Horn
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-12-27Muting the compiler (Sorry again, yaz0r :P)Sven Hesse
2007-12-27Early pathfindingVincent Hamm
2007-12-25Fix inputVincent Hamm
2007-12-25Fix title screen regressionVincent Hamm
2007-12-25Fix blinking characterVincent Hamm
2007-12-25Bunch of gfx fixVincent Hamm
2007-12-24Fix background save/restoreVincent Hamm
2007-12-24-Fade in/fade outVincent Hamm
2007-12-20Multiple fix/cleanupVincent Hamm
2007-12-18Fix loading savegame from original interpreterVincent Hamm
2007-12-11Changed some swaps to use the template SWAPFilippos Karapetis
2007-11-11Menu display fixVincent Hamm
2007-11-05Implement polygon and sprite maskingVincent Hamm
2007-11-04Some code formating fixesSven Hesse
2007-11-04Fix a few script issuesVincent Hamm
2007-11-04Click on polygon detectionVincent Hamm
2007-11-03More polygon fix (nearly pixel perfect...)Vincent Hamm
2007-11-03More polygon fixVincent Hamm
2007-11-03Unleashing the polygon virus! (I.e. fixing a compiler warning and a, what I t...Sven Hesse
2007-11-03Early polygon rewriteVincent Hamm
2007-11-01Small cleanupsVincent Hamm
2007-10-29Implement more object inputVincent Hamm