Eugene Sandulenko
9e73c49e2b
GRIM: Use AD_ENTRY2s in the detection table. That also fixes OOB access
2020-11-28 14:44:06 +01:00
Hubert Maier
e19d4e197b
AMIGAOS: Keep platform name continuity ( #2643 )
2020-11-26 15:10:01 +01:00
Niv Baehr
e60da20d3a
GRIM: fix localization of dialogue transcript
...
Fixes bug where cutscenes lines were always written to dialogue transcript in english regardless of game language
as described in https://bugs.scummvm.org/ticket/11878
2020-11-24 10:55:20 +01:00
Einar Johan Trøan Sømåen
33572861c2
GRIM: Fix PixelFormat lookup during Remastered's startup.
...
Grim Fandango Remastered has an alpha channel in the
video that plays as intro.
This makes Grim Fandango Remastered start, although there
are still quite a few issues to fix.
2020-11-22 22:31:35 +01:00
Cameron Cawley
c877097b49
ALL: Remove use of "" in Common::U32String constructors
2020-11-16 16:56:58 +00:00
LMerckx
d76faf125c
GRIM: Simplify shaders for Raspberry PI ( #2618 )
...
* GRIM: Simplify shaders for Raspberry PI
2020-11-13 06:22:20 +01:00
Paweł Kołodziejski
15f1f86bfe
GRIM: Remove end lines from warning() messages
2020-11-12 10:51:13 +01:00
Paweł Kołodziejski
2b39d80d12
GRIM: Do not store "last_set" if it was not stored before
2020-11-12 10:47:15 +01:00
Laurent Merckx
741cd5ddc7
GRIM: use GL_UNSIGNED_SHORT for glDrawElements instead of GL_UNSIGNED_INT (not supported for GLES <= 2)
2020-11-12 05:58:36 +01:00
Lothar Serra Mari
36a2bda04b
GRIM: Convert MD5 checksum dialog message to U32String
2020-11-09 22:42:04 +01:00
Mathias Parnaudeau
10b88aae66
GRIM: Fix alloc-dealloc mismatch in grim engine
...
A previous fix in ResidualVM changed 2 calls to free() into delete
operators because scumm_strdup() was using the new operator.
Later scumm_strdup() switched to malloc() to be aligned with strdup()
function. So move back to free().
2020-11-04 23:06:46 +00:00
Matthieu Milan
782bfa88ad
EMI: Fix screenshot when saving on ES2 ( #2587 )
2020-11-02 18:42:01 +01:00
Paweł Kołodziejski
d44f1f77ed
GRIM: Rename engine data patches
2020-11-01 14:10:09 +01:00
Paweł Kołodziejski
ccc9f6634d
GRIM: Remove 'Quit' key mapping to avoid conflict with virtual keyboard
2020-10-24 14:11:56 +02:00
Paweł Kołodziejski
749c3ec9e1
ENGINES: If backend is not capable support opengl in game do not try create opengl renderer
2020-10-19 06:52:31 +02:00
LMerckx
be1d4f65d8
GRIM: Fix mapping of joystick action buttons in EMI ( #2540 )
2020-10-17 20:39:27 +02:00
Eugene Sandulenko
33ac09433f
GRIM: Do not launch EMI when it is disabled in configure
2020-10-16 19:05:53 +02:00
Eugene Sandulenko
8d9eb6a9c8
GRIM: Add fix for Russian version
2020-10-16 19:05:53 +02:00
Eugene Sandulenko
e0e3e3abe3
GRIM: Added checksums for Russian EMI
2020-10-16 19:05:53 +02:00
Eugene Sandulenko
bfddffd5d0
GRIM: Always detect all games.
...
Since we have detection in static part, we need to detect it always.
2020-10-16 19:05:53 +02:00
Eugene Sandulenko
034ff75ca7
GRIM: Added Brasilian Portuguese GRIM MD5s
2020-10-16 10:32:58 +02:00
Paweł Kołodziejski
8f6bc62d74
ENGINES: Added "16bit highres" feature depends for 3d games
2020-10-14 21:48:37 +02:00
Cameron Cawley
1bf1fb40fc
CONFIGURE: Allow building with TinyGL disabled ( #2528 )
2020-10-14 20:31:22 +02:00
Paweł Kołodziejski
a37173807f
CONFIGURE: More work on opengl flags
2020-10-14 18:37:17 +02:00
Eugene Sandulenko
de201f0785
GRIM: Redirect users to ScummVM wiki
2020-10-14 11:45:11 +02:00
Paweł Kołodziejski
9bdba8b919
GRIM: Fixed param for gl call
2020-10-14 08:31:25 +02:00
Paweł Kołodziejski
d113c5d3a4
GRIM: Silence compiler warning
2020-10-14 08:29:48 +02:00
Paweł Kołodziejski
664d95aad6
GRIM: Remove leftover fullscreen comment
2020-10-14 07:50:56 +02:00
Cameron Cawley
03e8f0ed2d
ENGINES: Remove code for toggling fullscreen mode ( #2523 )
...
* GRIM: Remove code for toggling fullscreen mode
* MYST3: Remove code for toggling fullscreen mode
* STARK: Remove code for toggling fullscreen mode
* ENGINES: Remove the fullscreen argument from initGraphics3d()
2020-10-14 07:49:28 +02:00
Paweł Kołodziejski
42d55b2436
ENGINES: Drop accel3d param for initGraphics3d()
2020-10-13 22:49:07 +02:00
Cameron Cawley
b19857bd8c
ENGINES: Use ScummVM's 2D API for blitting the TinyGL framebuffer ( #2516 )
...
* GRIM: Use ScummVM's 2D API for blitting the TinyGL framebuffer
* MYST3: Use ScummVM's 2D API for blitting the TinyGL framebuffer
* ICB: Use ScummVM's 2D API for blitting the TinyGL framebuffer
2020-10-13 22:12:10 +02:00
Eugene Sandulenko
a312ddce78
GRIM: Fix typo in error message
2020-10-12 13:13:34 +02:00
Eugene Sandulenko
7ff34bc9ec
PLUGINS: MetaEngineStatic -> MetaEngineDetection
2020-10-11 23:14:39 +02:00
Eugene Sandulenko
7ea6781043
PLUGINS: PLUGIN_TYPE_METAENGINE -> PLUGIN_TYPE_ENGINE_DETECTION
2020-10-11 23:12:32 +02:00
Cameron Cawley
d1d305d1b9
GRIM/GROOVIE: Move StuffIt archive code to Common ( #2509 )
2020-10-11 22:01:00 +02:00
BeWorld
cab7cd49c4
MORPHOS : Fixed for int vs int32 types for AmigaOS/MorphOS ( #2510 )
...
MORPHOS : Fixed int to int32 and some functions not available on AmigaOS/MorphOS
2020-10-11 18:24:36 +02:00
Paweł Kołodziejski
264f6f037b
ALL: Separate USE_OPENGL and USE_OPENG_GAME. Exclude WME3D for GLES2 for now.
2020-10-10 14:12:07 +02:00
Lothar Serra Mari
e197118e28
GRIM: Fix typo in the keymapper actions (again)
2020-10-10 13:01:02 +02:00
Lothar Serra Mari
3bdaa4951f
GRIM: Fix typo in the keymapper actions
2020-10-10 13:01:02 +02:00
Eugene Sandulenko
89123110d2
GRIM: Fix compilation on some systems
2020-10-10 02:05:25 +02:00
Eugene Sandulenko
1e1e0e6079
GRIM: Added missing file to POTFILES
2020-10-09 22:35:37 +02:00
Eugene Sandulenko
41056cebad
GRIM: Removed unneeded include
2020-10-09 22:35:37 +02:00
SupSuper
9ed8525c63
GRIM: Remove obsolete Windows headers
2020-10-09 21:24:52 +01:00
Paweł Kołodziejski
736e99edeb
PO: Update translations
2020-10-09 21:24:47 +02:00
Paweł Kołodziejski
35b9cccbde
ALL: Merge ResidualVM
2020-10-09 19:44:13 +02:00
Pawel Kolodziejski
527ac8ee87
GRIM: Allow compile without freetype
2020-10-07 21:11:04 +02:00
Pawel Kolodziejski
f8570d332f
GRIM: Fixed smush compilation
2020-10-07 20:33:50 +02:00
Pawel Kolodziejski
5acf4af7f4
GRIM: Fixed regression in EMI.
2020-10-07 20:18:35 +02:00
Pawel Kolodziejski
1e26030a51
GRIM: Attempt to fix travis builds
2020-10-07 20:09:42 +02:00
Pawel Kolodziejski
3d74c3dd4d
GRIM: Post branch merge fixes.
2020-10-07 19:50:27 +02:00