aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth/mt32
AgeCommit message (Expand)Author
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
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-11-13Fixed compiling of MT32 emulator with -O2 and -Werror.Johannes Schickel
2008-09-03Removed unused readLine code from the MT-32 emuMax Horn
2008-08-30Fix (?) Solaris detection in some workaround code in the MT-32 emulatorMax Horn
2008-05-24typoMax Horn
2008-02-26Completed fix for bug #1523129 (SOLARIS: solaris 8 build broken)Max Horn
2008-02-24Fixed warning on systems with unsiged char as default char type.Johannes Schickel
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-12-09Fixed typosMax Horn
2007-11-02Patch #1816901: MT-32 emu: Low volumeMax Horn
2007-10-27Added support for more ROM versions, see FR #1820331Max Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Fixed some more warningsMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2006-06-24* Renamed config.mak to config.mkMax Horn
2006-02-23fixed warnings for msvc7Paweł Kołodziejski
2006-02-12Reduced data duplication in module.mk files; added module.mk files for null a...Max Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-02-07Removed .cvsignore filesMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-11-02Avoid using powf/expf/logf under Mac OS X, as they cause binary & compile inc...Max Horn
2005-10-18Fix bug #1221549 "MT32emu: doesn't compile under gcc 3.4.2 / i386"Eugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-07-19I believe this fixes a GCC 4 compile error, but I can't run the MT-32Torbjörn Andersson
2005-07-11Fix more GCC 4.0 warningsMax Horn
2005-07-03- Small changes to sync with Munt.Jerome Fisher
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-05-09fixed warningPaweł Kołodziejski
2005-05-09Patch #1181544 (AmigaOS 4 changes)Max Horn
2005-05-09Fix doxygen messageMax Horn
2005-05-08Comply to our coding conventionsMax Horn
2005-04-16vc compile warnAndrew Kurushin
2005-04-13Get rid of errno; add some (optional) error checking facilities to SaveFile c...Max Horn
2005-03-20Merged with latest Munt CVS.Jerome Fisher
2005-01-01oops, correct copyright stringMax Horn
2005-01-01Updated copyrightMax Horn
2004-12-25Moved the softsynth midi drivers into a sound/softsynth; amongst other things...Max Horn