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
/
tables.cpp
Age
Commit message (
Expand
)
Author
2010-10-29
MT32: Remove useless cast.
Johannes Schickel
2010-05-05
Replace various strncpy usages by strlcpy.
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-22
Fixed a warning: printf("%f") should take a double, not a float.
Marcus Comstedt
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
2007-12-09
Fixed typos
Max Horn
2006-02-23
fixed warnings for msvc7
Paweł Kołodziejski
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-07-03
- Small changes to sync with Munt.
Jerome Fisher
2005-05-09
fixed warning
Paweł Kołodziejski
2005-05-08
Comply to our coding conventions
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