aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/mainDraw.cpp
AgeCommit message (Collapse)Author
2009-06-01Change flip[Short|Long] functions to bigEndian[Short|Long]ToNative to ↵Joost Peters
clarify that flipping only occurs on LE systems + some related cleanup. svn-id: r41107
2009-05-17Properly named the dialog menu item 'selected' fieldPaul Gilbert
svn-id: r40632
2009-03-16Code formatting, added further constant references, and corrected method ↵Paul Gilbert
signatures svn-id: r39445
2009-03-07Fixed some method parameters, changed the main loop to a method of the ↵Paul Gilbert
engine class, and moved the frame delay code to the main loop to make the game more responsive to events svn-id: r39180
2009-03-01Cleaned up parts of the font display system. Note: Cruise used two almost ↵Paul Gilbert
identical routines for text display - one which creates a draw structure, and the other draws directly to the screen. Since there don't seem to be any other differences, the immediate draw version has been changed to use the rendering version and then draw the results svn-id: r38994
2009-01-16Code formatting fixes, automatically performed by astyleMax Horn
svn-id: r35870
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2007-12-27Muting the compiler (Sorry again, yaz0r :P)Sven Hesse
svn-id: r30016
2007-12-27Early pathfindingVincent Hamm
svn-id: r30012
2007-12-25Fix inputVincent Hamm
Fix timming svn-id: r29990
2007-12-25Fix title screen regressionVincent Hamm
svn-id: r29988
2007-12-25Fix blinking characterVincent Hamm
svn-id: r29987
2007-12-25Bunch of gfx fixVincent Hamm
svn-id: r29986
2007-12-24Fix background save/restoreVincent Hamm
svn-id: r29979
2007-12-24-Fade in/fade outVincent Hamm
-Implement background mode 5 svn-id: r29968
2007-12-20Multiple fix/cleanupVincent Hamm
One bug remains before the game is completable without hack svn-id: r29920
2007-12-18Fix loading savegame from original interpreterVincent Hamm
svn-id: r29901
2007-12-11Changed some swaps to use the template SWAPFilippos Karapetis
svn-id: r29829
2007-11-11Menu display fixVincent Hamm
Linked objects implementation (barman) The gameplay is now kind of working and it is possible to play at least the first part of the game svn-id: r29478
2007-11-05Implement polygon and sprite maskingVincent Hamm
svn-id: r29422
2007-11-04Some code formating fixesSven Hesse
svn-id: r29409
2007-11-04Fix a few script issuesVincent Hamm
svn-id: r29397
2007-11-04Click on polygon detectionVincent Hamm
Object menu fix for doors svn-id: r29395
2007-11-03More polygon fix (nearly pixel perfect...)Vincent Hamm
svn-id: r29393
2007-11-03More polygon fixVincent Hamm
svn-id: r29390
2007-11-03Unleashing the polygon virus! (I.e. fixing a compiler warning and a, what I ↵Sven Hesse
think is a, logical error. Also changing swaps to use the template SWAP.) svn-id: r29385
2007-11-03Early polygon rewriteVincent Hamm
svn-id: r29383
2007-11-01Small cleanupsVincent Hamm
svn-id: r29352
2007-10-29Implement more object inputVincent Hamm
svn-id: r29317
2007-10-29Add more object menu controlsVincent Hamm
svn-id: r29312
2007-10-28Early implementation of object menuVincent Hamm
svn-id: r29296
2007-10-27Hooked inputsVincent Hamm
Cleanup & fix in input management code svn-id: r29267
2007-09-18Code formatting fixesMax Horn
svn-id: r28945
2007-09-10Lots of source code formatting correctionsMax Horn
svn-id: r28887
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-05-16Figured out the bug that was causing the animations to glitchVincent Hamm
svn-id: r26856
2007-05-10Removed lot of unnecessary typedefs; added a NUM_PERSONS constant; renamed ↵Max Horn
_X/_Y vars to avoid conflicts with system headers on various systems (see bug #1716109) svn-id: r26798
2007-04-28More cleanupVincent Hamm
Few bug fix svn-id: r26666
2007-04-28Fix extended characters in fontVincent Hamm
Implement palette manipulation svn-id: r26637
2007-04-27Fix code formatting (partially) and guard defines in includes.Eugene Sandulenko
svn-id: r26631
2007-04-27CleanupVincent Hamm
svn-id: r26624
2007-04-27Fixing lots of warningsMax Horn
svn-id: r26617
2007-04-27Add cruise source code for scummvmVincent Hamm
svn-id: r26605