118904 Commits

Author SHA1 Message Date
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 a33b9877c1573cbc636d4a7d23e731805ee34e02.
2021-05-31 22:26:15 +03:00
Alex Bevilacqua
4e3c5e2530 ASYLUM: rename detection_table.h
All engines use the plural "detection_tables.h"
2021-05-31 18:24:52 +03:00
alxpnv
d053c8b494 ASYLUM: fix save slot index out of range 2021-05-31 15:02:59 +03:00
Matthew Duggan
e749fb56c8 ULTIMA8: Wire up one No Regret intrinsic (isSfxPlayingForObject) 2021-05-31 20:52:06 +09:00
Matthew Duggan
f49f2dfde7 ULTIMA8: Add BoboBoomer and RollingThunder processes from No Regret
Also add the customizations to the tookHit function that exist in No Regret -
particularly, different SFX that get played depending on the NPC shape.

RollingThunder is just a stub process for now - needs implementing.
2021-05-31 20:51:46 +09:00
Matthew Duggan
d4e5b427dc ULTIMA8: JANITORIAL: Comments 2021-05-31 20:44:23 +09:00
Matthew Duggan
58ab4d42a0 ULTIMA8: Still play Cruader cutscene on invalid object
In Mission 5, one cutscene passes an invalid object.
2021-05-31 20:44:23 +09:00
antoniou79
8be60bb257 BLADERUNNER: Special mark for clues shared with Mainframe
These changes are for Restored Content

The special mark is a different background color, and applies only in KIA when hacked with Bob's hack.
Also tweaked the Mainframe voiceover reporting "no clues transferred" to refer to both uploading and downloading
and only play once at the end (when applicable)
2021-05-31 13:24:05 +03:00
ScummVM-Translations
3ecc44e4d3 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 06:25:01 +00:00