ScummVM-Translations
ad05edcb79
I18N: Update translations templates
2024-09-09 00:19:57 +00:00
sluicebox
58e2d88734
AGI: Fix message when GMM save/load unavailable
...
The message intended for PreAGI games was applied to all games
when save/load was temporarily unavailable.
See: ae05b7a751
2024-09-08 17:15:19 -07:00
sluicebox
3b7a9e1663
AGI: Add setFlagOrVar()
2024-09-08 17:15:19 -07:00
sluicebox
b82a5a880a
AGI: Cleanup SoundMgr
2024-09-08 17:15:18 -07:00
SupSuper
c33c0eef3c
QDENGINE: DT: Fix double/float truncation
2024-09-09 00:10:35 +01:00
Misty De Meo
938e95a460
DIRECTOR: add Daijoubu xlib comments
2024-09-08 19:29:14 -03:00
Misty De Meo
1477e59e16
DIRECTOR: real implementation of dates
2024-09-08 19:29:13 -03:00
Misty De Meo
8b0178d35e
DIRECTOR: stub implementation of two xlibs
2024-09-08 18:29:00 -03:00
Michael
2295954e2f
MTROPOLIS: add Byzantine and Beatrix demos to detection
2024-09-08 20:30:29 +03:00
Eugene Sandulenko
8f8ed6faa9
QDENGINE: DT: Do not crash on frame index overflow
2024-09-08 17:23:37 +02:00
Eugene Sandulenko
619463e733
QDENGINE: DT: Cache and sort file list
2024-09-08 17:01:41 +02:00
Eugene Sandulenko
9516e50859
QDENGINE: Fix wrong call in qdAnimation::redraw(scale)
2024-09-08 16:23:38 +02:00
Eugene Sandulenko
b5d1ef3f9e
JANITORIAL: Indentation fixes
2024-09-08 16:19:09 +02:00
Eugene Sandulenko
06a88ea6bc
QDENGINE: Get rid of _yTable in grDispatcher
2024-09-08 16:16:28 +02:00
Eugene Sandulenko
96e8e82d81
QDENGINE: Added more debug output for QDA dumping
2024-09-08 16:16:28 +02:00
Eugene Sandulenko
68531b9c8c
QDENGINE: Hid bigger debug output for QDA loading deeper
2024-09-08 16:16:28 +02:00
Eugene Sandulenko
419db876c2
QDENGINE: Fixes to qdAnimation::draw_mask_rot(scale)
2024-09-08 16:16:27 +02:00
Eugene Sandulenko
cea335530d
QDENGINE: Fix qdAnimation::draw_mask(scale)
2024-09-08 16:16:27 +02:00
Eugene Sandulenko
a4ba0f1761
QDENGINE: Fixes in grTileAnimation::drawFrame() sprite positions
2024-09-08 16:16:27 +02:00
Eugene Sandulenko
45ad345e31
FREESCAPE: Added mising override keyword
2024-09-08 16:16:27 +02:00
Eugene Sandulenko
f954bcf3b2
QDENGINE: Implement code differences for qdAnimation::draw_mask_rot(scale)
2024-09-08 16:16:27 +02:00
Eugene Sandulenko
682e6418a5
QDENGINE: Finish implementation of qdAnimation::redraw(scale)
2024-09-08 16:16:27 +02:00
Eugene Sandulenko
30033b0674
QDENGINE: Implement qdAnimation::hit() and qdAnimation::hit(scale)
2024-09-08 16:16:27 +02:00
neuromancer
4de3a93ed0
FREESCAPE: loaded more images from castle ega dos
2024-09-08 12:36:43 +02:00
neuromancer
f8c9e65d8f
FREESCAPE: fix incorrect deallocation
2024-09-08 12:36:43 +02:00
Le Philousophe
8e61e504d6
BUILD: MACOSX: Add mpcdec library support to macOS bundles
2024-09-08 12:30:39 +02:00
Eugene Sandulenko
539bbd3964
QDENGINE: Force file offsets to be 'int' in debug messages
...
This fixes annpying portability issue, generating tons of warnings,
since printing int64s is still platform-dependent.
2024-09-08 01:25:32 +02:00
Eugene Sandulenko
090e3470d4
QDENGINE: Implemented code differences in qdAnimation::draw_contour() and scale variant
2024-09-08 01:10:07 +02:00
Eugene Sandulenko
ebda20a6fc
QDENGINE: Implemented code differences for qdAnimation::draw_mask_rot()
2024-09-08 00:45:39 +02:00
Eugene Sandulenko
b472c3bc7a
QDENGINE: Implement code differences in qdAnimation::draw_mask(scale)
2024-09-08 00:45:38 +02:00
Eugene Sandulenko
e5c7162218
QDENGINE: Implemented code differences in qdAnimation::draw_mask()
2024-09-08 00:45:38 +02:00
Eugene Sandulenko
44d16f1593
QDENGINE: Added code differences to qdAnimation::redraw_rot(scale)
2024-09-08 00:45:38 +02:00
Eugene Sandulenko
97952b256a
QDENGINE: Fix grTileAnimation::decode_frame_data(). This fixes animations in shveik
2024-09-08 00:45:38 +02:00
Eugene Sandulenko
42a83214e1
QDENGINE: Implement drawing of individual frame tiles
2024-09-08 00:45:38 +02:00
ScummVM-Translations
0635873669
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-09-07 21:47:52 +00:00
Le Philousophe
d7f0142af1
COMMON: Force use of int for uint32 for some platforms
...
These platforms define int32_t as being `long int` which makes a lot of warnings when %d is used for uint32 values.
On these platforms `int` and `long int` are equivalent.
Co-authored-by: Filippos Karapetis <bluegr@gmail.com>
2024-09-08 00:47:36 +03:00
Le Philousophe
d599393eb7
MACOS: Remove now useless define guard
2024-09-08 00:47:36 +03:00
Cameron Cawley
8162951761
COMMON: Replace type detection in configure with aliases for stdint.h types
2024-09-08 00:47:36 +03:00
Le Philousophe
8140e087b6
PSP: Fix uint vs uint32 discrepancies
2024-09-08 00:47:36 +03:00
Le Philousophe
35491fdea8
PSP: Load additional headers at the end after all typedefs
...
We need byte type for them
2024-09-08 00:47:36 +03:00
ScummVM-Translations
b75101403b
I18N: Update translations templates
2024-09-07 19:45:32 +00:00
AndywinXp
5a77aa1aa7
SCUMM: MONKEY1 (CD): Improve palette fix for room 36
...
Saving and loading now handle the palette change correctly
2024-09-07 21:45:17 +02:00
Paul Gilbert
33f6044264
M4: RIDDLE: Room 504 init and support methods
2024-09-07 11:35:42 -07:00
meekee7
4d19c379c6
JANITORIAL: MTROPOLIS: resolve various typos
2024-09-07 18:01:53 +03:00
AndywinXp
eed99aa7ba
SCUMM: Fix comment
2024-09-07 16:59:49 +02:00
AndywinXp
ad201e3b3e
SCUMM: MONKEY1 (CD): Improve palette enhancement in room 36
...
Also make it the default on Mac, which is how it should be in the original.
2024-09-07 16:38:44 +02:00
Le Philousophe
131712474c
BUILD: Make split-dwarf compatible with llvm-dwp
...
We already check in configure that dwp works with -o argument.
LLVM mandates this argument, so provide it.
2024-09-07 12:42:35 +02:00
Le Philousophe
246b803521
BUILD: Avoid duplicating the split dwarf generation rule
2024-09-07 12:42:01 +02:00
neuromancer
f388369c79
FREESCAPE: improved border image loading from castle amiga demo
2024-09-07 10:05:45 +02:00
neuromancer
9e52dd0762
FREESCAPE: load border image from castle amiga demo
2024-09-07 08:06:40 +02:00