aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/selector.h
AgeCommit message (Expand)Author
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis
2012-05-14SCI: Check for object visibility, if an object defines itFilippos Karapetis
2011-10-28SCI: Fixed text background color and text transparency for SCI32 gamesFilippos Karapetis
2011-10-11SCI: Proper implementation of text drawing for SCI2+Filippos Karapetis
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-25ALL: behaviour -> behaviorMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-09SCI: Implement Mac iconbar event handling.Walter van Niftrik
2010-11-17SCI: Added some SCI3 selector related informationFilippos Karapetis
2010-09-03SCI: kClone/kDisposeClone behaviour more accurateMartin Kiewitz
2010-08-29SCI: adding virtual lists for qfg-import roomsMartin Kiewitz
2010-08-24SCI: Removed a now unused selector from the selector cacheFilippos Karapetis
2010-08-05SCI: changing hoyle 4 workaroundMartin Kiewitz
2010-07-24SCI: support useInsetRect in kFrameoutMartin Kiewitz
2010-07-22SCI: some work on priority in sci32Martin Kiewitz
2010-07-16SCI: kDoBresen - save last position of client inside mover - fixes lsl6 tram ...Martin Kiewitz
2010-06-28SCI: More changes to the code for loading from the launcherFilippos Karapetis
2010-06-27SCI: Removed the hack for loading games from the launcher from run_vm(). This...Filippos Karapetis
2010-06-23Moved the SelectorCache struct inside selector.h, where it belongs, and fixed...Filippos Karapetis
2010-06-10Unified invokeSelector() and invokeSelectorArgv(), and removed the INV_SEL kl...Filippos Karapetis
2010-05-29Mass renaming of selector-related functions, and removed some defines which w...Filippos Karapetis
2010-03-08SCI: Make EngineState parameter to INV_SEL explicitMax Horn
2010-02-13SCI: Remove EngineState::_kernel, use SciEngine::_kernel insteadMax Horn
2010-02-13SCI: Add global g_sci pointer to the active SciEngine instanceMax Horn
2010-02-05SCI: Add a 'SELECTOR' macroMax Horn
2010-01-29SCI: Reduce header interdependencies a bitMax Horn
2010-01-29SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo...Max Horn