aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2018-06-07DIRECTOR: Show a GUI error message when no sound devices are availableBastien Bouclet
2018-06-07MOHAWK: Display a GUI error message when no audio devices are availableBastien Bouclet
2018-06-06SCUMM: Fix recent commit to compile under all circumstancesAdrian Frühwirth
2018-06-06SCUMM: Work around distorted speech on submarine in Indy4Adrian Frühwirth
2018-06-04SCUMM: Remove unnecessary space.Torbjörn Andersson
2018-06-03SCUMM: Improve 'imuse play' debugger command error handlingAdrian Frühwirth
2018-06-03SAGA: Don't show pause message in saved thumbnailDavid Fioramonti
2018-06-03Merge pull request #1141 from DanielSWolf/larryscaleThierry Crozat
2018-06-03BASE: Remove temporary targets when they fail to launchBastien Bouclet
2018-06-01SCUMM: Ensure pointer returned by getResourceAddress() is usableAdrian Frühwirth
2018-05-31SLUDGE: Move save game getter to StackHandlerSimei Yin
2018-05-31SLUDGE: Move stack size getter to struct StackHandlerSimei Yin
2018-05-31SLUDGE: Move copyStack() to struct VariableSimei Yin
2018-05-31SLUDGE: Move last stack finding function to struct VariableStackSimei Yin
2018-05-31SLUDGE: Move stack variable getter/setter to VariableStackSimei Yin
2018-05-31SLUDGE: Move FastArray getter to struct FastArrayHandlerSimei Yin
2018-05-31SLUDGE: Move fastarray functions to struct VariableSimei Yin
2018-05-31SLUDGE: Move value getters to struct VariableSimei Yin
2018-05-31SLUDGE: Move add/comparison functions to struct VariableSimei Yin
2018-05-31SLUDGE: Move costume functions to struct VariableSimei Yin
2018-05-31SLUDGE: Move PersonAnimation functions into struct VariableSimei Yin
2018-05-31SLUDGE: Move text related functions to struct VariableSimei Yin
2018-05-31SLUDGE: Move copyVariable to struct VariableSimei Yin
2018-05-31SLUDGE: Move save/loadVariable() to struct VariableSimei Yin
2018-05-31SLUDGE: Move SetVariable() into struct VariableSimei Yin
2018-05-31SLUDGE: Move unlinkVar into struct VariableSimei Yin
2018-05-31SLUDGE: Move createCString() with string toolsSimei Yin
2018-05-30XEEN: Correct scroll and music when signing into tavernPaul Gilbert
2018-05-30XEEN: Fix Direction Sense displayPaul Gilbert
2018-05-30XEEN: Stop re-rolling new character stats when some areas of screen clickedPaul Gilbert
2018-05-30XEEN: Properly reset subtitles when replaying cutscenesPaul Gilbert
2018-05-30SCUMM: HE: Mark Bink as engine dependencyEugene Sandulenko
2018-05-29SLUDGE: Move function/variable load/save functions to related filesSimei Yin
2018-05-29SLUDGE: Split runSludge() to runAllFunctions() and handleSaveLoad()Simei Yin
2018-05-29SLUDGE: Create constructor of Variable instead of initVarNewSimei Yin
2018-05-29SLUDGE: Move resource names to ResourceManagerSimei Yin
2018-05-29SLUDGE: Objectify FatalMsgManagerSimei Yin
2018-05-29SLUDGE: Split out function.h/cpp for upcoming refactoringSimei Yin
2018-05-28GUI: Move UnknownGameDialog to guiThierry Crozat
2018-05-28Merge pull request #1187 from bgK/detection-refactor-unknownBastien Bouclet
2018-05-28MOHAWK: MYST: Fix drawing the Stoneship red page open doorBastien Bouclet
2018-05-28Merge pull request #1201 from ccawley2011/mohawk-soundBastien Bouclet
2018-05-27XEEN: Fix compiler warningPaul Gilbert
2018-05-27XEEN: Fix close-up objects placement, incorrect skill text in Create Char dialogPaul Gilbert
2018-05-27SLUDGE: Move global variable lastFramesPerSecond to class TimerSimei Yin
2018-05-27SLUDGE: Move built-in function parameter number to structureSimei Yin
2018-05-27XEEN: Leave chests open after their contents are takenPaul Gilbert
2018-05-27XEEN: Animate open treasure chests with treasurePaul Gilbert
2018-05-26Merge pull request #1198 from dafioram/mohawk10536Bastien Bouclet
2018-05-24MOHAWK: Fix decoding sounds with 16 bit samplesCameron Cawley