Andrei Prykhodko
92aa564163
PETKA: add support for engine features(RTL, PAUSE etc) while playing video
2020-10-07 22:32:58 +03:00
Pawel Kolodziejski
527ac8ee87
GRIM: Allow compile without freetype
2020-10-07 21:11:04 +02:00
Pawel Kolodziejski
17b9f6f4a7
TRAVIS: Attempt to fix freetype usage for android
2020-10-07 21:00:59 +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
Andrei Prykhodko
beb455d14a
PETKA: change demo game id
2020-10-07 20:32:53 +03:00
Andrei Prykhodko
85f935aa5f
PETKA: drop language from game id
2020-10-07 20:32:53 +03:00
Andrei Prykhodko
30fd368be5
PETKA: add commentary about using iterator after erasing in SoundsMap
2020-10-07 20:32:53 +03:00
Andrei Prykhodko
7922774499
PETKA: fix thread safety issues in petka 2
2020-10-07 20:32:53 +03:00
Lothar Serra Mari
62aac56c30
NEWS: Add missing full stops for consistency
2020-10-07 18:52:12 +02:00
Lothar Serra Mari
546c87fac7
NEWS: Update German NEWS file
2020-10-07 18:51:33 +02:00
Paweł Kołodziejski
6e619ca714
GRIM: Merge branch 'remastered'
2020-10-07 18:26:49 +02:00
antoniou
e25ac0bc55
ANDROID: Correctly init config keys and reflect values on GUI
...
Also comments added about how this process works. Fixes bug #11743
2020-10-07 15:26:31 +03:00
antoniou
465807f165
JANITORIAL: Better vertical align of methos and members
2020-10-07 15:26:31 +03:00
Pawel Kolodziejski
4d9192f7e9
MACOS: Fixed osxsnap build
2020-10-07 13:59:42 +02:00
Thierry Crozat
233adb3cbd
SWORD25: Fix crash in non-extracted version
...
This was a regression from commit 6d00724
. The game was crashing
right at the start.
2020-10-07 11:45:24 +01:00
Eugene Sandulenko
82aaf4262c
SWORD25: Fixed language selection in the extracted version
2020-10-07 12:28:16 +02:00
Eugene Sandulenko
6760fceb72
COMMON:: LUA: Added Chroatian language used in Sword25
2020-10-07 12:25:08 +02:00
Eugene Sandulenko
010404a7f3
SWORD25: Process Windows paths in extracted version
2020-10-07 11:51:05 +02:00
Kirben
f27d08d097
BUILD: MinGW needs OpenGL library added for GLEW test.
2020-10-07 20:41:06 +11:00
Pawel Kolodziejski
2ecbaef5b5
BASE: Added more information about opengl related features
2020-10-07 11:33:22 +02:00
Eugene Sandulenko
fd556c9b80
SWORD25: Added debug output
2020-10-07 11:29:33 +02:00
Paul Gilbert
2a360b96a3
NEWS: Added notes for GLK, Lure, Ultima changes
2020-10-06 21:29:21 -07:00
Paul Gilbert
534c401715
GLK: ZCODE: Fix loading stack from savegames
2020-10-06 21:22:41 -07:00
Eugene Sandulenko
530a892012
NEWS: Mention Sword25 improvement
2020-10-07 01:40:03 +02:00
Eugene Sandulenko
6d0072475f
SWORD25: Make the extracted version working
...
Our FSDirectory Archive behaviour differs from other Archive-based
classes such as Zip. It returns only files, while the archivers
return whole paths. Thus, we have to use custom code for pattern-based
queries which Lua code uses extensively
2020-10-07 01:40:03 +02:00
Eugene Sandulenko
4a401e36fc
COMMON: Extend FSDirectory, so matching functions could also match subdirectories
2020-10-07 01:40:03 +02:00
Eugene Sandulenko
7af0fb302e
LASTEXPRESS: Fix detection for GOG release
2020-10-07 01:40:03 +02:00
Eugene Sandulenko
489823a739
Revert "LASTEXPRESS: added detection entry for gog release"
...
This reverts commit 3128c0be2f
.
The md5s are for full files, it was never tested or even compiled,
as it is obvious from the PR#1333. There are different reasons why the
version was not detected, this will be fixed separately.
2020-10-07 01:40:03 +02:00
Pawel Kolodziejski
11f15a2bfa
GRIM: Rename shaders files to be unique per engine
2020-10-07 00:37:20 +02:00
athrxx
875880bded
KYRA: (EOB/SegaCD) - improve skipping of cutscenes
...
Make sure that the right palettes and scroll offsets are set after a sequence is aborted. Instead of actually aborting the sequence we fast forward through it in order to have the same final values as if the sequence had been played normally
2020-10-06 22:26:38 +02:00
Pawel Kolodziejski
974f20f610
WINTERMUTE: Corrected demo description for Sunrise game entry
2020-10-06 22:11:28 +02:00
Paweł Kołodziejski
c200afef97
WINTERMUTE: Corrected demo description for Sunrise game entry
2020-10-06 22:11:01 +02:00
Pawel Kolodziejski
8cef3c14cb
GRIM: Added keymaps entries for keymapper
2020-10-06 21:31:18 +02:00
athrxx
1cf3696524
KYRA: (EOBII/Spanish) - fix party transfer message to fit into window
...
(this is a ScummVM specific string, not one from the original game)
2020-10-06 19:36:31 +02:00
athrxx
7695fb92af
KYRA: (EOB/SegaCD) - allow party transfer to EOB II
...
This slightly modifiies the save code so that parties created with the SegaCD version (from save files created after this commit) can be imported into any version of EOB II.
Also fix a memory leak in party transfer code.
2020-10-06 19:13:56 +02:00
athrxx
08c6423403
KYRA: (EOB) - fix CGA mode glitch
2020-10-06 19:10:30 +02:00
Vladimir Serbinenko
55559539af
common/array: Fix comment
...
Comment speaks about double-linked list but we actually have an array
2020-10-06 18:16:53 +02:00
Vladimir Serbinenko
1e3b41d71b
Add division and multiplication operators to Common::Point
...
They're convenient for performing computations and I use
them in Hades Challenge engine
2020-10-06 18:16:08 +02:00
Eduard Chaika
7f9fe280a8
PETKA: fix memory leak in video decoding
2020-10-06 17:19:52 +03:00
Eduard Chaika
43524fe31f
PETKA: fix memory leak when reading object data
2020-10-06 17:19:52 +03:00
Eduard Chaika
6e09269275
PETKA: fix memory leak in QObjectPetka
2020-10-06 17:19:52 +03:00
Eduard Chaika
aa7e20de28
PETKA: fix memory leak in sound mgr
2020-10-06 17:19:52 +03:00
Pawel Kolodziejski
eb83a03208
EVENTS: Added relative mouse position in virtual mouse
2020-10-06 15:39:07 +02:00
Pawel Kolodziejski
d63f0e7513
ICB: Corrected header ifdef guards
2020-10-06 14:32:14 +02:00
anonymous
17834b6183
I18N: Update translation (Chinese)
...
Currently translated at 0.9% (14 of 1480 strings)
2020-10-06 12:21:43 +00:00
Pawel Kolodziejski
6a28fee9ef
ICB: Fixed accessing game ini file
2020-10-06 13:07:48 +02:00
Pawel Kolodziejski
edaa015de1
ICB: Switch to Common::File access game data
2020-10-06 12:59:49 +02:00