Paul Gilbert
3a2ea1db23
GLK: ZCODE: Added Stuga detection entries
2020-11-16 19:34:48 -08:00
Paul Gilbert
9b46b79060
TINSEL: Fix loading of handle table for Tinsel 1
2020-11-16 18:56:02 -08:00
Paul Gilbert
13458bee27
GLK: COMPREHEND: Correct OO-Topos flag checked for reverse video
2020-11-16 18:02:26 -08:00
Matthew Duggan
0bd41d2e1d
STARTREK: Remove extra semicolon
...
It makes some compilers error out.
2020-11-17 10:23:03 +09:00
Matthew Duggan
8ee6e1ce85
ULTIMA8: Remove manual trigger of mission1 egg
...
This works automatically now that the unkegg offsets are fixed.
2020-11-17 08:48:34 +09:00
Matthew Duggan
c9cba70a28
ULTIMA8: Add weapon info field for default ammo count
2020-11-17 08:48:05 +09:00
Matthew Duggan
bc24f8db3b
ULTIMA8: Play correct selection failed noise in Regret
2020-11-17 08:48:05 +09:00
Matthew Duggan
584069c426
ULTIMA8: Small cleanups in heal/charge processes
2020-11-17 08:48:05 +09:00
Matthew Duggan
a732d1de70
ULTIMA8: Fix small error in combat.dat decoding
2020-11-17 08:47:57 +09:00
Matthew Duggan
83b16362b8
ULTIMA8: Some improved animation flag support
2020-11-17 08:43:55 +09:00
Matthew Duggan
ebc1902f26
ULTIMA8: Avoid a potential null ptr deref
2020-11-17 08:43:55 +09:00
Matthew Duggan
8dfc5f64fc
ULTIMA8: Pause music by default while playing AVIs
2020-11-17 08:43:55 +09:00
Matthew Duggan
e0e7823100
ULTIMA8: Add intrinsic for playing crusader cutscene
2020-11-17 08:43:55 +09:00
Matthew Duggan
4c308804bf
ULTIMA8: Pause surrender proc outside fast area
2020-11-17 08:43:55 +09:00
Matthew Duggan
95273340d2
ULTIMA8: Fix some coverity issues
2020-11-17 08:43:55 +09:00
Filippos Karapetis
fe542f2dd7
STARTREK: Started implementing bridge functions. Some cleanup
2020-11-16 23:14:59 +02:00
Filippos Karapetis
e42bb39504
STARTREK: Add new console commands "bg" and "dumpfile"
2020-11-16 23:14:59 +02:00
Martin Gerhardy
6a7d0d6363
TWINE: fixed some missing actor in scene parsing
2020-11-16 21:23:04 +01:00
Martin Gerhardy
74a8d20e8e
TWINE: resource loading error check
2020-11-16 21:23:04 +01:00
Martin Gerhardy
207ce744df
TWINE: renamed member for bitfield
...
found in lba2remake
2020-11-16 21:23:04 +01:00
Martin Gerhardy
e9bb99d3ab
TWINE: Reduced scope + minor cleanup
2020-11-16 21:23:04 +01:00
Martin Gerhardy
bd3cf29205
TWINE: reduced code duplication
2020-11-16 21:23:04 +01:00
Martin Gerhardy
b27953f9f7
TWINE: renamed to lowercase
2020-11-16 21:23:04 +01:00
Martin Gerhardy
df75fac95f
TWINE: removed screenLookupTable
2020-11-16 21:23:04 +01:00
Martin Gerhardy
37cdcae625
TWINE: reduced scope
2020-11-16 21:23:04 +01:00
Martin Gerhardy
b33f58bf2c
TWINE: extended comment
2020-11-16 21:23:04 +01:00
Martin Gerhardy
29a7323464
TWINE: renamed member of drawlist
2020-11-16 21:23:04 +01:00
Martin Gerhardy
cde33bd76f
TWINE: fixed free camera movement in other scenes
2020-11-16 21:23:04 +01:00
Martin Gerhardy
5f0c807a05
TWINE: replaced magic number
2020-11-16 21:23:03 +01:00
Martin Gerhardy
ff6ae1397b
TWINE: more sprite id defines
2020-11-16 21:23:03 +01:00
Martin Gerhardy
19d91fbf7f
TWINE: reduced scope
2020-11-16 21:23:03 +01:00
Martin Gerhardy
d3d283b351
TWINE: reduced code duplication in bonus handling
2020-11-16 21:23:03 +01:00
Martin Gerhardy
91965d5c11
TWINE: name a few unknown members
2020-11-16 21:23:03 +01:00
Martin Gerhardy
bace236b67
TWINE: replaced magic values with sprite constants
2020-11-16 21:23:03 +01:00
Martin Gerhardy
ba69546e91
TWINE: added BonusParameter struct
2020-11-16 21:23:03 +01:00
Thierry Crozat
5cf197d539
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/
2020-11-16 18:21:23 +00:00
Lothar Serra Mari
6c0a355209
NEWS: Update German NEWS file
2020-11-16 19:21:00 +01:00
Thierry Crozat
624c615b8d
I18N: Update translations templates
2020-11-16 18:07:06 +00:00
wonst719
d2aedb650b
SCUMM: Cleanup Korean Multi-font code
...
- Remove unused code
- Fix uninitialized variables
2020-11-17 03:06:21 +09:00
Cameron Cawley
c877097b49
ALL: Remove use of "" in Common::U32String constructors
2020-11-16 16:56:58 +00:00
Vladimir Serbinenko
bc52f01a9a
BBVS: Fix Russian buttons ( #2626 )
...
Russian text is in ISO8859-5. When GUI was converted to UTF-32 thos spot
was missed and ended up being interpreted as Latin1. Then iconv rewrite
changed to UTF-8. Change them to UTF-8 and mark as UTF-8 explicitly.
Fix spelling mistake while on it
2020-11-16 14:01:10 +01:00
Vladimir Serbinenko
b0e5ca855d
BBVS: Fix misdetection of Russian version as demo ( #2625 )
...
GF_GUILANGSWITCH and GF_LOOGIE_DEMO have the same value and hence the code
treats Russian version as loogie demo and crashes as bbloogie.000 is in
an unexpected directory for the demo
2020-11-16 14:00:46 +01:00
Purple T
30430c473a
I18N: Update translation (French)
...
Currently translated at 100.0% (1572 of 1572 strings)
2020-11-16 09:07:11 +00:00
Vladimir Serbinenko
9b824d73af
TEST: remove prinring of md5 of encoding.dat
2020-11-16 10:06:27 +01:00
Vladimir Serbinenko
e187cee802
TEST: Don't suppress errors on copying of encoding.dat
2020-11-16 06:30:48 +01:00
Vladimir Serbinenko
cb5c080151
TEST: Fix path to test/runner.cpp
2020-11-16 04:09:37 +01:00
Vladimir Serbinenko
23111de32e
TEST: clean copied encoding.dat
2020-11-16 03:47:22 +01:00
Vladimir Serbinenko
f5ffbe1155
TEST: Copy encoding.dat to make tests work in relative build directory
2020-11-16 02:38:22 +01:00
Vladimir Serbinenko
cd8270f039
TEST: Third attempt to fix the tests
...
Some tests unnecessarily referred to null osystem. Tested with PSP target
2020-11-16 01:51:14 +01:00
Vladimir Serbinenko
e3ace27da0
TEST: Second attempt at fixing tests
...
The framework doesn't understand preprocessor, put preprocessing inside the
tests.
2020-11-16 00:51:22 +01:00