aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/core.h
AgeCommit message (Expand)Author
2009-05-30Removed the "sfx_debuglog" command. Sound debug messages are now shown if kDe...Filippos Karapetis
2009-05-28SCI: Turned SfxState into a proper class (i.e., convert the sfx_ funcs to mem...Max Horn
2009-05-28SCI: Merged NewPlayer and SfxPlayerMax Horn
2009-05-28SCI: Merged SfxPlayer/NewPlayer code into sfx/core.cppMax Horn
2009-05-28SCI: Renamed sfx_state_t -> SfxState, preparing it to become a class eventuallyMax Horn
2009-05-25Objectified the AudioResource code (used for speech and digitized music in CD...Filippos Karapetis
2009-05-15- Moved all the files out of /sci/scicore and into /sciFilippos Karapetis
2009-05-12SCI: Replaced SFX_OK/SFX_ERROR by Common::Error, and got rid of sfx/sfx.hMax Horn
2009-04-25WIP (still non-working) code for speech sync in CD talkie games (like e.g. KQ...Filippos Karapetis
2009-03-09SCI: Rewrote handling of song wakeup times & (iterator) delays, to avoid roun...Max Horn
2009-03-06SCI: Reduce SFX header dependenciesMax Horn
2009-03-06SongIterator is a class, not a structFilippos Karapetis
2009-03-06SCI: Renamed lots of classes related to song iterators; allocate song iterato...Max Horn
2009-03-01SCI: Renamed some sfx header filesMax Horn