Commit Graph
54649 Commits
Author SHA1 Message Date
Paul Gilbert f2d80f4ae3 XEEN: Fix voice playback in World of Xeen Darkside 2018-05-05 11:58:33 -04:00
Adrian Frühwirth 49116b4ae7 ALL: Use CLIP to clip volumes 2018-05-05 17:57:31 +02:00
Adrian Frühwirth c4edac23b2 LAB: Fix UB (use of deallocated memory) 2018-05-05 17:54:46 +02:00
Paul Gilbert 47ecb0b2e7 XEEN: Stop any voice playback in World Talkie if the dialog is closed early 2018-05-05 10:57:28 -04:00
Paul Gilbert f5238c66d5 XEEN: Add an optional param to CD playback to specify sound type 2018-05-05 10:46:20 -04:00
Paul Gilbert 60bff89140 XEEN: Properly fix Border faces frame calculation 2018-05-05 10:24:00 -04:00
David Fioramonti 1ff0aba6c4 FULLPIPE: Reduce duplicate header includes
Remove duplicate headers in two files and ordered
the headers similar to other fullpipe files.
2018-05-05 06:58:47 +02:00
Paul Gilbert 9db2f3cd84 XEEN: In progress splitting of music and sfx volumes in sound driver 2018-05-04 21:46:39 -04:00
Paul Gilbert 8fdf592fe1 XEEN: Fix frame calculation for UI border heads when shaking 2018-05-04 19:41:29 -04:00
Paul Gilbert b71bfdd531 XEEN: Savegame name wasn't showing up for slot 99 2018-05-04 19:36:22 -04:00
Paul Gilbert 0cd62950de XEEN: Fix jerkiness in World of Xeen menu animation 2018-05-04 19:27:21 -04:00
Paul Gilbert 202e41b3df XEEN: Fix playback of Clouds intro from World of Xeen Other Options dialog 2018-05-04 19:00:38 -04:00
Adrian Frühwirth be351e2432 ZVISION: Add play time metadata to savegames
Fixes Trac#10266.
2018-05-03 19:25:22 +02:00
Tarek Soliman c45203d4fd XEEN: Add CD tag to detection entry 2018-05-02 21:27:42 -05:00
Paul Gilbert db1c506ee5 TITANIC: Hopefully fix Release mode crash when selecting floors manually 2018-05-02 21:54:24 -04:00
Adrian Frühwirth 1ff3282acd SHERLOCK: Display savegame metadata in launcher/GMM
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-02 23:45:25 +02:00
Adrian Frühwirth 7b48934598 SCUMM: Protect autosave (slot 0) from deletion/overwriting 2018-05-01 22:34:00 +02:00
Simei Yin 535034d6b9 SLUDGE: Objectify FloorManager 2018-05-01 18:41:51 +02:00
Bastien Bouclet ae6b0cfdef WINTERMUTE: Push down the AD includes 2018-05-01 12:48:05 +02:00
Bastien Bouclet e866543c82 SAGA: Remove useless AD includes 2018-05-01 12:48:05 +02:00
Bastien Bouclet ff4498bda3 PRINCE: Push down the AD includes 2018-05-01 12:48:05 +02:00
Bastien Bouclet 30c20f2d3c PLUMBERS: Push down the AD includes 2018-05-01 12:48:05 +02:00
Bastien Bouclet 42e4283b4b MORTEVIELLE: Push down the AD includes 2018-05-01 12:48:05 +02:00
Bastien Bouclet 91c8f2df7d FULLPIPE: Remove useless AD include 2018-05-01 12:48:05 +02:00
Bastien Bouclet 779f2f549a CRYO: Push down the AD includes 2018-05-01 12:48:05 +02:00
Bastien Bouclet dc96d43717 CGE2: Push down the AD includes 2018-05-01 12:48:05 +02:00
Bastien Bouclet eedb53207d AVALANCHE: Push down AD includes 2018-05-01 12:48:05 +02:00
Lothar Serra Mari 570119eabf ENGINES: Mark reportCommon string as translateable 2018-05-01 10:34:02 +02:00
Paul Gilbert 98c6b02135 XEEN: Fix CD track voice playback in World of Xeen CD Talkie 2018-04-30 19:11:32 -04:00
Adrian Frühwirth 706bfc671b Revert "ENGINES: Use ScrollContainerWidget in unknown game dialog"
This reverts commit cf529f311f.
2018-04-30 15:01:45 +02:00
Adrian Frühwirth 82757deadd Revert "ENGINES: Improve update of the Unknown Game Dialog when the overlay size changes"
This reverts commit 8cb9eebd8a.
2018-04-30 15:01:44 +02:00
Adrian Frühwirth fe01a55569 Revert "ENGINES: Fix code formatting"
This reverts commit ffa6351289.
2018-04-30 15:01:39 +02:00
Paul Gilbert b099b5504d XEEN: Support importing Clouds/Darkside savegames to World of Xeen 2018-04-29 21:45:16 -04:00
Thierry Crozat 87e5f60cea ENGINES: Remove include of SDL backend header
This should fix compilation errors with non-SDL backends.
2018-04-29 23:38:51 +01:00
Paul Gilbert d9efbee9e3 XEEN: Add FIXME to hopefully prevent a rare combat failure condition 2018-04-29 17:50:14 -04:00
Thierry Crozat ffa6351289 ENGINES: Fix code formatting 2018-04-29 22:25:10 +01:00
Thierry Crozat 8cb9eebd8a ENGINES: Improve update of the Unknown Game Dialog when the overlay size changes
Previously the dialog was not resized and was just recentered on the screen.
Now it is properly resized as well.
2018-04-29 21:47:10 +01:00
Thierry Crozat cf529f311f ENGINES: Use ScrollContainerWidget in unknown game dialog
This should fix issues when the text to display in the dialog is too
big to fit on the screen.
2018-04-29 21:47:10 +01:00
Lothar Serra Mari e3ffdb4ca1 GUI: Disable the button for reporting a unknown game directly to the bugtracker for now 2018-04-29 21:47:10 +01:00
Lothar Serra Mari 451cf2304f ENGINES: Show the unknown Game dialog only when the detector is launched by the Add Game feature 2018-04-29 21:47:10 +01:00
Lothar Serra Mari 4220e14522 ENGINES: Add a dialog for reporting unknown games
Thanks to the great help of @criezy, here's my implementation of an GUI
dialog that appears when an unknown game is detected.

Features:
 - Allows copying the data collected by game detector to the clipboard
 - Allows opening the bug tracker and pre-filling the form fiels

This closes https://bugs.scummvm.org/ticket/10435.
2018-04-29 21:47:10 +01:00
Paul Gilbert a23216fbfc XEEN: Further fix for movement checks when strafing indoors 2018-04-29 16:44:36 -04:00
Paul Gilbert 432d5fea30 XEEN: Fix original bug prematurely resetting WEAK condition 2018-04-29 14:30:08 -04:00
Paul Gilbert 7798de5bc6 XEEN: Fix opening Other Options menu after canceling loading a save 2018-04-29 13:20:47 -04:00
Simei Yin ba1329094c SLUDGE: Remove unused global variable dialogValue 2018-04-29 09:57:32 +02:00
Simei Yin 4b271c6e7c SLUDGE: Remove global variable fadeMode and move transition functions to GraphicsManager 2018-04-29 09:57:32 +02:00
Simei Yin 8b91fe536c SLUDGE: Remove global variable saveEncoding and refactor CustomSaveData features 2018-04-29 09:57:32 +02:00
Adrian Frühwirth 5d1ed6d68f PRINCE: Update detected game titles 2018-04-29 08:57:23 +02:00
Paul Gilbert d5acefa023 XEEN: Further simplification in checkMoveDirection 2018-04-28 19:15:45 -04:00
Strangerke b9e8320de7 LILLIPUT: Fix another regression 2018-04-29 00:55:52 +02:00