Commit Graph

118812 Commits

Author SHA1 Message Date
ysj1173886760
c84f16ca22 GRAPHICS: MACGUI: fix the coordinate calculating, bring the mactext selection work again 2021-06-03 13:19:10 +02:00
Marcel Souza Lemes
b0feaafdce I18N: Update translation (Portuguese (Brazil))
Currently translated at 100.0% (1642 of 1642 strings)
2021-06-03 03:25:17 +00:00
SupSuper
fa5149e3ac COMMON: Fix old GCC compilation 2021-06-03 03:50:51 +01:00
Thierry Crozat
1e51093102 Revert "OPENGL: Fix aspect ratio bug when switching render"
This reverts commit 8af0b8baa5.

That commit introduced a regression causing toggling the
aspect ratio correction using the hotkey to be ignored. And
I checked that reverting the commit did not reintroduced the
bug that it was supposed to fix. However since commit ceca0b5ae
the window size in OpenGL mode no longer depends on whether
the Aspect Ratio correction is enabled or not.
2021-06-02 21:50:18 +01:00
Strangerke
43098ca47b CRYO: Save Preferred Subtitle Language to config, load it in InitPrefs instead of using the default language 2021-06-02 21:33:08 +01:00
Strangerke
996e2386b6 CRYO: Fix crash in showMovie 2021-06-02 21:31:45 +01:00
Orgad Shaneh
3b05a52588
SCUMM: Workaround missing subtitle in The Dig (#3014)
Fixes #4410
2021-06-02 21:59:50 +03:00
alxpnv
0dbc280f1c ASYLUM: add vertex check to Polygon::contains()
This resolves an issue with auto-walking to a towel in Chapter 1
2021-06-02 14:45:04 +03:00
ScummVM-Translations
66276656f2 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-06-02 05:35:43 +00:00
SupSuper
e3d082df65 MSVC: Add compiler printf validation 2021-06-02 08:35:31 +03:00
ScummVM-Translations
4dbeda0f56 I18N: Update translations templates 2021-06-01 22:21:47 +00:00
lb_ii
b9f4e1a6bd ACHIEVEMENTS: Mark const methods as const 2021-06-02 01:21:37 +03:00
lb_ii
080b8dad89 GUI: Remove mistakenly used _("string") 2021-06-02 01:21:37 +03:00
antoniou79
86d023931e BLADERUNNER: Minor optimizations for vqa decoder
To be tested on ports. Might not make any difference whatsoever.
2021-06-02 00:39:56 +03:00
antoniou79
22bd6da6f3 BLADERUNNER: Expand comments on two clues
kClueRunciterConfession1 and kClueCrazylegsInterview1
2021-06-02 00:34:23 +03:00
Torbjörn Andersson
f6bac7b6c6 AGOS: Fix restoreBlock() regression
The whole restoreBlock() function looked strange. It said it took x, y,
w and h, but it seems pretty clear that what it expects is left, top,
right and bottom.

Except in one case, where the order of the parameters had been swapped.

The most visible result of all this was that The Feeble Files crashed
when you pressed the "Off" button in the Oracle interface.

I've changed the names of the parameters, and that one strange call, and
changed how the function calculates the dirty rect. Hopefully that
should be correct.
2021-06-01 22:22:47 +01:00
jepael
5bc9d05467 I18N: Update translation (Finnish)
Currently translated at 100.0% (1643 of 1643 strings)
2021-06-01 19:36:53 +00:00
Lothar Serra Mari
462a3346b4 I18N: Update translation (German)
Currently translated at 100.0% (1643 of 1643 strings)
2021-06-01 19:36:49 +00:00
SupSuper
edb6d99b53 DETECTION: Clear MD5 cache when starting games
This fixes the cache being preserved between different game starts
2021-06-01 19:14:45 +02:00
Scott Percival
84d2f0db8f DIRECTOR: Add sanity checks for starting/stopping video 2021-06-01 22:04:45 +08:00
Antoniou Athanasios
2e03836415 I18N: Update translation (Greek)
Currently translated at 100.0% (1643 of 1643 strings)
2021-06-01 10:17:11 +00:00
IlDucci
4064616cf8 I18N: Update translation (Spanish)
Currently translated at 100.0% (1643 of 1643 strings)
2021-06-01 09:32:20 +00:00
alxpnv
5232b84877 ASYLUM: disable used keywords in dialogs 2021-06-01 11:38:38 +03:00
Marcel Souza Lemes
64bc9fb9c5 I18N: Update translation (Portuguese (Brazil))
Currently translated at 100.0% (1643 of 1643 strings)
2021-06-01 07:17:03 +00:00
Purple T
a14fb51690 I18N: Update translation (French)
Currently translated at 100.0% (1643 of 1643 strings)
2021-06-01 07:17:02 +00:00
Antoniou Athanasios
2b869aa026 I18N: Update translation (Greek)
Currently translated at 99.9% (1642 of 1643 strings)
2021-06-01 07:16:51 +00:00
ScummVM-Translations
bde92c141b 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-05-31 23:39:44 +00:00
D G Turner
02069d0f9d TRECISION: Fix Signed vs. Unsigned GCC Compiler Warning 2021-06-01 00:39:51 +01:00
ScummVM-Translations
54d0470b26 I18N: Update translations templates 2021-05-31 23:21:03 +00:00
lb_ii
e195288710 WINTERMUTE: Add NOSTATS to achivements tables 2021-06-01 02:20:53 +03:00
lb_ii
e2f8b22f6c TWINE: Add NOSTATS to achievements tables 2021-06-01 02:20:53 +03:00
lb_ii
3ad6a77daf AGS: Add missing #undef 2021-06-01 02:20:53 +03:00
lb_ii
d7afb6408a GUI: Fix minor issues for code review 2021-06-01 02:20:53 +03:00
lb_ii
9c699358ea ACHIEVEMENTS: Make getStatRaw() const 2021-06-01 02:20:53 +03:00
lb_ii
4bea32377e GUI: Remove unused code at achievements controls 2021-06-01 02:20:53 +03:00
lb_ii
7926fba77a TESTBED: Add sample test run statistics 2021-06-01 02:20:53 +03:00
lb_ii
8d448e74bb AGS: Print warnings on unimplemented achievements methods 2021-06-01 02:20:53 +03:00
lb_ii
8e6f6ff80d AGS: Implement AGS2Client::get_Initialized for some games 2021-06-01 02:20:53 +03:00
lb_ii
62132e5bc6 AGS: Fix a misprint in achievements table 2021-06-01 02:20:53 +03:00
lb_ii
e11ef2f21e ACHIEVEMENTS: Add more traces 2021-06-01 02:20:53 +03:00
lb_ii
2cfbc9bd43 ACHIEVEMENTS: Add API for getting raw string value for stats 2021-06-01 02:20:53 +03:00
lb_ii
3ea4faeab7 GUI: Add Statistics dialog to game options 2021-06-01 02:20:53 +03:00
lb_ii
ebf6c3973a DEVTOOLS: Collect stats info at steam_achievements.py 2021-06-01 02:20:53 +03:00
lb_ii
b6fddd9148 AGS: Add stats descriptions to AchievementsInfo 2021-06-01 02:20:53 +03:00
lb_ii
ea18561650 ACHIEVEMENTS: Extend AchievementsInfo, set stats initial value 2021-06-01 02:20:53 +03:00
Thierry Crozat
e04fca8b30 GLK: Remove unnecessary TTS push state and pop state 2021-05-31 23:44:39 +01:00
Thierry Crozat
c54bd2faf2 AGS: Implement pivot_sprite and rotate_sprite 2021-05-31 23:44:39 +01:00
SupSuper
721b7376bb COMMON: Clean up ReadStream::readString 2021-05-31 23:04:06 +01:00
SupSuper
2ffcd00393 TRECISION: BM files are always little-endian 2021-05-31 21:37:37 +01:00
Filippos Karapetis
f25b899e1d Revert "TRECISION: Fix drawing of the first Smacker frame in some animations"
This reverts commit a33b9877c1.
2021-05-31 22:26:15 +03:00