Age | Commit message (Expand) | Author |
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-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-16 | Fix for bug #2838568 "AMIGAOS4: Compiler error in audiostream.cpp" | Johannes Schickel |
2009-08-13 | Allow VOCs to stream from disk. Disabled by default, use symbol STREAM_AUDIO... | Neil Millstone |
2009-08-11 | Fixed an endian bug in the ADPCM decoder (#2211901). | Andre Heider |
2009-08-08 | Fix XMIDI looping implementation. Now for example the music in the ferret vil... | Johannes Schickel |
2009-07-29 | Fix typo, which made our "floorf" macro use "floorf" instead of "floor" on sy... | Johannes Schickel |
2009-07-27 | Oops enabled HACK to prevent multiple OPL instances again. | Johannes Schickel |
2009-07-15 | Got rid of two more ioFailed uses | Max Horn |
2009-07-14 | Got rid of some more ioFailed uses (also fixed a potential leak in graphics/f... | Max Horn |
2009-07-09 | Added proper safeguards for shorten.*, thereby fixing commit 42259 | Filippos Karapetis |
2009-07-09 | Renamed sound/iff.* to sound/iff_sound.* to fix an issue with the upcoming ch... | Filippos Karapetis |
2009-07-08 | Added guards to only include the Shorten audio code when the SAGA2 code in th... | Filippos Karapetis |
2009-07-01 | - Added GCC_PRINTF attribute to several funcs where it makes sense | Max Horn |
2009-06-12 | * Moved the updated IFF code from Parallaction to common/ | Nicola Mettifogo |
2009-06-12 | * Replaced the A8SVXDecoder class with a function to return an AudioStream in... | Nicola Mettifogo |
2009-06-06 | Patch #1365914: "SCUMM: CMS support." Disabled by default. Still plenty to do. | Eugene Sandulenko |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-29 | Double volume of DOSBox' OPL emulator, like DOSBox does too. | Johannes Schickel |
2009-05-28 | Added Audio::Timestamp::addMsecs method | Max Horn |
2009-05-27 | Add include guard. | Johannes Schickel |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-23 | Add support for "getTotalPlayTime" in LinearMemoryStream again. | Johannes Schickel |
2009-05-23 | Allow for different MOD signatures | Sven Hesse |
2009-05-22 | Fixed a warning: printf("%f") should take a double, not a float. | Marcus Comstedt |
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate... | Max Horn |
2009-05-18 | Add some simple implementation for type 8 data blocks: | Johannes Schickel |
2009-05-18 | Fix crash when any movie is played in the Macintosh version of The Feebles Fi... | Travis Howell |
2009-05-13 | Fix spelling of AdLib (it's AdLib not Adlib). | Johannes Schickel |
2009-05-13 | Make g++ 4.4 happy (warning about out of bounds access). | Johannes Schickel |
2009-05-12 | Make 'create' return an OPL2 by default. | Johannes Schickel |
2009-05-12 | Cleanup. | Johannes Schickel |
2009-05-12 | Fix OPL emulator IDs. | Johannes Schickel |
2009-05-12 | - Add support for selecting the OPL emulator being used (config entry: "opl_d... | Johannes Schickel |
2009-05-06 | For the time being rename opl.h to opl_inc.h and opl.cpp to opl_impl.h, so MS... | Johannes Schickel |
2009-05-06 | Another attempt at fixing MSVC compiliation. (someone test this please ;-) | Johannes Schickel |
2009-05-06 | Patch #2758080: GSOC09: XMIDI parser switch cases | Max Horn |
2009-05-06 | Don't include headers inside namespace scopes. This should fix compilation on... | Johannes Schickel |
2009-05-06 | Added a reference to scummsys.h to fix compilation errors | Paul Gilbert |
2009-05-06 | Fix feedback/algorithm register write bugs in Dual OPL2 mode. | Johannes Schickel |
2009-05-05 | Really fix Dual OPL2 initialization. | Johannes Schickel |
2009-05-05 | Dual OPL2 initialization bugfix. | Johannes Schickel |
2009-05-05 | Cleanup: | Johannes Schickel |
2009-05-05 | - Remove default parameter from OPL::create | Johannes Schickel |
2009-05-05 | At request by DrMcCoy enable DOSBox OPL2 by default whenever DISABLE_DOSBOX_O... | Johannes Schickel |
2009-05-05 | AdLib emulator changes part2: | Johannes Schickel |
2009-05-05 | AdLib emulator changes part1 (breaks compilation :-/): | Johannes Schickel |
2009-04-22 | Rename adlib_read to adlib_get_reg_value, since it return the (cached) regist... | Johannes Schickel |