aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/compare.cpp
AgeCommit message (Expand)Author
2011-03-30SCI32: Support for views with 640x400 native resolutionLars Skovlund
2011-02-23SCI: Cleaned up and segmented the animate code in order to make it a bit more...md5
2011-02-23SCI: Fixed bug #3049515 - "MOTHERGOOSE CD: Tommy Tucker lock-up"md5
2011-02-02SCI: Fix GK1 Mac scalingMatthew Hoops
2010-10-07SCI: fixing kBaseSetter on scaled viewsMartin Kiewitz
2010-08-29SCI: adding comment about invalid rect return valMartin Kiewitz
2010-08-20SCI: Fixed bug #3049146 - "MOTHERGOOSE CD: Rooms 7, 23 crash", merged some si...Filippos Karapetis
2010-08-07SCI: changing kBaseSetter behaviour when scaledMartin Kiewitz
2010-07-27SCI: reverting part of r51361Martin Kiewitz
2010-07-27SCI: adding scaling code in kBaseSetterMartin Kiewitz
2010-07-25SCI: sci32 coord adjustment changesMartin Kiewitz
2010-07-22SCI: Hopefully fix compilation when ENABLE_SCI32 is not definedMatthew Hoops
2010-07-21SCI: kSetNowSeen sci2.1Martin Kiewitz
2010-07-15SCI: some big changes to kCantBeHere - kCantBeHere returns the actual "proble...Martin Kiewitz
2010-06-30SCI: adjust brRect and nsRect, if sci2 hires views are used, fixes hotspots i...Martin Kiewitz
2010-06-28SCI: Add const qualifiers to many GfxView methods and their return values.Max Horn
2010-06-23Moved the SelectorCache struct inside selector.h, where it belongs, and fixed...Filippos Karapetis
2010-06-10Use the SELECTOR() macro for readabilityFilippos Karapetis
2010-05-29Mass renaming of selector-related functions, and removed some defines which w...Filippos Karapetis
2010-05-15SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX...Martin Kiewitz
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