Age | Commit message (Expand) | Author |
2010-01-01 | Implemented setNumLoops() for common audio streams. | Eugene Sandulenko |
2010-01-01 | Extend doxygen comment for setNumLoops() | Eugene Sandulenko |
2010-01-01 | Added setNumLoops() for linear memory streams, enables looping of samples in sci | Martin Kiewitz |
2010-01-01 | Adding setNumLoops() to AudioStream class | Martin Kiewitz |
2009-12-30 | Add Nintendo 64 port to trunk. | Fabio Battaglia |
2009-12-30 | Fix bug #2923380 (AMIGAOS4: Compiler error) | Jordi Vilalta Prat |
2009-12-29 | Add Mohawk engine code. Part 2/3: common code changes. | Eugene Sandulenko |
2009-12-09 | Typo... | Johannes Schickel |
2009-12-09 | This is hopefully fixing compilation of the fluidsynth code. | Johannes Schickel |
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn |
2009-12-09 | Remove the Audio::Mixer parameter from the midi/music plugins | Max Horn |
2009-12-07 | Rename the MT-32 emulator driver name from "MT-32" to "MT-32 Emulation to avo... | Johannes Schickel |
2009-11-26 | Fix warnings. | Johannes Schickel |
2009-11-26 | Add patch #2839048 - MM C64 sound/music player, with minor changes. | Travis Howell |
2009-11-25 | Extend documentation slightly. | Johannes Schickel |
2009-11-25 | Do not fall back to a auto detection of the OPL emulator, when the user selec... | Johannes Schickel |
2009-11-25 | Fix 'randomly placed' doxygen comments (which lead to incorrect documentation... | Max Horn |
2009-11-14 | Remove Igor engine | Max Horn |
2009-11-03 | Fix for bug #2890038 (FT: Crashes when entering inventory) | Max Horn |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-11-02 | Enhance VOC debug output | Max Horn |
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 |