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