Age | Commit message (Expand) | Author |
2010-01-25 | - Remove "(experimental)" mark from DOSBox OPL emulator description in GUI | Johannes Schickel |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-25 | Replace some more Adlib uses by AdLib. | Johannes Schickel |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2010-01-08 | Use DisposeAfterUse::Flag | Willem Jan Palenstijn |
2010-01-08 | Switch Mixer::playInputStream to use DisposeAfterUse::Flag | Max Horn |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
2009-12-30 | Add Nintendo 64 port to trunk. | Fabio Battaglia |
2009-12-09 | Typo... | Johannes Schickel |
2009-12-09 | This is hopefully fixing compilation of the fluidsynth code. | Johannes Schickel |
2009-12-09 | Remove the Audio::Mixer parameter from the midi/music plugins | Max Horn |
2009-11-26 | Fix warnings. | Johannes Schickel |
2009-11-26 | Add patch #2839048 - MM C64 sound/music player, with minor changes. | Travis Howell |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
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-07-29 | Fix typo, which made our "floorf" macro use "floorf" instead of "floor" on sy... | Johannes Schickel |
2009-07-01 | - Added GCC_PRINTF attribute to several funcs where it makes sense | Max Horn |
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-27 | Add include guard. | Johannes Schickel |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
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-13 | Make g++ 4.4 happy (warning about out of bounds access). | 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 | 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 | 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 |
2009-04-22 | Renamed some variables and parameters to match their real use. | Johannes Schickel |
2009-03-10 | Use pow() instead of powf() when compiling with MinGW32 to work around a libs... | Andre Heider |
2009-02-15 | - Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel. | Johannes Schickel |
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn |
2008-12-19 | Custom percussion instruments for the AdLib MIDI driver (Slightly modified pa... | Jordi Vilalta Prat |
2008-11-29 | Remove warnings from NDS build. | Robin Watts |
2008-11-13 | Fixed compiling of MT32 emulator with -O2 and -Werror. | Johannes Schickel |
2008-11-05 | Fixed compile error. | Torbjörn Andersson |
2008-11-05 | Turned enum PluginError into Common::Error, which in the future is to be used... | Max Horn |
2008-09-06 | MT32 emu: eof -> eos | Max Horn |
2008-09-03 | Removed unused readLine code from the MT-32 emu | Max Horn |