aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Expand)Author
2007-04-16Fix the level selection screen in the KIXX XL release of Monkey Island 2 (Ami...Travis Howell
2007-04-15fixed warningPaweł Kołodziejski
2007-04-15removed unnecessary castsGregory Montoir
2007-04-15simplification (_useTalkAnims is not used in >= V7)Gregory Montoir
2007-04-15Added code for decodeParseString.SO_PRINT_WRAP and rewrote the CHARSET_1 func...Gregory Montoir
2007-04-15fixed warningsPaweł Kołodziejski
2007-04-09silence a compiler symbol redefinition warningKostas Nakos
2007-04-08Adjust debug levels.Travis Howell
2007-04-08Adjust debug output in writeINI opcode, so it doesn't get skipped.Travis Howell
2007-04-08Rename setFilePath opcode to createDirectory, in order to reflect the opcodes...Travis Howell
2007-04-08Set SaveGamePath INI setting to '*' in HE72+ games, to avoid warnings about n...Travis Howell
2007-04-08Add another Dutch version of Freddi Fish 2 for Macintosh.Travis Howell
2007-04-04Copy protection bypass applies to all versions of Monkey Island VGA.Travis Howell
2007-04-03Removed obsolete TODOMax Horn
2007-04-02Add patch #1692496 - Amiga indy3ega sound fixes.Travis Howell
2007-04-01Fixed grammar in a commentMax Horn
2007-04-01added the instance of EventManager returned by OSystem::getEventManager as a ...Gregory Montoir
2007-04-01Reverted my roomoffs changes (broke the Loom intro), and instead added the co...Max Horn
2007-03-31Got rid of some 0xFFFF -> 0xFFFFFFFF conversions and similiar nonsense by usi...Max Horn
2007-03-24Cleaning up various issues with the Indy3 IQ patchMax Horn
2007-03-24Update help.Travis Howell
2007-03-24Remove old debug message in getStringWidth opcode, which is no longer required.Travis Howell
2007-03-24Add patch #1687026 - Indy3: Series IQ-Points.Travis Howell
2007-03-24Add patch #1687013 - Zak FM-Towns: F1-F4 person switching.Travis Howell
2007-03-23Patch #1687010: FM-Towns: Handle Alt-F5Max Horn
2007-03-23Add part of patch #1687053 - Scumm: Fix charset glitches in original Save-dia...Travis Howell
2007-03-23Trimming of excess spaces in drawString, only applies to SCUMM 4+ games. Cofi...Travis Howell
2007-03-23Fix bug #1684010 - SPYFOX1: Background buffer not been cleared.Travis Howell
2007-03-23Change getFileSize opcode, to check for files via SaveFileManager too. Fixes ...Travis Howell
2007-03-20Make sure Track::soundHandle is always initialize, and added a FIXME (see als...Max Horn
2007-03-20Change IMuseDigital::stopAllSounds to simply do what it names suggest, i.e. s...Max Horn
2007-03-20Undoing my previous (upon closer review, bogus) change to IMuseDigital::refre...Max Horn
2007-03-20Correct error messageMax Horn
2007-03-20oopsMax Horn
2007-03-20Fix a potential race condition (leading to lockups) in IMuseDigital::refreshS...Max Horn
2007-03-20cleanupMax Horn
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
2007-03-14Add recent walk box changes to SCUMM0 too.Travis Howell
2007-03-12Restore flipping code for raw wiz images, which was lost in revision 24860.Travis Howell
2007-03-12Fix xmap regression, when drawing wiz images.Travis Howell
2007-03-12Special filehandling for Symbian OS not needed in smushplayer anymore.Lars Persson
2007-03-12Removing this old workaround: It no longer works, and causes an infinite loop...Max Horn
2007-03-12Removed old and undocumented workaround for good, it was apparently made in r...Max Horn
2007-03-12Fix a discrepancy between our V3 walking code and disasm (besides, using dest...Max Horn
2007-03-12Get rid of initActorClassMax Horn
2007-03-12Remove warning, logic code for soccer games is incomplete.Travis Howell
2007-03-11A long time ago, in a virtual machine far, far away...Max Horn
2007-03-10typoMax Horn
2007-03-10Silence MSVC8 warnings.Eugene Sandulenko