Age | Commit message (Expand) | Author |
2012-06-18 | SCI: Add setter/getter methods to reg_t's | Filippos Karapetis |
2012-05-14 | SCI: Check for object visibility, if an object defines it | Filippos Karapetis |
2011-10-28 | SCI: Fixed text background color and text transparency for SCI32 games | Filippos Karapetis |
2011-10-11 | SCI: Proper implementation of text drawing for SCI2+ | Filippos Karapetis |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-25 | ALL: behaviour -> behavior | Matthew Hoops |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-09 | SCI: Implement Mac iconbar event handling. | Walter van Niftrik |
2010-11-17 | SCI: Added some SCI3 selector related information | Filippos Karapetis |
2010-09-03 | SCI: kClone/kDisposeClone behaviour more accurate | Martin Kiewitz |
2010-08-29 | SCI: adding virtual lists for qfg-import rooms | Martin Kiewitz |
2010-08-24 | SCI: Removed a now unused selector from the selector cache | Filippos Karapetis |
2010-08-05 | SCI: changing hoyle 4 workaround | Martin Kiewitz |
2010-07-24 | SCI: support useInsetRect in kFrameout | Martin Kiewitz |
2010-07-22 | SCI: some work on priority in sci32 | Martin Kiewitz |
2010-07-16 | SCI: kDoBresen - save last position of client inside mover - fixes lsl6 tram ... | Martin Kiewitz |
2010-06-28 | SCI: More changes to the code for loading from the launcher | Filippos Karapetis |
2010-06-27 | SCI: Removed the hack for loading games from the launcher from run_vm(). This... | Filippos Karapetis |
2010-06-23 | Moved the SelectorCache struct inside selector.h, where it belongs, and fixed... | Filippos Karapetis |
2010-06-10 | Unified invokeSelector() and invokeSelectorArgv(), and removed the INV_SEL kl... | Filippos Karapetis |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-03-08 | SCI: Make EngineState parameter to INV_SEL explicit | Max Horn |
2010-02-13 | SCI: Remove EngineState::_kernel, use SciEngine::_kernel instead | Max Horn |
2010-02-13 | SCI: Add global g_sci pointer to the active SciEngine instance | Max Horn |
2010-02-05 | SCI: Add a 'SELECTOR' macro | Max Horn |
2010-01-29 | SCI: Reduce header interdependencies a bit | Max Horn |
2010-01-29 | SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo... | Max Horn |