aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx
AgeCommit message (Expand)Author
2009-05-30Moved the "songlib" command to console.cpp and removed the non-working "set_v...Filippos Karapetis
2009-05-30SCI: Added constructor&destructor to SfxStateMax Horn
2009-05-30SCI: Made vocab_version static again (a global static var is bad, but a reall...Max Horn
2009-05-30Removed the "sfx_debuglog" command. Sound debug messages are now shown if kDe...Filippos Karapetis
2009-05-30Removed/replaced BREAKPOINTFilippos Karapetis
2009-05-29SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ...Max Horn
2009-05-29SCI: Removing useless adlib-via-OSS codeMax Horn
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-28oopsMax 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-28SCI: Some SFX player cleanupMax Horn
2009-05-26Fixed a crash when exiting, a regression from the latest music driver changesFilippos Karapetis
2009-05-26SCI: Undo commit #40917 (SongIteratorChannel::resetSynthChannels now again do...Max Horn
2009-05-26Fixed compilation under MSVCFilippos Karapetis
2009-05-26SCI: Removing obsolete soft sequencer filesMax Horn
2009-05-26SCI: removed realtime and polled player, as well as the sfx/device dir, after...Max Horn
2009-05-26SCI: Turned sfx_player_t into a class SfxPlayer, and converted the existing p...Max Horn
2009-05-26SCI: Preparing to transform sfx_player_t into a classMax Horn
2009-05-26Turned some static tables into static const tables; added some FIXME comments...Max Horn
2009-05-25SCI: Adlib: fix crash in SQ4.Walter van Niftrik
2009-05-25Objectified the AudioResource code (used for speech and digitized music in CD...Filippos Karapetis
2009-05-24SCI: Adlib: added support for rhythm channelWalter van Niftrik
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-23SCI: Added partial support for SCI1.1 adlib musicWalter van Niftrik
2009-05-20removed trailing whitespacesMax Horn
2009-05-15Fix compilationWillem Jan Palenstijn
2009-05-15- Moved all the files out of /sci/scicore and into /sciFilippos Karapetis
2009-05-13- Simplified SCI version detection a bit and clarified the different version ...Filippos Karapetis
2009-05-13Fixed regression in SCI1 games from commit #40518Filippos Karapetis
2009-05-12SCI: cleanupMax Horn
2009-05-12SCI: Replaced SFX_OK/SFX_ERROR by Common::Error, and got rid of sfx/sfx.hMax Horn
2009-05-12SCI: Removed sci_memory.h/.cppMax Horn
2009-05-12Fall back to plain OPL2 emulation, when Dual OPL2 isn't available.Johannes Schickel
2009-05-12- Add support for selecting the OPL emulator being used (config entry: "opl_d...Johannes Schickel
2009-05-12Silenced MSVC warning about unsafe mix of byte and booleanFilippos Karapetis
2009-05-11Merged find_dev() inside sfx_find_device()Filippos Karapetis
2009-05-06Sync with adlib.cpp renamePaul Gilbert
2009-05-06Sync with adlib.cpp renameEugene Sandulenko
2009-05-06Rename duplicate named files in order to make MSVC happierEugene Sandulenko
2009-05-06SCI: Modified the new adlib driver for the dosbox adlib emulator, and enabled...Walter van Niftrik
2009-05-05SCI: Removed stereo support from the soon-to-be-removed old SCI adlib driverWalter van Niftrik
2009-05-05Update SCI code for the upcoming AdLib emulator changes:Johannes Schickel
2009-05-05SCI: Support for 0x4e control changes in new adlib driver, and some cleanup.Walter van Niftrik
2009-05-03SCI: adlib support (work-in-progress) for the new music player.Walter van Niftrik
2009-04-25WIP (still non-working) code for speech sync in CD talkie games (like e.g. KQ...Filippos Karapetis
2009-04-20SCI: Replaced memory ref counting code in the SongIterator code by a simple C...Max Horn
2009-04-15SCI: Added a new song player (work-in-progress).Walter van Niftrik
2009-04-03Changed some references from "FreeSCI" to "SCI" or "ScummVM"Filippos Karapetis