index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
engine
/
selector.cpp
Age
Commit message (
Expand
)
Author
2010-05-26
SCI: Making various object and script related things const
Max Horn
2010-05-24
Add support for showing the icon bar in SCI1.1 Mac.
Matthew Hoops
2010-05-14
Made locateVarSelector() a method of the Object class
Filippos Karapetis
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-04
SCI: adding back selector for sci32
Martin Kiewitz
2010-02-04
SCI: adding selectors bottom and right
Martin Kiewitz
2010-02-04
SCI: adding support for resX, resY selectors for sci32
Martin Kiewitz
2010-02-03
Initial implementation of text drawing for SCI2 (it's a hack for now, done th...
Filippos Karapetis
2010-02-03
SCI: restoring param of run_vm is a bool, not an int
Max Horn
2010-02-02
SCI: Move some code around (no code changes)
Max Horn
2010-01-29
SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo...
Max Horn
2010-01-28
SCI: Cleanup
Walter van Niftrik
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2009-12-26
Throw a warning when we're trying to invoke a variable selector, instead of s...
Filippos Karapetis
2009-12-26
Removed the file and line parameters from the selector handling functions
Filippos Karapetis
2009-10-11
More work on the Object class
Filippos Karapetis
2009-10-10
Started rewriting the Object struct into a class
Filippos Karapetis
2009-10-04
SCI: Rename EngineState::segMan to _segMan
Max Horn
2009-09-30
SCI: Add callk stackframe directly in run_vm
Willem Jan Palenstijn
2009-09-29
Added a FIXME comment for the removed functionality in the script debugger
Filippos Karapetis
2009-09-29
- Changed the unimplemented debug SCI kernel functions (InspectObj, ShowSends...
Filippos Karapetis
2009-09-17
SCI: Add EngineState::_kernel member for convenience
Max Horn
2009-09-17
SCI: Move some selector related function into a new file selector.cpp
Max Horn
[prev]