aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-29MADS: Don't hide sprites bewteen resources in an animation sequencePaul Gilbert
2015-03-22SCUMM: Fix argc check in Cmd_Script()Torbjörn Andersson
2015-03-22ZVISION: Silence Cppcheck warningTorbjörn Andersson
2015-03-21GUI: Fix bug #6813, "GUI: Tooltips eat keypresses"Torbjörn Andersson
The tooltip isn't really interested in any keyboard and mouse events, other than as a signal to close itself, so pass them back to the parent dialog. From what I understand, the tooltip isn't part of the dialog, so there should be no risk of going into an infinite loop here.
2015-03-21GUI: Adjust x and y to handleMouseWheel() for consistencyTorbjörn Andersson
This means x and y has the same meaning as in the other handlers, e.g. handleMouseUp(). Though as far as I can tell, these coordinates aren't actually used anywhere at the moment.
2015-03-21SCI: fix script patch descriptionMartin Kiewitz
2015-03-20SCI: QFG1VGA: added script patch fixes bug #6706Martin Kiewitz
fixes healer's hut buy/steal issue effectively removes 60 tick delay from script
2015-03-20SCI: improve debug output for signature mismatchMartin Kiewitz
dump parameter list to debugger as well
2015-03-20SCI: SQ1VGA: added script patch for bug #6816Martin Kiewitz
fixes SQ1VGA Ulence Flats force field generator script glitch
2015-03-20LOG: fix month in log fileMartin Kiewitz
2015-03-19TOON: Fix bad enum syntaxsylvaintv
2015-03-19TOON: Add options menusylvaintv
- Add options menu when pressing F1 - Add in-game font change
2015-03-19SCI: added workaround for LSL2/Amiga bug #6818Martin Kiewitz
was bug in script (amiga exclusive)
2015-03-18MADS: Hook up ScummVM volume controlPaul Gilbert
2015-03-18SCI: debugger / fix diskdump + list commandsMartin Kiewitz
diskdump: support for audio36+sync36 list: always show tuple for audio36+sync36
2015-03-16MADS: Handle a game bug in scene 604, which prevents game completionFilippos Karapetis
2015-03-15MADS: Revert fix for sprites disappearing on last frame of cutscenesPaul Gilbert
The fix that kept the sprites on-screen for the last frame before scene changes in the intro/ending sequences was also causing crashes in-game, where the animation is getting freed before the scene update to remove the sprites was done, so it couldn't get the areas of the screen to refresh
2015-03-15MADS: Better handling for removing sprite setsPaul Gilbert
2015-03-15MADS: Add custom game options to the ScummVM GUIFilippos Karapetis
This should be part of commit 19a9c068f, but it wasn't committed
2015-03-15MADS: Properly reset the sound flagFilippos Karapetis
2015-03-15MADS: Hook up all of the remaining options, and add custom game optionsFilippos Karapetis
2015-03-14MADS: Fix animations erasing sprites on the last frame before transitioningPaul Gilbert
2015-03-14MADS: Fix showing inventory pictures when inventory animating is offPaul Gilbert
2015-03-14MADS: Hook up sfx/music flagsPaul Gilbert
2015-03-14MADS: Fix frequently getting endless wait cursor after doctor hits youPaul Gilbert
2015-03-14MADS: Fix greeting when talking to cell wall the first timePaul Gilbert
2015-03-14MADS: Fix animation of tying rope to the boatPaul Gilbert
2015-03-14MADS: Save reverted options if you cancel out of Game Options dialogPaul Gilbert
2015-03-14MADS: Fix hotspot highlighting when easy mouse is offPaul Gilbert
2015-03-14MADS: Persist gameplay optionsPaul Gilbert
2015-03-14MADS: Fix original bug re-adding disabled hotspots to scene as activePaul Gilbert
2015-03-14MADS: Fix animation for putting severed arm on scannerPaul Gilbert
2015-03-14MADS: Fix crash in stream crossing death, simplify SpriteSets classPaul Gilbert
2015-03-14MADS: Fix toggling of game optionsFilippos Karapetis
2015-03-14MADS: Fix some verbsFilippos Karapetis
2015-03-13MADS: Fix text display when opening the Slippery Pig fridgePaul Gilbert
2015-03-13MADS: Action fixes for top of south elevator scenePaul Gilbert
2015-03-13MADS: Properly handle reloading scenes when closing dialogsPaul Gilbert
2015-03-13MADS: Fix distortions when playing many of the soundsPaul Gilbert
2015-03-11MADS: Fix cycling remaining active when ending TextView startsPaul Gilbert
2015-03-10MADS: Fix boat hotspot after loading savegame for scene 801Paul Gilbert
2015-03-10MADS: Fix incorrect depth for animation when repairing crack in shipPaul Gilbert
2015-03-10MADS: Fix display of crack and background in shipPaul Gilbert
2015-03-10MADS: Fix door animations for South ElevatorPaul Gilbert
2015-03-10MADS: Fix Herman's thanks for batteries speech remaining on-screenPaul Gilbert
2015-03-10MADS: Improved fix for giving batteries to HermanPaul Gilbert
2015-03-10MADS: Fix door closing anim when leaving video storePaul Gilbert
2015-03-10MADS: Fix timer module hotspot remaining active after taking itPaul Gilbert
2015-03-10MADS: Silence GCC signed/unsigned warningsTorbjörn Andersson
2015-03-09MADS: Fix crash if you talk to intern in gurney room too quicklyPaul Gilbert