aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/commands.cpp
AgeCommit message (Collapse)Author
2007-03-04replaced memAlloc/memFree with standard malloc/freeNicola Mettifogo
svn-id: r25962
2007-02-20made hi-level parsing routines (Zone, Commands, Dialogue, Animation) rely on ↵Nicola Mettifogo
Script objects for input. svn-id: r25743
2007-02-19first step in parser simplificationNicola Mettifogo
svn-id: r25733
2007-02-17Some indentation and format changes. Mostly replacing spaces with tabs.Torbjörn Andersson
svn-id: r25654
2007-02-15fixed a bug in the original engine causing memory-protected systems to ↵Nicola Mettifogo
occasionally crash svn-id: r25614
2007-02-07fixed location script parsing error causing irritatingly inconsistent gameplayNicola Mettifogo
svn-id: r25421
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-26added more debug messagesNicola Mettifogo
svn-id: r25214
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