86331 Commits

Author SHA1 Message Date
Eugene Sandulenko
bb2f218fa1 ZVISION: Fix atan2() arguments order. CID 1394387 2018-07-23 23:46:06 +02:00
Lothar Serra Mari
0ec245b97b I18N: Update translation (German)
Currently translated at 97.9% (969 of 989 strings)
2018-07-23 23:28:36 +02:00
Eugene Sandulenko
5ceb3be771 ILLUSIONS: Fix copy/paste bug. CID 1394433 2018-07-23 23:27:50 +02:00
Eugene Sandulenko
c48489f6d2 GRAPHICS: MACGUI: Restore screen on exiting from menu 2018-07-23 14:47:46 +02:00
Eugene Sandulenko
6fc6ce3ac4 PINK: Rely on MacWindoManager to restore screen after menu 2018-07-23 14:47:27 +02:00
Timo Mikkolainen
88ca3cd074 I18N: Update translation (Finnish)
Currently translated at 100.0% (989 of 989 strings)
2018-07-23 10:33:56 +02:00
Cameron Cawley
c52addd001 RISCOS: Use a variable for the application name 2018-07-23 09:36:46 +02:00
Bastien Bouclet
d2acf0cef1 GUI: Sync the embedded classic theme 2018-07-23 07:39:20 +02:00
Thierry Crozat
e1e9d67e60 I18N: Regenerate translations data file 2018-07-23 05:05:03 +02:00
George Kormendi
d0b7c1f218 I18N: Update translation (Hungarian)
Currently translated at 100.0% (989 of 989 strings)
2018-07-23 04:25:16 +02:00
Thierry Crozat
ac0e0a56d8 I18N: Update translation (French)
Currently translated at 100.0% (989 of 989 strings)
2018-07-22 22:35:23 +02:00
Thierry Crozat
69e8667b73 I18N: Update translations templates 2018-07-22 22:30:02 +02:00
Thierry Crozat
0b6ef93b85 GUI: Use consistent capitalization for options
As discussed on the mailing list we should use title capitalization
only for push buttons and tabs and use sentence capitalization for
everything else.
2018-07-22 21:28:12 +01:00
Andrei Prykhodko
1832dd0bab PINK: fixed starting new game from menu in pda state 2018-07-22 21:33:48 +03:00
Andrei Prykhodko
c06e2abfb0 PINK: added menu commands 2018-07-22 21:26:09 +03:00
Andrei Prykhodko
f4eda44186 GRAPHICS: MACGUI: fixes for menu parser from win exe 2018-07-22 21:19:02 +03:00
Andrei Prykhodko
62c66bc67a GRAPHICS: MACGUI: added unicode submenu rendering 2018-07-22 20:37:44 +03:00
Andrei Prykhodko
71e933e778 GRAPHICS: MACGUI: fixed engine unpausing after releasing mouse 2018-07-22 20:12:37 +03:00
Thierry Crozat
cd90a9c13d I18N: Update translations templates 2018-07-22 13:22:24 +02:00
Thierry Crozat
cad1672ee7 GUI: Fix crash when accessing options from GMM 2018-07-22 12:22:01 +01:00
Andrei Prykhodko
997694b329 GRAPHICS: MACMENU: added missing field initialization 2018-07-22 12:48:15 +03:00
Thierry Crozat
cfe176a4f5 I18N: Update translations templates 2018-07-22 01:05:19 +02:00
Thierry Crozat
182a87f81c GUI: Use ScrollContainer in graphics tab
This fixes bug #10634 - GUI: Options cutoff for Edit Game when
Graphics mode is x2 or less
2018-07-22 00:01:01 +01:00
Bastien Bouclet
8f9daa906c
Merge pull request #1257 from dafioram/mohawkRivenAutosaveCredits
MOHAWK: RIVEN: Don't allow autosaving during credits
2018-07-21 21:31:40 +02:00
Andrei Prykhodko
cd87d76932 PINK: added more debug output, removed unneeded 2018-07-21 19:40:12 +03:00
David Fioramonti
3299402a23 HOHAWK: RIVEN: Don't allow autosaving after credits have finished
There is a brief period after the credits finish, but before the engine
closes that autosaving can happen.

Fixes Trac#10635.
2018-07-21 07:45:39 -07:00
Andrei Prykhodko
cb3945cf4f PINK: hid debug output under channels and levels 2018-07-21 16:23:57 +03:00
Andrei Prykhodko
8a3936b321 PINK: removed unused method 2018-07-21 16:18:13 +03:00
Andrei Prykhodko
7cc0e833f2 PINK: implemented creating menu from executable 2018-07-21 15:12:23 +03:00
Eugene Sandulenko
a8369132d6 MACVENTURE: Fix warning 2018-07-21 13:24:17 +02:00
David Fioramonti
45137f34df PINK: Set engine playtime to playtime in saved game
Before the playtime was starting over when ScummVM was closed and
reopened instead of starting off with the playtime in the saved game.
2018-07-21 13:15:14 +02:00
David Fioramonti
9d88afe6bf GRAPHICS: Add playtime in milliseconds to SaveStateDescriptor
This will make setting the playtime for the engine easier since
the current savestate stores it as a string.

This value gets set at the same time that the string playtime gets set.
2018-07-21 13:15:14 +02:00
Eugene Sandulenko
f515393a74 GRAPHICS: MACGUI: Fix color searching 2018-07-21 12:52:32 +02:00
Andrei Prykhodko
1b2892e921 PINK: fixed warning 2018-07-21 13:48:23 +03:00
Eugene Sandulenko
359609353a GRAPHICS: MACGUI: Fix compilation 2018-07-21 12:20:57 +02:00
Eugene Sandulenko
e6b61c3874 ILLUSIONS: Fix warnings 2018-07-21 12:15:05 +02:00
Andrei Prykhodko
99f458dafa GRAPHICS: MACMENU: added menu parser from Win32 PE executable 2018-07-21 12:16:54 +03:00
Andrei Prykhodko
df63dea4b6 GRAPHICS: MACMENU: added partial unicode support
It misses renderSubmenu impl and accelerator rendering
2018-07-21 12:16:54 +03:00
Bastien Bouclet
1f914ea759 MOHAWK: MYST: Don't call the mouse up handler if executeMouseUp was used
Fixes Trac#10573.
2018-07-21 09:56:33 +02:00
Torbjörn Andersson
04585b60ec AGOS: Silence GCC 8 warning
Since 'filename' is 'baseName', plus a file extension, make the
'filename' buffer larger than the 'baseName' buffer. Even though
this almost certainly means that the 'filename' buffer is now
quite a bit larger than it needs to be, I don't think there's any
reason to quibble about it.
2018-07-21 09:23:06 +02:00
Bastien Bouclet
b8abe40085 VIDEO: QT: Make sure all the edits are in the media bounds
In the Spanish version of Riven, the last edit of the video ogk.mov
ends one frame after the end of the media causing the playback to fail
without this check.

Fixes Trac#10633.
2018-07-21 08:02:40 +02:00
Paul Gilbert
af6034efcd ACCESS: MM: Implement proper game data and fonts in access.dat 2018-07-20 19:05:56 -07:00
Andrei Prykhodko
b6dc832346 PINK: sync with MACGUI changes 2018-07-20 22:05:46 +03:00
Andrei Prykhodko
da34d0dce2 GRAPHICS: MACGUI: moved engine ptr, pause callback to private section 2018-07-20 22:05:46 +03:00
Andrei Prykhodko
8a27ac879e GRAPHICS: MACGUI: added initialization of engine ptr 2018-07-20 22:05:46 +03:00
Eric Fry
848b5a5ff5 ILLUSIONS: Formatting fixes 2018-07-20 06:43:33 +00:00
Eric Fry
baf8011b07 ILLUSIONS: Fix merge error. 2018-07-20 06:43:33 +00:00
johndoe123
565de60234 ILLUSIONS: Clean up/fix some TODOs
(cherry picked from commit 66094e4)
2018-07-20 06:43:33 +00:00
johndoe123
617e9439cf ILLUSIONS: DUCKMAN: Implement MIDI music fading
(cherry picked from commit 056b303)
2018-07-20 06:43:33 +00:00
johndoe123
aee54f4bca ILLUSIONS: Minor cleanup
(cherry picked from commit 9abaa9e)
2018-07-20 06:43:33 +00:00