Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson | |
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 | |||
2009-05-29 | Double volume of DOSBox' OPL emulator, like DOSBox does too. | Johannes Schickel | |
svn-id: r41014 | |||
2009-05-27 | Add include guard. | Johannes Schickel | |
svn-id: r40932 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-05-22 | Fixed a warning: printf("%f") should take a double, not a float. | Marcus Comstedt | |
svn-id: r40785 | |||
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are ↵ | Max Horn | |
deprecated; however, retained ioFailed in SeekableReadStream and File for now (so for now this mainly affects WriteStream subclasses) svn-id: r40725 | |||
2009-05-13 | Make g++ 4.4 happy (warning about out of bounds access). | Johannes Schickel | |
svn-id: r40526 | |||
2009-05-12 | - Add support for selecting the OPL emulator being used (config entry: ↵ | Johannes Schickel | |
"opl_driver") - Make MAME FM OPL the default emulator again - Add GUI support for selecting the active OPL emulator - Update themes svn-id: r40496 | |||
2009-05-06 | For the time being rename opl.h to opl_inc.h and opl.cpp to opl_impl.h, so ↵ | Johannes Schickel | |
MSVC does not try to compile the former opl.cpp. (Needs cleanup in the future anyway...) svn-id: r40365 | |||
2009-05-06 | Another attempt at fixing MSVC compiliation. (someone test this please ;-) | Johannes Schickel | |
svn-id: r40364 | |||
2009-05-06 | Don't include headers inside namespace scopes. This should fix compilation ↵ | Johannes Schickel | |
on NDS at least. svn-id: r40360 | |||
2009-05-06 | Added a reference to scummsys.h to fix compilation errors | Paul Gilbert | |
svn-id: r40351 | |||
2009-05-06 | Fix feedback/algorithm register write bugs in Dual OPL2 mode. | Johannes Schickel | |
svn-id: r40342 | |||
2009-05-05 | Really fix Dual OPL2 initialization. | Johannes Schickel | |
svn-id: r40341 | |||
2009-05-05 | Dual OPL2 initialization bugfix. | Johannes Schickel | |
svn-id: r40339 | |||
2009-05-05 | Cleanup: | Johannes Schickel | |
- Rename OPL_DOSBox to OPL, since it's inside a seperate namespace anyway - Reanme MAME_OPL to OPL, since it's inside a seperate namespace anyway svn-id: r40338 | |||
2009-05-05 | AdLib emulator changes part2: | Johannes Schickel | |
- Add new OPL emulator API (and legacy access API) in sound/fmopl.h - Add DOSBox OPL emulator. - Update MAME OPL emulator for the API changes. svn-id: r40334 | |||
2009-05-05 | AdLib emulator changes part1 (breaks compilation :-/): | Johannes Schickel | |
- Add new directory sound/softsynth/opl - Move sound/fmopl to sound/softsynth/opl/mame svn-id: r40333 | |||
2009-04-22 | Rename adlib_read to adlib_get_reg_value, since it return the (cached) ↵ | Johannes Schickel | |
register value, which can not be achieved by read AdLib read. svn-id: r40084 | |||
2009-04-22 | Renamed some variables and parameters to match their real use. | Johannes Schickel | |
svn-id: r40083 | |||
2009-03-10 | Use pow() instead of powf() when compiling with MinGW32 to work around a ↵ | Andre Heider | |
libstdc++ cross-compile bug, see #2673362 svn-id: r39309 | |||
2009-02-15 | - Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel. | Johannes Schickel | |
- Update BaseBackend and DC port to properly implement OSystem::fillScreen (now only PalmOS has to be updated). - Update all client code which relied on OSystem::clearScreen so far. svn-id: r38304 | |||
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn | |
svn-id: r36143 | |||
2008-12-19 | Custom percussion instruments for the AdLib MIDI driver (Slightly modified ↵ | Jordi Vilalta Prat | |
patch #2357165) svn-id: r35439 | |||
2008-11-29 | Remove warnings from NDS build. | Robin Watts | |
svn-id: r35172 | |||
2008-11-13 | Fixed compiling of MT32 emulator with -O2 and -Werror. | Johannes Schickel | |
svn-id: r35040 | |||
2008-11-05 | Fixed compile error. | Torbjörn Andersson | |
svn-id: r34907 | |||
2008-11-05 | Turned enum PluginError into Common::Error, which in the future is to be ↵ | Max Horn | |
used in more places. Help with this is highly welcome svn-id: r34906 | |||
2008-09-06 | MT32 emu: eof -> eos | Max Horn | |
svn-id: r34390 | |||
2008-09-03 | Removed unused readLine code from the MT-32 emu | Max Horn | |
svn-id: r34314 | |||
2008-08-30 | Fix (?) Solaris detection in some workaround code in the MT-32 emulator | Max Horn | |
svn-id: r34216 | |||
2008-07-29 | Changed class File (and derived classes) to only support read-only access; ↵ | Max Horn | |
added a new class DumpFile for writing svn-id: r33412 | |||
2008-06-13 | Added initial interface to list music devices and their types | Jordi Vilalta Prat | |
svn-id: r32695 | |||
2008-06-13 | Renamed MIDI plugins to Music plugins | Jordi Vilalta Prat | |
svn-id: r32693 | |||
2008-05-24 | typo | Max Horn | |
svn-id: r32245 | |||
2008-05-14 | - Added more information (ID and capabilities) to the MIDI drivers | Jordi Vilalta Prat | |
- Added the MidiPlugin interface to the remaining MIDI drivers - Added an initial MidiManager to handle the MIDI plugins (just static plugins by now) svn-id: r32117 | |||
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel | |
svn-id: r31927 | |||
2008-03-26 | Modified Patch #1925352: Memory leak fixes | Max Horn | |
svn-id: r31244 | |||
2008-02-26 | Completed fix for bug #1523129 (SOLARIS: solaris 8 build broken) | Max Horn | |
svn-id: r30972 | |||
2008-02-24 | Fixed warning on systems with unsiged char as default char type. | Johannes Schickel | |
svn-id: r30953 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2007-12-13 | Adding a method to check whether a note currently playing | Sven Hesse | |
svn-id: r29856 | |||
2007-12-09 | Fixed typos | Max Horn | |
svn-id: r29793 | |||
2007-11-19 | Don't use M_PI, rather use our very own PI constant | Max Horn | |
svn-id: r29567 | |||
2007-11-19 | Define M_PI if it's not defined (seems not to be defined under MSVC) | Filippos Karapetis | |
svn-id: r29566 | |||
2007-11-18 | Moved Gob's square wave generator to sound/softsynth/pcspk.h | Sven Hesse | |
svn-id: r29564 | |||
2007-11-02 | Patch #1816901: MT-32 emu: Low volume | Max Horn | |
svn-id: r29378 | |||
2007-10-28 | Patch #1800085: small 'unknown control change byte 32' patch | Max Horn | |
svn-id: r29289 | |||
2007-10-27 | Added support for more ROM versions, see FR #1820331 | Max Horn | |
svn-id: r29269 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 |