Commit Graph

123846 Commits

Author SHA1 Message Date
alxpnv
493be0c7f9 ASYLUM: (Fisherman puzzle) fix sounds 2021-10-13 16:15:16 +03:00
alxpnv
9600ef7297 ASYLUM: fix loading screen animation too fast
Reported by Attx
2021-10-13 16:15:16 +03:00
Torbjörn Andersson
c2354dc862 SCUMM: Position text better in Indy 3 Mac (bug #12983)
The text positioning seemed to be correct in all cases I checked (which
admittedly weren't all of them). The original spaces characters
differently, but I would say that the original does it wrong. I typed
the same text in ResEdit, and it came out the way ScummVM draws it.

I see no reason for being that bug compatible with the original.
2021-10-13 08:16:08 +02:00
Martin Gerhardy
ebdad0681c BASE: added --list-records command line option 2021-10-13 01:56:43 +03:00
ScummVM-Translations
78b099be57 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/
2021-10-12 22:30:49 +00:00
Cameron Cawley
121088b3ef GUI: Regenerate the theme archives 2021-10-12 23:30:32 +01:00
ScummVM-Translations
2a9df4f159 I18N: Update translations templates 2021-10-12 22:29:31 +00:00
Cameron Cawley
d460f8f70a GUI: Avoid showing ellipses in smaller labels 2021-10-12 23:29:21 +01:00
Cameron Cawley
b444f53685 GUI: Specify the spacing for checkboxes and radio buttons in the theme files 2021-10-12 23:27:07 +01:00
ScummVM-Translations
9fcb6501d1 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/
2021-10-12 21:20:04 +00:00
Filippos Karapetis
598c9bb92c GROOVIE: More work on the 11th Hour gallery puzzle logic 2021-10-13 00:19:26 +03:00
ScummVM-Translations
868037eef8 I18N: Update translations templates 2021-10-12 18:47:23 +00:00
athrxx
072c54318d KYRA: (LOL) - replace sound list char* array with Common::StringArray 2021-10-12 20:45:52 +02:00
Torbjörn Andersson
d3de644b62 SCUMM: Space lines in Indy 3 text boxes like the original (bug #12983)
I didn't think anyone would notice that the lines of the Indy 3 text
boxes were spaced slightly differently in ScummVM than in the original.
I realized it wouldn't be as tricky as first thought to fix that, though
I may clean it up a bit later.

This fixes a tiny part of bug #12983.
2021-10-12 20:14:08 +02:00
ScummVM-Translations
204badf813 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/
2021-10-12 13:12:42 +00:00
alxpnv
e9e0f98172 ASYLUM: (TicTacToe puzzle) fix arbitrary placement
Bug reported by Attx
2021-10-12 16:14:21 +03:00
alxpnv
0dbc08aa6b ASYLUM: (TicTacToe puzzle) rename class members 2021-10-12 16:14:20 +03:00
ScummVM-Translations
cde96a97e5 I18N: Update translations templates 2021-10-12 12:43:55 +00:00
antoniou79
56ef67f6d5 GUI: Prevent segfault for Options in GMM in-game 2021-10-12 15:43:10 +03:00
Paul Gilbert
dd791b3453 XEEN: Fix crash on startup loading xeen.ccs data 2021-10-11 20:34:05 -07:00
Paul Gilbert
f1df58e74b AGS: Add TFG SOMI detection 2021-10-11 19:49:19 -07:00
Rebecca Wallander
80957a6629 AGS: add full name in detection table 2021-10-11 19:42:16 -07:00
Scott Percival
29973e8627 DIRECTOR: Revert change to inkBlitShape
Using the dest. rect for everything leaves snail trails
in most of Spaceship Warlock.
2021-10-12 08:19:29 +08:00
Andrei Prykhodko
b91ae61143 PETKA: fix scene scrolling 2021-10-11 22:42:22 +03:00
Thierry Crozat
96979f06ba BUILD: Do not use CpMac in osxsnap make target
The documentation for CpMac indicates that since  Mac OS X 10.4
we can use cp instead, and thet CpMac will be deprecated. It looks
like it was finally removed in Xcode 13 as this is no longer
installed as part of the Xcode command line tools.

Also make sure links are preserved when using cp in the bundle make
target. The -P option is the default on macOS and the various Linux
I checked, but this may not be the case on all systems.
2021-10-11 19:41:18 +01:00
Evan Miller
b8132baa94 SDL: Fix building/deployment on macOS <10.7
NSWindow.backingScaleFactor needs OS support, so a run-time test is
necessary in addition to the OS X SDK guard.
2021-10-11 19:40:37 +01:00
Martin Gerhardy
46723348fc TWINE: added clipping to model rendering
this fixes the rendering issue with drowing
2021-10-11 20:31:58 +02:00
Martin Gerhardy
cae51f4222 TWINE: ensure that the clip is properly reset 2021-10-11 20:31:58 +02:00
Martin Gerhardy
f4461e7424 TWINE: make sure we have a proper clip value set 2021-10-11 20:31:58 +02:00
Martin Gerhardy
10402047b7 TWINE: added missing reset of clipping area 2021-10-11 20:31:58 +02:00
Martin Gerhardy
f9e6995539 TWINE: prepare compilePolygons to support clipping 2021-10-11 20:31:58 +02:00
Martin Gerhardy
3c6e9ad2c9 TWINE: renamed variable 2021-10-11 20:31:58 +02:00
Martin Gerhardy
b7bd68662e TWINE: fill missing DrawListType values 2021-10-11 20:31:58 +02:00
Martin Gerhardy
950a4540cd TWINE: replaced magic numbers and named enum constants 2021-10-11 20:31:58 +02:00
Martin Gerhardy
9b50ab77dd TWINE: track index of -1 means to stop the music 2021-10-11 20:31:58 +02:00
Martin Gerhardy
362111301b TWINE: fixed extra flag names 2021-10-11 20:31:58 +02:00
Martin Gerhardy
df6f013b0f TWINE: implemented menu demo loop 2021-10-11 20:31:58 +02:00
Martin Gerhardy
55d1d15eba TWINE: removed todo comment
polygon details are implemented now
2021-10-11 20:31:58 +02:00
ScummVM-Translations
a06f832e4e 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/
2021-10-11 17:11:14 +00:00
Scott Percival
68518fc8a9 DIRECTOR: Fix default palette index 2021-10-12 01:08:34 +08:00
Scott Percival
47c5b37067 DIRECTOR: Fix use-after-free in Sprite 2021-10-12 01:08:34 +08:00
Scott Percival
8b240f69b8 DIRECTOR: Fix inkBlitShape to use destRect for drawing 2021-10-12 01:08:34 +08:00
Scott Percival
0e0254a5f7 DIRECTOR: Fix currentFrameRate loading for v4 2021-10-12 01:08:34 +08:00
Scott Percival
257fd958e7 DIRECTOR: Add blitting code to FilmLoopCastMember 2021-10-12 01:08:34 +08:00
Scott Percival
8963cf211a DIRECTOR: Move methods from Window to DirectorPlotData 2021-10-12 01:08:34 +08:00
Scott Percival
e4f767c916 DIRECTOR: Move methods from Channel to Sprite 2021-10-12 01:08:34 +08:00
Scott Percival
6f60e8c54e DIRECTOR: Add stub for FilmLoopCastMember::createWidget 2021-10-12 01:08:34 +08:00
Scott Percival
0efc7139a9 DIRECTOR: Refactor FilmLoopCastMember to use Sprite 2021-10-12 01:08:34 +08:00
Scott Percival
0ecdd9b26f DIRECTOR: Add preliminary loader for film loops 2021-10-12 01:08:34 +08:00
Scott Percival
d61a03d120 DIRECTOR: LINGO: Fix memory leak 2021-10-12 01:08:34 +08:00