Age | Commit message (Expand) | Author |
2009-11-04 | Applied patch #2891232 - "SCI sfx: Let each SongIterator remap its own channels" | Filippos Karapetis |
2009-10-17 | SCI: Add FIXME | Willem Jan Palenstijn |
2009-10-16 | Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,... | Filippos Karapetis |
2009-10-13 | SCI: Merge some sfx related global funcs into SfxState. | Max Horn |
2009-10-12 | SCI: commenting out music warnings | Martin Kiewitz |
2009-09-01 | SCI: Fix relative cues in SCI1. | Walter van Niftrik |
2009-07-11 | SCI: don't let TimerSongIterator loop forever, and don't immediately | Willem Jan Palenstijn |
2009-07-11 | Applied patch 2818733 - "SCI: Timer iterator for audio resources played via d... | Filippos Karapetis |
2009-07-07 | Silenced the very chatty song iterator console messages by converting them to... | Filippos Karapetis |
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis |
2009-07-05 | When creating a CleanupSongIterator, transfer death listeners to it | Willem Jan Palenstijn |
2009-07-04 | When morphing a TeeSongIterator, transfer death listeners to remaining child | Willem Jan Palenstijn |
2009-06-07 | SCI: C++ified the song iterator code a little bit more | Max Horn |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-30 | Removed/replaced BREAKPOINT | Filippos Karapetis |
2009-05-29 | SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ... | Max Horn |
2009-05-28 | SCI: Merged SfxPlayer/NewPlayer code into sfx/core.cpp | Max Horn |
2009-05-26 | SCI: Undo commit #40917 (SongIteratorChannel::resetSynthChannels now again do... | Max Horn |
2009-05-26 | Fixed compilation under MSVC | Filippos Karapetis |
2009-05-26 | SCI: Turned sfx_player_t into a class SfxPlayer, and converted the existing p... | Max Horn |
2009-05-26 | Turned some static tables into static const tables; added some FIXME comments... | Max Horn |
2009-05-24 | SCI: Adlib: added support for rhythm channel | Walter van Niftrik |
2009-05-20 | removed trailing whitespaces | Max Horn |
2009-05-13 | Fixed regression in SCI1 games from commit #40518 | Filippos Karapetis |
2009-05-12 | SCI: cleanup | Max Horn |
2009-05-12 | SCI: Removed sci_memory.h/.cpp | Max Horn |
2009-04-20 | SCI: Replaced memory ref counting code in the SongIterator code by a simple C... | Max Horn |
2009-03-10 | SCI: Memory 'ref counting' code is only used by song iterators -> move it the... | Max Horn |
2009-03-10 | SCI: SongIterator::Message only needs to transfer a single argument, so get r... | Max Horn |
2009-03-10 | SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanup | Max Horn |
2009-03-10 | SCI: More SongIterator refactoring. | Max Horn |
2009-03-09 | Don't adjust data pointer in makeStream. | Willem Jan Palenstijn |
2009-03-09 | SCI: Added BaseSongIterator copy constructor which invokey sci_refcount_incref | Max Horn |
2009-03-09 | Reset child iterators on deletion. | Willem Jan Palenstijn |
2009-03-08 | SCI: Fixed regression in new_fast_forward_iterator | Max Horn |
2009-03-07 | Replaced getInt16, getUInt16 and putInt16 | Filippos Karapetis |
2009-03-07 | SCI: Replaced linked list of Sci1Samples by a Common::List | Max Horn |
2009-03-07 | SCI: More cleanup in the song iterator codebase | Max Horn |
2009-03-06 | SCI: Continued C++ification of SongIterator code | Max Horn |
2009-03-06 | SCI: Fixed (I hope) song iterator death listeners; and some cleanup | Max Horn |
2009-03-06 | SCI: Started to revamp the song iterator death notification system (which cur... | Max Horn |
2009-03-06 | SCI: C++ifyed SongIterator and its subclasses | Max Horn |
2009-03-06 | SCI: Some cleanup to the SongIteratorMessage code | Max Horn |
2009-03-06 | SCI: Converted SongIterator::get_pcm_feed into a virtual method | Max Horn |
2009-03-06 | SCI: Renamed lots of classes related to song iterators; allocate song iterato... | Max Horn |
2009-03-04 | SCI: Replaced sfx_iterator_make_feed and associated code by Audio::makeLinear... | Max Horn |
2009-03-01 | SCI: Renamed some sfx header files | Max Horn |
2009-02-28 | clean up some warnings | Andre Heider |
2009-02-28 | SCI: Get rid around the first layer around the ScummVM audio mixer. Also reso... | Max Horn |
2009-02-27 | Fix code formatting | Eugene Sandulenko |