aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/exec.h
AgeCommit message (Expand)Author
2014-02-18PARALLACTION: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-24PARALLACTION: Janitorial - Fix spacing errorsStrangerke
2012-02-15JANITORIAL: Fix whitespace in pointer template argTarek Soliman
2012-02-10JANITORIAL: Fix template definition whitespaceTarek Soliman
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2009-03-23Implemented all variants of IF script instruction. Program class has been cha...Nicola Mettifogo
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-02-26Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointe...Nicola Mettifogo
2009-02-26Cleanup of CommandExec and ProgramExec, and pushed down dependencies from exe...Nicola Mettifogo
2009-02-25* Rebased Parallaction_br to inherit from Parallaction instead of Parallactio...Nicola Mettifogo
2009-02-21Fix for bug #2619824. Command list execution is now paused when showing credi...Nicola Mettifogo
2008-12-14Removed references to _vm from the engine itself.Nicola Mettifogo
2008-08-14Cleanup.Nicola Mettifogo
2008-07-30* Unified implementation of flow control opcodes in NS and BRANicola Mettifogo
2008-07-29* Implemented pause/resume of command executionNicola Mettifogo
2008-07-28Some instrumentation for script debugging.Nicola Mettifogo
2008-07-13Properly implemented the OFF command. The new rendering order for graphics le...Nicola Mettifogo
2008-07-11Cleanup.Nicola Mettifogo
2008-07-11Moved program and command execution code out of the engine, into their own br...Nicola Mettifogo