Age | Commit message (Expand) | Author |
2010-12-08 | MT32: Get rid of ANSIFile. | Johannes Schickel |
2010-10-30 | ALL: Add code to help stop people from accidentally using "bad" APIs | Max Horn |
2010-10-29 | MT32: Remove useless cast. | Johannes Schickel |
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-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-11-13 | Fixed compiling of MT32 emulator with -O2 and -Werror. | Johannes Schickel |
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-05-24 | typo | 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-09 | Fixed typos | Max Horn |
2007-11-02 | Patch #1816901: MT-32 emu: Low volume | 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 |
2007-09-18 | Fixed some more warnings | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2006-06-24 | * Renamed config.mak to config.mk | Max Horn |
2006-02-23 | fixed warnings for msvc7 | Paweł Kołodziejski |
2006-02-12 | Reduced data duplication in module.mk files; added module.mk files for null a... | Max Horn |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-02-07 | Removed .cvsignore files | Max Horn |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-11-02 | Avoid using powf/expf/logf under Mac OS X, as they cause binary & compile inc... | Max Horn |
2005-10-18 | Fix bug #1221549 "MT32emu: doesn't compile under gcc 3.4.2 / i386" | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-07-19 | I believe this fixes a GCC 4 compile error, but I can't run the MT-32 | Torbjörn Andersson |
2005-07-11 | Fix more GCC 4.0 warnings | Max Horn |
2005-07-03 | - Small changes to sync with Munt. | Jerome Fisher |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-05-09 | fixed warning | Paweł Kołodziejski |
2005-05-09 | Patch #1181544 (AmigaOS 4 changes) | Max Horn |
2005-05-09 | Fix doxygen message | Max Horn |
2005-05-08 | Comply to our coding conventions | Max Horn |
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 |
2005-01-01 | oops, correct copyright string | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-25 | Moved the softsynth midi drivers into a sound/softsynth; amongst other things... | Max Horn |