110289 Commits

Author SHA1 Message Date
Martin Gerhardy
0a56ddc670 TWINE: script warnings if not implemented or invalid opcode 2020-10-26 18:11:15 +01:00
Martin Gerhardy
8df39f3eeb TWINE: fixed copyBlockPhys 2020-10-26 18:11:15 +01:00
Martin Gerhardy
94d0bc8b21 TWINE: reduced scope 2020-10-26 18:11:15 +01:00
Martin Gerhardy
662aceb922 TWINE: reduced scope 2020-10-26 18:11:15 +01:00
Martin Gerhardy
9d53e69b79 TWINE: converted scene loading to stream 2020-10-26 18:11:15 +01:00
Martin Gerhardy
a2ec51e46c TWINE: store script sizes 2020-10-26 18:11:15 +01:00
Martin Gerhardy
b951291d5e TWINE: removed internalKeyCode from Input class 2020-10-26 18:11:15 +01:00
Martin Gerhardy
483723cd4f TWINE: comments from http://lbafileinfo.kazekr.net 2020-10-26 18:11:15 +01:00
Martin Gerhardy
67568dd0e8 TWINE: 'fixed' a div0 error
right now the inventory text is not visible - this must be related
2020-10-26 18:11:15 +01:00
Martin Gerhardy
dd2e97ebd6 TWINE: close the inventory menu if i is no longer pressed 2020-10-26 18:11:15 +01:00
Martin Gerhardy
4f638d30b5 TWINE: enable the ui bindings for the inventory menu 2020-10-26 18:11:15 +01:00
Martin Gerhardy
74896d1846 TWINE: reduced scope + cleanup 2020-10-26 18:11:15 +01:00
Martin Gerhardy
7f8c588af9 TWINE: replaced magic numbers 2020-10-26 18:11:15 +01:00
Martin Gerhardy
05bc119526 TWINE: tweaked inventory menu (not yet working 100%) 2020-10-26 18:11:15 +01:00
Martin Gerhardy
40564c4b00 TWINE: nextpage action to read multi page ui text 2020-10-26 18:11:15 +01:00
Martin Gerhardy
3dd13e456b TWINE: fixed typo 2020-10-26 18:11:15 +01:00
Martin Gerhardy
3283e420e2 TWINE: replaced magic numbers 2020-10-26 18:11:15 +01:00
Martin Gerhardy
be4725fe58 TWINE: let the debug command give all items 2020-10-26 18:11:15 +01:00
Martin Gerhardy
ec9d67d0b0 TWINE: add debug commands to switch the scene and give all items 2020-10-26 18:11:15 +01:00
Martin Gerhardy
567cee4e6f TWINE: reduced code duplication 2020-10-26 18:11:15 +01:00
Martin Gerhardy
6622d32274 TWINE: renamed variables 2020-10-26 18:11:15 +01:00
Martin Gerhardy
f64dfffc48 TWINE: removed manually searching the directories - SearchMan has vox and fla registered 2020-10-26 18:11:14 +01:00
Martin Gerhardy
f8210aac82 TWINE: added game variant detection by gameId 2020-10-26 18:11:14 +01:00
Cameron Cawley
94e18f53ff GUI: Fix permissions for scummtheme.py 2020-10-26 16:09:43 +00:00
Cameron Cawley
ff0d58e3b4 GUI: Update the builtin theme 2020-10-26 16:08:49 +00:00
Ben Castricum
a798cfb9f6 I18N: Update translation (Dutch)
Currently translated at 100.0% (1486 of 1486 strings)
2020-10-26 12:06:19 +00:00
Vladimir Serbinenko
34b7451b15 HADESCH: Fix mast softlock in argo scene 2020-10-26 09:38:50 +01:00
Vladimir Serbinenko
0446966e32 HADESCH: support restore from launcher 2020-10-26 09:38:50 +01:00
Dmitry Gladkov
9487c4bdd3 STARK: Workaround to support Emma's lipsync 2020-10-26 07:12:03 +01:00
Paul Gilbert
4f168f41f2 GLK: COMPREHEND: Move some v2-only opcodes to v2 class 2020-10-25 21:59:04 -07:00
Paul Gilbert
43d25b567a GLK: COMPREHEND: Fix looking at 4-d mirror in OO-Topos 2020-10-25 21:38:28 -07:00
Paul Gilbert
b104ca3fd5 GLK: COMPREHEND: Fix the item indexes for CLEAR_WORD/SET_WORD 2020-10-25 18:17:24 -07:00
Paul Gilbert
b30d9ceefd GLK: COMPREHEND: Change _words array to use Common::Array 2020-10-25 18:17:24 -07:00
wonst719
79d3de1f00 I18N: Update translation (Korean)
Currently translated at 64.8% (964 of 1486 strings)
2020-10-26 00:43:55 +00:00
Marcel Souza Lemes
f7f8e12e68 I18N: Update translation (Portuguese (Brazil))
Currently translated at 100.0% (1486 of 1486 strings)
2020-10-26 00:43:54 +00:00
Vladimir Serbinenko
5bce0aa737 HADESCH: Fix handling of atlantis intro 2020-10-25 22:49:01 +01:00
Vladimir Serbinenko
9c9dd99f23 HADESCH: Fix decoder closing handling in catacombs 2020-10-25 22:49:01 +01:00
Vladimir Serbinenko
7852ca2b21 HADESCH: Fix wrong room moves 2020-10-25 22:49:01 +01:00
Vladimir Serbinenko
38c4a0849a HADESCH: Fix playing of Troy/Odysseus intro 2020-10-25 22:49:01 +01:00
Vladimir Serbinenko
366e9997c4 COMMON: Fix freetype path for psp
Current config ends up pulling freetype headers from host which depending
on version on host and in toolchain may result in linking or runtime errors
2020-10-25 22:46:59 +01:00
Vladimir Serbinenko
d671899e52 COMMON: Move -G0 to right place for psp 2020-10-25 22:46:35 +01:00
Eugene Sandulenko
2902e3336e DISTS: ANDROID: Sync phone screenshots with the store 2020-10-25 19:39:24 +01:00
Vladimir Serbinenko
0714302b0b COMMON: Add -G0 for PSP
Our pspfull build has got section over 64K. Projects like retroarch also
use -G0. It's a bit slower and binary is a bit larger but it works.
2020-10-25 19:35:58 +01:00
antoniou79
64778522ce ANDROID: New screenshots from Xperiam Z5 Compact
With filtering enabled
2020-10-25 20:26:43 +02:00
Martin Gerhardy
95516fd446 TWINE: renamed sub-engine from twine to lba to also support lba2 2020-10-25 16:58:23 +01:00
Martin Gerhardy
55e82d6c0f TWINE: prepare for lba2 2020-10-25 16:57:27 +01:00
Martin Gerhardy
153bfa03aa TWINE: removed own midi code - use MidiParser_XMIDI 2020-10-25 16:57:27 +01:00
Martin Gerhardy
d13e4b4088 TWINE: reduced scopes, const + data hiding 2020-10-25 16:57:26 +01:00
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