aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/test-iterator.cpp
AgeCommit message (Expand)Author
2009-12-20Moved all of the sound iterator code in its own directory, and added a slight...Filippos Karapetis
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-29SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ...Max Horn
2009-03-10SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanupMax Horn
2009-03-06SCI: Renamed lots of classes related to song iterators; allocate song iterato...Max Horn
2009-03-04SCI: Merged polled player & PCMFeedAudioStream -> PolledPlayerAudioStreamMax Horn
2009-03-01SCI: Renamed some sfx header filesMax Horn
2009-03-01SCI: Replaced fake struct 'inheritance' (using #defines) with regular C++ sub...Max Horn
2009-02-27Fix code formattingEugene Sandulenko
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
2009-02-17Update headers. sfx/Eugene Sandulenko
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting G...Max Horn
2009-02-15- Remove some unneeded filesEugene Sandulenko