aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/selector.cpp
AgeCommit message (Expand)Author
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-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-09SCI: Implement Mac iconbar event handling.Walter van Niftrik
2010-11-02SCI: Remove any use of printfMax Horn
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-20SCI: Removed the restoring parameter of the run_vm() functionFilippos Karapetis
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-23SCI: adding some more global scaling code, adding vanishingY and vanishingX a...Martin Kiewitz
2010-06-23SCI: some initial work on global scalingMartin Kiewitz
2010-06-17Strict mode: Changed several warnings due to logic bugs into errors. If an er...Filippos Karapetis
2010-06-10SCI: cleanupMax Horn
2010-06-10Unified invokeSelector() and invokeSelectorArgv(), and removed the INV_SEL kl...Filippos Karapetis
2010-06-03The setCursor selector is no longer used for the detection of the kSetCursor(...Filippos Karapetis
2010-05-29Mass renaming of selector-related functions, and removed some defines which w...Filippos Karapetis
2010-05-26SCI: Making various object and script related things constMax Horn
2010-05-24Add support for showing the icon bar in SCI1.1 Mac.Matthew Hoops
2010-05-14Made locateVarSelector() a method of the Object classFilippos Karapetis
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-04SCI: adding back selector for sci32Martin Kiewitz
2010-02-04SCI: adding selectors bottom and rightMartin Kiewitz
2010-02-04SCI: adding support for resX, resY selectors for sci32Martin Kiewitz
2010-02-03Initial implementation of text drawing for SCI2 (it's a hack for now, done th...Filippos Karapetis
2010-02-03SCI: restoring param of run_vm is a bool, not an intMax Horn
2010-02-02SCI: Move some code around (no code changes)Max Horn
2010-01-29SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo...Max Horn
2010-01-28SCI: CleanupWalter van Niftrik
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-12-26Throw a warning when we're trying to invoke a variable selector, instead of s...Filippos Karapetis
2009-12-26Removed the file and line parameters from the selector handling functionsFilippos Karapetis
2009-10-11More work on the Object classFilippos Karapetis
2009-10-10Started rewriting the Object struct into a classFilippos Karapetis
2009-10-04SCI: Rename EngineState::segMan to _segManMax Horn
2009-09-30SCI: Add callk stackframe directly in run_vmWillem Jan Palenstijn
2009-09-29Added a FIXME comment for the removed functionality in the script debuggerFilippos Karapetis
2009-09-29- Changed the unimplemented debug SCI kernel functions (InspectObj, ShowSends...Filippos Karapetis
2009-09-17SCI: Add EngineState::_kernel member for convenienceMax Horn
2009-09-17SCI: Move some selector related function into a new file selector.cppMax Horn