aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/script.h
AgeCommit message (Expand)Author
2009-07-06Implemented GPL operators.Denis Kasak
2009-07-04Implemented handler for the Load instruction. Removed Script::dummy().Denis Kasak
2009-07-04Restructured Script so I can start adding callbacks to GPL commands (added Dr...Denis Kasak
2009-06-28Added an offset parameter to Script::run() so we can specify where to start t...Denis Kasak
2009-06-28Changed Script::run() to accept a GPL2Program struct instead of a byte pointe...Denis Kasak
2009-06-27Renamed Script::gpldisasm() to Script::run().Denis Kasak
2009-06-27Put all GPL interpreter related routines inside a Script class.Denis Kasak
2009-06-27Renamed gpldisasm.* to script.* in anticipation of using it as a script intep...Denis Kasak