aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/music.cpp
AgeCommit message (Collapse)Author
2007-05-01Changed some filenames to adhere to standard.Nicola Mettifogo
svn-id: r26723
2007-05-01Implemented a IFF (Interchange File Format) parser and added subclasses to ↵Nicola Mettifogo
parse graphics (ILBM, PBM) and audio (8SVX), thus replacing old decoding routines. SAGA and Parallaction have been adjusted to work with the new code. svn-id: r26719
2007-04-27Refactored music code for dos version and added music to Amiga versions.Nicola Mettifogo
svn-id: r26619
2007-03-11wrapped active location data into a new structureNicola Mettifogo
svn-id: r26085
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-07changed multiplexed uint32 to const void* to avoid errors on 64 bits systemsNicola Mettifogo
svn-id: r25418
2007-01-14mark 64bit issuesWillem Jan Palenstijn
svn-id: r25084
2007-01-14Initial import of Parallaction engineEugene Sandulenko
svn-id: r25083