scummvm/engines/sci/sfx
2009-05-03 21:11:09 +00:00
..
device Fix code formatting 2009-02-27 12:59:02 +00:00
player SCI: adlib support (work-in-progress) for the new music player. 2009-05-03 21:11:09 +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: adlib support (work-in-progress) for the new music player. 2009-05-03 21:11:09 +00:00
adlib.cpp SCI: Got rid of include/scitypes.h 2009-02-21 21:16:41 +00:00
adlib.h SCI: adlib support (work-in-progress) for the new music player. 2009-05-03 21:11:09 +00:00
core.cpp WIP (still non-working) code for speech sync in CD talkie games (like e.g. KQ5 CD and SQ4 CD), taken from Greg's SCI implementation. 2009-04-25 08:50:42 +00:00
core.h WIP (still non-working) code for speech sync in CD talkie games (like e.g. KQ5 CD and SQ4 CD), taken from Greg's SCI implementation. 2009-04-25 08:50:42 +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: Replaced memory ref counting code in the SongIterator code by a simple Common::Array<byte> object; also doxygenified some source comments 2009-04-20 19:28:55 +00:00
iterator.cpp SCI: Replaced memory ref counting code in the SongIterator code by a simple Common::Array<byte> object; also doxygenified some source comments 2009-04-20 19:28:55 +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: adlib support (work-in-progress) for the new music player. 2009-05-03 21:11:09 +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