aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/iterator_internal.h
AgeCommit message (Expand)Author
2009-12-20Moved all of the sound iterator code in its own directory, and added a slight...Filippos Karapetis
2009-12-18Moved the interface class for the the custom SCI MIDI drivers together with t...Filippos Karapetis
2009-12-07Slight cleanup/simplification of the TimerSongIteratorFilippos Karapetis
2009-11-29Removed unused codeFilippos Karapetis
2009-11-14Removed some unused parts of the PCM sound playing codeFilippos Karapetis
2009-11-04Applied patch #2891232 - "SCI sfx: Let each SongIterator remap its own channels"Filippos Karapetis
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-07-11Applied patch 2818733 - "SCI: Timer iterator for audio resources played via d...Filippos Karapetis
2009-06-07SCI: C++ified the song iterator code a little bit moreMax Horn
2009-05-20removed trailing whitespacesMax Horn
2009-05-12SCI: cleanupMax Horn
2009-04-20SCI: Replaced memory ref counting code in the SongIterator code by a simple C...Max Horn
2009-03-10SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanupMax Horn
2009-03-10SCI: More SongIterator refactoring.Max Horn
2009-03-09SCI: Added BaseSongIterator copy constructor which invokey sci_refcount_increfMax Horn
2009-03-08SCI: Fixed regression in new_fast_forward_iteratorMax Horn
2009-03-07SCI: Replaced linked list of Sci1Samples by a Common::ListMax Horn
2009-03-07SCI: More cleanup in the song iterator codebaseMax Horn
2009-03-06SCI: Continued C++ification of SongIterator codeMax Horn
2009-03-06SCI: Fixed (I hope) song iterator death listeners; and some cleanupMax Horn
2009-03-06SCI: C++ifyed SongIterator and its subclassesMax Horn
2009-03-06SCI: Converted SongIterator::get_pcm_feed into a virtual methodMax Horn
2009-03-06SCI: Renamed lots of classes related to song iterators; allocate song iterato...Max Horn
2009-03-04SCI: Replaced sfx_iterator_make_feed and associated code by Audio::makeLinear...Max Horn
2009-03-01SCI: Renamed some sfx header filesMax Horn