aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
AgeCommit message (Expand)Author
2003-05-24fixed flashlight oddities in Zak256Max Horn
2003-05-24cleanup / minor tweakMax Horn
2003-05-23replaced many unsafe uses of derefActorSafe by derefActor; replaced derefActo...Max Horn
2003-05-21many pedantic warning fixes (and some actual potential buglets fixed, too)Max Horn
2003-05-21added v2 cutscene support (not quite complete; and crashes at some point in m...Max Horn
2003-05-19more special palette fixes by erikMax Horn
2003-05-18Fixed VC++ warningsJamieson Christian
2003-05-18warning() automatically outputs a newline after the warning message; adding a...Max Horn
2003-05-18Part of patch #739119 (attempt to fix bug #651077 at least partially)Max Horn
2003-05-16V2 camera fix (again thanks MadMoose)Max Horn
2003-05-16Fixed VC++ warningsJamieson Christian
2003-05-15moved drawBox to gfx.cpp (seems to be the more logical location)Max Horn
2003-05-15cleanupMax Horn
2003-05-15make some more use of ScummVM::Point; cleanupMax Horn
2003-05-15Make use of ScummVM::RectMax Horn
2003-05-15ScummPoint -> ScummVM::PointMax Horn
2003-05-15cleanupMax Horn
2003-05-15cleanup / added FIXMEMax Horn
2003-05-15adding some asserts (e.g. against that evil COMI crasher)Max Horn
2003-05-14fixed light blue EGA palette entryMax Horn
2003-05-14V2 text drawingMax Horn
2003-05-14various V8 tweaksMax Horn
2003-05-13NUM_ACTORS -> _numActors (for consistency)Max Horn
2003-05-12cleanup (fixes another VC warning, too ;-)Max Horn
2003-05-12made hasCharsetMask return a bool (fixes VC compilation warnings)Max Horn
2003-05-12added a hack to draw z masks onto the screen (useful to debug potential z mas...Max Horn
2003-05-11correction: V2 mask decompression works 100% correct. We just ignore it.Max Horn
2003-05-11cleanup / tweaks (V2 masking, at least in Zakdemo, seems not to work properly...Max Horn
2003-05-11cleanupMax Horn
2003-05-10work around some illegal var access' in COMI/V8 - there are more, but I am no...Max Horn
2003-05-10renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realH...Max Horn
2003-05-10fixed the way redrawBGStrip invokes drawBitmap -> this makes the office scene...Max Horn
2003-05-10fixed operator precedence (thanks MadMoose)Max Horn
2003-05-10removed obsolete checkMax Horn
2003-05-10oopsMax Horn
2003-05-10removed obsolete code; cleanup for my V2 drawBitmap 'hack', which got rid of ...Max Horn
2003-05-10implemented v2 masking (at least I get no negative effects, but anybody feel ...Max Horn
2003-05-10new V2 drawBitmap implementation which handles object drawing, too; no maskin...Max Horn
2003-05-10added a 'width' parameter to drawBitmap (contrary to 'numstrips', it specifie...Max Horn
2003-05-10cleanupMax Horn
2003-05-09V2 Vars FixJames Brown
2003-05-09updated my FIXME commentMax Horn
2003-05-08yet more v2 var fixesMax Horn
2003-05-08more v2 var access fixesMax Horn
2003-05-08fixed various cases of bad var accessMax Horn
2003-05-08init all VAR_* variables to 0xFF; replaced access to _vars in the form _vars[...Max Horn
2003-05-07Patch #733099: DIG: Experimental camera fix (should fix bugs #716350 and #659...Max Horn
2003-05-04fixed drawing code for height != 128, but added a (temporary) hack to ignore ...Max Horn
2003-05-04there ya goMax Horn
2003-05-04much better, but still buggyMax Horn