aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/compare.cpp
AgeCommit message (Expand)Author
2017-09-27SCI: Remove old SCI32 view scaling code from SCI16 graphics codeColin Snover
2017-03-27SCI: Implement bounds-checked reads of game resourcesColin Snover
2016-08-19SCI32: Remove CoordAdjuster32, at least for the momentColin Snover
2016-05-25SCI32: Fix assertion failures in LSL6 hires caused by bad rectsColin Snover
2016-03-13SCI32: Add note about kCantBeHere rectColin Snover
2016-03-10SCI32: Use correct name of kCantBeHere kernel functionColin Snover
2016-03-10SCI32: Use separate function for SCI32 version of kCantBeHereColin Snover
2016-03-10SCI32: Implement kSetNowSeenColin Snover
2016-03-10SCI32: Implement kCantBeHereColin Snover
2016-02-27SCI32: Remove two hacks for Torin, and document what happens insteadFilippos Karapetis
2015-12-29SCI32: split up SCI2.1 into EARLY/MIDDLE/LATEMartin Kiewitz
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-17SCI: Fix NS rect calculation in GK1 (and SCI32 in general)Filippos Karapetis
2013-04-18SCI: Remove a bunch of unused private member variablesMax Horn
2011-10-19SCI: Merged all the code to get/set the NS rectFilippos Karapetis
2011-06-13SCI: Reverted commit db7dea3Filippos Karapetis
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
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