Martin Gerhardy
585fe8745e
TWINE: progress on holomap code
2021-02-09 21:40:33 +01:00
Joohan Lee
e9c2f1cc36
I18N: Update translation (Korean)
...
Currently translated at 70.2% (1109 of 1579 strings)
2021-02-09 16:56:07 +00:00
Eugene Sandulenko
b2ca48627d
I18N: Update translation (Ukrainian)
...
Currently translated at 100.0% (1579 of 1579 strings)
2021-02-09 16:56:04 +00:00
Timo Mikkolainen
2ca73f999f
I18N: Update translation (Finnish)
...
Currently translated at 100.0% (1579 of 1579 strings)
2021-02-09 16:56:03 +00:00
IlDucci
6591df5f62
I18N: Update translation (Spanish)
...
Currently translated at 100.0% (1579 of 1579 strings)
2021-02-09 16:56:02 +00:00
Eugene Sandulenko
e29c249034
I18N: Update translation (Russian)
...
Currently translated at 100.0% (1579 of 1579 strings)
2021-02-09 16:55:54 +00:00
Eugene Sandulenko
175f5a67f6
AGS: Fix copy/paste error
2021-02-09 17:36:16 +01:00
Eugene Sandulenko
16fe17cf59
AGS: Added override keyword
2021-02-09 17:35:59 +01:00
George Kormendi
7c97b9b2a8
I18N: Update translation (Hungarian)
...
Currently translated at 100.0% (1579 of 1579 strings)
2021-02-09 09:23:26 +00:00
Cameron Cawley
5f848c9162
AGS: Refactor the SOUNDCLIP object
2021-02-08 18:03:22 -08:00
Cameron Cawley
ff276f88ff
AGS: Refactor audio code
2021-02-08 18:03:22 -08:00
ScummVM-Translations
b723ed2db4
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-02-09 01:35:55 +00:00
Donovan Watteau
c7c7e2de49
Revert "MACOSX: Remove NSRequiresAquaSystemAppearance from Info.plist, for now"
...
Since commit a1d930209a6452649ab704dbbcf2084c9177936e seems to be a
reliable way of avoiding any blurry display issue on Retina screens,
macOS Dark Mode can be enabled again.
This reverts commit c59bf95ba85b25b134110eb0ff9c3d0e17750630, and thus
restores commit 485e8bee17230ed8e17a27eaf148a3330f305a6f.
This fixes back bug #11305 : Dark Mode is not supported.
2021-02-09 01:35:40 +00:00
Donovan Watteau
3650aa6ce9
MACOSX: Stop using the -platform_version linker workaround for Retina displays
...
Commit a1d930209a6452649ab704dbbcf2084c9177936e is actually enough to
stop the blurry display issue on Retina screens (Bug #11430 ).
This reverts most of 70f79d3df8b4a9d4c6d1b69838ff5a722c51b61e.
2021-02-09 01:35:40 +00:00
ScummVM-Translations
66b75a59d6
I18N: Update translations templates
2021-02-09 01:21:55 +00:00
Matthew Jimenez
6bc72b6fee
ULTIMA8: Add frame limit and skipping GUI options
2021-02-08 19:18:32 -06:00
Matthew Jimenez
c846208992
ULTIMA8: Add targettedjump GUI option
2021-02-08 19:18:32 -06:00
Matthew Jimenez
185b614043
ULTIMA8: Add footsteps GUI option
2021-02-08 19:18:32 -06:00
Matthew Jimenez
39f829a0ae
ULTIMA8: Add font anti-aliasing GUI option and rename font override for consistency
2021-02-08 19:18:32 -06:00
Matthew Jimenez
ce5aa86a02
ULTIMA8: Include missing file from previous commit
2021-02-08 19:18:32 -06:00
Matthew Jimenez
b8c8e459c1
ULTIMA8: Move hasFeature check to subengine as others do not support subtitle options
2021-02-08 19:18:32 -06:00
Joohan Lee
33c045a873
I18N: Update translation (Korean)
...
Currently translated at 61.5% (967 of 1571 strings)
2021-02-08 23:23:26 +00:00
Martin Gerhardy
ba18026103
TWINE: BonusParameter must be 4 bytes, too
...
see previous change in scene infodata
2021-02-08 22:03:21 +01:00
Martin Gerhardy
f64a2d0db0
TWINE: minor tweak in struct size
2021-02-08 21:34:06 +01:00
Martin Gerhardy
87bac099e4
TWINE: fixed camera-center-issue
...
introduced in 219daa614645f0f518b4b01e85d914283823b546
the lba2 scene is using int32 for the infodata unions. lba1 is
using int16 - so we had to switch every single member to int32.
2021-02-08 21:25:36 +01:00
Martin Gerhardy
07a38ce768
TWINE: unified z position for addExtraAiming animation call
...
... with findings from disassembly
2021-02-08 21:07:07 +01:00
Martin Gerhardy
ff75b1112a
TWINE: extract to local variables
2021-02-08 21:06:32 +01:00
Martin Gerhardy
bc44193748
TWINE: handle ACTION_UNKNOWN_21 animation type
2021-02-08 21:05:50 +01:00
Martin Gerhardy
64bea2f296
TWINE: parse unknown animation data
...
original opcode 0x10
2021-02-08 21:05:07 +01:00
Martin Gerhardy
51cdf05bbe
TWINE: removed todo comment
...
this is the posType in the original binary
2021-02-08 19:40:46 +01:00
Martin Gerhardy
bb1f3735e5
TWINE: ensure that the clip is set for rendering the inventory items
...
found in disassembly
2021-02-08 19:40:45 +01:00
Martin Gerhardy
e3450e8865
TWINE: show cloverleafs even if inventory is disabled
...
found in disassembly
2021-02-08 19:40:45 +01:00
Martin Gerhardy
115c5de54e
TWINE: add some potential script fixes
2021-02-08 19:40:45 +01:00
Martin Gerhardy
44131e20d2
TWINE: restore music when leaving the options menu
2021-02-08 19:40:45 +01:00
Martin Gerhardy
9d6ef5e2d3
TWINE: added missing break
...
even if unused...
2021-02-08 19:40:45 +01:00
ScummVM-Translations
d1fd36a3c8
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-02-08 15:49:55 +00:00
Cameron Cawley
a99867cc47
AGS: Set the correct screen size for high resolution games
2021-02-08 07:49:42 -08:00
ScummVM-Translations
bc9af694b8
I18N: Update translations templates
2021-02-08 13:00:04 +00:00
Thierry Crozat
5412533dec
SDL: Fix trying to set unsupported pixel format when changing gfx mode
...
When switching between the SDL and OpenGL graphics managers, trying
to restore the state could fail as the two managers do not have the
same list of supported formats, so we may not be able to transfer
the pixel format from one to the other. This then resulted in an
assert.
This fixes bug #12079
2021-02-08 12:59:52 +00:00
Eugene Sandulenko
af6a427027
I18N: Update translation (Russian)
...
Currently translated at 100.0% (1571 of 1571 strings)
2021-02-08 12:44:22 +00:00
Eugene Sandulenko
17d6b7676c
I18N: Update translation (Ukrainian)
...
Currently translated at 100.0% (1571 of 1571 strings)
2021-02-08 12:42:47 +00:00
ScummVM-Translations
da760db628
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-02-08 09:54:50 +00:00
Le Philousophe
d8ab567a9b
COMMON: Add include guard on initializer_list.h
2021-02-08 10:54:20 +01:00
VAN-Gluon
0ca2777713
I18N: Update translation (Japanese)
...
Currently translated at 71.1% (1117 of 1571 strings)
2021-02-08 09:23:28 +00:00
Marcel Souza Lemes
1d12c91283
I18N: Update translation (Portuguese (Brazil))
...
Currently translated at 100.0% (1571 of 1571 strings)
2021-02-08 09:23:27 +00:00
George Kormendi
a48d6ee4bf
I18N: Update translation (Hungarian)
...
Currently translated at 100.0% (1571 of 1571 strings)
2021-02-08 09:23:27 +00:00
Timo Mikkolainen
8c5a78b38f
I18N: Update translation (Finnish)
...
Currently translated at 100.0% (1571 of 1571 strings)
2021-02-08 09:23:26 +00:00
IlDucci
c543de60fe
I18N: Update translation (Spanish)
...
Currently translated at 100.0% (1571 of 1571 strings)
2021-02-08 09:23:25 +00:00
Torbjörn Andersson
bdf9c0f311
AGS: Added alternative blackwell4 detection entry
...
This matches my current GOG version (2.1.0.13). The other entry is
probably for an older version. I don't remember the specifics, but the
game used to have cartoonish hi-res portraits. These were later redrawn
to match the rest of the graphics, and that's presumably the version I
have.
GOG announced this update on November 13, 2013.
Other than the detection, I can't test this at the moment. Most AGS
games don't even start for me, and the ones that do tend to crash pretty
quickly.
2021-02-08 10:12:09 +01:00
Paul Gilbert
82eacc7959
AGS: Detect video type if file doesn't have a known extension
2021-02-07 21:45:11 -08:00