scummvm/engines/sci/sfx
2009-03-12 03:26:47 +00:00
..
device Fix code formatting 2009-02-27 12:59:02 +00:00
player SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanup 2009-03-10 02:42:22 +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: 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
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 Fixed another crash right at the beginning of SQ4 2009-03-11 23:44:22 +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: 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 SongIteratorMessage -> SongIterator::Message; cleanup 2009-03-10 02:42:22 +00:00