aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parser.cpp
AgeCommit message (Expand)Author
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-03-04replaced memAlloc/memFree with standard malloc/freeNicola Mettifogo
2007-02-20changed parseComment to use Script stream instead of fileNicola 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 more refactoringNicola Mettifogo
2007-02-19refactoringNicola 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-02-17Some indentation and format changes. Mostly replacing spaces with tabs.Torbjörn Andersson
2007-02-13skip_whitespace() -> Common::ltrim()Eugene Sandulenko
2007-01-14Initial import of Parallaction engineEugene Sandulenko