Eugene Sandulenko
a42f81af5a
ZVISION: Add detection for unsupported Mac version. Bugreport #11755
2021-04-22 18:41:15 +02:00
ScummVM-Translations
e24b178b55
I18N: Update translations templates
2021-04-22 13:36:58 +00:00
Eugene Sandulenko
5350f36dd0
GLK: JACL: Mark non-working entries. Exit gracefully on bad gamedata load
2021-04-22 15:36:32 +02:00
Eugene Sandulenko
f4a021b01c
JANITORIAL: Remove trailing spaces
2021-04-22 15:36:32 +02:00
Eugene Sandulenko
4b35c1ed7d
GLK: JACL: Added detection entries. Bugreport #11653
2021-04-22 15:36:32 +02:00
Eugene Sandulenko
896eb1086e
GLK: GLULX: Remove duplicate gameids
2021-04-22 15:36:31 +02:00
Eugene Sandulenko
085069babe
AGOS: Added detection for French Amiga waxworks. Bugreport #11597
2021-04-22 15:36:31 +02:00
Eugene Sandulenko
b8784aa54a
KYRA: Added unsupported entry for Amiga Italian kyra1. Bugreport #11596
2021-04-22 15:36:31 +02:00
Eugene Sandulenko
c09afbab47
GOB: Added detection for Spanish Amiga geisha. Bugreport #11595
2021-04-22 15:36:31 +02:00
Eugene Sandulenko
29d8a8c4f2
GOB: Added detection for German Amiga geisha. Bugreport #11594
2021-04-22 15:36:31 +02:00
Eugene Sandulenko
ca621efeef
GOB: Added detection for French Amiga geisha. Bugreport #11593
2021-04-22 15:36:31 +02:00
Eugene Sandulenko
aa1274ca31
GOB: Added detection for Amiga Spanish fascination. Bugreport #11592
2021-04-22 15:36:31 +02:00
Eugene Sandulenko
a2114f68d6
GOB: Added detection for Spanish Amiga ween. Bugreport #11591
2021-04-22 15:36:30 +02:00
Eugene Sandulenko
88780c3b0f
GLK: GLULX: Added more detection entries. Bugreport #11583
2021-04-22 15:36:30 +02:00
Matthew Duggan
f27a567e91
ULTIMA8: Tiny Crusader snap adjustment to be more accurate to original
2021-04-22 21:39:18 +09:00
Matthew Duggan
dcfe41a6a5
ULTIMA8: Crusader: Controlled NPC is never a best target.
2021-04-22 21:37:22 +09:00
Matthew Duggan
96592c56f9
ULTIMA8: Fix saving of alert flag
2021-04-22 21:37:22 +09:00
Matthew Duggan
72864946d2
ULTIMA8: Test retreating in Crusader to reproduce original game behavior
2021-04-22 21:37:22 +09:00
Matthew Duggan
716f15806b
ULTIMA8: Avoid null pointer in Crusader when controlled robot dies
2021-04-22 21:37:22 +09:00
Matthew Duggan
15117a32e4
ULTIMA8: Avoid invalid directions in Crusader
2021-04-22 21:37:22 +09:00
Matthew Duggan
18c699ed2a
ULTIMA8: Remove stale gravity pid from avatar to avoid getting stuck
...
This has happened to me during testing. I'm not sure how it got into this state
but this simple workaround will help avoid getting stuck.
2021-04-22 21:37:22 +09:00
Matthew Duggan
0a5de3dce7
ULTIMA8: Disable certain Crusader commands during robot control
2021-04-22 21:37:22 +09:00
VAN-Gluon
5eaa75fac6
I18N: Update translation (Japanese)
...
Currently translated at 97.9% (1601 of 1634 strings)
2021-04-22 12:25:00 +00:00
Thierry Crozat
9353b71de0
AGS: Fix crash in some games when quitting
...
The crash occured in game_loop_do_late_update called from
UpdateGameOnce if a QUIT event was previously processed in
game_loop_check_controls.
2021-04-22 02:55:33 +01:00
ScummVM-Translations
b373f80fe2
I18N: Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: ScummVM/scummvm
Translate-URL: https://translations.scummvm.org/projects/scummvm/scummvm/
2021-04-22 01:27:44 +00:00
Thierry Crozat
aa2c73d3ff
AGS: Add detection entries for Off The Clock
2021-04-22 02:27:19 +01:00
ScummVM-Translations
e2db00a01b
I18N: Update translations templates
2021-04-22 01:11:03 +00:00
Thierry Crozat
32c9ed7102
GUI: Do not list temporary targets in the launcher
...
When starting a game from the command line for a target that had
not previously been added, a temporary target is created. When
subsequently returning to the launcher, it would attempt to
include that temporary target in list of games (and crash when
trying to get the path with an unknown key error as those
temporary targets do not have a path value set, which is actually
how I noticed the issue).
2021-04-22 02:07:23 +01:00
Thierry Crozat
97f8a4e42e
GUI: Fix getEditRect and implify rect handling in EditTextWidget
...
The same rect was hardcoded in three different places. Now it is
only in getEditRect and the other places use getEditRect.
There were actually differences between the rect width, but I put
that down to a bug in getEditRect. I see no reason to define the
right position of the rect as w - 2 - right_padding - left_padding.
Substracting the left padding would make sense if we were
specifying the rect width, but the Common:Rect constructor takes
the rect right location and not the width. There might have been
a confusion on that point by the developer who wrote that code
years ago. Also has the bottom right point is excluded, we should
only remove 1 and not 2.
This width that was smaller than it should be might have been the
reason why 6 additional pixels were arbitrarily added to the rect
passed to setTextDrawableArea later on.
There were actually
2021-04-22 01:40:12 +01:00
Thierry Crozat
ba0dabd5ca
GUI: Fix position of character after caret
...
There was a discrepency in the vertical position of the text in
the drawText call on one hand, and in the getEditRect() and rect
passed to setTextDrawableArea() on the other. This discrepency
was introduced in commit c47b204ac
. Since getEditRect() is used
in EditableWidget::drawCaret() to draw the character after the
caret (when erasing the caret) this caused this vertical shift.
This fixes bug #12336 .
2021-04-22 01:40:12 +01:00
Eugene Sandulenko
0034b12515
MOHAWK: Added newkid demo detection. Bugreport #11577
2021-04-22 02:08:23 +02:00
Eugene Sandulenko
e578d3e033
MOHAWK: Added detection entry for grandma demo. Bugreport #11576
2021-04-22 02:08:23 +02:00
Eugene Sandulenko
7d972a73fe
GLK: AGT: Added detection for more games. Bugreport #11570
2021-04-22 02:08:23 +02:00
Cameron Cawley
2caff83e37
CONFIGURE: Allow linking with GOLD to be disabled
2021-04-21 23:34:37 +01:00
ScummVM-Translations
cc0759036a
I18N: Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: ScummVM/scummvm
Translate-URL: https://translations.scummvm.org/projects/scummvm/scummvm/
2021-04-21 22:33:36 +00:00
Eugene Sandulenko
b157a460b2
NEWS: Mention queen-amiga-de support
2021-04-22 00:33:12 +02:00
ScummVM-Translations
11cfde44c1
I18N: Update translations templates
2021-04-21 22:31:56 +00:00
Gregory Montoir
f79d41620f
QUEEN: Update queen.tbl to version 3 for German Amiga Floppy
2021-04-22 00:31:47 +02:00
Gregory Montoir
99ed3f507d
QUEEN: Add tables for German Amiga floppy version
2021-04-22 00:31:47 +02:00
ScummVM-Translations
496f9d6ef1
I18N: Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: ScummVM/scummvm
Translate-URL: https://translations.scummvm.org/projects/scummvm/scummvm/
2021-04-21 22:11:38 +00:00
Thierry Crozat
59f403510e
AGS: Allow running unknown variants of AGS games
2021-04-21 23:11:28 +01:00
Thierry Crozat
0622c9f8fb
ENGINES: Allow engines to decide if unknown variants can be run
2021-04-21 23:11:28 +01:00
ScummVM-Translations
e3d254d963
I18N: Update translations templates
2021-04-21 21:47:55 +00:00
Eugene Sandulenko
74ce26fd75
LURE: Added additional English VGA version. Doesn't run yet. Bugreport #11441
2021-04-21 23:47:36 +02:00
ScummVM-Translations
d36b529942
I18N: Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: ScummVM/scummvm
Translate-URL: https://translations.scummvm.org/projects/scummvm/scummvm/
2021-04-21 19:16:11 +00:00
rsn8887
39d396cf83
SWITCH: Fix wrong zoom in 3D games
2021-04-21 14:14:51 -05:00
Walter Agazzi
22308d119e
I18N: Update translation (Italian)
...
Currently translated at 100.0% (1634 of 1634 strings)
2021-04-21 16:37:07 +00:00
ScummVM-Translations
3703999604
I18N: Update translations templates
2021-04-21 15:25:55 +00:00
Eugene Sandulenko
06dae21146
MOHAWK: Added detection for unsupported "Dr Seuss Preschool". Bugreport #11184
2021-04-21 17:25:34 +02:00
Lothar Serra Mari
13d5add860
I18N: Update translation (German)
...
Currently translated at 99.5% (1627 of 1634 strings)
2021-04-21 11:47:55 +00:00