aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/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-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-17SCI: Add FIXMEWillem Jan Palenstijn
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...Filippos Karapetis
2009-10-13SCI: Merge some sfx related global funcs into SfxState.Max Horn
2009-10-12SCI: commenting out music warningsMartin Kiewitz
2009-09-01SCI: Fix relative cues in SCI1.Walter van Niftrik
2009-07-11SCI: don't let TimerSongIterator loop forever, and don't immediatelyWillem Jan Palenstijn
2009-07-11Applied patch 2818733 - "SCI: Timer iterator for audio resources played via d...Filippos Karapetis
2009-07-07Silenced the very chatty song iterator console messages by converting them to...Filippos Karapetis
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-07-05When creating a CleanupSongIterator, transfer death listeners to itWillem Jan Palenstijn
2009-07-04When morphing a TeeSongIterator, transfer death listeners to remaining childWillem Jan Palenstijn
2009-06-07SCI: C++ified the song iterator code a little bit moreMax Horn
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-30Removed/replaced BREAKPOINTFilippos Karapetis
2009-05-29SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ...Max Horn
2009-05-28SCI: Merged SfxPlayer/NewPlayer code into sfx/core.cppMax Horn
2009-05-26SCI: Undo commit #40917 (SongIteratorChannel::resetSynthChannels now again do...Max Horn
2009-05-26Fixed compilation under MSVCFilippos Karapetis
2009-05-26SCI: Turned sfx_player_t into a class SfxPlayer, and converted the existing p...Max Horn
2009-05-26Turned some static tables into static const tables; added some FIXME comments...Max Horn
2009-05-24SCI: Adlib: added support for rhythm channelWalter van Niftrik
2009-05-20removed trailing whitespacesMax Horn
2009-05-13Fixed regression in SCI1 games from commit #40518Filippos Karapetis
2009-05-12SCI: cleanupMax Horn
2009-05-12SCI: Removed sci_memory.h/.cppMax Horn
2009-04-20SCI: Replaced memory ref counting code in the SongIterator code by a simple C...Max Horn
2009-03-10SCI: Memory 'ref counting' code is only used by song iterators -> move it the...Max Horn
2009-03-10SCI: SongIterator::Message only needs to transfer a single argument, so get r...Max Horn
2009-03-10SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanupMax Horn
2009-03-10SCI: More SongIterator refactoring.Max Horn
2009-03-09Don't adjust data pointer in makeStream.Willem Jan Palenstijn
2009-03-09SCI: Added BaseSongIterator copy constructor which invokey sci_refcount_increfMax Horn
2009-03-09Reset child iterators on deletion.Willem Jan Palenstijn
2009-03-08SCI: Fixed regression in new_fast_forward_iteratorMax Horn
2009-03-07Replaced getInt16, getUInt16 and putInt16Filippos Karapetis
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: Started to revamp the song iterator death notification system (which cur...Max Horn
2009-03-06SCI: C++ifyed SongIterator and its subclassesMax Horn
2009-03-06SCI: Some cleanup to the SongIteratorMessage codeMax 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