aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Expand)Author
2011-07-17SCUMM: Fix strange noise in Indy4 outro with AdLib/FM-Towns output.Johannes Schickel
2011-07-17SCUMM: Clarify PC Speaker style sound resource handling with a comment.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: fix regression caused by recent sjis code changesathrxx
2011-07-14SCUMM: Handle default instrument set up in iMuse like the original.Johannes Schickel
2011-07-14SCUMM: Implement iMuse alloc part command closer to the original.Johannes Schickel
2011-07-13SCUMM: Fix bug #3306145: INDY3: EGA version script bugsEugene Sandulenko
2011-07-11SCUMM: Adapt iMuse code formatting to our standards.Johannes Schickel
2011-07-11Merge pull request #54 "SCUMM v5 PC Speaker driver".Johannes Schickel
2011-07-10SCUMM: Fix some envelope bugs in PC Speaker output.Johannes Schickel
2011-07-10SCUMM: Let PC Speaker output be controlable via music volume.Johannes Schickel
2011-07-10SCUMM: Properly implement volume controler for PC Speaker output.Johannes Schickel
2011-07-10SCUMM: Fix priority settings in iMuse allocate part sysEx command.Johannes Schickel
2011-07-10SCUMM: Fix PC Speaker sound.Johannes Schickel
2011-07-10SCUMM: Do not allow multi midi mode for PC Speaker output.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-10SCUMM: Only try to load MT-32 instruments when we have a MIDI output in iMuse.Johannes Schickel
2011-07-10SCUMM: Implement effect envelope for PC Speaker output in SCUMM v5.Johannes Schickel
2011-07-10GRAPHICS: remove char/line spacing handling from sjis codeathrxx
2011-07-09SCUMM: fix DS compilationathrxx
2011-07-09SCUMM: Make use of graphics/sjis code for LOOM PCE sjis drawingathrxx
2011-07-09SCUMM: cleanup sjis font rendering codeathrxx
2011-07-08SCUMM: Initial PC Speaker output implementation for SCUMM v5.Johannes Schickel
2011-07-03SCUMM: Remove unused operator int.Johannes Schickel
2011-07-03SCUMM: fix crash in digital iMuse games when using RTL and restartingathrxx
2011-07-01GRAPHICS: Remove default values from FontSJIS::drawChar.Johannes Schickel
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy
2011-06-21COMMON: Move HerculesDimensions enum to SCUMM.Johannes Schickel
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-19SCUMM: fix SCUMM3 FM-TOWNS font rendering glitch in Japanese modeathrxx
2011-06-18SCUMM: regenerate 16bit palette after loading a savegame in LOOM PCEathrxx
2011-06-18SCUMM: fixed messed up colors in 16bit HE gamesathrxx
2011-06-18SCUMM: make sure asmDrawStripToScreen is not called in 16bit modeathrxx
2011-06-17SCUMM: fix FM-TOWNS graphics output for ARM devicesathrxx
2011-06-16SCUMM: fix bug in cb661d63d0cd45d1231435a593b74dfc51872a0fathrxx
2011-06-16SCUMM: slightly changed behavior of 16bit mode detectionathrxx
2011-06-15SCUMM: change comment in last commitathrxx
2011-06-15SCUMM: hopefully fix 16bit mode support for SCUMM FM-TOWNS games and LOOM PCE...athrxx
2011-06-15SCUMM: fix bug #3316738athrxx
2011-06-15SCUMM: fix possible portability issueathrxx
2011-06-14SCUMM: Fix noisy Valgrind warning.eriktorbjorn
2011-06-14DETECTOR: Pass allFiles to AdvancedMetaEngine::fallbackDetect()Max Horn
2011-06-14SCUMM: Fix doxygen commentsMax Horn
2011-06-14DETECTOR: Separate code for handling obsolete gameids from advanced detectorMax Horn
2011-06-13SCUMM: Change MessageDialog button label for consistencyThierry Crozat
2011-06-13I18N: Make many more GUI MessageDialog strings translatableThierry Crozat
2011-06-13SCUMM FM-TOWNS: add number of color check in TownsScreen::updateOutputBuffer()athrxx
2011-06-13SCUMM: some cleanup in gfx_towns.cppathrxx
2011-06-13SCUMM: fix engine destructorathrxx