Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-06 | Mark the sanity checks inside kernelSetNowSeen and kernelBaseSetter as hacks | Filippos Karapetis | |
svn-id: r47932 | |||
2010-02-06 | Don't try and manipulate invalid views (i.e. views with view ID -1/65535, ↵ | Filippos Karapetis | |
which are most likely the currently missing dynamically constructed text views). Torin chapter 1 starts now (and dies shortly afterwards, but that's a different issue) svn-id: r47930 | |||
2010-02-05 | SCI: removing int8 from kernelSetNowSeen() as well, didnt make any sense :P | Martin Kiewitz | |
svn-id: r47923 | |||
2010-02-05 | SCI: removing int8 inside kernelSetNowSeen as well, didnt make any sense :P | Martin Kiewitz | |
svn-id: r47922 | |||
2010-02-05 | SCI: Get rid of the mysterious sign_extend_byte() and replace it by a simple ↵ | Max Horn | |
cast ;) svn-id: r47921 | |||
2010-02-05 | SCI: Document GfxCompare::canBeHereCheckRectList; pass Common::Rect by ref | Max Horn | |
svn-id: r47920 | |||
2010-02-05 | SCI: Add comment to GfxCompare::canBeHereCheckRectList | Max Horn | |
svn-id: r47919 | |||
2010-02-05 | SCI: Add a 'SELECTOR' macro | Max Horn | |
svn-id: r47918 | |||
2010-02-05 | SCI: moved onControl etc. into GfxCompare, now getting called directly. also ↵ | Martin Kiewitz | |
fixed loading saved games due Gfx* changes svn-id: r47912 | |||
2010-02-04 | SCI: renaming class View to GfxView | Martin Kiewitz | |
svn-id: r47891 | |||
2010-01-31 | SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is ↵ | Martin Kiewitz | |
now called directly w/o SciGui svn-id: r47752 | |||
2010-01-31 | SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, ↵ | Martin Kiewitz | |
gfxcompare, gfxpaint16, gfxcache. kernel uses gfxports directly w/o going through SciGui svn-id: r47745 |