aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/animation.cpp
AgeCommit message (Collapse)Author
2007-02-25got rid of ArchievedFile. Since only one single file is being read from the ↵Nicola Mettifogo
archives at every moment, the ArchivedFile structure used for bookkeeping is useless. svn-id: r25864
2007-02-20made hi-level parsing routines (Zone, Commands, Dialogue, Animation) rely on ↵Nicola Mettifogo
Script objects for input. svn-id: r25743
2007-02-20cleanup and small fixesNicola Mettifogo
svn-id: r25738
2007-02-20animation scripts are now parsed through the same pipeline used for location ↵Nicola Mettifogo
scripts. Thus, animation scripts are now cached instead of being read line by line. svn-id: r25737
2007-02-19first step in parser simplificationNicola Mettifogo
svn-id: r25733
2007-02-19moved specialised parsing routines in parser.cpp, so code can be refactored ↵Nicola Mettifogo
more easily svn-id: r25718
2007-02-19fixed bad implementationNicola Mettifogo
svn-id: r25717
2007-02-18new special debug levelsNicola Mettifogo
svn-id: r25674
2007-02-17Some indentation and format changes. Mostly replacing spaces with tabs.Torbjörn Andersson
svn-id: r25654
2007-02-17changed some debug levelsNicola Mettifogo
svn-id: r25653
2007-02-15fixed warning pointed out by _QNicola Mettifogo
svn-id: r25613
2007-02-14More skip_whitespace -> Common::ltrim(). For real now.Eugene Sandulenko
svn-id: r25577
2007-02-04changed handling of zone labels to match original engineNicola Mettifogo
svn-id: r25376
2007-02-01Used Fingolfin's workaround for a bogus (?) warning produced by some versionsTorbjörn Andersson
of GCC. (Not the one he's using, though, which is why I'm doing this instead.) svn-id: r25327
2007-01-15Fixing const related warnings in the parallaction engineMax Horn
svn-id: r25095
2007-01-14Initial import of Parallaction engineEugene Sandulenko
svn-id: r25083