aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
AgeCommit message (Expand)Author
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-07more spelling fixesJonathan Gray
2003-10-16Add hack from Jamieson, to prevent palette darkening when it shouldn't in Ami...Travis Howell
2003-10-16Fix spacingTravis Howell
2003-10-13This should only apply to 32 color Amiga versions.Travis Howell
2003-10-13cleanup; got rid of Gdi::_palette_mod in favor of Gdi::_roomPaletteMax Horn
2003-10-13Whitespace changeTorbjörn Andersson
2003-10-12code simplificationMax Horn
2003-10-12Missed two spotsTravis Howell
2003-10-10fix by hibernatusMax Horn
2003-10-09Moved PalmOS initializations out of namespaces.Chris Apers
2003-10-09I had this wrong way around.Travis Howell
2003-10-06Fix text when room scrolls in game versions < 3.Travis Howell
2003-10-05Use _roomPalette for 256 color 'SMALL_HEADER' games too, since it seems to he...Travis Howell
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix explic...Max Horn
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also m...Max Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-09-27some minor cleanupMax Horn
2003-09-14moved Actor x/y to _pos.x/_pos.y -> this makes it much easier to grep for acc...Max Horn
2003-09-06Remove color table for C64 maniac/zak since it isn't needed.Travis Howell
2003-09-05some paranoid cleanupMax Horn
2003-09-05removed duplicate checkMax Horn
2003-09-01Add work around for color cycling been used in monkeyvga when it shouldn't.Travis Howell
2003-08-29fix dottdemo by checking that room exists before trying to set a custom curso...Jonathan Gray
2003-08-29Change zak room color remapping, so it work correctly after load/save in room...Travis Howell
2003-08-29Fix for bug [770687] MI1: palette effect missingJamieson Christian
2003-08-28double cursor animation speed (see bug #757191)Max Horn
2003-08-28Update warnings in mingw makefile.Travis Howell
2003-08-27Add change ot fix pallete issue in 256 color small_header gamesTravis Howell
2003-08-27Fix room palette issues in small_header games.Travis Howell
2003-08-26Fix room colors in v1 zakTravis Howell
2003-08-25v1 masking fixesMax Horn
2003-08-25implemented V1/C64 object masking, and simplified drawStripC64Mask a bitMax Horn
2003-08-25enable V1/C64 maskingMax Horn
2003-08-24commented my hackMax Horn
2003-08-24fix for bug #786994 (DOTT: no custom cursor)Max Horn
2003-08-21patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local b...Jonathan Gray
2003-08-20Leave masking disable for now, until it works well.Travis Howell
2003-08-19small changes to v1 maskPaweł Kołodziejski
2003-08-19Revert color change for v1 maniac, which actually used in pool room.Travis Howell
2003-08-19Fix cursor cycle color for v1 gamesTravis Howell
2003-08-19Cleanup v1/v2 color settings for sentance/inventory/verb area.Travis Howell
2003-08-18opsPaweł Kołodziejski
2003-08-18fixed debug mode for mask mapsPaweł Kołodziejski
2003-08-18fixed mask conversion for v1 games, still need properly handledPaweł Kołodziejski
2003-08-18Updated globals access for PalmOSChris Apers
2003-08-13Explicitly stated a bit masking to please VC.NET2003 runtime small types conv...Bertrand Augereau
2003-08-13Give pass its own idTravis Howell
2003-08-08remove GF_LOOMJonathan Gray
2003-08-06Add GF_LOOM feature flag for loom games to reduce checks.Travis Howell