aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/test-iterator.cpp
AgeCommit message (Collapse)Author
2009-03-10SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanupMax Horn
svn-id: r39289
2009-03-06SCI: Renamed lots of classes related to song iterators; allocate song ↵Max Horn
iterators via new/delete instead of malloc/free svn-id: r39148
2009-03-04SCI: Merged polled player & PCMFeedAudioStream -> PolledPlayerAudioStreamMax Horn
svn-id: r39118
2009-03-01SCI: Renamed some sfx header filesMax Horn
svn-id: r39006
2009-03-01SCI: Replaced fake struct 'inheritance' (using #defines) with regular C++ ↵Max Horn
subclassing svn-id: r39005
2009-02-27Fix code formattingEugene Sandulenko
svn-id: r38930
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
svn-id: r38676
2009-02-17Update headers. sfx/Eugene Sandulenko
svn-id: r38410
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting ↵Max Horn
Guidelines: sfx dir svn-id: r38322
2009-02-15- Remove some unneeded filesEugene Sandulenko
- Mass rename .c to .cpp svn-id: r38227