index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
sfx
/
iterator_internal.h
Age
Commit message (
Expand
)
Author
2009-07-11
Applied patch 2818733 - "SCI: Timer iterator for audio resources played via d...
Filippos Karapetis
2009-06-07
SCI: C++ified the song iterator code a little bit more
Max Horn
2009-05-20
removed trailing whitespaces
Max Horn
2009-05-12
SCI: cleanup
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: Renamed SongIteratorMessage -> SongIterator::Message; cleanup
Max Horn
2009-03-10
SCI: More SongIterator refactoring.
Max Horn
2009-03-09
SCI: Added BaseSongIterator copy constructor which invokey sci_refcount_incref
Max Horn
2009-03-08
SCI: Fixed regression in new_fast_forward_iterator
Max Horn
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: C++ifyed SongIterator and its subclasses
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