aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parser.h
AgeCommit message (Expand)Author
2007-10-14Integrated low-level routines into the Script class, turning it into a self-c...Nicola Mettifogo
2007-08-24First step in restructuring engine code:Nicola Mettifogo
2007-07-08Yet another fix for broken parsing/displaying of strings. Now quotes are prop...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-13cleanupNicola Mettifogo
2007-04-07Reduced 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-04made Script optionally take ownership and dispose input textNicola Mettifogo
2007-02-25made Archive inherit from Common::File, added some methods to comply to inter...Nicola Mettifogo
2007-02-20made hi-level parsing routines (Zone, Commands, Dialogue, Animation) rely on ...Nicola Mettifogo
2007-02-20cleanup and small fixesNicola Mettifogo
2007-02-20animation scripts are now parsed through the same pipeline used for location ...Nicola Mettifogo
2007-02-19first step in parser simplificationNicola Mettifogo
2007-02-19a little bit of fiddling to expose similarities between routinesNicola Mettifogo
2007-02-19moved specialised parsing routines in parser.cpp, so code can be refactored m...Nicola Mettifogo
2007-01-14Initial import of Parallaction engineEugene Sandulenko