aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth/mt32/tables.cpp
AgeCommit message (Expand)Author
2009-07-29Fix 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 senseMax Horn
2009-05-22Fixed a warning: printf("%f") should take a double, not a float.Marcus Comstedt
2009-03-10Use pow() instead of powf() when compiling with MinGW32 to work around a libs...Andre Heider
2008-08-30Fix (?) Solaris detection in some workaround code in the MT-32 emulatorMax Horn
2008-02-26Completed fix for bug #1523129 (SOLARIS: solaris 8 build broken)Max Horn
2007-12-09Fixed typosMax Horn
2006-02-23fixed warnings for msvc7Paweł Kołodziejski
2005-11-02Avoid using powf/expf/logf under Mac OS X, as they cause binary & compile inc...Max Horn
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-07-03- Small changes to sync with Munt.Jerome Fisher
2005-05-09fixed warningPaweł Kołodziejski
2005-05-08Comply to our coding conventionsMax Horn
2005-03-20Merged with latest Munt CVS.Jerome Fisher
2004-12-25Moved the softsynth midi drivers into a sound/softsynth; amongst other things...Max Horn