Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-29 | Commands now evaluate their reference Zone at runtime, thus handling of ↵ | Nicola Mettifogo | |
forward references in the parser is no more needed. svn-id: r39738 | |||
2009-03-23 | Implemented all variants of IF script instruction. Program class has been ↵ | Nicola Mettifogo | |
changed to store an Array of instruction instead of a List, so that references to instructions are integers. svn-id: r39631 | |||
2009-02-26 | Removed null*Ptr dummy objects, using SharedPtr's reset method to null ↵ | Nicola Mettifogo | |
pointers instead. svn-id: r38897 | |||
2009-02-26 | Cleanup of CommandExec and ProgramExec, and pushed down dependencies from ↵ | Nicola Mettifogo | |
exec.h. svn-id: r38892 |