aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx
AgeCommit message (Expand)Author
2009-07-11SCI: don't let TimerSongIterator loop forever, and don't immediatelyWillem Jan Palenstijn
2009-07-11Applied patch 2818733 - "SCI: Timer iterator for audio resources played via d...Filippos Karapetis
2009-07-07Silenced the very chatty song iterator console messages by converting them to...Filippos Karapetis
2009-07-06Fixed compilationFilippos Karapetis
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-07-05When creating a CleanupSongIterator, transfer death listeners to itWillem Jan Palenstijn
2009-07-04When morphing a TeeSongIterator, transfer death listeners to remaining childWillem Jan Palenstijn
2009-07-01Fixed some more warnings observed on buildbotMax Horn
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
2009-06-12SCI: Moved audio code from AudioResource to the sfx core.Walter van Niftrik
2009-06-07SCI: C++ified the song iterator code a little bit moreMax Horn
2009-06-07SCI: Moved resource36 handling into resource manager.Walter van Niftrik
2009-06-07SCI: Simplified SongLibrary code a bitMax Horn
2009-06-07SCI: Objectified Song struct 'a bit'Max Horn
2009-06-07SCI: Objectified SongLibraryMax Horn
2009-06-07SCI: Renamed various song/songlib related structs and membersMax Horn
2009-06-07Init _opl to 0. This prevents a crash on exit when the Adlib driver is closed...Filippos Karapetis
2009-06-05CleanupFilippos Karapetis
2009-05-31Removed script_error_flag and script_debug_flag, which were used to error out...Filippos Karapetis
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-31Typo.Johannes Schickel
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