aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/menu.cpp
AgeCommit message (Collapse)Author
2007-03-04wrapped loader routines into a new class named Disk. The new class is also ↵Nicola Mettifogo
responsible for handling Archives in place of the Parallaction engine. svn-id: r25972
2007-03-04no more overloading for loadBackgroundNicola Mettifogo
svn-id: r25971
2007-03-04separated slide from scenery loading to take care of filename aliasesNicola Mettifogo
svn-id: r25969
2007-03-04moved background loading into disk.cppNicola Mettifogo
svn-id: r25968
2007-03-04replaced memAlloc/memFree with standard malloc/freeNicola Mettifogo
svn-id: r25962
2007-03-02changed every font name to be platform independent, added font loader routineNicola Mettifogo
svn-id: r25935
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-17Some indentation and format changes. Mostly replacing spaces with tabs.Torbjörn Andersson
svn-id: r25654
2007-02-11added load/save supportNicola Mettifogo
svn-id: r25496
2007-01-14Initial import of Parallaction engineEugene Sandulenko
svn-id: r25083