aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound
AgeCommit message (Expand)Author
2010-08-21GOB: Clean up of Fascination codeArnaud Boutonné
2010-08-17Suppress one more useless debug messageArnaud Boutonné
2010-08-15Fascination - Add workaround for script bug: wrong track name is called in st...Arnaud Boutonné
2010-05-17Enforce conversion formatting on pointer casts in the DEV code.Johannes Schickel
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-02-03Minor style-related changesSven Hesse
2010-02-02Fascination - Fix one wrong wait timeArnaud Boutonné
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2010-01-08Switch Mixer::playInputStream to use DisposeAfterUse::FlagMax Horn
2010-01-03Fix a buffer overflow (thanks to syke) and modify the way the instruments are...Arnaud Boutonné
2010-01-01Fix a buffer overflow, thanks to sykeArnaud Boutonné
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-08Fixed some (pedantic) warningsMax Horn
2009-08-18Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD au...Johannes Schickel
2009-07-28More alignment-related changesSven Hesse
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-07-05Added a Key and ShortKey enumSven Hesse
2009-06-25Plugging some memory leaksSven Hesse
2009-06-24Wrapping resources (out of TOT, EXT, IM? and EX? files) loading into its own ...Sven Hesse
2009-06-24Clarifying some warningsSven Hesse
2009-06-23Changing the TBR FIXME into a warning in setVoice()Sven Hesse
2009-06-22Removing trailing tabsSven Hesse
2009-06-22Removing trailing spacesSven Hesse
2009-06-22Added stream-reading loading wrappers to MDYPlayer and added a workaround to ...Sven Hesse
2009-06-22Adding DataIO::existData()Sven Hesse
2009-06-18Splitting an ADLPlayer and MDYPlayer from the AdLib classSven Hesse
2009-06-18Replacing some #includes by forward declarationsSven Hesse
2009-06-16Properly initializing _soundMode, for ADLs tooSven Hesse
2009-06-16MDY/TBR : fix a thing or two. Still far from being OK, but in-game ambiance "...Arnaud Boutonné
2009-06-13Gob - *WIP* incomplete implementation of MDY/TBR Arnaud Boutonné
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-21Splitting a few helper functions out of gob.hSven Hesse
2009-05-06Gob - Added atmosphere music to WinGob1, WinGob2 and WinGob3Arnaud Boutonné
2009-03-19Adding simple support for protracker playbackSven Hesse
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-15No background "music" shading in Urban RunnerSven Hesse
2008-12-14Ensuring correct endiannessSven Hesse
2008-12-1416bit background "music" for Urban RunnerSven Hesse
2008-12-14Background "music" for Urban Runner, though only 8bit for nowSven Hesse
2008-12-14Music/Video handling fixes/stubsSven Hesse
2008-11-29Remove warnings from NDS build.Robin Watts
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-08-13Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not u...Christopher Page
2008-07-14Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,...Christopher Page
2008-07-12Changed tricky variable access from pointers to a new class that minds endian...Sven Hesse
2008-07-11Don't use kPlainSoundType if you don't have toMax Horn