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
/
engines
/
sci
/
graphics
/
compare.cpp
Age
Commit message (
Expand
)
Author
2010-02-21
SCI: added warning when getting invalid rect in kCan(t)BeHere
Martin Kiewitz
2010-02-21
Handle invalid rects in kCanBeHere(). Fixes some odd crashes in Iceman
Filippos Karapetis
2010-02-06
Mark the sanity checks inside kernelSetNowSeen and kernelBaseSetter as hacks
Filippos Karapetis
2010-02-06
Don't try and manipulate invalid views (i.e. views with view ID -1/65535, whi...
Filippos Karapetis
2010-02-05
SCI: removing int8 from kernelSetNowSeen() as well, didnt make any sense :P
Martin Kiewitz
2010-02-05
SCI: removing int8 inside kernelSetNowSeen as well, didnt make any sense :P
Martin Kiewitz
2010-02-05
SCI: Get rid of the mysterious sign_extend_byte() and replace it by a simple ...
Max Horn
2010-02-05
SCI: Document GfxCompare::canBeHereCheckRectList; pass Common::Rect by ref
Max Horn
2010-02-05
SCI: Add comment to GfxCompare::canBeHereCheckRectList
Max Horn
2010-02-05
SCI: Add a 'SELECTOR' macro
Max Horn
2010-02-05
SCI: moved onControl etc. into GfxCompare, now getting called directly. also ...
Martin Kiewitz
2010-02-04
SCI: renaming class View to GfxView
Martin Kiewitz
2010-01-31
SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now...
Martin Kiewitz
2010-01-31
SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, gfxc...
Martin Kiewitz