aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
AgeCommit message (Expand)Author
2003-05-30some cheap doxygen docs; cleanupMax Horn
2003-05-30moved bomp stuff into own files; removed some of our 6 (!) bomp decodersMax Horn
2003-05-30cleanupMax Horn
2003-05-30code unificationMax Horn
2003-05-30cleanupMax Horn
2003-05-30cleanup; removed last horizontal bound check from updateDirtyRect -> now all ...Max Horn
2003-05-30removed more harmful clippingMax Horn
2003-05-30this clip is bad: it's not needed (we clip later anyway), and it clips too muchMax Horn
2003-05-29moved camera stuff to own fileMax Horn
2003-05-28spellingMax Horn
2003-05-28const as const can!Max Horn
2003-05-27Patch #744448: ALL: restoreBG() doesn't always completely remove the maskMax Horn
2003-05-26more const qualifiersMax Horn
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