aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/callables.cpp
AgeCommit message (Collapse)Author
2007-02-27changed font handling:Nicola Mettifogo
- engine doesn't see font as a low-level Cnv anymore - the Graphics class takes care of freeing memory on font changes svn-id: r25900
2007-02-25wrapped archive routines into a new class named Archive. File-level static ↵Nicola Mettifogo
variables have been made members of the new class. svn-id: r25866
2007-02-21Add support for MIDI music. THough the music is not yet heard sinceEugene Sandulenko
there are no instrument assignments yet. svn-id: r25774
2007-02-18found and commented gross hack in the original engineNicola Mettifogo
svn-id: r25679
2007-02-17Some indentation and format changes. Mostly replacing spaces with tabs.Torbjörn Andersson
svn-id: r25654
2007-01-14Initial import of Parallaction engineEugene Sandulenko
svn-id: r25083