scummvm/engines/sci/sfx
Willem Jan Palenstijn 1e4c9488f2 Don't adjust data pointer in makeStream.
It is already adjusted in getAudioStream.

svn-id: r39276
2009-03-09 21:11:39 +00:00
..
device Fix code formatting 2009-02-27 12:59:02 +00:00
player SCI: Added BaseSongIterator copy constructor which invokey sci_refcount_incref 2009-03-09 19:55:18 +00:00
seq Replaced getInt15 in intstrument-map.cpp as well 2009-03-07 17:55:00 +00:00
softseq SCI: Added FIXME about Opl2 driver hardcoding sample rate. well, we probably should ditch that one and use our fmopl... 2009-03-04 07:46:27 +00:00
adlib.cpp SCI: Got rid of include/scitypes.h 2009-02-21 21:16:41 +00:00
adlib.h SCI: Changed typedef struct -> struct 2009-02-21 22:06:42 +00:00
core.cpp SCI: Rewrote handling of song wakeup times & (iterator) delays, to avoid rounding issues between ticks (1/60s) and milliseconds; also fixed a bug (coming from Glutton ;) where delays measured in millisecs were treated as ticks instead. Thanks to Walter for the precursor of this patch 2009-03-09 16:15:35 +00:00
core.h SCI: Rewrote handling of song wakeup times & (iterator) delays, to avoid rounding issues between ticks (1/60s) and milliseconds; also fixed a bug (coming from Glutton ;) where delays measured in millisecs were treated as ticks instead. Thanks to Walter for the precursor of this patch 2009-03-09 16:15:35 +00:00
device.h SCI: Replaced evil MIDI_WRITER_BODY with C++ subclassing; some compile fixes to currently unused files 2009-02-21 22:14:26 +00:00
iterator_internal.h SCI: Added BaseSongIterator copy constructor which invokey sci_refcount_incref 2009-03-09 19:55:18 +00:00
iterator.cpp Don't adjust data pointer in makeStream. 2009-03-09 21:11:39 +00:00
iterator.h SCI: Added BaseSongIterator copy constructor which invokey sci_refcount_incref 2009-03-09 19:55:18 +00:00
player.h SongIterator is a class, not a struct 2009-03-06 23:52:12 +00:00
sci_midi.h SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
sequencer.h SCI: Renamed some sfx header files 2009-03-01 06:02:17 +00:00
sfx_pcm.h SCI: Merged polled player & PCMFeedAudioStream -> PolledPlayerAudioStream 2009-03-04 07:59:33 +00:00
sfx.h SCI: Renamed some sfx header files 2009-03-01 06:02:17 +00:00
softseq.h SCI: Renamed some sfx header files 2009-03-01 06:02:17 +00:00
songlib.cpp SCI: Rewrote handling of song wakeup times & (iterator) delays, to avoid rounding issues between ticks (1/60s) and milliseconds; also fixed a bug (coming from Glutton ;) where delays measured in millisecs were treated as ticks instead. Thanks to Walter for the precursor of this patch 2009-03-09 16:15:35 +00:00
songlib.h SCI: Rewrote handling of song wakeup times & (iterator) delays, to avoid rounding issues between ticks (1/60s) and milliseconds; also fixed a bug (coming from Glutton ;) where delays measured in millisecs were treated as ticks instead. Thanks to Walter for the precursor of this patch 2009-03-09 16:15:35 +00:00
test-iterator.cpp SCI: Renamed lots of classes related to song iterators; allocate song iterators via new/delete instead of malloc/free 2009-03-06 07:25:06 +00:00