aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
AgeCommit message (Expand)Author
2005-10-19Fix TMSK in HE games.Travis Howell
2005-10-18HE games use overlow to get correct color value.Travis Howell
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-09-19OoopsTravis Howell
2005-09-19Switch back to using _paletteMod for the palette adjustment in 32 color Amiga...Travis Howell
2005-09-03PalmOS : ARM optimizationChris Apers
2005-08-14Replace warnings with debug, errors or printfs:Travis Howell
2005-08-10clip the 'top' argument in Gdi::resetBackground (as we do for bottom), this i...Gregory Montoir
2005-08-06Cleanup.Torbjörn Andersson
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-06-21Yet another GCC 4 warning fixedMax Horn
2005-06-07Based (again) on indy4demo FMTowns, unkScreenEffect5(1) seems equivalent to d...Gregory Montoir
2005-06-05Update HE commentsTravis Howell
2005-05-26Add HE100 difference in flags and tmp code for extra flags.Travis Howell
2005-05-23Move wizImage functions to Wiz class.Travis Howell
2005-05-22HE70+ games use flags in drawBox().Travis Howell
2005-05-21Correct tmsk offset.Travis Howell
2005-05-21Beautify decompressTMSK().Eugene Sandulenko
2005-05-21Initial support for TMSK masking in HE72+ games.Travis Howell
2005-05-18Fix yet another actor masking issueEugene Sandulenko
2005-05-18Patch from Quietust for MM NES:Eugene Sandulenko
2005-05-18MM NES masking fixes from Quietust.Eugene Sandulenko
2005-05-16Fix from Quiteust for boxes in MM NES.Eugene Sandulenko
2005-05-14Merge loop limits into one)Max Horn
2005-05-14Add configure option to disable HE 70+ games.Travis Howell
2005-05-11Merge loop index variablesMax Horn
2005-05-11Unify check in initBGBuffers and in getZPlanesMax Horn
2005-05-11Made Gdi::_transparentColor protectedMax Horn
2005-04-30cleanupMax Horn
2005-04-29Add comment to NES-specifix gfx hack with virtual screensEugene Sandulenko
2005-04-29OoopsTravis Howell
2005-04-29Add HE90 version of processActors().Travis Howell
2005-04-28Moved blast text/object code to ScummEngine_v6Max Horn
2005-04-28Comment on some MM NES oddity, I hope somebody can explain this :-)Max Horn
2005-04-26Use kVerbVirtScreen were appropriate; removed unused param from initVirtScreenMax Horn
2005-04-26Perform some clipping (some old savegames had bad usage bits in the same and ...Max Horn
2005-04-20cleanupMax Horn
2005-04-20Replaced the platform specific GF_FOO switches (using _platform instead now)Max Horn
2005-04-20Replace all GF_HUMONGOUS use with _heversion.Travis Howell
2005-04-06Moved createResource, resourceStats, expireResources to ResourceManagerMax Horn
2005-04-06Use dirtybitTravis Howell
2005-04-05Fix parens. Spotted by Quietust.Eugene Sandulenko
2005-04-05Fixed long ago...Travis Howell
2005-04-05Clear the text surface when loading a saved game, otherwise any text thatTorbjörn Andersson
2005-04-02CleanupTravis Howell
2005-04-01Normalize verb/invenotry areas in MM NES. Patch from QuietustEugene Sandulenko
2005-03-31Started to move some resource related code into a new class ResourceManager (...Max Horn
2005-03-28Moved NES stuff in class Gdi into a struct _NESMax Horn
2005-03-28Cleaned up the object mode code; removed the friend class ScummEngine from cl...Max Horn