aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/gfxModule.cpp
AgeCommit message (Expand)Author
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-03Added a +1 for dirty rectangle calculation so final column of changed area is...Paul Gilbert
2009-10-02Bugfix for dirty rects getting lost during room fade-insPaul Gilbert
2009-09-26Dirty rects fix for pixels remaining on screen changesPaul Gilbert
2009-09-23Removed redundant offset from dirty rect calculation logicPaul Gilbert
2009-09-11Added an experimental screen transition dirty rect calculation code which sho...Paul Gilbert
2009-08-15Added Dirty Rect handling functionalityPaul Gilbert
2009-07-11Added initialisation of paging screens when the game startsPaul Gilbert
2009-07-06Removed all the current special cases coding for user (mouse press) waiting, ...Paul Gilbert
2009-06-05Tweaks to the code that pauses for a mouse press when displaying many text me...Paul Gilbert
2009-06-01Change flip[Short|Long] functions to bigEndian[Short|Long]ToNative to clarify...Joost Peters
2009-04-03Fixed incorrect palette range usage so room fade-ins happen correctlyPaul 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-02-19Initial work on correct engine pausingPaul Gilbert
2009-02-11Added debugger consolePaul Gilbert
2009-01-16Code formatting fixes, automatically performed by astyleMax Horn
2007-12-27Early pathfindingVincent Hamm
2007-12-25Fix inputVincent Hamm
2007-12-25Bunch of gfx fixVincent Hamm
2007-12-24-Fade in/fade outVincent Hamm
2007-12-20Fix palette manipulation codeVincent Hamm
2007-12-17Fix dangling pointerVincent Hamm
2007-12-12simplify gfxModuleData_field_60, sync with cine codeGregory Montoir
2007-11-04Some code formating fixesSven Hesse
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
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-29Only update the backend's palette when necessary, since doing this triggers aTorbjörn Andersson
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-27Add cruise source code for scummvmVincent Hamm