aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2017-12-08XEEN: Cleanup and fix flags for setOutdoorsMonstersPaul Gilbert
2017-12-08FULLPIPE: Load gameobj.hEugene Sandulenko
2017-12-08FULLPIPE: Added debug output for GameObjectEugene Sandulenko
2017-12-08FULLPIPE: Better debug output for movementEugene Sandulenko
2017-12-08FULLPIPE: More debug output to loadingEugene Sandulenko
2017-12-08SKY: Fix setSub incorrectly falling through to subsequent casesColin Snover
2017-12-08WAGE: Improve error messageWillem Jan Palenstijn
2017-12-08WAGE: Handle null strings in toString and improve consistencyWillem Jan Palenstijn
2017-12-08WAGE: Avoid calling method of nullptrWillem Jan Palenstijn
2017-12-08Revert "WAGE: Fix crashes for poorly initialized objects"Colin Snover
2017-12-08Added MD5 for the German version of Imo and the KingMatan Bareket
2017-12-08SKY: Fix unaligned pointer dereferencesColin Snover
2017-12-07XEEN: Separation of scene indoors & outdoors drawingPaul Gilbert
2017-12-07XEEN: Fixes for outdoor map drawingPaul Gilbert
2017-12-06XEEN: Rename InterfaceMap class to InterfaceScenePaul Gilbert
2017-12-06XEEN: Further fixes for map renderingPaul Gilbert
2017-12-06XEEN: Lots of constants added to minimap codePaul Gilbert
2017-12-05XEEN: Cleanup of the map dialog classPaul Gilbert
2017-12-05XEEN: Split drawing minimap indoors & outdoors into separate methodsPaul Gilbert
2017-12-04XEEN: Replacing numbers with surface type enum in minimapPaul Gilbert
2017-12-04XEEN: Split the minimap code into it's own filePaul Gilbert
2017-12-04XEEN: Fix ground tile rendering in automap dialogPaul Gilbert
2017-12-03XEEN: Fix Coverity warningsPaul Gilbert
2017-12-03XEEN: Fix empty patch in automap dialog contentsPaul Gilbert
2017-12-03ALL: Remove obsolete register keywordColin Snover
2017-12-03BASE: Remove bad casts between incompatible Plugin typesColin Snover
2017-12-03XEEN: Fix drawing outer frame for automap dialogPaul Gilbert
2017-12-03XEEN: Cleanup of window opening & closingPaul Gilbert
2017-12-03FULLPIPE: Renames in ExCommandEugene Sandulenko
2017-12-03FULLPIPE: Added more debug output to the class loadingEugene Sandulenko
2017-12-03SCI: Avoid buffer overflow in amigamac sound driverWillem Jan Palenstijn
2017-12-01SCUMM: Fix array overflow writing var when no current script is setColin Snover
2017-12-01SCUMM: Fix signed integer overflow reading default v70HE cursorColin Snover
2017-12-01SCUMM: Fix buffer overflow reading default v70HE cursorColin Snover
2017-12-01SCUMM: Fix possible return of garbage valuesColin Snover
2017-12-01SCUMM: Fix UB shifting negative integers in ActorColin Snover
2017-12-01SCUMM HE: Fix UB shifting negative integersColin Snover
2017-12-01SCI: Partially clean up SCI16 video playback codeColin Snover
2017-12-02FULLPIPE: Fix bug #10317: Save game metadata is missingEugene Sandulenko
2017-12-01FULLPIPE: Fix bug #10325: New game does not put back already picked up itemsEugene Sandulenko
2017-12-01FULLPIPE: Fix bug #9673: Unable to move after loading a save from the title s...Eugene Sandulenko
2017-12-01FULLPIPE: Fix bug #9672: "Several inventory items highlighted at the same time"Eugene Sandulenko
2017-11-30XEEN: Added enum for consumable types and party/bank usePaul Gilbert
2017-11-29XEEN: Refactor FontSurface as ancestors of Window, not ScreenPaul Gilbert
2017-11-29XEEN: Create Windows class to hold the windows arrayPaul Gilbert
2017-11-29XEEN: Split Window class into it's own filePaul Gilbert
2017-11-28SCI32: Fix crash starting KQ7 demoColin Snover
2017-11-27FULLPIPE: Properly cleanup menu after quittingEugene Sandulenko
2017-11-27FULLPIPE: Attempt to crash when calling paletteless scenesEugene Sandulenko
2017-11-27SCUMM: Revert skipping of MM C64 demo original save screen display attemptEugene Sandulenko