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
/
mt32
/
synth.cpp
Age
Commit message (
Expand
)
Author
2010-05-05
Replace various strncpy usages by strlcpy.
Johannes Schickel
2010-01-03
Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null
Torbjörn Andersson
2009-09-30
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...
Max Horn
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-03-10
Use pow() instead of powf() when compiling with MinGW32 to work around a libs...
Andre Heider
2008-08-30
Fix (?) Solaris detection in some workaround code in the MT-32 emulator
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
2007-12-09
Fixed typos
Max Horn
2007-10-27
Added support for more ROM versions, see FR #1820331
Max Horn
2005-11-02
Avoid using powf/expf/logf under Mac OS X, as they cause binary & compile inc...
Max Horn
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-04-16
vc compile warn
Andrew Kurushin
2005-04-13
Get rid of errno; add some (optional) error checking facilities to SaveFile c...
Max Horn
2005-03-20
Merged with latest Munt CVS.
Jerome Fisher
2004-12-25
Moved the softsynth midi drivers into a sound/softsynth; amongst other things...
Max Horn