aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Collapse)Author
2009-10-09Remove some unused variablesMax Horn
svn-id: r44853
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
svn-id: r44802
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for ↵Max Horn
consistency svn-id: r44634
2009-10-03If an error occured on constructing a VorbisInputStream, return 0 from ↵Andre Heider
makeVorbisStream, just like makeFlacStream does. svn-id: r44556
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵Max Horn
things) svn-id: r44495
2009-09-27Removed Mac OS X QuickTime MIDI backend. It breaks on OS X 10.6, and it's ↵Max Horn
not as good as the CoreAudio backend anyway svn-id: r44428
2009-09-23Removed an assert() in favour of error checking.Andre Heider
svn-id: r44278
2009-09-23Got rid of Common::File::addDefaultDirectory, instead implemented the ↵Johannes Schickel
solution proposed in "Case agnostic handling for directories (and files)" on -devel. svn-id: r44266
2009-09-14Wording.Johannes Schickel
svn-id: r44086
2009-09-14Use struct packing for AdLib instruments like the SCUMM engine does. (And a ↵Johannes Schickel
comment about this change, which might be rather paranoia than having a real effect) svn-id: r44085
2009-09-13Removed unnecessary semi-colons.Torbjörn Andersson
svn-id: r44048
2009-08-29fix SFX not playing before music startedNorbert Lange
svn-id: r43799
2009-08-27This just fix the compile errors on AmigaOS (bug #2845660)Sven Hesse
svn-id: r43772
2009-08-24Merge with trunkNorbert Lange
svn-id: r43701
2009-08-24- Change shorten.h guard to match the sjis.h guard.Johannes Schickel
- Also enable shorten code when the build includes support for dynamic engine plugins. svn-id: r43700
2009-08-20fixed small mistake with the sinetableNorbert Lange
moved pow2table into the only function using it svn-id: r43563
2009-08-18Typos.Johannes Schickel
svn-id: r43515
2009-08-18- Destory AudioCDManager singleton after user quits a game, this saves a few ↵Johannes Schickel
bytes memory - Added FIXME to audiocd.h, concering why destroying the AudioCDManager can not quit CD playback right now svn-id: r43513
2009-08-18dont keep some unused parts of the mdatfile in memoryNorbert Lange
svn-id: r43506
2009-08-18added tiebreaking to pickVoice, now the use of channels is better distributedNorbert Lange
added a fixedpoint pow2 function (similar to the original) - no floats used anymore at the expense of a 512 byte table added a sinetable for the modulation effect. svn-id: r43505
2009-08-17Slight cleanup to makeLinearDiskStream interface.Johannes Schickel
svn-id: r43481
2009-08-17Added looping support to LinearDiskStream, needed by SAGA and perhaps other ↵Filippos Karapetis
engines. Note that the loop end parameter is still not implemented svn-id: r43479
2009-08-17merge with trunkNorbert Lange
svn-id: r43478
2009-08-16Fix for bug #2838568 "AMIGAOS4: Compiler error in audiostream.cpp"Johannes Schickel
svn-id: r43447
2009-08-16merge with trunkNorbert Lange
svn-id: r43443
2009-08-13Allow VOCs to stream from disk. Disabled by default, use symbol ↵Neil Millstone
STREAM_AUDIO_FROM_DISK to enable. See patch #2834001. svn-id: r43357
2009-08-13(re-)initialise some Variables when sound is stoppedNorbert Lange
svn-id: r43351
2009-08-13sound_amiga: honor _musicEnabled and _sfxEnabled flagsNorbert Lange
maxtrax: initialise lastvolume svn-id: r43337
2009-08-11merged from trunk (Amiga LoK supposedly completeable!)Norbert Lange
fixed a bug I introduced in one of the last cleanups svn-id: r43291
2009-08-11Fixed an endian bug in the ADPCM decoder (#2211901).Andre Heider
svn-id: r43287
2009-08-10fixed bug in tempoeffectNorbert Lange
svn-id: r43204
2009-08-10fix potential leak in loadscoreNorbert Lange
added parameters to constructor svn-id: r43203
2009-08-09fixed up some missing newlinesNorbert Lange
removed MSVC6 disable pragmas, the warnings are already disabled in the project files svn-id: r43182
2009-08-08merge with trunkNorbert Lange
svn-id: r43134
2009-08-08Fix XMIDI looping implementation. Now for example the music in the ferret ↵Johannes Schickel
village of ITE plays fine. svn-id: r43126
2009-08-08fix a bug that prevented gcc from compilingNorbert Lange
correctly added my palette patch (it showed up in the rev-changes but dint got applied fully to the svn tree?) svn-id: r43116
2009-08-08slighty changed how voices get disabled after their sample playedNorbert Lange
svn-id: r43111
2009-08-08added missing stuff for modulation and microtonal effects (several bugs in ↵Norbert Lange
original player - dont think this was ever used) added compiletime macros for modulation and microtonal moved common initialization stuff into a new resetPlayer() method reworked stopEvents, made them simpler and inlined the noteOff function added check for allocation and IO-Errors to the load-function. svn-id: r43110
2009-08-07refactored noteOnNorbert Lange
removed channel.voicesActive variable svn-id: r43104
2009-08-07implemented "SPECIAL" commandsNorbert Lange
addid missing stacklock for a few public functions svn-id: r43100
2009-08-07added stub for setting audio filter in PaulaNorbert Lange
fixed wrong value for volume in maxtrax svn-id: r43099
2009-08-05move function definitions from header to the cpp fileNorbert Lange
moved a few functions to static scope svn-id: r43077
2009-08-05added some error messages to the compile-time checksNorbert Lange
svn-id: r43076
2009-08-05moved check if class should be compiled to the headerNorbert Lange
svn-id: r43075
2009-08-05fixed wrong indentationNorbert Lange
moved notetable to static scope svn-id: r43074
2009-08-05check if modplayers should be compiled based on engine-macrosNorbert Lange
svn-id: r43073
2009-08-04cleaned up sound_amiga.cpp a bit, added checks for missing filesNorbert Lange
svn-id: r43050
2009-08-04added warning should the sound files not be available (intro will hang if ↵Norbert Lange
there is no musictimer) svn-id: r43049
2009-08-04moved helper functions from the header file into the cpp fileNorbert Lange
svn-id: r43047
2009-08-04added doxygeb commentsNorbert Lange
added checks to public functions if resources already got loaded svn-id: r43046