Paweł Kołodziejski
962d676346
GRIM: LUA: Replace numbers with macros
2022-01-16 08:30:23 +01:00
antoniou79
7e28f2d643
BLADERUNNER: Add sound to buttons in KIA save
...
The original has sound there, so this is a ScummVM specific fix
2022-01-16 00:10:39 +02:00
neuromancer
53527c463f
HYPNO: fixes in game loading and video playback when looping in spider
2022-01-15 20:25:35 +01:00
neuromancer
0c3ee33c1f
HYPNO: reset intros when loading in spider
2022-01-15 16:20:03 +01:00
neuromancer
ca14f66679
HYPNO: added missing videos between scenes in spider
2022-01-15 10:18:22 +01:00
neuromancer
f6d171b438
HYPNO: allowed to finish c6 level in spider
2022-01-14 21:05:47 +01:00
neuromancer
014b3c0431
HYPNO: use palette to target enemies
2022-01-14 20:09:18 +01:00
neuromancer
15470fca8a
HYPNO: fixed note puzzle and fixes in spider
2022-01-14 20:09:18 +01:00
Lothar Serra Mari
21b610afbb
NEWS: Update German NEWS file
2022-01-14 18:30:52 +01:00
Torbjörn Andersson
9ae63292a2
NEWS: Mention Sherlock fixes
2022-01-14 16:47:12 +01:00
Torbjörn Andersson
d372f11336
SHERLOCK: Extend Scalpel flower girl workaround
...
The same glitch that happens with the flower girl also happens with the
housekeeper: Walking nearby triggers a conversation, but doesn't abort
the current action. This can cause the UI to get corrupted.
At least for the housekeeper, this does not happen with the original
interpreter. I have no idea why.
2022-01-14 16:45:17 +01:00
Torbjörn Andersson
369e1b38d4
SHERLOCK: Fix Scalpel UI glitch (bug #13195 )
...
This would happen when examining certain room objects (ones where
printing the description was part of a custom animation) while the
inventory was open. This was a bug in the original interpreter as well.
2022-01-14 16:45:17 +01:00
ScummVM-Translations
dcc39a2133
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/
2022-01-14 10:53:42 +00:00
Orgad Shaneh
aa24872dc6
CREATE_PROJECT: Accept std::ostream in writeFileListToProject
2022-01-14 12:53:21 +02:00
Orgad Shaneh
c20f81e430
CREATE_PROJECT: Sparkle override/final
2022-01-14 12:53:21 +02:00
ScummVM-Translations
db30b4a135
I18N: Update translations templates
2022-01-14 10:41:36 +00:00
Die4Ever
76a56819a3
GROOVIE: removed debugging fixed savegame dialog
...
We don't need this dialog anymore since we know how to reproduce it. You
just need to make any move in the triangle puzzle in the chapel.
2022-01-14 04:40:51 -06:00
Die4Ever
3a0e9d98fc
GROOVIE: logic AI puzzles tweaks to easier AI and tests
2022-01-14 02:21:36 -06:00
Die4Ever
c3a82f55ba
GROOVIE: debug logging for o_keyboardaction
2022-01-14 02:21:30 -06:00
Paweł Kołodziejski
662481db00
GRIM: LUA: Cleanup variables name
2022-01-14 09:01:44 +01:00
Orgad Shaneh
be1e3a011a
CREATE_PROJECT: Use range-based for in cmake generator
2022-01-14 08:35:31 +02:00
Orgad Shaneh
cf32f6a497
CREATE_PROJECT: Leverage C++11 string literals for cmake generator
2022-01-14 06:02:13 +02:00
Orgad Shaneh
56495448b2
CREATE_PROJECT: Enable C++11
2022-01-14 06:02:13 +02:00
ScummVM-Translations
30c8682c94
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/
2022-01-14 00:36:36 +00:00
sluicebox
e0a7df681d
SCI32: Fix LSL7 Peggy crash in Russian version
...
Fixes bug #13209
2022-01-13 19:35:48 -05:00
ScummVM-Translations
a2dba53834
I18N: Update translations templates
2022-01-13 22:34:12 +00:00
antoniou79
87108db0a1
BLADERUNNER: Disable ScummVM autosaving
...
Also slightly update the cases for canSaveGameStateCurrently()
The game has its own autosave mechanism (at the start of each new Act). Also currently the label for the ScummVM autosave can be in the wrong language (since it is in the ScummVM's GUI language, but not necessarily in the game's own GUI language) and in KIA it could appear illegible as "?????? ??????" for non Latin languages.
2022-01-14 00:31:40 +02:00
Orgad Shaneh
58cb82684d
ENGINES: Fix re-autosave when the engine cannot save right now
...
_autosaveInterval is in seconds, but _lastAutosaveTime is in ms.
Reported by antoniou79.
2022-01-13 22:16:58 +02:00
Eugene Sandulenko
9dae828a38
AD: Allow mixed files path/no path in detection entries
2022-01-13 21:00:41 +01:00
Ben Castricum
00637f3c09
I18N: Update translation (Dutch)
...
Currently translated at 98.6% (1678 of 1701 strings)
2022-01-13 18:56:28 +00:00
Die4Ever
0d851a8f91
GROOVIE: triangle puzzle fixes and improved tests
2022-01-13 07:03:33 -06:00
ScummVM-Translations
5289df2322
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/
2022-01-13 08:53:11 +00:00
Die4Ever
0d364029fc
ENGINES: Fix autosave name check ( #3648 )
...
The length of the German translation for Autosave is 23 characters. Save names in Groovie are limited to 15 characters, and it's probably not the only engine with a similar limit. This meant you would get a warning on every autosave, even though you just told it to overwrite. Mminimum of 14 characters for confidence that the name is a match and not a false positive.
2022-01-13 02:52:59 -06:00
Xaviu
d794b2390a
I18N: Update translation (Catalan)
...
Currently translated at 62.1% (1057 of 1701 strings)
2022-01-13 06:26:57 +00:00
Xaviu
b45aa7e398
I18N: Update translation (Catalan)
...
Currently translated at 62.1% (1057 of 1701 strings)
2022-01-13 00:09:03 +00:00
Sergi Pérez Labernia
cb5b70c431
I18N: Update translation (Catalan)
...
Currently translated at 62.1% (1057 of 1701 strings)
2022-01-13 00:09:03 +00:00
Xaviu
e65bb94aac
I18N: Update translation (Catalan)
...
Currently translated at 62.0% (1056 of 1701 strings)
2022-01-13 00:08:37 +00:00
Sergi Pérez Labernia
dff5e0887d
I18N: Update translation (Catalan)
...
Currently translated at 62.0% (1056 of 1701 strings)
2022-01-13 00:08:36 +00:00
Xaviu
58c71fb7ab
I18N: Update translation (Catalan)
...
Currently translated at 62.0% (1055 of 1701 strings)
2022-01-13 00:08:02 +00:00
Sergi Pérez Labernia
1d38d92a07
I18N: Update translation (Catalan)
...
Currently translated at 62.0% (1055 of 1701 strings)
2022-01-13 00:08:02 +00:00
Xaviu
9304fccd21
I18N: Update translation (Catalan)
...
Currently translated at 61.9% (1053 of 1701 strings)
2022-01-13 00:07:04 +00:00
Sergi Pérez Labernia
d0bae522bd
I18N: Update translation (Catalan)
...
Currently translated at 61.9% (1053 of 1701 strings)
2022-01-13 00:07:03 +00:00
Xaviu
8a23684c68
I18N: Update translation (Catalan)
...
Currently translated at 61.8% (1052 of 1701 strings)
2022-01-13 00:06:23 +00:00
Sergi Pérez Labernia
b2713d2a85
I18N: Update translation (Catalan)
...
Currently translated at 61.8% (1052 of 1701 strings)
2022-01-13 00:06:23 +00:00
Xaviu
bcd5a139cd
I18N: Update translation (Catalan)
...
Currently translated at 61.7% (1051 of 1701 strings)
2022-01-13 00:04:59 +00:00
Sergi Pérez Labernia
d2fccad23a
I18N: Update translation (Catalan)
...
Currently translated at 61.7% (1051 of 1701 strings)
2022-01-13 00:04:58 +00:00
Xaviu
2209e57aac
I18N: Update translation (Catalan)
...
Currently translated at 61.7% (1050 of 1701 strings)
2022-01-13 00:04:03 +00:00
Sergi Pérez Labernia
c79d960516
I18N: Update translation (Catalan)
...
Currently translated at 61.7% (1050 of 1701 strings)
2022-01-13 00:04:03 +00:00
Sergi Pérez Labernia
ecb3d29350
I18N: Update translation (Catalan)
...
Currently translated at 61.6% (1049 of 1701 strings)
2022-01-13 00:03:49 +00:00
Sergi Pérez Labernia
e21e6e9ba6
I18N: Update translation (Catalan)
...
Currently translated at 61.3% (1044 of 1701 strings)
2022-01-13 00:02:44 +00:00