aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/gfx.cpp
AgeCommit message (Expand)Author
2019-12-23SCUMM: Fix Missing Default Switch CasesD G Turner
2019-11-19GRAPHICS: Add interface for horizontal shakesluicebox
2019-05-05SCUMM: Original V0-V2 flashlight shape and size for MM/Zak (#10947, #10951)Robert Crossfield
2018-08-17JANITORIAL: Removing trailing spaces after int castsPaul Gilbert
2016-07-19SCUMM: Maniac V0: Implement 'simulator' for CPU lag (as the original engine o...Robert Crossfield
2016-07-17SCUMM: Maniac V0: Clear the text area of the screen on fade outRobert Crossfield
2014-03-30ALL: Resolve multiple clang warningsMax Horn
2014-02-18SCUMM: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-26SCUMM: Fix COMI regression, after commit 84d1d28373d782464bd46b10abd6b092f7eb...Kirben
2013-08-18SCUMM: Read the SMAP size, not the SMAP tag itselfTorbjörn Andersson
2013-08-04SCUMM: Fix Loom (and some other graphics regressions).Johannes Schickel
2013-08-03SCUMM: Do not set Surface::pixels directly anymore.Johannes Schickel
2013-08-03SCUMM: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03SCUMM: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-01-02JANITORIAL: Fix or silence a couple of Clang analyzer warningsTorbjörn Andersson
2012-06-16SCUMM: Get rid of casts on OSystem::copyRectToScreen calls.Johannes Schickel
2012-02-26SCUMM: Fix utilization of ARM assembly routines. This fixes bug #3494448.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2012-02-11SCUMM: replace "c64" with "v0" when it applies to both C64 and AppleII v0 ver...Tobias Gunkel
2012-02-11SCUMM: _currentLights is v0 onlyTobias Gunkel
2011-08-26SCUMM: Implement proper Indy4 Amiga palette handling.Johannes Schickel
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-21COMMON: Move HerculesDimensions enum to SCUMM.Johannes Schickel
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-18SCUMM: fixed messed up colors in 16bit HE gamesathrxx
2011-06-18SCUMM: make sure asmDrawStripToScreen is not called in 16bit modeathrxx
2011-06-17SCUMM: fix FM-TOWNS graphics output for ARM devicesathrxx
2011-06-15SCUMM: hopefully fix 16bit mode support for SCUMM FM-TOWNS games and LOOM PCE...athrxx
2011-05-25ALL: neighbour -> neighborMatthew Hoops
2011-05-13SCUMM: Move tmsk code into its own Gdi subclassMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-23ARM: Global symbols get an underscore prefix on darwindhewg
2011-04-18SCUMM: Setup proper pixel format for virtual screen surfaces.Johannes Schickel
2011-04-17ALL/GRAPHICS: Remove Surface::bytesPerPixel.Johannes Schickel
2011-04-17SCUMM: Prefer Surface::format over Surface::bytesPerPixel.Johannes Schickel
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-03-22SCUMM FM-TOWNS: cleanup (thx LordHoto)athrxx
2011-02-07ALL: Fix whitespaces / indentionMax Horn
2010-11-05SCUMM/FM-TOWNS JAPANESE: fix out of bounds text drawingFlorian Kagerer
2010-10-23ALL: Fix indention (whitespaces -> tabs)Max Horn
2010-10-20SCUMM/FM-TOWNS: minor graphics fixFlorian Kagerer
2010-10-17SCUMM/FM-TOWNS: more improvements to japanese font drawingFlorian Kagerer
2010-10-05SCUMM/FM-TOWNS: disable new graphics code in DS portFlorian Kagerer
2010-10-03SCUMM/FM-TOWNS: fix drawBox()Florian Kagerer
2010-10-02INDY3/FM-TOWNS: fix intro graphics bugFlorian Kagerer
2010-10-01SCUMM/FM-TOWNS: fix palette and other graphics issuesFlorian Kagerer
2010-08-25SCUMM: Fix bug #2702847 - PUTTZOO: Graphic glitches on dancing penguin.Travis Howell
2010-08-23SCUMM: cleanupMax Horn
2010-07-14Fixed typo in comment.Torbjörn Andersson