aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/imuse/imuse.cpp
AgeCommit message (Expand)Author
2019-12-23SCUMM: Fix Missing Default Switch CasesD G Turner
2019-09-15SCUMM: Replace Various String Functions with Common String UsageD G Turner
2019-07-22SCUMM: (iMUSE/Amiga) - minor fixesathrxx
2019-07-17SCUMM: (iMUSE/Amiga) - fix INDY4 instruments handlingathrxx
2019-07-14SCUMM: (iMuse/Amiga) - improve accuracyathrxx
2019-07-14SCUMM: hook up Amiga MI2 + INDY4 to new sound driverathrxx
2019-07-14SCUMM: add Amiga iMuse sound driverathrxx
2018-05-07SCUMM: Remove superfluous 'else' in IMuseInternal::ImSetTrigger()Adrian Frühwirth
2018-01-31SCUMM: Rename iMUSE save/load function to avoid confusing function hidingColin Snover
2018-01-31COMMON: Move VER macro for serializer into common codeColin Snover
2018-01-31SCUMM: Replace UB-triggering serialization code with Common::SerializerColin Snover
2017-07-30SCUMM: MI2 kill tune 113 on start of next, Fixes bug #1410 / Booty IslandBen Castricum
2017-07-30SCUMM: MI2 kill tune 107 on start of next, Fixes bug #1410 / Scabb IslandBen Castricum
2014-02-18SCUMM: Make GPL headers consistent in themselves.Johannes Schickel
2013-07-14JANITORIAL: Remove trailing whitespaceSven Hesse
2013-07-06SCUMM: Fix initGM() buffer overflow (CID 1032513)Torbjörn Andersson
2013-05-11SCUMM: Clean-up of Roland GS codetcarey
2013-02-23ALL: Fix typo (existant->existent)Willem Jan Palenstijn
2012-11-16SCUMM: Add hack to preserve savegame compatibility with Mac MI1Torbjörn Andersson
2012-09-20SCUMM: Implement support for Monkey Island 2 Mac music.Johannes Schickel
2011-07-14SCUMM: Add debug output in case the code tries to set up a non-existant iMuse...Johannes Schickel
2011-07-14SCUMM: Handle default instrument set up in iMuse like the original.Johannes Schickel
2011-07-11SCUMM: Adapt iMuse code formatting to our standards.Johannes Schickel
2011-07-10SCUMM: Minor clean up in iMuse instrument handling code.Johannes Schickel
2011-07-10SCUMM: Limit iMuse default instrument load to PC Speaker output.Johannes Schickel
2011-07-08SCUMM: Initial PC Speaker output implementation for SCUMM v5.Johannes Schickel
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-15SCUMM: fix possible portability issueathrxx
2011-05-29SCUMM: implement some missing (very low relevance) imuse codeathrxx
2011-05-16SCUMM: fix regressionathrxx
2011-05-16SCUMM: formattingathrxx
2011-05-15SCUMM: fix imuse bugs #1315950 and #761637athrxx
2011-05-13SCUMM: Turned ResTypeData into a Common::Array<Resource>, subsuming its _reso...Max Horn
2011-05-13SCUMM: Add a Resource class, refactor res code around itMax Horn
2011-05-13SCUMM: Get rid of the MemBlkHeader hackMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-03-23SCUMM: Remove unused iMuse MIDI 'passthrough' codeMax Horn
2010-12-01SCUMM: Fix GM initialization when "enable_gs" is set.Johannes Schickel
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2009-11-26Add patch #2839048 - MM C64 sound/music player, with minor changes.Travis Howell
2009-11-22Add patch #2876221 - FBEAR: Fix for MIDI piano notes (DOS version), with mino...Travis Howell
2009-08-24Fixed iMuse regression: IMuseInternal::terminate() was never called, because ...Andre Heider
2009-08-16Fix warning caused by -Wformat-security, also fixed a possible buffer overflo...Johannes Schickel
2008-01-11Work around bug #1324106 again. Apparently, I was mistaken the other day when ITorbjörn Andersson
2008-01-11The SCUMM timer fix makes the workaround for bug #1324106 obsoleteMax Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-02-16Unified how we deal with (and how we generate) MIDI sysex messages -- in part...Max Horn