aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2018-08-07TINSEL: Fix displayed saved game month off by oneDavid Fioramonti
2018-08-05PINK: implemented text drawing in ActionText for English versionAndrei Prykhodko
2018-08-04MOHAWK: RIVEN: Fix crash when clicking on a marble with the mouse movingBastien Bouclet
2018-08-03SAGA: Deduplicate kScriptTimeTicksPerSecond constantAdrian Frühwirth
2018-08-03GROOVIE: Allow saving via GMM and increase save slots to 25David Fioramonti
2018-08-03TINSEL: Add playTime to saved game and display itDavid Fioramonti
2018-08-03LAB: By default skip thumbnail loading for readSaveGameHeaderDavid Fioramonti
2018-08-03BLADERUNNER: Add cos/sine tableDavid Fioramonti
2018-08-02PINK: fixed bug when in walking state you choose another locationwhiterandrek
2018-08-01PARALLACTION: Fix use-after-free on quitColin Snover
2018-08-01PARALLACTION: Fix null pointer dereference on quitColin Snover
2018-08-01PARALLACTION: Fix invalid array access at dialogue selectionColin Snover
2018-07-31MOHAWK: Fix Unused Variable Compiler Warning.D G Turner
2018-07-31CRUISE: Fix Possible Invalid Thumbnail Pointer Access.D G Turner
2018-07-30MOHAWK: MYST: Add support for the localized 25th gamesBastien Bouclet
2018-07-30DM: Fix Possible Uninitialized Variable Usage Compiler Warnings.D G Turner
2018-07-29PINK: force cursor updating when entering to pda pageAndrei Prykhodko
2018-07-29PINK: fixed Coverity warningsAndrei Prykhodko
2018-07-29PINK: add partial implementation of ActionTextAndrei Prykhodko
2018-07-29SLUDGE: Fix Unused Function Compiler Warnings.D G Turner
2018-07-29ZVISION: Add workaround for ZGI bug #10605Torbjörn Andersson
2018-07-29ZVISION: Add workaround for bug #10604Torbjörn Andersson
2018-07-29WINTERMUTE: Return Common::kUnsupportedColorMode if the required screen forma...Cameron Cawley
2018-07-29SUPERNOVA: Fix Unused Variable Compiler Warnings.D G Turner
2018-07-29PINK: Fix Unused Const Variable Compiler Warning.D G Turner
2018-07-29MOHAWK: Silent Compiler Warning About Unused VM Pointer.D G Turner
2018-07-29LILLIPUT: Minor Sound Function Name Change For Consistency.D G Turner
2018-07-29LILLIPUT: Fix Compiler Warning About Hiding Overloaded Virtual.D G Turner
2018-07-29LILLIPUT: Remove Unused Engine Pointer from Sound Class.D G Turner
2018-07-29CRYO: Fix Debug Statement Format String Compiler Warnings.D G Turner
2018-07-29ACCESS: MM: Fix Compiler Variable Shadowing Warning.D G Turner
2018-07-27MOHAWK: RIVEN: Only use x mouse position to move dome slidersDavid Fioramonti
2018-07-26XEEN: Fix Coverity warningsPaul Gilbert
2018-07-26PINK: fixed engine destroying in pda stateAndrei Prykhodko
2018-07-26PINK: fixed entering pda through menu in a rowAndrei Prykhodko
2018-07-26PINK: fixed memory leakAndrei Prykhodko
2018-07-25MOHAWK: MYST: Don't play the flyby movies when going back to MystBastien Bouclet
2018-07-25LAB: Fix thumbnail issuesDavid Fioramonti
2018-07-23ZVISION: Fix atan2() arguments order. CID 1394387Eugene Sandulenko
2018-07-23ILLUSIONS: Fix copy/paste bug. CID 1394433Eugene Sandulenko
2018-07-23PINK: Rely on MacWindoManager to restore screen after menuEugene Sandulenko
2018-07-22PINK: fixed starting new game from menu in pda stateAndrei Prykhodko
2018-07-22PINK: added menu commandsAndrei Prykhodko
2018-07-21Merge pull request #1257 from dafioram/mohawkRivenAutosaveCreditsBastien Bouclet
2018-07-21PINK: added more debug output, removed unneededAndrei Prykhodko
2018-07-21HOHAWK: RIVEN: Don't allow autosaving after credits have finishedDavid Fioramonti
2018-07-21PINK: hid debug output under channels and levelsAndrei Prykhodko
2018-07-21PINK: removed unused methodAndrei Prykhodko
2018-07-21PINK: implemented creating menu from executableAndrei Prykhodko
2018-07-21MACVENTURE: Fix warningEugene Sandulenko