Martin Gerhardy
0f940c4f72
TWINE: comments and added missing termination byte to savegame
...
according to http://lbafileinfo.kazekr.net/index.php\?title\=LBA1:Savegame
2020-11-21 15:24:46 +01:00
Martin Gerhardy
0381111827
TWINE: replaced magic numbers
2020-11-21 15:24:46 +01:00
Martin Gerhardy
db5a8551e2
TWINE: reduced cyclic complexity
2020-11-21 15:24:46 +01:00
Martin Gerhardy
65b3828cdc
TWINE: fixed losing the active actor control if you activate the behaviour menu
2020-11-21 15:24:46 +01:00
Martin Gerhardy
631864146f
TWINE: extended input class
2020-11-21 15:24:46 +01:00
athrxx
b91f4e3e4e
SCUMM: fix warning (unused var)
2020-11-21 13:59:46 +01:00
Filippos Karapetis
f9ebef6e1a
STARTREK: Implement the computer, some kb input and bridge functions
2020-11-21 14:40:56 +02:00
Le Philousophe
9881255919
CRYOMNI3D: Add detection for German Windows version from ticket #11963
2020-11-21 11:55:54 +01:00
sluicebox
b5241be248
SCI: Fix buffer overflow when loading Korean font
...
Fixes bug #11966
2020-11-21 00:51:26 -08:00
Martin Gerhardy
6fefa0d9b5
TWINE: give_all_items enables the inventory
2020-11-20 18:34:50 +01:00
Martin Gerhardy
699c8225c6
TWINE: replaced magic numbers with constants
...
and started to mark the angles - to be able to refacto them easier later on
2020-11-20 18:34:50 +01:00
Martin Gerhardy
b30a195e97
TWINE: introduced ClampAngle
2020-11-20 18:26:35 +01:00
Martin Gerhardy
d6c879cbe7
TWINE: doxygen for scripts
...
http://moonbase.kazekr.net/index.php\?page\=d_dok
2020-11-20 18:26:35 +01:00
Thierry Crozat
b756f38ba9
I18N: Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: ScummVM/scummvm
Translate-URL: https://translations.scummvm.org/projects/scummvm/scummvm/
2020-11-20 05:43:12 +00:00
Paul Gilbert
dabff21c44
GLK: COMPREHEND: Refresh gfx & show room desc after loading from GMM
2020-11-19 21:42:40 -08:00
Thierry Crozat
4a8790cd9f
I18N: Update translations templates
2020-11-20 04:23:06 +00:00
Paul Gilbert
a0883e6aaf
GLK: COMPREHEND: Fix wearing or removing goggles in too bright room
2020-11-19 20:22:37 -08:00
Martin Gerhardy
3e8247a6b7
TWINE: use IS_HERO macro
2020-11-19 23:12:06 +01:00
Martin Gerhardy
6411e5d07e
TWINE: fixed warning
2020-11-19 22:58:24 +01:00
Martin Gerhardy
7977f649b3
TWINE: renamed variables + const
2020-11-19 22:54:50 +01:00
Martin Gerhardy
e761fe9118
TWINE: fixed off-by-one error in mANGLE_RND
2020-11-19 19:09:18 +01:00
Martin Gerhardy
b3a1882eb2
TWINE: added new animation id constants
2020-11-19 18:35:28 +01:00
Martin Gerhardy
89c02f349a
TWINE: implemented mPLAY_FLA move script
2020-11-19 18:35:27 +01:00
Martin Gerhardy
47405a5e61
TWINE: fixed missing read of kFollow2 actor idx
2020-11-19 18:35:27 +01:00
Martin Gerhardy
f6d9a81d7f
TWINE: move script fix
2020-11-19 18:35:27 +01:00
Martin Gerhardy
d19ad32bb7
TWINE: brk file comments
2020-11-19 18:35:27 +01:00
Martin Gerhardy
b2d14d50cf
TWINE: move script comments
2020-11-19 18:35:27 +01:00
Martin Gerhardy
ff86acbd03
TWINE: renamed method parameter
2020-11-19 18:35:27 +01:00
Martin Gerhardy
8eb377226d
TWINE: endless loops for samples is -1 - but we are expecting 0
2020-11-19 18:35:27 +01:00
Thierry Crozat
84b78cdcdd
I18N: Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: ScummVM/scummvm
Translate-URL: https://translations.scummvm.org/projects/scummvm/scummvm/
2020-11-19 12:38:05 +00:00
Thierry Crozat
5389fb7249
I18N: Add language name for Welsh translation
2020-11-19 12:37:54 +00:00
Antoniou Athanasios
f2e7f05f88
I18N: Update translation (Greek)
...
Currently translated at 100.0% (1572 of 1572 strings)
2020-11-19 12:34:55 +00:00
Thierry Crozat
1ee1c05dd2
I18N: Add translation (Welsh)
2020-11-19 12:28:20 +00:00
Thierry Crozat
af2a6baee0
I18N: Update translations templates
2020-11-19 06:03:11 +00:00
Thierry Crozat
9b374731e4
I18N: Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: ScummVM/scummvm
Translate-URL: https://translations.scummvm.org/projects/scummvm/scummvm/
2020-11-19 06:03:10 +00:00
Paweł Kołodziejski
13d41540be
WINTERMUTE: Fixed switching to 2D renderer for 2D games
2020-11-19 07:02:53 +01:00
Thierry Crozat
f883d0ee70
I18N: Update translations templates
2020-11-18 22:07:06 +00:00
sluicebox
e5b10e557c
SCI: Load volume resource files in consistent order
...
The order that volume resources are loaded subtly affects engine
behavior when they contain different versions of the same resource.
This order has been the file enumeration order from the operating
system, causing inconsistent behavior between environments and even
between two different directories of identical files.
2020-11-18 14:05:22 -08:00
sluicebox
3d02a6381c
SCI32: Ignore more GK2 broken audio maps
...
Fixes broken audio at Huber Farm that occurs seemingly randomly
due to the file enumeration order from the operating system.
2020-11-18 13:21:51 -08:00
Martin Gerhardy
3f41556117
TWINE: allow to disable all actors in a scene but one
...
this allows easier debugging of actor behaviours
2020-11-18 20:29:43 +01:00
Martin Gerhardy
b46ab6d686
TWINE: fixed segfault
2020-11-18 20:29:43 +01:00
Martin Gerhardy
dbe7f30f93
TWINE: reduced scope
2020-11-18 20:29:43 +01:00
Martin Gerhardy
c9dfcf2474
TWINE: inlined constant
2020-11-18 20:29:43 +01:00
Martin Gerhardy
d2277d0c22
TWINE: prepare for mouse ui support
2020-11-18 20:29:43 +01:00
Martin Gerhardy
bf407a06d9
TWINE: added mouse cursor hovering helper function to input code
2020-11-18 20:29:43 +01:00
Martin Gerhardy
becdd25646
TWINE: allow to leave a menu with esc
2020-11-18 20:29:43 +01:00
antoniou79
9b20f12b5e
BLADERUNNER: RESTOREDCONTENT: Tweak Rachael conversation
...
At MA06 (Elevator). For interrupted speech.
2020-11-18 17:48:15 +02:00
antoniou79
a8b7c9598f
BLADERUNNER: RESTOREDCONTENT: Fix Rachael travelling in Act4
...
She should not be moving or walking
She could still be waling when teleporting her to kSetFreeSlotG and subsequently when we put her in MA06 (elevator)
2020-11-18 17:16:13 +02:00
antoniou79
ffd9fe95bb
BLADERUNNER: DEBUGGER: Minor tweaks for music command
...
More informative messages, better syntax validation
2020-11-18 16:05:17 +02:00
antoniou79
9b00952561
BLADERUNNER: DEBUGGER: More correct track name
...
for the Arcane Dance tracks
2020-11-18 14:30:05 +02:00