Age | Commit message (Expand) | Author |
2013-03-30 | SCUMM: Fix several bugs in INSANE | Eugene Sandulenko |
2013-03-30 | SCUMM: Fix bug #3546434: "SCUMM: FT glitches in Vulture encounter on old mine... | Eugene Sandulenko |
2013-02-23 | ALL: Fix typo (existant->existent) | Willem Jan Palenstijn |
2013-01-27 | SCUMM: Update handling of non so resources in Loom Mac. | Johannes Schickel |
2013-01-27 | SCUMM: Work around bug #3602239 ("Mac Loom crashes using opening...") | Torbjörn Andersson |
2013-01-26 | Merge pull request #301 from lordhoto/c++11-playground | Johannes Schickel |
2013-01-09 | SCUMM: Cleanup ScummEngine_v80he::createSound() | Matthew Hoops |
2013-01-09 | SCUMM: Silence C++11 narrowing warnings. | Johannes Schickel |
2013-01-02 | JANITORIAL: Fix or silence a couple of Clang analyzer warnings | Torbjörn Andersson |
2012-12-15 | SCUMM: Handle double-clicks in Mac Loom (bug #3588164) | Torbjörn Andersson |
2012-12-14 | SCUMM: Fix compilation on AmigaOS4. | Johannes Schickel |
2012-12-14 | Merge pull request #291 from eriktorbjorn/mac-mi-music-final | Johannes Schickel |
2012-11-24 | SCUMM: Handle note value 1 as "hold current note" in MI1 Mac | Torbjörn Andersson |
2012-11-23 | SCUMM: Added TODO comment about Mac MI1 music | Torbjörn Andersson |
2012-11-23 | SCUMM: Fix memory leak when loading old MI1 Mac savegames | Torbjörn Andersson |
2012-11-22 | Merge pull request #283 from lordhoto/scumm-opl3 | Johannes Schickel |
2012-11-19 | SCUMM: Try harder to find Mac Monkey Island instruments | Torbjörn Andersson |
2012-11-19 | SCUMM: Simplify checkMusicAvailable() a bit | Torbjörn Andersson |
2012-11-19 | SCUMM: Fix crash when Macintosh instruments aren't available | Torbjörn Andersson |
2012-11-19 | SCUMM: Add Windows encoding of the Mac Loom filename | Torbjörn Andersson |
2012-11-18 | SCUMM: Lock the sound resource while the music is playing | Torbjörn Andersson |
2012-11-18 | SCUMM: Fix regression that caused "pops" in MI1 jungle music | Torbjörn Andersson |
2012-11-18 | SCUMM: Use more correct (I think) way of converting samples | Torbjörn Andersson |
2012-11-18 | SCUMM: Prevent music channels from drifting out of sync in Mac MI1 | Torbjörn Andersson |
2012-11-18 | SCUMM: Fix whitespace | Torbjörn Andersson |
2012-11-17 | SCUMM: Avoid "pops" at the end of the note in Mac MI1/Loom music | Torbjörn Andersson |
2012-11-17 | SCUMM: Remove commented out code. | Torbjörn Andersson |
2012-11-16 | SCUMM: Fix the "drafts" debugger command for Mac Loom | Torbjörn Andersson |
2012-11-16 | SCUMM: Remove obsolete part of the "drafts" debugger command | Torbjörn Andersson |
2012-11-16 | SCUMM: Store sample rate in Mac MI1 / Loom savegames | Torbjörn Andersson |
2012-11-16 | SCUMM: Add hack to preserve savegame compatibility with Mac MI1 | Torbjörn Andersson |
2012-11-15 | SCUMM: Save/load Mac music engine state for Loom and MI1 | Torbjörn Andersson |
2012-11-14 | SCUMM: Remove Mac version of MI1 from special case. | Torbjörn Andersson |
2012-11-14 | SCUMM: Move Mac player initialization to its own function | Torbjörn Andersson |
2012-11-14 | SCUMM: Try harder to open the Loom Macintosh executable. | Torbjörn Andersson |
2012-11-14 | SCUMM: Hopefully fix warning | Torbjörn Andersson |
2012-11-14 | SCUMM: Remove unnecessary check for Mac Loom | Torbjörn Andersson |
2012-11-14 | SCUMM: Move most of the Macintosh player code into its own class | Torbjörn Andersson |
2012-11-13 | SCUMM: Add support for Mac Loom music and sound | Torbjörn Andersson |
2012-11-12 | SCUMM: Initialize the Macintosh MI1 instruments, along with the channels. | Torbjörn Andersson |
2012-11-11 | SCUMM: Added support for Macintosh music in Monkey Island 1 | Torbjörn Andersson |
2012-11-06 | SCUMM: Fix bug #3526089 - "SCUMM: ZAK Can't get objects in the bus on Mars" | Filippos Karapetis |
2012-10-01 | SCUMM: Ignore detune for Sam&Max. | Johannes Schickel |
2012-10-01 | AUDIO: Add support for Sam&Max's OPL3 output in our SCUMM AdLib driver. | Johannes Schickel |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-09-23 | SCUMM: Add check for resource fork for ".iMUSE Setups". | Johannes Schickel |
2012-09-20 | Merge pull request #275 from clone2727/pegasus | clone2727 |
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 |