Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-03-07 | SCI: Initial handling of the views in Longbow Amiga. Still not right | md5 | |
2011-03-05 | SCI: Cleared up the different view types and ordered them by color count | md5 | |
2011-02-28 | SCI: Skip Ports when iterating over Windows in GC | Willem Jan Palenstijn | |
2010-11-01 | SCI: Fixed a silly bug when restoring port rectangles. This uncovered a bug ↵ | Filippos Karapetis | |
with the recently added port save/restore code svn-id: r54015 | |||
2010-11-01 | SCI: fixing lf | Martin Kiewitz | |
(stupid msvc) svn-id: r54014 | |||
2010-11-01 | SCI: saving/restoring script created windows now | Martin Kiewitz | |
fixes "GfxPorts::kernelSetActive" error based on code by [md5] svn-id: r54012 | |||
2010-08-08 | SCI: kDisposeWindow changes | Martin Kiewitz | |
kDisposeWindow doesn't free windows immediately anymore. We free them after some calls to kSetPort, so the handle will be valid for a short time. Fixes sq4cd and hoyle 4 (commented out patching of script for hoyle 4) svn-id: r51932 | |||
2010-07-27 | SCI: implemented kPalette(save/restore) | Martin Kiewitz | |
svn-id: r51381 | |||
2010-07-23 | SCI: Now saving the kPalVary state inside savegames | Filippos Karapetis | |
svn-id: r51194 | |||
2010-02-02 | SCI: moving structs/enums from helpers to animate/controls | Martin Kiewitz | |
svn-id: r47813 | |||
2010-01-31 | SCI: implemented font caching | Martin Kiewitz | |
svn-id: r47762 | |||
2010-01-15 | SCI: adding caching for scalesignal, scaleX and scaleY within kAnimate() | Martin Kiewitz | |
svn-id: r47311 | |||
2010-01-11 | Moved all the cache limits inside helpers.h and removed an obsolete TODO | Filippos Karapetis | |
svn-id: r47250 | |||
2010-01-06 | - Some work on kLocalToGlobal and kGlobalToLocal for SCI2+ | Filippos Karapetis | |
- Removed the custom types MemoryHandle, LoopNo, CelNo (cause we ended up having code like LoopNo loopNo = ...) - Improved the sanity checks in frameOut() svn-id: r47087 | |||
2010-01-05 | More renaming | Filippos Karapetis | |
svn-id: r47009 |