Age | Commit message (Expand) | Author |
2009-10-18 | cleanup | Max Horn |
2009-10-14 | cleanup | Max Horn |
2009-10-14 | Patch #2834677: Wave/ADPCM Endianness Fixes | Max Horn |
2009-10-09 | Remove some unused variables | Max Horn |
2009-10-08 | Change doxygen inline comments from "//!" to "///" as proposed on -devel | Max Horn |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-10-03 | If an error occured on constructing a VorbisInputStream, return 0 from makeVo... | Andre Heider |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-27 | Removed Mac OS X QuickTime MIDI backend. It breaks on OS X 10.6, and it's not... | Max Horn |
2009-09-23 | Removed an assert() in favour of error checking. | Andre Heider |
2009-09-23 | Got rid of Common::File::addDefaultDirectory, instead implemented the solutio... | Johannes Schickel |
2009-09-14 | Wording. | Johannes Schickel |
2009-09-14 | Use struct packing for AdLib instruments like the SCUMM engine does. (And a c... | Johannes Schickel |
2009-09-13 | Removed unnecessary semi-colons. | Torbjörn Andersson |
2009-08-29 | fix SFX not playing before music started | Norbert Lange |
2009-08-27 | This just fix the compile errors on AmigaOS (bug #2845660) | Sven Hesse |
2009-08-24 | Merge with trunk | Norbert Lange |
2009-08-24 | - Change shorten.h guard to match the sjis.h guard. | Johannes Schickel |
2009-08-20 | fixed small mistake with the sinetable | Norbert Lange |
2009-08-18 | Typos. | Johannes Schickel |
2009-08-18 | - Destory AudioCDManager singleton after user quits a game, this saves a few ... | Johannes Schickel |
2009-08-18 | dont keep some unused parts of the mdatfile in memory | Norbert Lange |
2009-08-18 | added tiebreaking to pickVoice, now the use of channels is better distributed | Norbert Lange |
2009-08-17 | Slight cleanup to makeLinearDiskStream interface. | Johannes Schickel |
2009-08-17 | Added looping support to LinearDiskStream, needed by SAGA and perhaps other e... | Filippos Karapetis |
2009-08-17 | merge with trunk | Norbert Lange |
2009-08-16 | Fix for bug #2838568 "AMIGAOS4: Compiler error in audiostream.cpp" | Johannes Schickel |
2009-08-16 | merge with trunk | Norbert Lange |
2009-08-13 | Allow VOCs to stream from disk. Disabled by default, use symbol STREAM_AUDIO... | Neil Millstone |
2009-08-13 | (re-)initialise some Variables when sound is stopped | Norbert Lange |
2009-08-13 | sound_amiga: honor _musicEnabled and _sfxEnabled flags | Norbert Lange |
2009-08-11 | merged from trunk (Amiga LoK supposedly completeable!) | Norbert Lange |
2009-08-11 | Fixed an endian bug in the ADPCM decoder (#2211901). | Andre Heider |
2009-08-10 | fixed bug in tempoeffect | Norbert Lange |
2009-08-10 | fix potential leak in loadscore | Norbert Lange |
2009-08-09 | fixed up some missing newlines | Norbert Lange |
2009-08-08 | merge with trunk | Norbert Lange |
2009-08-08 | Fix XMIDI looping implementation. Now for example the music in the ferret vil... | Johannes Schickel |
2009-08-08 | fix a bug that prevented gcc from compiling | Norbert Lange |
2009-08-08 | slighty changed how voices get disabled after their sample played | Norbert Lange |
2009-08-08 | added missing stuff for modulation and microtonal effects (several bugs in or... | Norbert Lange |
2009-08-07 | refactored noteOn | Norbert Lange |
2009-08-07 | implemented "SPECIAL" commands | Norbert Lange |
2009-08-07 | added stub for setting audio filter in Paula | Norbert Lange |
2009-08-05 | move function definitions from header to the cpp file | Norbert Lange |
2009-08-05 | added some error messages to the compile-time checks | Norbert Lange |
2009-08-05 | moved check if class should be compiled to the header | Norbert Lange |
2009-08-05 | fixed wrong indentation | Norbert Lange |
2009-08-05 | check if modplayers should be compiled based on engine-macros | Norbert Lange |
2009-08-04 | cleaned up sound_amiga.cpp a bit, added checks for missing files | Norbert Lange |