scummvm/engines/sci/sfx
2009-04-15 10:45:59 +00:00
..
device Fix code formatting 2009-02-27 12:59:02 +00:00
player SCI: Added a new song player (work-in-progress). 2009-04-15 10:45:59 +00:00
seq SCI: Removed most uses of the 'inline' keyword. It is usually better to let the compiler figure out what to inline. As it is, most of these looked as if they were randomly placed ;) 2009-03-12 03:26:47 +00:00
softseq SCI: Added a new song player (work-in-progress). 2009-04-15 10:45:59 +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: Added a new song player (work-in-progress). 2009-04-15 10:45:59 +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: Renamed SongIteratorMessage -> SongIterator::Message; cleanup 2009-03-10 02:42:22 +00:00
iterator.cpp SCI: Memory 'ref counting' code is only used by song iterators -> move it there, make it private (to be replaced one day by something else, e.g. Common::SharedPtr) 2009-03-10 19:08:07 +00:00
iterator.h SCI: SongIterator::Message only needs to transfer a single argument, so get rid of the second slot 2009-03-10 02:57:30 +00:00
player.h SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanup 2009-03-10 02:42:22 +00:00
sci_midi.h SCI: Added a new song player (work-in-progress). 2009-04-15 10:45:59 +00:00
sequencer.h Changed some references from "FreeSCI" to "SCI" or "ScummVM" 2009-04-03 08:10:58 +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: Indention changes, changed 'songlib_t' params to 'const songlib_t &' 2009-03-15 20:31:15 +00:00
songlib.h SCI: Indention changes, changed 'songlib_t' params to 'const songlib_t &' 2009-03-15 20:31:15 +00:00
test-iterator.cpp SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanup 2009-03-10 02:42:22 +00:00