aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2018-05-06PRINCE: Use ScummVM save/load dialogsAdrian Frühwirth
The original option dialogs do not seem to be implemented yet so we always show the ScummVM ones when using the save/load hotkeys for now. This partly fixes Trac#9866.
2018-05-05XEEN: Fix checks for whether Hp/Sp fountains can be usedPaul Gilbert
2018-05-06PRINCE: Don't output debug information unless requestedAdrian Frühwirth
2018-05-05CGE2: Add detection entry for Polish v1.1 versionThierry Crozat
2018-05-05XEEN: Add debug line for cmdPlayCD opcode parametersPaul Gilbert
2018-05-06PRINCE: Add FIXMEs for potential bugsAdrian Frühwirth
2018-05-06PRINCE: Add play time metadata to savegamesAdrian Frühwirth
2018-05-06PRINCE: Removed unused kBadSVGAdrian Frühwirth
2018-05-05PRINCE: Fix header dependencyEugene Sandulenko
2018-05-05PRINCE: Added Russian optionsEugene Sandulenko
2018-05-05PRINCE: Optimize decompression for bundled gamesEugene Sandulenko
2018-05-05PRINCE: Decompress files if they're extractedEugene Sandulenko
2018-05-05PRINCE: Move decompression method to reusable placeEugene Sandulenko
2018-05-05PRINCE: Rename resources.cppEugene Sandulenko
2018-05-05PRINCE: Further work on support for extracted gamesEugene Sandulenko
2018-05-05PRINCE: Added support for unbundled compressed filesEugene Sandulenko
2018-05-05JANITORIAL: Whitespace fixesEugene Sandulenko
2018-05-05PRINCE: Initial support for packed Russian versionEugene Sandulenko
2018-05-05JANITORIAL: Fix formattingEugene Sandulenko
2018-05-05PRINCE: Even more prince.cpp refactoring. Inventory and pathfindingEugene Sandulenko
2018-05-05PRINCE: More prince.cpp restructuringEugene Sandulenko
2018-05-05PRINCE: Moved audio-related methods to separate filesEugene Sandulenko
2018-05-05PRINCE: Move cursor manipulation to cursor.cppEugene Sandulenko
2018-05-05PRINCE: Move resource loading methods to separate fileEugene Sandulenko
2018-05-05PRINCE: Rename sound.cpp to music.cppEugene Sandulenko
2018-05-05JANITORIAL: Fix formattingEugene Sandulenko
2018-05-05XEEN: Properly convert script CD times to ScummVM CD framesPaul Gilbert
2018-05-05CGE: Add play time metadata to savegamesAdrian Frühwirth
2018-05-05CGE2: Add play time metadata to savegamesAdrian Frühwirth
2018-05-05Revert "SHERLOCK: Disable cache for uncompressed resources"Paul Gilbert
This reverts commit 20d5a67f8b71c668ca304b85c1d8b91759922031.
2018-05-05XEEN: Fix voice playback in World of Xeen DarksidePaul Gilbert
2018-05-05ALL: Use CLIP to clip volumesAdrian Frühwirth
2018-05-05LAB: Fix UB (use of deallocated memory)Adrian Frühwirth
2018-05-05XEEN: Stop any voice playback in World Talkie if the dialog is closed earlyPaul Gilbert
2018-05-05XEEN: Add an optional param to CD playback to specify sound typePaul Gilbert
2018-05-05XEEN: Properly fix Border faces frame calculationPaul Gilbert
2018-05-05FULLPIPE: Reduce duplicate header includesDavid Fioramonti
Remove duplicate headers in two files and ordered the headers similar to other fullpipe files.
2018-05-04XEEN: In progress splitting of music and sfx volumes in sound driverPaul Gilbert
2018-05-04XEEN: Fix frame calculation for UI border heads when shakingPaul Gilbert
2018-05-04XEEN: Savegame name wasn't showing up for slot 99Paul Gilbert
2018-05-04XEEN: Fix jerkiness in World of Xeen menu animationPaul Gilbert
2018-05-04XEEN: Fix playback of Clouds intro from World of Xeen Other Options dialogPaul Gilbert
2018-05-03ZVISION: Add play time metadata to savegamesAdrian Frühwirth
Fixes Trac#10266.
2018-05-02XEEN: Add CD tag to detection entryTarek Soliman
2018-05-02TITANIC: Hopefully fix Release mode crash when selecting floors manuallyPaul Gilbert
2018-05-02SHERLOCK: Display savegame metadata in launcher/GMMAdrian Frühwirth
Saving/loading already handles savegame creation/play time, the information just wasn't displayed until now because the MetaEngine features weren't being reported as supported which I assume to be an oversight. Fixes Trac#10006.
2018-05-01SCUMM: Protect autosave (slot 0) from deletion/overwritingAdrian Frühwirth
2018-05-01SLUDGE: Objectify FloorManagerSimei Yin
2018-05-01WINTERMUTE: Push down the AD includesBastien Bouclet
2018-05-01SAGA: Remove useless AD includesBastien Bouclet