aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/script.h
AgeCommit message (Expand)Author
2009-10-05Fixed warning (GameObject is a struct)Filippos Karapetis
2009-10-04Work-around a bug in the original game files.Robert Špalek
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-09-30Remove trailing whitespacesMax Horn
2009-09-30- Adapt parts of the Draci code to match our code formatting guidelinesJohannes Schickel
2009-09-28get rid of static Common::String'sRobert Špalek
2009-09-27Remove memory leak in animation manager. Get rid of 1 non-const reference par...Robert Špalek
2009-09-25Added some more const's to the interface of Dragon HistoryRobert Špalek
2009-09-25Add const's to many interfaces of engines/draci/Robert Špalek
2009-08-17Added inventory and item handling support (monster patch, sorry). Items were ...Denis Kasak
2009-08-15* Implemented LoadPalette, SetPalette and BlackPalette GPL commands.Denis Kasak
2009-08-11Implemented GPL command WalkOnPlay.Denis Kasak
2009-08-11Added dialogue support.Denis Kasak
2009-08-09Implemented GPL function Script::funcObjStat().Denis Kasak
2009-08-09* Implemented GPL functions Script::funcActIco() and Script::funcIsIcoAct().Denis Kasak
2009-08-08Implemented Script::testExpression().Denis Kasak
2009-08-06Added ability to end the currently executing GPL program before it finishes v...Denis Kasak
2009-08-02Implemented the Talk GPL command.Denis Kasak
2009-07-31* Added Game::runGateProgram()Denis Kasak
2009-07-29* Implemented the StartPlay and Play GPL commands properlyDenis Kasak
2009-07-29* Implemented GPL function ActPhase (as Script::funcActPhase())Denis Kasak
2009-07-25* Moved walking code to Game::walkHero().Denis Kasak
2009-07-25Implemented ExecUse, ExecLook and ExecInit GPL commands.Denis Kasak
2009-07-25* Added handlers for the ObjStat and ObjStat_On GPL commandsDenis Kasak
2009-07-24* Added tracking and deleting animations by index (which represents the order...Denis Kasak
2009-07-13* Implemented the following GPL functions: IsIcoOn, IcoStat, IsObjOn, IsObjOf...Denis Kasak
2009-07-08* Implemented GPL jumpsDenis Kasak
2009-07-07Implementend F_Not GPL function.Denis Kasak
2009-07-06Implemented Script::funcRandom (GPL function).Denis Kasak
2009-07-06Set up GPL functions properly (the math evaluator now calls the handler if it...Denis Kasak
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