Age | Commit message (Expand) | Author |
2018-05-07 | SCUMM: Remove superfluous 'else' in IMuseInternal::ImSetTrigger() | Adrian Frühwirth |
2018-01-31 | SCUMM: Rename iMUSE save/load function to avoid confusing function hiding | Colin Snover |
2018-01-31 | COMMON: Move VER macro for serializer into common code | Colin Snover |
2018-01-31 | SCUMM: Replace UB-triggering serialization code with Common::Serializer | Colin Snover |
2017-07-30 | SCUMM: MI2 kill tune 113 on start of next, Fixes bug #1410 / Booty Island | Ben Castricum |
2017-07-30 | SCUMM: MI2 kill tune 107 on start of next, Fixes bug #1410 / Scabb Island | Ben Castricum |
2016-11-19 | SCUMM: Fix IMUSE initialization | Eugene Sandulenko |
2016-11-19 | SCUMM: Fix class initalization | Eugene Sandulenko |
2014-02-18 | SCUMM: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-07-14 | JANITORIAL: Remove trailing whitespace | Sven Hesse |
2013-07-06 | SCUMM: Fix initGM() buffer overflow (CID 1032513) | Torbjörn Andersson |
2013-05-11 | SCUMM: Clean-up of Roland GS code | tcarey |
2013-02-23 | ALL: Fix typo (existant->existent) | Willem Jan Palenstijn |
2012-12-14 | Merge pull request #291 from eriktorbjorn/mac-mi-music-final | Johannes Schickel |
2012-11-16 | SCUMM: Add hack to preserve savegame compatibility with Mac MI1 | Torbjörn Andersson |
2012-10-01 | SCUMM: Ignore detune for Sam&Max. | Johannes Schickel |
2012-09-23 | SCUMM: Add check for resource fork for ".iMUSE Setups". | Johannes Schickel |
2012-09-20 | SCUMM: Update comments | Matthew Hoops |
2012-09-20 | SCUMM: Restrict the Mac m68k v5 driver to MI2/Indy4 | Matthew Hoops |
2012-09-20 | SCUMM: Add support for Indy4 Mac 68k sound | Matthew Hoops |
2012-09-20 | SCUMM: Implement support for special sfx in MI2 Mac. | Johannes Schickel |
2012-09-20 | SCUMM: Implement support for Monkey Island 2 Mac music. | Johannes Schickel |
2012-09-20 | SCUMM: Extend comment about SysEx manufacturer 0x97. | Johannes Schickel |
2011-11-04 | SCUMM: Revert "Removed a duplicate variable assignment" | Willem Jan Palenstijn |
2011-11-04 | SCUMM: Removed a duplicate variable assignment | Filippos Karapetis |
2011-08-21 | SCUMM: Fix typo in PC Speaker output. | Johannes Schickel |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon |
2011-07-14 | SCUMM: Add debug output in case the code tries to set up a non-existant iMuse... | Johannes Schickel |
2011-07-14 | SCUMM: Handle default instrument set up in iMuse like the original. | Johannes Schickel |
2011-07-14 | SCUMM: Implement iMuse alloc part command closer to the original. | Johannes Schickel |
2011-07-11 | SCUMM: Adapt iMuse code formatting to our standards. | Johannes Schickel |
2011-07-10 | SCUMM: Fix some envelope bugs in PC Speaker output. | Johannes Schickel |
2011-07-10 | SCUMM: Let PC Speaker output be controlable via music volume. | Johannes Schickel |
2011-07-10 | SCUMM: Properly implement volume controler for PC Speaker output. | Johannes Schickel |
2011-07-10 | SCUMM: Fix priority settings in iMuse allocate part sysEx command. | Johannes Schickel |
2011-07-10 | SCUMM: Fix PC Speaker sound. | Johannes Schickel |
2011-07-10 | SCUMM: Minor clean up in iMuse instrument handling code. | Johannes Schickel |
2011-07-10 | SCUMM: Limit iMuse default instrument load to PC Speaker output. | Johannes Schickel |
2011-07-10 | SCUMM: Only try to load MT-32 instruments when we have a MIDI output in iMuse. | Johannes Schickel |
2011-07-10 | SCUMM: Implement effect envelope for PC Speaker output in SCUMM v5. | Johannes Schickel |
2011-07-08 | SCUMM: Initial PC Speaker output implementation for SCUMM v5. | Johannes Schickel |
2011-07-03 | SCUMM: Remove unused operator int. | Johannes Schickel |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-06-15 | SCUMM: fix possible portability issue | athrxx |
2011-05-29 | SCUMM: implement some missing (very low relevance) imuse code | athrxx |
2011-05-17 | SCUMM: Add missing imuse feature | athrxx |
2011-05-16 | SCUMM: fix regression | athrxx |
2011-05-16 | SCUMM: formatting | athrxx |
2011-05-15 | SCUMM: fix imuse bugs #1315950 and #761637 | athrxx |
2011-05-13 | SCUMM: Turned ResTypeData into a Common::Array<Resource>, subsuming its _reso... | Max Horn |