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
/
draci
/
script.cpp
Age
Commit message (
Expand
)
Author
2009-07-07
Added enum constant for the dragon object (kDragonObject) and made Script::st...
Denis Kasak
2009-07-06
Removed two variables that were committed by mistake.
Denis Kasak
2009-07-06
Implemented Script::funcRandom (GPL function).
Denis Kasak
2009-07-06
Set up GPL functions properly (the math evaluator now calls the handler if it...
Denis Kasak
2009-07-06
Fixed bug where the GPL interpreter left parameters from previous commands on...
Denis Kasak
2009-07-06
Implemented Script::play() GPL opcode.
Denis Kasak
2009-07-06
Implemented GPL operators.
Denis Kasak
2009-07-04
Implemented handler for the Load instruction. Removed Script::dummy().
Denis Kasak
2009-07-04
Restructured Script so I can start adding callbacks to GPL commands (added Dr...
Denis Kasak
2009-06-28
Added an offset parameter to Script::run() so we can specify where to start t...
Denis Kasak
2009-06-28
Changed Script::run() to accept a GPL2Program struct instead of a byte pointe...
Denis Kasak
2009-06-27
Renamed Script::gpldisasm() to Script::run().
Denis Kasak
2009-06-27
Put all GPL interpreter related routines inside a Script class.
Denis Kasak
2009-06-27
Renamed gpldisasm.* to script.* in anticipation of using it as a script intep...
Denis Kasak
[prev]