109847 Commits

Author SHA1 Message Date
Purple T
24e1c8008c I18N: Update translation (French)
Currently translated at 99.5% (1479 of 1486 strings)
2020-10-14 04:43:50 +00:00
Paul Gilbert
48b9c8a2e5 GLK: GLULX: Enable sub-engine 2020-10-13 21:06:48 -07:00
Paul Gilbert
110893c05a GLK: Add detection for IF Comp 2020 games 2020-10-13 20:40:20 -07:00
Paweł Kołodziejski
12806cfdd5 BACKENDS: Remove 3d SDL surface gfx manager. 2020-10-13 23:06:37 +02:00
Paweł Kołodziejski
723ffa111b BACKENDS: Remove accel3d flag completely. 2020-10-13 23:00:19 +02:00
Paweł Kołodziejski
42d55b2436 ENGINES: Drop accel3d param for initGraphics3d() 2020-10-13 22:49:07 +02:00
Paweł Kołodziejski
070d274bf7
BACKENDS: Drop getScreenPixelBuffer() as no longer needed. (#2521) 2020-10-13 22:30:39 +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
Paweł Kołodziejski
4c9dd2ce3c
BACKENDS: Fix compilation. Remove SDL macro and content. It should not be there. (#2520) 2020-10-13 21:48:22 +02:00
Cameron Cawley
4284d9754f
OPENGL: Remove SDL specific code from OpenGLGraphicsManager
The "OSystem::kFeatureFullscreenToggleKeepsContext" feature is already handled in the OpenGLSdlGraphicsManager subclass.
2020-10-13 20:45:32 +01:00
Lothar Serra Mari
813a188a86 I18N: Regenerate translations.dat 2020-10-13 21:42:16 +02:00
Lothar Serra Mari
cb889333ce I18N: Rebuild translation strings from source 2020-10-13 21:42:01 +02:00
Lothar Serra Mari
2f74533d56 I18N: Update translation (German)
Currently translated at 100.0% (1486 of 1486 strings)
2020-10-13 19:40:46 +00:00
Cameron Cawley
26cd7d44e2
SDL: Implement lockMouse() in the 2D graphics managers (#2517) 2020-10-13 21:31:10 +02:00
Paweł Kołodziejski
59ba9cb715
SDL: Do not allow toggle fullscreen for backends which can lose opengl context used for 3d games. (#2514) 2020-10-13 20:27:58 +02:00
Andrei Prykhodko
495eb1b370 PETKA: fix loading chapter after changing part 2020-10-13 20:25:09 +03:00
Paweł Kołodziejski
85b0baa199
SDL: Sync portion code for 2D->3D gfx manager (#2515) 2020-10-13 17:31:47 +02:00
antoniou
7bd9b1ac3d ANDROID: Reduce lint warnings and offer more drawable sizes
Also slightly tweak position and size of keyboard icon
2020-10-13 14:06:07 +03:00
Andrei Prykhodko
9c7e456d61 PETKA: games are suitable for testing 2020-10-13 00:47:34 +03:00
Andrei Prykhodko
284226244e PETKA: refactor Resource manager 2020-10-13 00:34:35 +03:00
Andrei Prykhodko
2de754a2a6 PETKA: fix loading panel, map and save interfaces when main room width > 640 2020-10-13 00:32:39 +03:00
Andrei Prykhodko
e2e0431adc PETKA: implement sound balance for hero 2020-10-13 00:31:05 +03:00
Andrei Prykhodko
9e5729d6fb PETKA: implement sound balance for objects 2020-10-13 00:29:37 +03:00
Andrei Prykhodko
77ad33ad8e PETKA: fix sound balance in dialogs 2020-10-13 00:26:29 +03:00
Paweł Kołodziejski
0259bb1c20 WINTERMUTE: Added Polish 'Alpha Polaris' demo detection entry 2020-10-12 22:29:48 +02:00
Matthew Duggan
b7639ca686 I18N: Update translation (Japanese)
Currently translated at 37.4% (557 of 1486 strings)
2020-10-12 19:56:25 +00:00
Marcel Souza Lemes
4a7d549fa9 I18N: Update translation (Portuguese (Brazil))
Currently translated at 100.0% (1486 of 1486 strings)
2020-10-12 19:56:23 +00:00
Walter Agazzi
c16cf8823c I18N: Update translation (Italian)
Currently translated at 100.0% (1486 of 1486 strings)
2020-10-12 19:56:22 +00:00
Timo Mikkolainen
c8edf5f440 I18N: Update translation (Finnish)
Currently translated at 100.0% (1486 of 1486 strings)
2020-10-12 19:56:21 +00:00
IlDucci
084cb865e2 I18N: Update translation (Spanish)
Currently translated at 100.0% (1486 of 1486 strings)
2020-10-12 19:56:19 +00:00
Andrei Prykhodko
6695eb679b PETKA: fix typo in debug channel 2020-10-12 22:51:47 +03:00
Andrei Prykhodko
6ff94e6d47 PETKA: refactor VideoSystem 2020-10-12 22:49:57 +03:00
Andrei Prykhodko
852d597588 PETKA: fix detecting object under mouse in some cases 2020-10-12 22:47:18 +03:00
Paweł Kołodziejski
0f583715dc THEME: Update logo in residualvm theme 2020-10-12 21:31:11 +02:00
Torbjörn Andersson
9acdbe42af
GUI: Update "edit game" for new graphics options (#2512)
Make the new graphics options in "edit game" disabled until the user
asks to override the global settings. (Most of these were added during
the ScummVM/ResidualVM merger, I guess.)
2020-10-12 18:44:15 +02:00
Paweł Kołodziejski
a63040b60e DISTS: Update conditions for install shader files 2020-10-12 18:33:00 +02:00
LMerckx
7bec7b7d31
CONFIGURE: Also install shaders if gles2 enabled (#2513)
CONFIGURE: Also install shaders if gles2 enabled
2020-10-12 18:26:41 +02:00
Eugene Sandulenko
4f0bf5cffd BUILD: Sync new credits file location on Web 2020-10-12 14:46:49 +02:00
Eugene Sandulenko
4c0c187093 CREDITS: Update, add co-leads 2020-10-12 14:44:58 +02:00
Thierry Crozat
ec03345cc9
MADE: Add additional comment on detection entries
Two detection entries for the v1.1 version have the same MD5 hash,
but different file size. According to GoodOldGeorg on the forum one
is a OEM version and the other is a retail version.
2020-10-12 13:11:32 +01:00
Eugene Sandulenko
9da355e818 I18N: Update translation (Ukrainian)
Currently translated at 100.0% (1486 of 1486 strings)
2020-10-12 11:31:13 +00:00
Eugene Sandulenko
15a978460e I18N: Regenerate translations 2020-10-12 13:14:28 +02:00
Eugene Sandulenko
a312ddce78 GRIM: Fix typo in error message 2020-10-12 13:13:34 +02:00
Eugene Sandulenko
84aaf0a13d I18N: Update translation (Ukrainian)
Currently translated at 99.3% (1476 of 1486 strings)
2020-10-12 11:12:14 +00:00
Marcel Souza Lemes
0f1eafca99 I18N: Update translation (Portuguese (Brazil))
Currently translated at 100.0% (1486 of 1486 strings)
2020-10-12 09:43:54 +00:00
George Kormendi
70da30d46f I18N: Update translation (Hungarian)
Currently translated at 100.0% (1486 of 1486 strings)
2020-10-12 09:43:53 +00:00
Purple T
d163901fb3 I18N: Update translation (French)
Currently translated at 98.3% (1462 of 1486 strings)
2020-10-12 09:43:52 +00:00
IlDucci
d9f4b17196 I18N: Update translation (Spanish)
Currently translated at 100.0% (1486 of 1486 strings)
2020-10-12 09:43:51 +00:00
Thierry Crozat
0582662f64 MADE: Add detection entry for RTZ version reported in forum
The detection entry was also reported in bug #4198, but the one that
was actually added to the detection table with the same hash had a
different file size. I don't know if they are two different versions,
or if it was a mistake, so I kept the detection entry and just added
the new one.
2020-10-11 23:47:23 +01:00
Cameron Cawley
0b7085fbea SDL: Ensure that SDL is initialized before creating the window object 2020-10-11 22:45:38 +01:00