Commit Graph

154971 Commits

Author SHA1 Message Date
Marcel Souza Lemes
8204a114b1 I18N: Update translation (Portuguese (Brazil))
Currently translated at 100.0% (2353 of 2353 strings)
2024-08-27 03:43:44 +00:00
Timo Mikkolainen
20f8055615 I18N: Update translation (Finnish)
Currently translated at 100.0% (2353 of 2353 strings)
2024-08-27 03:43:43 +00:00
Xaviu
b88e05e82b I18N: Update translation (Catalan)
Currently translated at 82.7% (1948 of 2353 strings)
2024-08-27 03:43:41 +00:00
sluicebox
9f91a01124 COMMON: Fix DiskImage stream deletion 2024-08-26 11:55:36 -07:00
Purple T
b90becbca3 I18N: Update translation (French)
Currently translated at 100.0% (2353 of 2353 strings)
2024-08-26 11:16:13 +00:00
IlDucci
a9693f2bfb I18N: Update translation (Spanish)
Currently translated at 100.0% (2353 of 2353 strings)
2024-08-26 09:33:00 +00:00
Hubert Maier
8fba92cf9e
JANITORIAL: IMMORTAL: Fix typos in comments 2024-08-26 10:42:04 +03:00
ScummVM-Translations
0a3a90ea4c 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/
2024-08-26 06:10:55 +00:00
Hubert Maier
dd8ac26dc7 JANITORIAL: Fix funtion typo in updatefunctions.h 2024-08-26 09:10:38 +03:00
ScummVM-Translations
0c26446df9 I18N: Update translations templates 2024-08-26 06:09:58 +00:00
Torbjörn Andersson
fbd2197d62 ADL: Fix uninitialized variable 2024-08-26 09:09:44 +03:00
Torbjörn Andersson
2aa94e2339 ADL: Make the checker cursor an option
It was explained to me that earlier Apple II models used the block
cursor, and only later ones used the checeked cursor. I try to never
underestimate the power of nostalgia, so let's have both.
2024-08-26 09:09:44 +03:00
Torbjörn Andersson
e6c87b326b ADL: Draw Apple II checkerboard cursor
Based on Apple II emulators, the original drew the blinking cursor as a
checkerboard pattern, not as a block. If the cursor was placed on top of
a character, it would switch between checkerboard and that character,
not invert it.
2024-08-26 09:09:44 +03:00
sluicebox
91916981cf AGI: Validate Picture priority and color parameters
Fixes SQ1 Apple II pictures. draw_SetColor() and draw_SetPriority()
consumed bytes without validating them.
2024-08-25 22:36:58 -07:00
sluicebox
155552cecd AGI: Update opcode tables 2024-08-25 22:36:58 -07:00
Paul Gilbert
42a0fad2be M4: RIDDLE: More room 407 parser
What the heck is up with this room. So many look actions and item
combinations each have their own animation. What's particularly
egregious is that there seems to be at least one multi-item puzzle
in this scene, and it seems like every possible combination of
merged items has their own method. Seriously, the room's file
is approaching 2500 lines, and from what I can tell from the
disassembly, I'm not even a quarter of the way through the parser
yet.
2024-08-25 21:44:08 -07:00
kunxl-gg
50b30e254c QDENGINE: Use ConfMan.flushToDisk() to persist values
Signed-off-by: kunxl-gg <tiwari.25@iitj.ac.in>
2024-08-25 23:17:20 +02:00
kunxl-gg
42a8150e41 QDENGINE: Remove putIniKey()
Signed-off-by: kunxl-gg <tiwari.25@iitj.ac.in>
2024-08-25 23:17:20 +02:00
kunxl-gg
88e92ae05f QDENGINE: Get rid of qdGameConfig completely
Signed-off-by: kunxl-gg <tiwari.25@iitj.ac.in>
2024-08-25 23:17:20 +02:00
kunxl-gg
7f8344d28a QDENGINE: Add a comment regarding deleted check
Signed-off-by: kunxl-gg <tiwari.25@iitj.ac.in>
2024-08-25 23:17:20 +02:00
kunxl-gg
39d2ca2045 QDENGINE: Use ConfMan instead of toggle_fps
Signed-off-by: kunxl-gg <tiwari.25@iitj.ac.in>
2024-08-25 23:17:20 +02:00
kunxl-gg
f03376602e QDENGINE: Use QDEngineEngine::_debugDraw instead of qdGameConfig::_debug_draw
Signed-off-by: kunxl-gg <tiwari.25@iitj.ac.in>
2024-08-25 23:17:20 +02:00
kunxl-gg
aab48c2c5b QDENGINE: Hardcode pixel format while initialising window
Signed-off-by: kunxl-gg <tiwari.25@iitj.ac.in>
2024-08-25 23:17:20 +02:00
kunxl-gg
927dedc1d3 QDENGINE: Use ConfMan for sound settings
Signed-off-by: kunxl-gg <tiwari.25@iitj.ac.in>
2024-08-25 23:17:20 +02:00
kunxl-gg
747555bca1 QDENGINE: Add game_speed to ConfMan
Signed-off-by: kunxl-gg <tiwari.25@iitj.ac.in>
2024-08-25 23:17:20 +02:00
kunxl-gg
603c3d26d7 QDENGINE: Remove redundant pre processor directives
Signed-off-by: kunxl-gg <tiwari.25@iitj.ac.in>
2024-08-25 23:17:20 +02:00
kunxl-gg
6c2c8924d7 COMMON: Add ConfigManager::setFloat and ConfigManager::getFloat
Signed-off-by: kunxl-gg <tiwari.25@iitj.ac.in>
2024-08-25 23:17:20 +02:00
kunxl-gg
624d5a59b3 JANITORIAL: Get rid of redundant whitespaces
Signed-off-by: kunxl-gg <tiwari.25@iitj.ac.in>
2024-08-25 23:17:20 +02:00
kunxl-gg
84be0c63d9 QDENGINE: Add more settings to ConfMan
Signed-off-by: kunxl-gg <tiwari.25@iitj.ac.in>
2024-08-25 23:17:20 +02:00
neuromancer
d135d1aae0 FREESCAPE: unified some more code for castle dos 2024-08-25 22:43:20 +02:00
neuromancer
b27fd58ca7 FREESCAPE: refactor indicator loading for castle dos 2024-08-25 22:43:20 +02:00
neuromancer
a9083ab9a1 FREESCAPE: added strength indicators for castle dos (ega) 2024-08-25 22:43:20 +02:00
neuromancer
8d0a6784f7 FREESCAPE: added more UI elements for castle 2024-08-25 22:43:20 +02:00
Hubert Maier
49cfdf1122
JANITORIAL: ICB: Fix typos in warning, debug, error and message box dialogues 2024-08-25 23:38:20 +03:00
Hubert Maier
0e31a0845f
JANITORIAL: ICB: Fix typos in comments 2024-08-25 23:31:24 +03:00
sluicebox
39017d2bb2 MOHAWK: Fix memory leak 2024-08-25 12:35:56 -07:00
sluicebox
82a9d3f76a HYPNO: Fix memory leak 2024-08-25 12:33:12 -07:00
sluicebox
b43cbf76ed DIRECTOR: LINGO: Fix memory leak 2024-08-25 12:31:54 -07:00
sluicebox
cd755fc663 GRAPHICS: Fix memory leak in TTF font 2024-08-25 12:26:47 -07:00
Eugene Sandulenko
0fd816f7fe
QDENGINE: Fixed nupogodi3-lt game version. Now the game is playing normally 2024-08-25 20:46:45 +02:00
Eugene Sandulenko
12cc3d1719
QDENGINE: Fixed nupogodi3-lt detection 2024-08-25 20:46:45 +02:00
Eugene Sandulenko
83f07ddc49
COMMON: Added Lithuanian to the language list 2024-08-25 20:46:45 +02:00
Eugene Sandulenko
8962e25fe1
QDENGINE: Revert bogus mappings in transCyrillic()
It appears that those were triggered by double conversion to utf8,
so the current warning should suffice.
2024-08-25 20:46:44 +02:00
athrxx
fde5ab1af4 SCUMM: hopefully fix gcc strict-aliasing warning 2024-08-25 20:14:48 +02:00
Timo Mikkolainen
09d2a69744 I18N: Update translation (Finnish)
Currently translated at 100.0% (2351 of 2351 strings)
2024-08-25 17:43:41 +00:00
D G Turner
85bbf3bc5c M4: RIDDLE: Silence Unused Variable GCC Compiler Warning 2024-08-25 18:06:29 +01:00
Eugene Sandulenko
1865d7a422
AGI: Added missing override keywords 2024-08-25 15:14:22 +02:00
sluicebox
16d564d826 AGI: Map engine error codes to Common codes 2024-08-25 14:57:06 +03:00
sluicebox
2f2f3a59bd AGI: Apple II NIB and WOZ disk image support 2024-08-25 14:57:06 +03:00
sluicebox
23a9f4ed54 COMMON: Add DiskImage lazy-decoding mode
Images can now be read without decoding all disk tracks.

This allows DiskImage to be used in detection code, where only
a little disk data is needed. Otherwise, formats such as WOZ
would cause noticeable delays due to decoding entire disks.
2024-08-25 14:57:06 +03:00