Age | Commit message (Expand) | Author |
2010-09-18 | SCUMM: minor cleanup | Florian Kagerer |
2010-08-18 | SCUMM/FM-TOWNS: start rewriting audio code | Florian Kagerer |
2010-06-07 | Remove some extra spaces | Jordi Vilalta Prat |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
2009-11-26 | Add patch #2839048 - MM C64 sound/music player, with minor changes. | Travis Howell |
2009-11-22 | Add patch #2876221 - FBEAR: Fix for MIDI piano notes (DOS version), with mino... | Travis Howell |
2009-09-20 | Slightly changed unsupported effect level handling in native MT-32 mode. | Johannes Schickel |
2009-09-18 | Cleanup. | Johannes Schickel |
2009-09-18 | Implement proper reverb setting in native MT-32 mode (as desribed in bug repo... | Johannes Schickel |
2009-09-18 | Implement proper pan reversal for Roland MT-32 in iMuse (as desribed in bug r... | Johannes Schickel |
2009-08-24 | Fixed iMuse regression: IMuseInternal::terminate() was never called, because ... | Andre Heider |
2009-08-16 | Fix warning caused by -Wformat-security, also fixed a possible buffer overflo... | Johannes Schickel |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2008-01-11 | Work around bug #1324106 again. Apparently, I was mistaken the other day when I | Torbjörn Andersson |
2008-01-11 | The SCUMM timer fix makes the workaround for bug #1324106 obsolete | Max Horn |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-07-01 | Re-added __attribute__(packed) | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-02-19 | Use consistent naming for the preprocessor constants used to guarantee that | Torbjörn Andersson |
2007-02-18 | Committed my fix for bug #1662549 ("SCUMM: MIDI music is broken"). Apparently, | Torbjörn Andersson |
2007-02-16 | Unified how we deal with (and how we generate) MIDI sysex messages -- in part... | Max Horn |
2007-02-16 | Ugh -- these internal iMuse structs were supposed to be packed, but never wer... | Max Horn |
2006-11-16 | Applied my own patch #1594924 to work around bug #1324106 ("MI2 VGA: Music as | Torbjörn Andersson |
2006-11-12 | More whitespace. | Torbjörn Andersson |
2006-11-12 | Replaced cryptic error() with an assertion. | Torbjörn Andersson |
2006-11-12 | Whitespace | Torbjörn Andersson |
2006-11-08 | Fix bug #1592006: "IMUSE: Typo in sysex_scumm.cpp ?" | Eugene Sandulenko |
2006-10-15 | Added FIXME comment about 'static' abuse in imuse_part.cpp | Max Horn |
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the... | Max Horn |
2006-05-15 | Ignore unknown SysEx manufacturer IDs, rather than erroring on them. This does | Torbjörn Andersson |
2006-04-04 | Since our debug() adds an exclamation mark at the message end, remove | Eugene Sandulenko |
2006-04-04 | Small updates to intiate variable and member visibility. | Lars Persson |
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ... | Max Horn |
2006-03-24 | Fix MSVC warnings #2 | Andrew Kurushin |
2006-03-14 | Remove unused var, to prevent compiler warning | Travis Howell |
2006-03-14 | Remove unused vars, to prevent compiler warnings | Travis Howell |
2006-03-12 | IMuse SysEx processing now handled by client-specified callbacks. This remove... | Jamieson Christian |
2006-03-11 | Removed inclusion of non-existing imuse_sysex.h to make ScummVM compile again. | Torbjörn Andersson |
2006-03-11 | Another ScummEngine reference in IMuse bites the dust. | Jamieson Christian |
2006-03-09 | Implemented SysEx command 1 for non-S&M SCUMM games, per the latest comment o... | Jamieson Christian |
2006-03-05 | Removed tag2str usage, which eliminates scumm/util.h dependency. | Jamieson Christian |
2006-03-05 | I guess this is really a WORKAROUND, rather than a HACK. Updated comment. | Torbjörn Andersson |
2006-03-05 | Restructured IMuse and IMuseInternal. | Jamieson Christian |
2006-03-05 | Fix compiler warnings | Travis Howell |
2006-03-05 | Separated the IMuse Part methods into their own file. Updated the Bloodshed D... | Jamieson Christian |
2006-03-04 | Removed the default ignoreFadeouts parameter value for ImuseInternal's getSou... | Jamieson Christian |
2006-03-04 | Rearranged methods in the IMuse class declaration to denote those derived fro... | Jamieson Christian |
2006-03-03 | Partial fix for Bug 1088045. Additional configuration of Part parameters in r... | Jamieson Christian |
2006-03-03 | DOS versions of HE games sounds like Roland music too | Travis Howell |