Alexandre Fontoura
|
98df1b2020
|
TWINE: Adding game detection for all versions (#2564)
|
2020-10-25 16:55:45 +01:00 |
|
antoniou79
|
e3f430df11
|
DISTS: ANDROID: Update phone screenshots with 2.2.1 ones
These are taken from my Xperia Z5 Compact (7.1.1)
Settings: Filter Graphics Disabled, Keep Aspect Ratio Enabled, Fit to Window Stretch mode
|
2020-10-25 17:11:44 +02:00 |
|
wonst719
|
a691e0718e
|
I18N: Update translation (Korean)
Currently translated at 64.8% (964 of 1486 strings)
|
2020-10-25 14:59:24 +00:00 |
|
Eugene Sandulenko
|
fbf91880af
|
I18N: Update translation (Korean)
Currently translated at 64.8% (964 of 1486 strings)
|
2020-10-25 14:59:24 +00:00 |
|
anonymous
|
b646f8ba3b
|
I18N: Update translation (Swedish)
Currently translated at 61.3% (912 of 1486 strings)
|
2020-10-25 14:59:23 +00:00 |
|
wonst719
|
5bce0476a9
|
I18N: Update translation (Korean)
Currently translated at 64.9% (965 of 1486 strings)
|
2020-10-25 14:55:16 +00:00 |
|
Eugene Sandulenko
|
f2a845cd6b
|
DISTS: ANDROID: Release of 2.2.1
|
2020-10-25 15:32:04 +01:00 |
|
antoniou
|
17196e65ac
|
ANDROID: update comment on build.gradle
For Play Store release (Oct 2020)
|
2020-10-25 13:57:11 +02:00 |
|
Martin Gerhardy
|
1cf46c4ee0
|
TWINE: added german and french to the detection entry
see https://github.com/scummvm/scummvm/pull/2557
|
2020-10-25 09:22:58 +01:00 |
|
Martin Gerhardy
|
b159872166
|
TWINE: only disable our own keymaps in Input::enabledKeyMap
|
2020-10-25 09:21:44 +01:00 |
|
Martin Gerhardy
|
7672fa7860
|
TWINE: marked the engine as highres
|
2020-10-25 09:21:44 +01:00 |
|
Martin Gerhardy
|
55cbd7c8a1
|
TWINE: also pause scummvm if the game is in pause mode
|
2020-10-25 09:21:44 +01:00 |
|
Martin Gerhardy
|
33b641b1ed
|
TWINE: replaced magic numbers
|
2020-10-25 09:21:44 +01:00 |
|
Martin Gerhardy
|
aacb488f25
|
TWINE: converted to boolean and general cleanup
|
2020-10-25 09:21:44 +01:00 |
|
Torbjörn Andersson
|
f2ae4b1b87
|
TWINE: Add detection for UK version of Little Big Adventure (#2557)
|
2020-10-25 09:21:27 +01:00 |
|
Vladimir Serbinenko
|
784dd5f0f1
|
TWINE: Fix array inits missed in 1ef2265991
|
2020-10-25 05:18:52 +01:00 |
|
Vladimir Serbinenko
|
f42300b6f5
|
PLUMBERS: Add 16bit dependency
It's needed to handle 3DO variant of the game.
|
2020-10-25 03:15:52 +01:00 |
|
Vladimir Serbinenko
|
4e53ae7fed
|
PLUMBERS: don't use memset when initing
memsetting over Common::String is a bad idea and creates a weird behaviour.
|
2020-10-25 03:14:25 +01:00 |
|
Vladimir Serbinenko
|
3096ff991a
|
HADESCH: fix double-free when handling corrupt video files
|
2020-10-25 03:12:54 +01:00 |
|
Vladimir Serbinenko
|
60c623e316
|
HADESCH: Rename Shade to StyxShade
We have 2 Shade's: in ferry.cpp and in riverstyx.cpp. Rename one of
them to prevent possible collisions.
|
2020-10-25 03:11:48 +01:00 |
|
Vladimir Serbinenko
|
b4fd8cb16a
|
HADESCH: handle gracefully successive changes of rooms.
This can happen e.g. in video-only scene if video file is unreadable.
|
2020-10-25 03:10:31 +01:00 |
|
Paul Gilbert
|
a99092c436
|
GLK: ZCODE: Add detection for Countdown games
|
2020-10-24 16:47:07 -07:00 |
|
Eugene Sandulenko
|
1ef2265991
|
TWINE: Remove array initializers. Some older gcc's do not like it
|
2020-10-25 01:30:42 +02:00 |
|
Eugene Sandulenko
|
c810e1d174
|
TWINE: Remove array initializer
|
2020-10-25 01:30:42 +02:00 |
|
antoniou
|
64eb1c0afe
|
ANDROID: A tentative handling of handling joystick control
Basically as a virtual mouse
|
2020-10-25 02:30:32 +03:00 |
|
Vladimir Serbinenko
|
9045bceac9
|
HADESCH: Use getRandomBit rather than getRandomNumber(0, 1)
|
2020-10-25 01:02:58 +02:00 |
|
Vladimir Serbinenko
|
76eade7718
|
HADESCH: Fix shadowing
|
2020-10-25 01:02:58 +02:00 |
|
Vladimir Serbinenko
|
03ce7bfd6c
|
HADESCH: fix medisle warnings
|
2020-10-25 01:02:58 +02:00 |
|
Vladimir Serbinenko
|
1464115ccb
|
HADESCH: fix warnings in minotaur.cpp
They're real warnings but let's convert tem to TODOs.
|
2020-10-25 01:02:58 +02:00 |
|
Vladimir Serbinenko
|
bed87e92d1
|
HADESCH: fix typo in loop variable
|
2020-10-25 01:02:58 +02:00 |
|
Vladimir Serbinenko
|
d8fc5bad56
|
HADESCH: fix signedness warnings
|
2020-10-25 01:02:58 +02:00 |
|
Vladimir Serbinenko
|
0d43a003bf
|
HADESCH: Use getRandomNumberRngSigned when generating a signed random
Unsignedone is technically undefined even though practically equivalent
|
2020-10-25 01:02:58 +02:00 |
|
Vladimir Serbinenko
|
18626c2e96
|
COMMON: Add a signed variant of getRandomNumberRng.
Useful for generating negative numbers
|
2020-10-25 01:02:58 +02:00 |
|
Eugene Sandulenko
|
bf46d8e677
|
TWINE: Another compilation fix
|
2020-10-25 00:56:38 +02:00 |
|
Eugene Sandulenko
|
491a124b04
|
TWINE: Attempt to fix compilation for dumber compilers
|
2020-10-25 00:55:11 +02:00 |
|
Eugene Sandulenko
|
84e41e3b64
|
TWINE: More AmigaOS compilation fixes
|
2020-10-25 00:53:21 +02:00 |
|
Vladimir Serbinenko
|
fbc2c929e3
|
PLUMBERS: fix Surface forward declaration
|
2020-10-24 23:08:14 +02:00 |
|
Vladimir Serbinenko
|
7398a027b3
|
HADESCH: replace Common::Point with a struct in init tables
This avoids global constructors.
|
2020-10-24 23:07:59 +02:00 |
|
Vladimir Serbinenko
|
fb6c0d8749
|
HADESCH: name enums to avoid anonymous enum templates
|
2020-10-24 23:07:59 +02:00 |
|
Vladimir Serbinenko
|
e59357eb3a
|
HADESCH: change const to define when it removes global constructor
It's a bit less nice but avoids global constructors
|
2020-10-24 23:07:59 +02:00 |
|
Vladimir Serbinenko
|
8bf5109950
|
HADESCH: typhoon: Reorganize structure to avoid global constructors
|
2020-10-24 23:07:59 +02:00 |
|
Vladimir Serbinenko
|
6150169978
|
HADESCH: fix forward declaration of MacCursor
|
2020-10-24 23:07:59 +02:00 |
|
Vladimir Serbinenko
|
d424dcebfe
|
HADESCH: ferry: restructure structs to avoid global constructors
|
2020-10-24 23:07:59 +02:00 |
|
Vladimir Serbinenko
|
25200d6815
|
HADESCH: Restruct BirdInfo to void global constructor
|
2020-10-24 23:07:59 +02:00 |
|
Vladimir Serbinenko
|
c2d0593690
|
HADESCH: Remove several unused variables
|
2020-10-24 23:07:59 +02:00 |
|
Vladimir Serbinenko
|
79ea974574
|
HADESCH: Put all statue fields into single struct
This is nicer and avoids the need for global constructor
|
2020-10-24 23:07:59 +02:00 |
|
Vladimir Serbinenko
|
8e5efc0fda
|
HADESCH: Add missing override keywords
|
2020-10-24 23:07:59 +02:00 |
|
Eugene Sandulenko
|
b650bf01ba
|
TWINE: Fix warning
|
2020-10-24 21:49:42 +02:00 |
|
Eugene Sandulenko
|
8ebeb2b5f2
|
TWINE: Fix more int vs int32 type mismatches
|
2020-10-24 21:49:03 +02:00 |
|
Eugene Sandulenko
|
778781cb3e
|
TWINE: Fix compilation on Amiga
|
2020-10-24 20:02:00 +02:00 |
|