72281 Commits

Author SHA1 Message Date
Ori Avtalion
be1fdf59bb GUI: When dialogs gain focus, inform them of the current mouse position
Previously, they only reacted to the mouse position once it was moved.
This meant that if the cursor was on a button that just gained focus,
it did not highlight.

Fixes #7101.
2016-04-06 17:51:30 +03:00
Lothar Serra Mari
8fa543f58f GUI: Increase update screen rate to 60Hz 2016-04-05 20:31:24 +01:00
Lothar Serra Mari
841f87bf47 GUI: Update _lastRedraw before calling updateScreen
This reduces the cursor lags on some systems.
2016-04-05 20:31:15 +01:00
Eugene Sandulenko
6775d86d06 WAGE: Fix bugs in original, when people mistype storage scene name 2016-04-05 18:48:29 +02:00
Eugene Sandulenko
644b4dcd0b WAGE: Fixed moving objects to random scene 2016-04-05 18:35:36 +02:00
Eugene Sandulenko
dee6957c31 WAGE: Fix window overlap 2016-04-05 18:19:23 +02:00
Eugene Sandulenko
63e55cefd4 WEB: Put Sparkle appcast to a standard place 2016-04-05 15:27:28 +02:00
Eugene Sandulenko
2c89f3b3d8 WAGE: Order scene and console drawing depending on what is active 2016-04-05 09:57:30 +02:00
Eugene Sandulenko
7555d041b5 WAGE: Split scene and console drawing 2016-04-05 09:39:16 +02:00
Eugene Sandulenko
2a3c4cc160 WAGE: Added 4 more detection entries.
Only Disk and SEA archives are left unprocessed. Once this is finished
I will put both originals and extracted archives online.
2016-04-05 09:31:39 +02:00
Eugene Sandulenko
e027225b42 WAGE: Added three more fangames to detection 2016-04-05 09:23:00 +02:00
Eugene Sandulenko
09515ba70b WAGE: Added 3 more games to detection 2016-04-04 18:46:59 +02:00
Eugene Sandulenko
2b2b1e8473 WAGE: Added 2 more games to detection 2016-04-04 11:13:22 +02:00
Eugene Sandulenko
a652dd7454 WAGE: 4 more games to detection 2016-04-04 11:13:22 +02:00
Eugene Sandulenko
7653efa5fe WAGE: More games added to detection 2016-04-04 11:13:22 +02:00
Eugene Sandulenko
0f55fc9246 UPDATES: Use www.scummvm.org to avoid redirects 2016-04-03 23:10:55 +02:00
Eugene Sandulenko
0925e9cd29 UPDATES: Fix endless loop 2016-04-03 23:10:55 +02:00
Thierry Crozat
717840b006 I18N: Regenerate translations data file 2016-04-03 17:56:45 +01:00
Thierry Crozat
9d26dfbd18 I18N: Update French translation 2016-04-03 17:56:28 +01:00
Lothar Serra Mari
c541f925a8 NEWS/DE: Fix typo in German NEWS file 2016-04-03 15:56:47 +02:00
Lothar Serra Mari
5acf8bca4e I18N/DE: Fix typo in GUI translation 2016-04-03 15:15:44 +02:00
Lothar Serra Mari
3a52a9907e I18N/DE: Improve GUI translation for Myst
The new translations are taken directly from the original menus
in the German edition of Myst: Masterpiece Edition
2016-04-03 14:23:23 +02:00
Lothar Serra Mari
9addeaa00f I18N/DE: Translate string referring to Myst flyby movie 2016-04-03 14:03:24 +02:00
athrxx
97a69022fd KYRA: (LOL) fix bug #7104 (LOL-CD: mixing sfx and voice mode does not work) 2016-04-03 13:06:16 +02:00
Eugene Sandulenko
d643036c20 Merge pull request #735 from sev-/updates-gui
UPDATES: Add GUI. Opt-in dialog and Options
2016-04-03 11:38:06 +02:00
Bastien Bouclet
c8bb597e67 MOHAWK: Fix endianness issue in Myst opcode 30
The previous code was reading data of the system's endianness as little endian.
Now the data is converted to little endian before it is read.

Attempt to fix #7100.
2016-04-03 08:11:56 +02:00
Bastien Bouclet
9db3f69f5e MOHAWK: Switch to slot based save file naming for Myst
Myst previously used the user provided description as the save filename.
This was not working when the user entered chacacters forbidden by the
filesystem.

The actual save format has not changed. Old saves are still compatible,
but must be renamed to 'myst-###.mys' and 'myst-###.mym'.

Fixes 7106.
2016-04-03 08:11:56 +02:00
Johannes Schickel
7a290757a8 Merge pull request #739 from salty-horse/comi_object_labels_setting
SCUMM: Add checkbox for object_labels setting in "Edit Game" dialog
2016-04-02 23:12:35 +02:00
Eugene Sandulenko
98f0be39e2 Merge pull request #743 from fuzzie/apple2-platform
COMMON: Add Apple II platform
2016-04-02 23:08:39 +02:00
Alyssa Milburn
0dd3563085 COMMON: Add Apple II platform 2016-04-02 21:57:48 +02:00
Thierry Crozat
dd6372ee1e I18N: Regenerate translations data file 2016-04-02 13:46:26 +01:00
Thierry Crozat
01f43c1f1b I18N: Update Hungarian translation (patch #1645) 2016-04-02 13:46:10 +01:00
Thierry Crozat
5cac63d6d5 I18N: Merge recent changes from scummvm.pot into German po file 2016-04-02 13:37:05 +01:00
Thierry Crozat
886ca7c096 CREDITS: Adding myself as OS X packager 2016-04-02 13:33:33 +01:00
Eugene Sandulenko
5baa657f25 UPDATES: Remove an unneeded check 2016-04-01 21:32:16 +02:00
Eugene Sandulenko
a743ec2e07 UPDATES: Implement and use method for normalizing interval value to accepted values 2016-04-01 21:29:29 +02:00
Eugene Sandulenko
14478a65f1 UPDATES: Added documentation to new methods 2016-04-01 21:19:15 +02:00
Eugene Sandulenko
8d6fdaa46f I18N: Add update files to POTFILES 2016-04-01 21:10:28 +02:00
Ori Avtalion
cf73ea5395 SCUMM: Expose COMI's object_labels setting as an extra GUI option 2016-04-01 21:38:50 +03:00
Bastien Bouclet
eba01f7c5f I18N: Update translations template from source code 2016-04-01 19:29:02 +02:00
Bastien Bouclet
1507bf0b06 I18N: Fix a syntax error in the german PO file 2016-04-01 19:29:02 +02:00
Bastien Bouclet
0366312228 MOHAWK: Add detection.cpp to POTFILES
Fixes #7102
2016-04-01 19:29:02 +02:00
Eugene Sandulenko
cf90742a48 WAGE: Added one more Puzzle Search variant 2016-04-01 19:11:10 +02:00
Eugene Sandulenko
7e6c50ea69 WAGE: Three more game variants 2016-04-01 19:08:27 +02:00
Eugene Sandulenko
b856aa8419 WAGE: 5 more game variants 2016-04-01 19:02:19 +02:00
Eugene Sandulenko
eb21b1e617 WAGE: Added more game variants 2016-04-01 18:53:55 +02:00
Eugene Sandulenko
307c8b0ecb DEVTOOLS: Put script which is used for preserving WAGE games 2016-04-01 11:35:00 +02:00
Eugene Sandulenko
a4bf64fecd UPDATES: Normalize updates_check value 2016-03-31 15:38:00 +02:00
Eugene Sandulenko
33dc840d2f UPDATES: Normalize update intervals at setting 2016-03-31 15:34:50 +02:00
Eugene Sandulenko
ed3f936287 GUI: Sync built-in theme 2016-03-31 13:59:56 +02:00