aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
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
2009-08-10fixed bug in tempoeffectNorbert Lange
2009-08-10fix potential leak in loadscoreNorbert Lange
2009-08-09fixed up some missing newlinesNorbert Lange
2009-08-08merge with trunkNorbert Lange
2009-08-08Fix XMIDI looping implementation. Now for example the music in the ferret vil...Johannes Schickel
2009-08-08fix a bug that prevented gcc from compilingNorbert Lange
2009-08-08slighty changed how voices get disabled after their sample playedNorbert Lange
2009-08-08added missing stuff for modulation and microtonal effects (several bugs in or...Norbert Lange
2009-08-07refactored noteOnNorbert Lange
2009-08-07implemented "SPECIAL" commandsNorbert Lange
2009-08-07added stub for setting audio filter in PaulaNorbert Lange
2009-08-05move function definitions from header to the cpp fileNorbert Lange
2009-08-05added some error messages to the compile-time checksNorbert Lange
2009-08-05moved check if class should be compiled to the headerNorbert Lange
2009-08-05fixed wrong indentationNorbert Lange