Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-11 | Applied patch 2818733 - "SCI: Timer iterator for audio resources played via ↵ | Filippos Karapetis | |
doSound" svn-id: r42375 | |||
2009-06-07 | SCI: C++ified the song iterator code a little bit more | Max Horn | |
svn-id: r41360 | |||
2009-05-20 | removed trailing whitespaces | Max Horn | |
svn-id: r40742 | |||
2009-05-12 | SCI: cleanup | Max Horn | |
svn-id: r40518 | |||
2009-04-20 | SCI: Replaced memory ref counting code in the SongIterator code by a simple ↵ | Max Horn | |
Common::Array<byte> object; also doxygenified some source comments svn-id: r40032 | |||
2009-03-10 | SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanup | Max Horn | |
svn-id: r39289 | |||
2009-03-10 | SCI: More SongIterator refactoring. | Max Horn | |
* Added SongIterator::clone() * got rid of songit_clone() * removed SIMSG_CLONE and related code * removed SongIterator::flags * turned songit_new_tee into TeeSongIterator constructor svn-id: r39288 | |||
2009-03-09 | SCI: Added BaseSongIterator copy constructor which invokey sci_refcount_incref | Max Horn | |
svn-id: r39273 | |||
2009-03-08 | SCI: Fixed regression in new_fast_forward_iterator | Max Horn | |
svn-id: r39215 | |||
2009-03-07 | SCI: Replaced linked list of Sci1Samples by a Common::List | Max Horn | |
svn-id: r39178 | |||
2009-03-07 | SCI: More cleanup in the song iterator codebase | Max Horn | |
svn-id: r39177 | |||
2009-03-06 | SCI: Continued C++ification of SongIterator code | Max Horn | |
svn-id: r39158 | |||
2009-03-06 | SCI: Fixed (I hope) song iterator death listeners; and some cleanup | Max Horn | |
svn-id: r39157 | |||
2009-03-06 | SCI: C++ifyed SongIterator and its subclasses | Max Horn | |
svn-id: r39152 | |||
2009-03-06 | SCI: Converted SongIterator::get_pcm_feed into a virtual method | Max Horn | |
svn-id: r39150 | |||
2009-03-06 | SCI: 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-04 | SCI: Replaced sfx_iterator_make_feed and associated code by ↵ | Max Horn | |
Audio::makeLinearInputStream svn-id: r39115 | |||
2009-03-01 | SCI: Renamed some sfx header files | Max Horn | |
svn-id: r39006 |