112884 Commits

Author SHA1 Message Date
Walter Agazzi
e2444fec6b I18N: Update translation (Italian)
Currently translated at 100.0% (1579 of 1579 strings)
2021-02-10 14:19:23 +00:00
Marcel Souza Lemes
de7b1ea9b4 I18N: Update translation (Portuguese (Brazil))
Currently translated at 100.0% (1579 of 1579 strings)
2021-02-10 07:23:27 +00:00
Walter Agazzi
73abc3adf3 I18N: Update translation (Italian)
Currently translated at 99.4% (1570 of 1579 strings)
2021-02-10 07:23:26 +00:00
SupSuper
a1b3aa24b1 AGS: Add several Steam detection entries 2021-02-10 07:14:27 +00:00
SupSuper
65d29294f2 AGS: Added Mage's Initiation GOG Windows detection 2021-02-10 05:59:54 +00:00
Paul Gilbert
8515ecdd2e AGS: Restore dummy descriptor line for AGS game scanner 2021-02-09 21:26:26 -08:00
Paul Gilbert
43ca0f149b AGS: Have fallback detection as kPlatformUnknown 2021-02-09 20:18:50 -08:00
Paul Gilbert
58e7616aa9 AGS: Added TFG&MI detection 2021-02-09 20:15:38 -08:00
Paul Gilbert
1beb8ef360 AGS: Added BTTF fan game detections 2021-02-09 20:11:45 -08:00
Paul Gilbert
8aa4a9cf6b AGS: Shift game scanner to be available via command line 2021-02-09 19:54:33 -08:00
Eugene Sandulenko
0ecf6a0b9c NEWS: Added announcement about the engineid missed in 2.2.0 news 2021-02-10 01:27:15 +01:00
Donovan Watteau
5a78e1350b CREATE-PROJECT: Provide a stub for "override" to older compilers
msbuild.h makes uses of the "override" keyword, so borrow the compat
macro from c++11-compat.h to make this work on older compilers,
such as the ones found on Mac OS X Leopard.
2021-02-09 13:33:56 -08:00
Donovan Watteau
03960d5663 CREATE-PROJECT: Call realpath() in a more portable way
Non POSIX.1-2008 systems will not necessarily accept NULL as the
second argument, and could crash the program here. Provide a
temporary buffer on the stack instead, and don't count on realpath()
allocating one on the heap. This will work on older POSIX.1-2001
systems.

(In theory, this older POSIX.1-2001 syntax could have portability
problems too, because of PATH_MAX, but in practice this shouldn't
be a problem for the systems intended to be used by create_project.)

Fixes the build on Mac OS X Leopard.
2021-02-09 13:33:56 -08:00
Donovan Watteau
7e79fd6e61 CREATE-PROJECT: Include CommonDigest.h for macOS, not CommonCrypto
<CommonCrypto/CommonDigest.h> should be used for CC_MD5() on macOS.

Fixes the build on Leopard.
2021-02-09 13:33:56 -08:00
ScummVM-Translations
93234d81e6 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 20:41:04 +00:00
Martin Gerhardy
705016c627 TWINE: input tweaks, recenter and holomap should be toggle actions 2021-02-09 21:40:33 +01:00
Martin Gerhardy
8ce16227e8 TWINE: really skip voice playback if playVox is false 2021-02-09 21:40:33 +01:00
Martin Gerhardy
6ff21ff321 TWINE: holomap progress 2021-02-09 21:40:33 +01:00
Martin Gerhardy
004e4ee16f TWINE: camera angle is needed for holomap rendering already 2021-02-09 21:40:33 +01:00
Martin Gerhardy
3d92c0f9c1 TWINE: fixed hero pos for lba2 scene parsing 2021-02-09 21:40:33 +01:00
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