index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
softsynth
Age
Commit message (
Expand
)
Author
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
2008-08-30
Fix (?) Solaris detection in some workaround code in the MT-32 emulator
Max Horn
2008-07-29
Changed class File (and derived classes) to only support read-only access; ad...
Max Horn
2008-06-13
Added initial interface to list music devices and their types
Jordi Vilalta Prat
2008-06-13
Renamed MIDI plugins to Music plugins
Jordi Vilalta Prat
2008-05-24
typo
Max Horn
2008-05-14
- Added more information (ID and capabilities) to the MIDI drivers
Jordi Vilalta Prat
2008-05-07
Changed all delete [] usages to delete[].
Johannes Schickel
2008-03-26
Modified Patch #1925352: Memory leak fixes
Max Horn
2008-02-26
Completed fix for bug #1523129 (SOLARIS: solaris 8 build broken)
Max Horn
2008-02-24
Fixed warning on systems with unsiged char as default char type.
Johannes Schickel
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-12-13
Adding a method to check whether a note currently playing
Sven Hesse
2007-12-09
Fixed typos
Max Horn
2007-11-19
Don't use M_PI, rather use our very own PI constant
Max Horn
2007-11-19
Define M_PI if it's not defined (seems not to be defined under MSVC)
Filippos Karapetis
2007-11-18
Moved Gob's square wave generator to sound/softsynth/pcspk.h
Sven Hesse
2007-11-02
Patch #1816901: MT-32 emu: Low volume
Max Horn
2007-10-28
Patch #1800085: small 'unknown control change byte 32' patch
Max Horn
2007-10-27
Added support for more ROM versions, see FR #1820331
Max Horn
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
[next]