aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx
AgeCommit message (Expand)Author
2009-10-13SCI: Doxygenify comments in class SfxPlayerMax Horn
2009-10-13SCI: Merge some sfx related global funcs into SfxState.Max Horn
2009-10-12SCI: commenting out music warningsMartin Kiewitz
2009-10-10SCI: Adlib: Add support for loading patch data from adl.drvWalter van Niftrik
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-10-01SCI: Add some fixmes noted by salty-horse.Willem Jan Palenstijn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-23- Moved the SCI version in a global variableFilippos Karapetis
2009-09-06SCI: Rename player -> s_player and made it static; allocate MemoryReadStream ...Max Horn
2009-09-02Some renaming:Filippos Karapetis
2009-09-01SCI: Fix relative cues in SCI1.Walter van Niftrik
2009-08-25- Simplified the parameters of some functionsFilippos Karapetis
2009-08-21Truly fix endianness in the SOL decoder. Raw sounds are always in little endi...Matthew Hoops
2009-08-20Fix 16-bit SOL audio on little endian systems. Fixes the white noise in the G...Matthew Hoops
2009-08-16SCI: Stage 1 of the game detection overhaul. The end goal is to autodetectWalter van Niftrik
2009-08-15SCI: Added enum for map and volume versions. Removed res_version setting fromWalter van Niftrik
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