scummvm/engines/sci/sfx
Paul Gilbert 25e844655e Sync with adlib.cpp rename
svn-id: r40358
2009-05-06 11:11:44 +00:00
..
device Fix code formatting 2009-02-27 12:59:02 +00:00
player SCI: Modified the new adlib driver for the dosbox adlib emulator, and enabled the new player. 2009-05-06 01:18:12 +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 Sync with adlib.cpp rename 2009-05-06 11:11:44 +00:00
adlib_sbi.cpp Sync with adlib.cpp rename 2009-05-06 11:01:58 +00:00
adlib_sbi.h Rename duplicate named files in order to make MSVC happier 2009-05-06 11:00:24 +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
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