aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
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
2009-08-05check if modplayers should be compiled based on engine-macrosNorbert Lange
2009-08-04cleaned up sound_amiga.cpp a bit, added checks for missing filesNorbert Lange
2009-08-04added warning should the sound files not be available (intro will hang if the...Norbert Lange
2009-08-04moved helper functions from the header file into the cpp fileNorbert Lange
2009-08-04added doxygeb commentsNorbert Lange
2009-08-04moved code for initialising patterns into own functionNorbert Lange
2009-08-04Some formatting changes and added commentsNorbert Lange
2009-08-02made some unused methods privateNorbert Lange
2009-08-02fix some more harmless warnings to make gcc shutupNorbert Lange
2009-08-02fixed some constness warningsNorbert Lange
2009-08-02made MdatResource struct private and changed the signatures of functions whic...Norbert Lange
2009-08-01stole formatting for constructors from existing codeNorbert Lange
2009-08-01engines/scumm/scumm.cpp: terminate method is pretty redundant - removedNorbert Lange
2009-08-01refactored and commented player_va4 a bitNorbert Lange
2009-07-31Added the last 2 patterncommands just so I dont have to warn about unimplemen...Norbert Lange
2009-07-31process all DMA Events before Macros, for the unlikely chance of making a dif...Norbert Lange