85255 Commits

Author SHA1 Message Date
George Kormendi
bdcc801c09 I18N: Update translation (Hungarian)
Currently translated at 100.0% (972 of 972 strings)
2018-05-01 05:55:36 +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
Bastien Bouclet
7382af32be GUI: Make the tab completion case insensitive in the debug console
It made little sense for the tab-completion to be case sensitive while
command execution itself is case insensitive.
2018-04-30 20:31:44 +02:00
Thierry Crozat
0e9dc86150 I18N: Update translations templates 2018-04-30 15:03:16 +02:00
Ben Castricum
3b543efc53 I18N: Update translation (Dutch)
Currently translated at 100.0% (972 of 972 strings)
2018-04-30 15:03:09 +02:00
Adrian Frühwirth
706bfc671b Revert "ENGINES: Use ScrollContainerWidget in unknown game dialog"
This reverts commit cf529f311f0be1332f6286b95741160e85651441.
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 8cb9eebd8a8f7cae2dbb68ad3398f444426929c1.
2018-04-30 15:01:44 +02:00
Adrian Frühwirth
fe01a55569 Revert "ENGINES: Fix code formatting"
This reverts commit ffa6351289a8e2adabebaf32a99e9500d1747c12.
2018-04-30 15:01:39 +02:00
Ben Castricum
56459dd8e9 I18N: Update translation (Dutch)
Currently translated at 100.0% (972 of 972 strings)
2018-04-30 15:00:42 +02:00
Paolo Bossi
d910735b74 I18N: Update translation (Italian)
Currently translated at 100.0% (972 of 972 strings)
2018-04-30 14:52:34 +02:00
Thierry Crozat
9c0169fe5c I18N: Regenerate translations data file 2018-04-30 05:05:06 +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
359e7d53b2 I18N: Update translation (French)
Currently translated at 99.8% (971 of 972 strings)
2018-04-29 23:25:46 +02:00
Thierry Crozat
ffa6351289 ENGINES: Fix code formatting 2018-04-29 22:25:10 +01:00
Thierry Crozat
3d1baef575 I18N: Update translations templates 2018-04-29 22:48:02 +02: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
Lothar Serra Mari
05c1e593c0 COMMON: Add hasInstance() bool to singleton class 2018-04-29 21:47:10 +01:00
Thierry Crozat
6ab6d76792 GUI: Add copy to clipboard shortcut for EditableWidget 2018-04-29 21:47:10 +01:00
Thierry Crozat
e79fc3ac76 OSX: Handle encoding conversion for clipboard text 2018-04-29 21:47:10 +01:00
Thierry Crozat
0dae57ab2f SDL: Handle encoding conversion for clipboard text 2018-04-29 21:47:10 +01:00
Thierry Crozat
3fe0e3c38e OSYSTEM: Add API to copy text to clipboard
This has also been implemented for the SDL2 and macOS backends.
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
Thierry Crozat
e403167d03 IOS: Consolidate build instructions with the wiki
This replaces obsolete instructions to build ScummVM in the README.md
file with a link to the instructions on the wiki. The wiki has also
been updated with additional information that were contained in the
README.md.

and the wiki has been updated with additional instructions.
2018-04-29 11:56:18 +01: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
Adrian Frühwirth
92f739d53d JANITORIAL: Fix whitespace 2018-04-29 00:16:42 +02:00
Thierry Crozat
4995787da3 I18N: Update translations templates 2018-04-29 00:07:06 +02:00
Paul Gilbert
c2cdb2808d XEEN: Implement changes needed for World of Xeen 2 CD talkie 2018-04-28 18:06:23 -04:00
Paul Gilbert
d25335405c XEEN: Mark the supported games for testing 2018-04-28 16:50:55 -04:00
Paul Gilbert
730de448db XEEN: Revert removal of movement check code; it was necessary after all 2018-04-28 16:33:10 -04:00
Paul Gilbert
bd5d097286 XEEN: Move Detect Monsters dialog logic into a dialogs_spells.cpp class 2018-04-28 16:21:30 -04:00
Paul Gilbert
e0c7335ea4 XEEN: Cleanup and fixes for control arrow movement 2018-04-28 14:12:17 -04:00
Simei Yin
728caa795a SLUDGE: Replace linked list by Common::List in PeopleManager 2018-04-28 14:42:20 +02:00
Paul Gilbert
dcbb194640 XEEN: Fix rendering of Detect Monsters spell 2018-04-28 06:52:07 -04:00
Paul Gilbert
461171ced1 XEEN: Move some few overlooked strings and spell array into xeen.ccs 2018-04-27 20:45:20 -04:00
Paul Gilbert
3955a38923 XEEN: Fix World of Xeen ending sequence 2018-04-27 20:23:39 -04:00
Paul Gilbert
0dde061111 XEEN: Add script patch to remove statue floating off SE Clouds map corner 2018-04-27 19:53:53 -04:00
Simei Yin
657f3f8126 SLUDGE: Replace linked list by Common::List in SpeechManager 2018-04-27 19:48:29 +02:00