index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scumm
/
gfx.cpp
Age
Commit message (
Expand
)
Author
2003-06-04
V2 mouse cursor, for that extra retro feel
Torbjörn Andersson
2003-06-03
fix flashlight in MM
Max Horn
2003-06-02
cleanup color cyclcing code; also perform color cycling on 'indirect' palette...
Max Horn
2003-06-01
charset masking fixes, mostly for The Dig (hey I think I finally almost under...
Max Horn
2003-06-01
added a getMaskBuffer method (makes it easier to read some of the code); merg...
Max Horn
2003-06-01
clearUpperMask -> clearCharsetMask
Max Horn
2003-05-30
some cheap doxygen docs; cleanup
Max Horn
2003-05-30
moved bomp stuff into own files; removed some of our 6 (!) bomp decoders
Max Horn
2003-05-30
cleanup
Max Horn
2003-05-30
code unification
Max Horn
2003-05-30
cleanup
Max Horn
2003-05-30
cleanup; removed last horizontal bound check from updateDirtyRect -> now all ...
Max Horn
2003-05-30
removed more harmful clipping
Max Horn
2003-05-30
this clip is bad: it's not needed (we clip later anyway), and it clips too much
Max Horn
2003-05-29
moved camera stuff to own file
Max Horn
2003-05-28
spelling
Max Horn
2003-05-28
const as const can!
Max Horn
2003-05-27
Patch #744448: ALL: restoreBG() doesn't always completely remove the mask
Max Horn
2003-05-26
more const qualifiers
Max Horn
2003-05-24
fixed flashlight oddities in Zak256
Max Horn
2003-05-24
cleanup / minor tweak
Max Horn
2003-05-23
replaced many unsafe uses of derefActorSafe by derefActor; replaced derefActo...
Max Horn
2003-05-21
many pedantic warning fixes (and some actual potential buglets fixed, too)
Max Horn
2003-05-21
added v2 cutscene support (not quite complete; and crashes at some point in m...
Max Horn
2003-05-19
more special palette fixes by erik
Max Horn
2003-05-18
Fixed VC++ warnings
Jamieson Christian
2003-05-18
warning() automatically outputs a newline after the warning message; adding a...
Max Horn
2003-05-18
Part of patch #739119 (attempt to fix bug #651077 at least partially)
Max Horn
2003-05-16
V2 camera fix (again thanks MadMoose)
Max Horn
2003-05-16
Fixed VC++ warnings
Jamieson Christian
2003-05-15
moved drawBox to gfx.cpp (seems to be the more logical location)
Max Horn
2003-05-15
cleanup
Max Horn
2003-05-15
make some more use of ScummVM::Point; cleanup
Max Horn
2003-05-15
Make use of ScummVM::Rect
Max Horn
2003-05-15
ScummPoint -> ScummVM::Point
Max Horn
2003-05-15
cleanup
Max Horn
2003-05-15
cleanup / added FIXME
Max Horn
2003-05-15
adding some asserts (e.g. against that evil COMI crasher)
Max Horn
2003-05-14
fixed light blue EGA palette entry
Max Horn
2003-05-14
V2 text drawing
Max Horn
2003-05-14
various V8 tweaks
Max Horn
2003-05-13
NUM_ACTORS -> _numActors (for consistency)
Max Horn
2003-05-12
cleanup (fixes another VC warning, too ;-)
Max Horn
2003-05-12
made hasCharsetMask return a bool (fixes VC compilation warnings)
Max Horn
2003-05-12
added a hack to draw z masks onto the screen (useful to debug potential z mas...
Max Horn
2003-05-11
correction: V2 mask decompression works 100% correct. We just ignore it.
Max Horn
2003-05-11
cleanup / tweaks (V2 masking, at least in Zakdemo, seems not to work properly...
Max Horn
2003-05-11
cleanup
Max Horn
2003-05-10
work around some illegal var access' in COMI/V8 - there are more, but I am no...
Max Horn
2003-05-10
renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realH...
Max Horn
[next]