aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2009-12-30Add Nintendo 64 port to trunk.Fabio Battaglia
2009-12-30Fix bug #2923380 (AMIGAOS4: Compiler error)Jordi Vilalta Prat
2009-12-29Add Mohawk engine code. Part 2/3: common code changes.Eugene Sandulenko
2009-12-09Typo...Johannes Schickel
2009-12-09This is hopefully fixing compilation of the fluidsynth code.Johannes Schickel
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
2009-12-09Remove the Audio::Mixer parameter from the midi/music pluginsMax Horn
2009-12-07Rename the MT-32 emulator driver name from "MT-32" to "MT-32 Emulation to avo...Johannes Schickel
2009-11-26Fix warnings.Johannes Schickel
2009-11-26Add patch #2839048 - MM C64 sound/music player, with minor changes.Travis Howell
2009-11-25Extend documentation slightly.Johannes Schickel
2009-11-25Do not fall back to a auto detection of the OPL emulator, when the user selec...Johannes Schickel
2009-11-25Fix 'randomly placed' doxygen comments (which lead to incorrect documentation...Max Horn
2009-11-14Remove Igor engineMax Horn
2009-11-03Fix for bug #2890038 (FT: Crashes when entering inventory)Max Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-11-02Enhance VOC debug outputMax Horn
2009-10-18cleanupMax Horn
2009-10-14cleanupMax Horn
2009-10-14Patch #2834677: Wave/ADPCM Endianness FixesMax Horn
2009-10-09Remove some unused variablesMax Horn
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-10-03If an error occured on constructing a VorbisInputStream, return 0 from makeVo...Andre Heider
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-27Removed Mac OS X QuickTime MIDI backend. It breaks on OS X 10.6, and it's not...Max Horn
2009-09-23Removed an assert() in favour of error checking.Andre Heider
2009-09-23Got rid of Common::File::addDefaultDirectory, instead implemented the solutio...Johannes Schickel
2009-09-14Wording.Johannes Schickel
2009-09-14Use struct packing for AdLib instruments like the SCUMM engine does. (And a c...Johannes Schickel
2009-09-13Removed unnecessary semi-colons.Torbjörn Andersson
2009-08-29fix SFX not playing before music startedNorbert Lange
2009-08-27This just fix the compile errors on AmigaOS (bug #2845660)Sven Hesse
2009-08-24Merge with trunkNorbert Lange
2009-08-24- Change shorten.h guard to match the sjis.h guard.Johannes Schickel
2009-08-20fixed small mistake with the sinetableNorbert Lange
2009-08-18Typos.Johannes Schickel
2009-08-18- Destory AudioCDManager singleton after user quits a game, this saves a few ...Johannes Schickel
2009-08-18dont keep some unused parts of the mdatfile in memoryNorbert Lange
2009-08-18added tiebreaking to pickVoice, now the use of channels is better distributedNorbert Lange
2009-08-17Slight cleanup to makeLinearDiskStream interface.Johannes Schickel
2009-08-17Added looping support to LinearDiskStream, needed by SAGA and perhaps other e...Filippos Karapetis
2009-08-17merge with trunkNorbert Lange
2009-08-16Fix for bug #2838568 "AMIGAOS4: Compiler error in audiostream.cpp"Johannes Schickel
2009-08-16merge with trunkNorbert Lange
2009-08-13Allow VOCs to stream from disk. Disabled by default, use symbol STREAM_AUDIO...Neil Millstone
2009-08-13(re-)initialise some Variables when sound is stoppedNorbert Lange
2009-08-13sound_amiga: honor _musicEnabled and _sfxEnabled flagsNorbert Lange
2009-08-11merged from trunk (Amiga LoK supposedly completeable!)Norbert Lange
2009-08-11Fixed an endian bug in the ADPCM decoder (#2211901).Andre Heider