aboutsummaryrefslogtreecommitdiff
path: root/sound/mods
AgeCommit message (Expand)Author
2009-10-09Remove some unused variablesMax Horn
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
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-20fixed small mistake with the sinetableNorbert Lange
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-13(re-)initialise some Variables when sound is stoppedNorbert Lange
2009-08-13sound_amiga: honor _musicEnabled and _sfxEnabled flagsNorbert Lange
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-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
2009-07-31using accessmodifiers in Tfmx now and removed/disabled functions that now don...Norbert Lange
2009-07-19use own soundhandle as the ones in Kyra::Sound seem to be used for voices (an...Norbert Lange
2009-07-19use ticks for timing fadeoutNorbert Lange
2009-07-19fixed retiring of external NotesNorbert Lange
2009-07-19fixed: intro-music started twice because it was hardcoded in the engineNorbert Lange
2009-07-19add support for fadeoutNorbert Lange
2009-07-19some more tables included, for tempo and volume valuesNorbert Lange
2009-07-18fixed some initialisation issuesNorbert Lange
2009-07-18first attempt at enabling soundeffects using an table from the executeable. D...Norbert Lange