aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/animation.cpp
AgeCommit message (Collapse)Author
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