Commit Graph

140662 Commits

Author SHA1 Message Date
Eugene Sandulenko
f200ed2d1a
DIRECTOR: Punyencode screenshot filename 2023-04-01 00:18:45 +02:00
ScummVM-Translations
4d0b4ff39f 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-03-31 20:13:33 +00:00
antoniou79
7d6a1fcbaa ANDROID: Treat DPAD keypresses as JOYSTICK_DPAD
Mapped by default to virtual mouse movement
2023-03-31 23:13:16 +03:00
Eugene Sandulenko
dbac3bee2c I18N: Update translation (Ukrainian)
Currently translated at 100.0% (1867 of 1867 strings)
2023-03-31 18:37:47 +00:00
Eugene Sandulenko
11d0280951 I18N: Update translation (Russian)
Currently translated at 100.0% (1867 of 1867 strings)
2023-03-31 18:37:42 +00:00
barryspacezero
d34654ef0c I18N: Update translation (Hindi)
Currently translated at 11.5% (216 of 1867 strings)
2023-03-31 16:51:53 +00:00
barryspacezero
5fed35fce4 I18N: Update translation (Hindi)
Currently translated at 10.6% (198 of 1867 strings)
2023-03-31 16:44:26 +00:00
Purple T
99c5014b44 I18N: Update translation (French)
Currently translated at 100.0% (1867 of 1867 strings)
2023-03-31 13:26:29 +00:00
Walter Agazzi
d32b543732 DIRECTOR: Add detection entries for two games
From TRAC #14376-14377
2023-03-31 11:49:57 +02:00
Little Cat
8df9779e22
SCUMM HE: Add command and re-add endline 2023-03-31 06:08:58 -03:00
Little Cat
33bfcd6eac
SCUMM HE: Disable cert verification on Android. 2023-03-31 05:14:44 -03:00
Paul Gilbert
f7ff46d95d MM: MM1: Fix pressing Enter on death screen 2023-03-30 21:56:33 -07:00
Paul Gilbert
2ceade4308 MM: MM1: Removed deprecated name formatting 2023-03-30 21:56:33 -07:00
Paul Gilbert
9609d89e66 MM: MM1: Map 2 fixes 2023-03-30 21:56:33 -07:00
Xaviu
20d603d053 I18N: Update translation (Catalan)
Currently translated at 80.2% (1498 of 1867 strings)
2023-03-31 04:35:00 +00:00
Paul Gilbert
c06cdb5213 MM: MM1: Fixes for using inventory items 2023-03-30 19:46:53 -07:00
Paul Gilbert
3d425ddad8 MM: MM1: Draw interface background when char info opened from combat 2023-03-30 19:19:34 -07:00
Eugene Sandulenko
2c71bc2fe6
DIRECTOR: LINGO: Rename xlibs/dialogs.cpp to xlibs/dialogsxobj.cpp
Otherwise, it could be confused with dialogs, plural.
2023-03-31 00:13:17 +02:00
Eugene Sandulenko
a09d6ebe93
DIRECTOR: LINGO: Fix arguments order in DialogS Xlib 2023-03-31 00:10:51 +02:00
Kaloyan Chehlarski
e2109499bd NANCY: Fix missing underscore in class member name 2023-03-30 20:21:46 +03:00
Kaloyan Chehlarski
856f6f89e9 NANCY: Add data reading utility functions 2023-03-30 20:21:46 +03:00
Kaloyan Chehlarski
bb613925c3 NANCY: Stop storing BOOT chunks in memory
Removed the facilities for storing and getting the raw chunks inside BOOT.
The data found inside them is now loaded into the structs defined in
enginedata.h. This removes the need for multiple classes to know about
the layout of every game's version of a particular chunk.
2023-03-30 20:21:45 +03:00
Kaloyan Chehlarski
525d2383fb NANCY: Change loading of common sounds
loadCommonSounds() now takes the BOOT iff as an argument,
removing the need to store the sound chunks in memory.
2023-03-30 20:21:45 +03:00
Kaloyan Chehlarski
323b65c023 NANCY: Implement struct for SPUZ chunk 2023-03-30 20:21:44 +03:00
Kaloyan Chehlarski
e23acc9d1f NANCY: Implement struct for CLOK chunk 2023-03-30 20:21:44 +03:00
Kaloyan Chehlarski
cbe958db0c NANCY: Change font loading
Changed the font loading code so it doesn't need to call getBootChunk().
2023-03-30 20:21:43 +03:00
Kaloyan Chehlarski
812ec1acb3 NANCY: Implement structs for HELP, CRED and HINT chunks 2023-03-30 20:21:43 +03:00
Kaloyan Chehlarski
7abdf5c126 NANCY: Add list of image chunks 2023-03-30 20:21:42 +03:00
Kaloyan Chehlarski
74ee83c9e1 NANCY: Change cursor data loading
Made CursorManager::init() take the CURS chunk as an argument,
and changed it so it's more readable.
2023-03-30 20:21:39 +03:00
Kaloyan Chehlarski
6a873a0013 NANCY: Fix BSUM loading for nancy2 and up 2023-03-30 20:21:38 +03:00
Kaloyan Chehlarski
e696064615 NANCY: Implement struct for MAP chunk 2023-03-30 20:21:37 +03:00
Kaloyan Chehlarski
e0f74000ef NANCY: Implement structs for some BOOT chunks
Boot chunks BSUM, VIEW, INV, and TBOX are now read only at startup,
and their data is kept permanently inside NancyEngine. This removes the
need for the chunks to be read by multiple classes and always kept
in memory.
2023-03-30 20:21:36 +03:00
Kaloyan Chehlarski
504cec69b9 NANCY: Add chunk_export debug command 2023-03-30 20:21:34 +03:00
Kaloyan Chehlarski
0945613bd8 NANCY: Wrap color text
Added wrapping to colored text, which fixes the player speech in the
Russian variant of nancy1 not being displayed fully.
2023-03-30 20:21:33 +03:00
Kaloyan Chehlarski
8b13bc1f4b NANCY: Remove handwritten list of boot chunks
Removed the manually typed out list of chunk names to load during
boot, and replaced it with code that simply loads all BOOT chunks.
2023-03-30 20:21:33 +03:00
Kaloyan Chehlarski
60d67f27d0 NANCY: Fix pause issues
Implemented pauseEngineIntern() and hooked existing pausing code
to it. This fixes issues with videos skipping ahead after returning from
the GMM.
2023-03-30 20:21:32 +03:00
Kaloyan Chehlarski
379ea8b73a NANCY: Credits improvements
Added code to correctly load the credits in The Vampire Diaries.
Added the missing empty space between credits pages. Enabled
input during credits so they can be skipped with a mouse click.
2023-03-30 20:21:31 +03:00
Lothar Serra Mari
a59f11529c I18N: Update translation (German)
Currently translated at 100.0% (1867 of 1867 strings)
2023-03-30 16:46:25 +00:00
Lothar Serra Mari
44893ebe56
NEWS: Update German NEWS file 2023-03-30 18:45:09 +02:00
Eugene Sandulenko
741be7bab5
CREATE_PROJECT: Fix warnings 2023-03-30 16:59:49 +02:00
VAN-Gluon
99f4bf25f2 I18N: Update translation (Japanese)
Currently translated at 100.0% (1867 of 1867 strings)
2023-03-30 13:16:10 +00:00
IlDucci
677909af6a I18N: Update translation (Spanish)
Currently translated at 100.0% (1867 of 1867 strings)
2023-03-30 13:16:04 +00:00
Eugene Sandulenko
b6b2a95eaf
MM: MM1: Fix compilation 2023-03-30 13:56:43 +02:00
Walter Agazzi
d319e3373f I18N: Update translation (Italian)
Currently translated at 100.0% (1867 of 1867 strings)
2023-03-30 10:40:34 +00:00
Paul Gilbert
3c6d09e93a MM: MM1: Fix assert closing char inventory in combat mode 2023-03-29 22:09:14 -07:00
ScummVM-Translations
39f74c6e51 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-03-30 03:21:04 +00:00
Paul Gilbert
fbfc3577a9 MM: MM1: Don't show equip/remove inventory buttons when in combat 2023-03-29 20:20:33 -07:00
Paul Gilbert
69a4edff7f MM: MM1: Change disableAttacks view casting to a game message 2023-03-29 19:54:30 -07:00
Paul Gilbert
3a98f3acc4 MM: MM1: Added UseItem to enhanced inventory view 2023-03-29 19:54:29 -07:00
Paul Gilbert
83ca8a4ce4 MM: MM1: Split use item logic into it's own class 2023-03-29 19:54:28 -07:00