Paul Gilbert
b2177384d8
DIRECTOR: Fix parameter mismatch in TextCast constructor
2020-02-29 09:17:28 -08:00
lolbot-iichan
1de5d5026e
WINTERMUTE: Add detection and keymap for Reversion 3
2020-02-29 10:32:11 +02:00
lolbot-iichan
99b7dc69e8
WINTERMUTE: Add detection for February 2020 version of Reversion 1
2020-02-29 10:32:11 +02:00
lolbot-iichan
1bc018bf57
WINTERMUTE: Support papasEntity for HeroCraft-targeted games only
2020-02-29 10:31:55 +02:00
lolbot-iichan
5474b1491a
WINTERMUTE: Fix codereview issues & add some comments
2020-02-29 10:31:55 +02:00
lolbot-iichan
1a29cf1e48
WINTERMUTE: Add more stubs and todos for File & Directory
2020-02-29 10:31:55 +02:00
lolbot-iichan
125aaff20c
WINTERMUTE: Always log runtime errors
2020-02-29 10:31:55 +02:00
lolbot-iichan
c3782c6f8f
WINTERMUTE: Fix copypaste error at RegReadString() method
2020-02-29 10:31:55 +02:00
lolbot-iichan
392de2aec7
WINTERMUTE: Add methods required for Papa's Daughters 2
2020-02-29 10:31:55 +02:00
lolbot-iichan
19580bcd94
WINTERMUTE: Add method required for Papa's Daughters 1
2020-02-29 10:31:55 +02:00
lolbot-iichan
5a4c607073
WINTERMUTE: Add methods required for Pole Chudes
2020-02-29 10:31:55 +02:00
lolbot-iichan
5206fa4f3e
WINTERMUTE: Add entity reordering methods from WME Kinjal Edition 1.4
2020-02-29 10:31:55 +02:00
lolbot-iichan
91a194c29f
WINTERMUTE: Add HeroCraft as optional subengine
2020-02-29 10:31:55 +02:00
lolbot-iichan
578dc53bae
WINTERMUTE: Add detection of games by HeroCraft
2020-02-29 10:31:55 +02:00
lolbot-iichan
b5db41bbc2
WINTERMUTE: List engine forks at version enum
2020-02-29 10:31:55 +02:00
Thierry Crozat
13e8e09a11
I18N: Update translation (French)
...
Currently translated at 94.0% (1264 of 1344 strings)
2020-02-29 07:14:30 +00:00
Eric Fry
a478f92f89
DRAGONS: Fixed clipping on scaled flipped sprites
2020-02-29 17:35:28 +11:00
Eric Fry
05835e2204
DRAGONS: Wired up config for subtitles and audio volume
2020-02-29 17:33:07 +11:00
Paul Gilbert
7a31472c81
DRAGONS: Fix cast of const to non-const
2020-02-28 21:46:16 -08:00
Paul Gilbert
1f17876e0a
ULTIMA8: Stop active music when loading the new game diary entry
2020-02-28 21:14:15 -08:00
Paul Gilbert
4916bf7cf1
ULTIMA8: Resetting lastSave use empty string rather than -1
2020-02-28 20:29:33 -08:00
Matthew Duggan
c6a9f85bb8
ULTIMA8: Fix style of for loops
2020-02-28 17:57:49 -08:00
Matthew Duggan
a062c44a4e
ULTIMA8: Reset palette when showing menu
...
If the avatar dies while tripping on mushrooms or the menu is opened
when the palette is changed (eg, during a scripted fight with the
guards where the screen blackens) then the tombstone and menu palette
are also changed.
This resets the palette temporarily while showing the menu, and
permanently on avatar death.
2020-02-28 17:57:49 -08:00
Eric Fry
b5f14e5809
DRAGONS: General fixups
...
- Fixed lockup bugs when walking in cutscenes
- Alow the cursor to move during Flicker's idle animation
- General code cleanup
2020-02-29 12:39:40 +11:00
Filippos Karapetis
d486799ea7
PINK: Simplify and fix PDAPage object creation
...
Avoid mixing objects on the stack and heap. This simplifies the code,
and fixes crashes when changing pages in the PDA
2020-02-29 02:21:42 +02:00
Filippos Karapetis
d8350221f0
PINK: Clear actor actions after deleting them
2020-02-29 02:21:41 +02:00
Filippos Karapetis
e8bc50e3f5
TINSEL: Remove dead code
2020-02-29 02:21:41 +02:00
Filippos Karapetis
63ae50e790
TINSEL: Replace usage of NULL with nullptr
2020-02-29 02:21:41 +02:00
Timo Mikkolainen
20cf13074d
I18N: Update translation (Finnish)
...
Currently translated at 100.0% (1344 of 1344 strings)
2020-02-29 00:14:29 +00:00
Matthew Duggan
068ab1ce6b
ULTIMA8: Clean up header guards
2020-02-28 21:33:00 +02:00
George Kormendi
1c85e6b5c7
I18N: Update translation (Hungarian)
...
Currently translated at 91.1% (1225 of 1344 strings)
2020-02-28 17:14:30 +00:00
Eugene Sandulenko
cee8d9597f
DIRECTOR: Fix button background color
2020-02-28 18:14:08 +01:00
Ben Castricum
10dfdc9838
I18N: Update translation (Dutch)
...
Currently translated at 90.3% (1214 of 1344 strings)
2020-02-28 10:29:53 +00:00
Ben Castricum
644e13d73b
I18N: Update translation (Dutch)
...
Currently translated at 86.9% (1169 of 1344 strings)
2020-02-28 10:03:18 +00:00
Thanasis Antoniou
573c10f0c8
TOON: Prevent segmentation fault if PAK file is missing
...
Could be related to ticket #11319
https://bugs.scummvm.org/ticket/11319
2020-02-28 10:57:53 +02:00
Zvika Haramaty
3b4810aab4
AUDIO: Added dump-midi mechanism
...
This mechanism is enabled by '--dump-midi' command line parameter.
The midi events are printed to screen, and dumped to 'dump.mid' file.
2020-02-28 08:27:12 +02:00
jepael
1fb3d61b56
MACVENTURE: Fix compiler warnings
2020-02-28 08:23:21 +02:00
Bastien Bouclet
606a68172d
3DS: Set a translation context for the 3DS screen strings
...
So they can have dedicated translations.
Fixes #11371 .
2020-02-28 05:46:36 +01:00
Bastien Bouclet
ff63764dd9
KEYMAPPER: Adjust the name of the meta key on Windows and macOS
...
Fixes #11364 .
2020-02-28 05:46:36 +01:00
IlDucci
74250d62e8
I18N: Update translation (Spanish)
...
Currently translated at 100.0% (1344 of 1344 strings)
2020-02-28 02:14:28 +00:00
Eric Fry
289171b8d9
DRAGONS: Fixed background color on text. Fixed font layer draw priority
2020-02-28 12:07:49 +11:00
Bastien Bouclet
da36917767
ENGINES: Keep track of the unavailable files in AdvancedDetector
...
Checking whether a file exists is costly on the 3DS. Remembering which
files do not exist instead of repeatedly checking for them reduces the
time it takes to detect games from ~1 minute to ~10 seconds in some
cases.
2020-02-27 21:33:35 +01:00
Thanasis Antoniou
11adaa4f3d
BLADERUNNER: Add engine option to disable stamina drain
...
Allows not having to constantly click the mouse to keep McCoy from slowing down
Even though this was a bug in the original game, having this option re-creates the original experience of McCoy running quite fast (still keeping the 30 fps limit) and not slowing down when the player stops clicking.
2020-02-27 20:27:29 +02:00
Eugene Sandulenko
c118060b7c
DIRECTOR: JANITORIAL: Fix code formatting
2020-02-27 18:23:34 +01:00
Eugene Sandulenko
c0fd0aa968
DIRECTOR: Fixed background color for TextCast
2020-02-27 18:22:12 +01:00
Eugene Sandulenko
fa814ce3e8
DIRECTOR: Clarified comment
2020-02-27 14:06:17 +01:00
IlDucci
00de27aeae
I18N: Update translation (Spanish)
...
Currently translated at 100.0% (1344 of 1344 strings)
2020-02-27 07:14:30 +00:00
Bastien Bouclet
98428af798
OPENPANDORA: Fix build
2020-02-27 07:58:34 +01:00
Thanasis Antoniou
bd1e2b8b87
ANDROID: Notes on superseded swap_menu_and_back_buttons conf key
2020-02-27 08:23:09 +02:00
Paul Gilbert
c29cc21f6f
ULTIMA8: Cleanup of some of the TTF and texture rendering
2020-02-26 21:35:48 -08:00