Age | Commit message (Expand) | Author |
2017-09-27 | SCI: Remove old SCI32 view scaling code from SCI16 graphics code | Colin Snover |
2017-03-27 | SCI: Implement bounds-checked reads of game resources | Colin Snover |
2016-08-19 | SCI32: Remove CoordAdjuster32, at least for the moment | Colin Snover |
2016-05-25 | SCI32: Fix assertion failures in LSL6 hires caused by bad rects | Colin Snover |
2016-03-13 | SCI32: Add note about kCantBeHere rect | Colin Snover |
2016-03-10 | SCI32: Use correct name of kCantBeHere kernel function | Colin Snover |
2016-03-10 | SCI32: Use separate function for SCI32 version of kCantBeHere | Colin Snover |
2016-03-10 | SCI32: Implement kSetNowSeen | Colin Snover |
2016-03-10 | SCI32: Implement kCantBeHere | Colin Snover |
2016-02-27 | SCI32: Remove two hacks for Torin, and document what happens instead | Filippos Karapetis |
2015-12-29 | SCI32: split up SCI2.1 into EARLY/MIDDLE/LATE | Martin Kiewitz |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-02-17 | SCI: Fix NS rect calculation in GK1 (and SCI32 in general) | Filippos Karapetis |
2013-04-18 | SCI: Remove a bunch of unused private member variables | Max Horn |
2011-10-19 | SCI: Merged all the code to get/set the NS rect | Filippos Karapetis |
2011-06-13 | SCI: Reverted commit db7dea3 | Filippos Karapetis |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-30 | SCI32: Support for views with 640x400 native resolution | Lars Skovlund |
2011-02-23 | SCI: Cleaned up and segmented the animate code in order to make it a bit more... | md5 |
2011-02-23 | SCI: Fixed bug #3049515 - "MOTHERGOOSE CD: Tommy Tucker lock-up" | md5 |
2011-02-02 | SCI: Fix GK1 Mac scaling | Matthew Hoops |
2010-10-07 | SCI: fixing kBaseSetter on scaled views | Martin Kiewitz |
2010-08-29 | SCI: adding comment about invalid rect return val | Martin Kiewitz |
2010-08-20 | SCI: Fixed bug #3049146 - "MOTHERGOOSE CD: Rooms 7, 23 crash", merged some si... | Filippos Karapetis |
2010-08-07 | SCI: changing kBaseSetter behaviour when scaled | Martin Kiewitz |
2010-07-27 | SCI: reverting part of r51361 | Martin Kiewitz |
2010-07-27 | SCI: adding scaling code in kBaseSetter | Martin Kiewitz |
2010-07-25 | SCI: sci32 coord adjustment changes | Martin Kiewitz |
2010-07-22 | SCI: Hopefully fix compilation when ENABLE_SCI32 is not defined | Matthew Hoops |
2010-07-21 | SCI: kSetNowSeen sci2.1 | Martin Kiewitz |
2010-07-15 | SCI: some big changes to kCantBeHere - kCantBeHere returns the actual "proble... | Martin Kiewitz |
2010-06-30 | SCI: adjust brRect and nsRect, if sci2 hires views are used, fixes hotspots i... | Martin Kiewitz |
2010-06-28 | SCI: Add const qualifiers to many GfxView methods and their return values. | Max Horn |
2010-06-23 | Moved the SelectorCache struct inside selector.h, where it belongs, and fixed... | Filippos Karapetis |
2010-06-10 | Use the SELECTOR() macro for readability | Filippos Karapetis |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-05-15 | SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX... | Martin Kiewitz |
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 |