aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/selector.cpp
AgeCommit message (Expand)Author
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