Commit Graph

146266 Commits

Author SHA1 Message Date
ScummVM-Translations
a2b28f5d75 I18N: Update translations templates 2023-10-28 16:40:06 +00:00
polyesterswing
611fd6cd5f GUI: FIX conflicting mappings between EditableWidget and GUI elements
EditableWidget took over keyboard events targeted towards Debugger and
List. This commit fixes it by reverting some part of the code to its
original state.

Fixes issues caused by PR #5366
2023-10-28 18:39:55 +02:00
ScummVM-Translations
91de9c92c7 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/
2023-10-28 15:46:10 +00:00
Matthew Duggan
69d0293172 MTROPOLIS: Add support for 'Unit Re-Booted'
This is not much of a game, but uses some variants of the data format which are
nice to support and should help with future projects.
2023-10-28 11:45:58 -04:00
Timo Mikkolainen
4b3ff3f437 I18N: Update translation (Finnish)
Currently translated at 99.9% (2007 of 2009 strings)
2023-10-28 15:41:29 +00:00
Kaloyan Chehlarski
a75be8de57 Revert "SCI: Fix uninitialized variable warnings"
This reverts commit b9fb4e22ec.
2023-10-28 16:38:50 +03:00
Kaloyan Chehlarski
e98bbb83f5 ULTIMA: NUVIE: Silence uninitialized variable warnings 2023-10-28 16:32:52 +03:00
Kaloyan Chehlarski
7e3de05c40 AGS: Fix triple delete of bitmap buffer 2023-10-28 16:19:35 +03:00
Kaloyan Chehlarski
85ff162e1f NANCY: Remove unused variable 2023-10-28 16:19:35 +03:00
Kaloyan Chehlarski
6433d7c073 NANCY: Silence uninitialized variable warnings 2023-10-28 16:19:35 +03:00
Kaloyan Chehlarski
60467473f4 SAGA: Silence uninitialized variable warnings 2023-10-28 16:19:35 +03:00
Kaloyan Chehlarski
b9fb4e22ec SCI: Fix uninitialized variable warnings 2023-10-28 16:19:35 +03:00
Kaloyan Chehlarski
1188e91b2a TRECISION: Fix uninitialized variable warnings 2023-10-28 16:19:35 +03:00
Kaloyan Chehlarski
bef3adce70 WINTERMUTE: Fix uninitialized variable warning 2023-10-28 16:19:35 +03:00
Kaloyan Chehlarski
738c5035b5 WATCHMAKER: Fix incorrect error message 2023-10-28 16:19:35 +03:00
Kaloyan Chehlarski
7907c7f012 ULTIMA: NUVIE: Fix uninitialized variable warnings 2023-10-28 16:19:35 +03:00
Kaloyan Chehlarski
113bb4d7e2 TSAGE: R2R: Silence compiler warning 2023-10-28 16:19:35 +03:00
Kaloyan Chehlarski
443043c6ba GLK: MAGNETIC: Fix compiler warning
Fixed a compiler warning caused by incorrect subscripting of
a 2d array.
2023-10-28 16:19:35 +03:00
Kaloyan Chehlarski
fde77a362f GLK: HUGO: Fix overflow in Common::fill() call 2023-10-28 16:19:35 +03:00
Kaloyan Chehlarski
c3ae25281b GLK: HUGO: Fix compiler warnings
Fixed a couple of compiler warnings caused by incorrect
subscripting of 2d arrays.
2023-10-28 16:19:34 +03:00
Kaloyan Chehlarski
93fb2058af CRYO: Silence uninitialized variable warnings
Fixed the bogus warnings in eden.cpp caused by usage
of the Serializer class.
2023-10-28 16:19:34 +03:00
Kaloyan Chehlarski
e8f2f52197 COMPOSER: Silence uninitialized variable warnings
Fixed most of the bogus warnings in saveload.cpp caused
by usage of the Serializer class.
2023-10-28 16:19:34 +03:00
Kaloyan Chehlarski
bc7613e1fb CGE2: Fix write overflow compiler warning 2023-10-28 16:19:34 +03:00
Kaloyan Chehlarski
a9dac765fe AGS: Fix uninitialized variable compiler warning 2023-10-28 16:19:34 +03:00
Kaloyan Chehlarski
a88fc1ce28 AGS: Fix compiler warning
Fixed an out-of-bounds read warning caused by subscripting
a 2d array
2023-10-28 16:19:34 +03:00
Kaloyan Chehlarski
de20f4b395 AGS: Remove unused function
Removed ExtractScriptTextReader() from room_file.cpp,
since it was just a leftover forgotten after a refactoring.
2023-10-28 16:19:34 +03:00
Kaloyan Chehlarski
5eeba15395 TWINE: Fix out of bounds write
Fixed an incorrect usage of sizeof() which results in writing
way past the end of a statically-allocated array.
2023-10-28 16:19:34 +03:00
Kaloyan Chehlarski
649e0ebf8b NANCY: Fix hasItem() for nancy2 and earlier
Fixed an error in Scene::hasItem() caused by earlier games'
usage of 1 as false and 2 as true.
2023-10-28 16:19:34 +03:00
Kaloyan Chehlarski
6f2edd92aa NANCY: Fix Overlay with hotspot triggering
Fixed an issue where an Overlay with a hotspot would
actually never have it activated. Also, added a check for game
type to make sure other action records _do_ get activated
alongside an Overlay in nancy2 and lower. Both of these
fixes target nancy2 scene 2541.
2023-10-28 16:19:34 +03:00
Kaloyan Chehlarski
ab784bdd8b COMMON: Allow extraction of empty files from InstallShield cabs
It is not uncommon for an InstallShield cab to have file
entries with a size of 0; this commit makes sure that trying to
extract such a file won't result in a warning, and won't
cause a crash when calling dumpArchive() on the containing
cabinet file.
2023-10-28 16:19:34 +03:00
Kaloyan Chehlarski
1bc3940e6b NANCY: Cursor fixes
With the adjustments made to the regular cursor, the
inactive zone during conversations was rendered a few
pixels shorter than it should be; now the cursor can be moved
up right up to the edge of the viewport.

Also, when entering a conversation, the mouse cursor would previously warp immediately, but its graphic would only change
a frame later; this has also been fixed
2023-10-28 16:19:34 +03:00
Kaloyan Chehlarski
ab9114bf9a NANCY: Ensure deferred loader will run at least once 2023-10-28 16:19:33 +03:00
Kaloyan Chehlarski
b9cd9b7169 NANCY: Implement kDefaultAR dependency
This dependency will be satisfied only if no action records
have been executed yet. Introduced in nancy7
2023-10-28 16:19:33 +03:00
sluicebox
43a3aad456 COMMON: Remove unused field from Gentee Installer code
Fixes unused private field warning
2023-10-27 20:45:09 -07:00
NorwayFun
0f13fcf3cb I18N: Update translation (Georgian)
Currently translated at 41.0% (824 of 2009 strings)
2023-10-28 00:41:30 +00:00
Marcel Souza Lemes
b7b436e62f I18N: Update translation (Portuguese (Brazil))
Currently translated at 100.0% (2009 of 2009 strings)
2023-10-28 00:41:29 +00:00
ScummVM-Translations
ca2b403001 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/
2023-10-27 22:25:34 +00:00
D G Turner
e851067c97 GRAPHICS: MACGUI: Fix Signed vs. Unsigned GCC Compiler Warning 2023-10-27 23:25:00 +01:00
Walter Agazzi
d6fee4cf75 I18N: Update translation (Italian)
Currently translated at 99.7% (2003 of 2009 strings)
2023-10-27 18:16:33 +00:00
IlDucci
19cb9fc8fc I18N: Update translation (Spanish)
Currently translated at 100.0% (2009 of 2009 strings)
2023-10-27 09:45:04 +00:00
Purple T
3562127ba9 I18N: Update translation (French)
Currently translated at 100.0% (2009 of 2009 strings)
2023-10-27 08:45:55 +00:00
Kartik Sharma
6a695e8957
BURIED: Fix Castle Galliard Wall Explosion Timer Bug 2023-10-27 10:45:20 +03:00
Eugene Sandulenko
46e5e44da2
GRAPHICS: MACGUI: Hide MacTextCanvas debug output under compile-time macros 2023-10-27 02:30:28 +02:00
eientei
f919a12948 DIRECTOR: score.cpp: Add colon after TODO so some syntax highlighters pick up on it 2023-10-27 01:19:43 +02:00
eientei
c734d29884 JANITORIAL: DIRECTOR: Sort module.mk alphabetically 2023-10-27 01:19:43 +02:00
eientei
ec907ad4c8 DIRECTOR: Add .x16 and .x32 to the Xlib extensions to skip (used in Xtras) 2023-10-27 01:19:43 +02:00
eientei
0203f82180 DIRECTOR: Lingo patches for Cooking to Seduce 2023-10-27 01:19:43 +02:00
eientei
b99aa7b158 DIRECTOR: Note about another game that requires no virtual memory 2023-10-27 01:19:43 +02:00
eientei
0954fc3dfa DUMPER-COMPANION: JANITORIAL: Remove unneeded indent 2023-10-27 01:19:43 +02:00
eientei
36af44b2ab DIRECTOR: Split list of game-quirks with newlines 2023-10-27 01:19:43 +02:00