Age | Commit message (Expand) | Author |
2008-08-31 | Uniformed the interface of Parallaction class (and its hierarchy) with regard... | Nicola Mettifogo |
2008-08-15 | Added routines to load and handle item masks: animation are now correctly hid... | Nicola Mettifogo |
2008-08-14 | Finally moved parseNextToken to Script, where it belongs! | Nicola Mettifogo |
2008-08-02 | * Added a preprocessor to deal with the crappy location scripts in BRA. | Nicola Mettifogo |
2008-07-31 | * Removed references to the current _backgroundInfo from parser code. | Nicola Mettifogo |
2008-07-28 | Tiny readability aid for parser code. | Nicola Mettifogo |
2008-07-26 | BRA now parses path data from the scripts. | Nicola Mettifogo |
2008-07-25 | Changed the remaining references to Nodes into Points. | Nicola Mettifogo |
2008-07-25 | * Changed walk code to use Common::Point instead of the clumsy WalkNode. | Nicola Mettifogo |
2008-06-05 | Merged revisions 32507-32513,32516,32518,32520-32521,32523-32524,32526-32548,... | Christopher Page |
2008-06-04 | * Implemented character change opcodes in BRA | Nicola Mettifogo |
2008-06-03 | PARA: Fixed some memory leaks | Christopher Page |
2008-06-03 | Fixed initialization of parsers, necessary after the latest removal of static... | Nicola Mettifogo |
2008-06-02 | Merged revisions 32348-32349,32351-32356,32358-32411,32413-32441,32443-32445,... | Christopher Page |
2008-06-02 | PARA: Got rid of calls to system->quit() so that the Parallaction engine can ... | Christopher Page |
2008-06-01 | Got rid of the static arrays for initialization of parsers and exec opcodes, ... | Nicola Mettifogo |
2008-05-11 | Renamed some parallaction member vars to have a leading underscore (besides b... | Max Horn |
2008-05-11 | Cleanup of parsing code. | Nicola Mettifogo |
2008-05-10 | Extracted script parsing code to its own class. | Nicola Mettifogo |
2008-05-09 | Moved location parsing out of the engines, to LocationParser_ns and LocationP... | Nicola Mettifogo |
2008-05-04 | Added new Parser class, which will gradually grow to include all parsing code... | Nicola Mettifogo |
2008-04-06 | Replaced custom ManagedList with Common::SharedPtr. | Nicola Mettifogo |
2008-02-03 | Fixed maximum token length for the parser. | Nicola Mettifogo |
2007-10-14 | Integrated low-level routines into the Script class, turning it into a self-c... | Nicola Mettifogo |
2007-08-24 | First step in restructuring engine code: | Nicola Mettifogo |
2007-07-08 | Yet another fix for broken parsing/displaying of strings. Now quotes are prop... | Nicola Mettifogo |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-13 | cleanup | Nicola Mettifogo |
2007-04-07 | Reduced dependency between project files, and prepared defs.h for deletion as... | Nicola Mettifogo |
2007-04-03 | - added a new archive member variable to Disk, to decouple resource archives ... | Nicola Mettifogo |
2007-03-04 | made Script optionally take ownership and dispose input text | Nicola Mettifogo |
2007-02-25 | made Archive inherit from Common::File, added some methods to comply to inter... | Nicola Mettifogo |
2007-02-20 | made hi-level parsing routines (Zone, Commands, Dialogue, Animation) rely on ... | Nicola Mettifogo |
2007-02-20 | cleanup and small fixes | Nicola Mettifogo |
2007-02-20 | animation scripts are now parsed through the same pipeline used for location ... | Nicola Mettifogo |
2007-02-19 | first step in parser simplification | Nicola Mettifogo |
2007-02-19 | a little bit of fiddling to expose similarities between routines | Nicola Mettifogo |
2007-02-19 | moved specialised parsing routines in parser.cpp, so code can be refactored m... | Nicola Mettifogo |
2007-01-14 | Initial import of Parallaction engine | Eugene Sandulenko |