Age | Commit message (Collapse) | Author |
|
|
|
ScummVM only supports 8 bits encoding, so we cannot use UTF-8.
Also the encoding specified in the file was actually already
ISO-8859-8, which means it was inconsistent with the one used.
Hopefully this will fix the charset error reported by Weblate.
|
|
The guard clashed with engines/dialogs.h
|
|
Also fix an issue with parsing IF command.
This commit makes the game completable (with many issues).
|
|
Requires https://github.com/jrsoftware/issrc/blob/master/Files/Languages/Hebrew.isl
|
|
|
|
|
|
Currently translated at 10.0% (100 of 1000 strings)
|
|
regression from 00e59a31 - savegames without thumbnails (like the quickstart party) would raise an error message.
|
|
|
|
Removes a problematic active debug hotkey, bug #10781
|
|
Fixes a missing message error in floppy version. bug #10782
|
|
|
|
|
|
have a "safe area"
iOS 12 drops support for libstdc++, so the project needs to be compiled explicitly using libc++.
Support the "safe area" when redrawing the view to leave space for the notch in portrait and
landscape orientations.
|
|
Implement dummy SPECIALSHOW command (skip puzzle).
Fix NEWROOM command parsing.
Fix use action on inventory items.
Fix interaction with certain doors.
|
|
displayed overlapping)
It seems that I broke this after 1.5.0 in 2013 when adding support for the FM-Towns version.
|
|
|
|
This is a followup to the fix for bug #10665 (Urbish mines lobster having an invalid sound track number and causing invalid memory access).
|
|
Add implicit pick up action for certain statics.
Respect disabled implicit walk action for doors.
|
|
Fixes ego speed bugs in the original game, bug #10780
|
|
Introduce game screen and game widget.
Add status bar to show currently hovered and picked items.
Load hardcoded strings from game executable.
|
|
|
|
|
|
|
|
Properly fixes bug #10766.
|
|
This is required in PINK engine for danish localization as per
Trac bug #10708.
|
|
This occurs because of an out of buffer access when trying to play the
monster sound effect.
This is bug Trac #10665.
|
|
Correct a regression introduced in 7557f17ed2 which caused the Dreamcast
to hang at the license screen when running SCUMMVM.BIN from a CD.
7557f17ed2 fixed configure's feature detection by moving crt0.o from
LDFLAGS to LIBS, but that changed the linking order resulting in the
start symbol from crt0 being located at an address other than
0x8c010000. ELF binaries loaded over serial or TCP/IP were unaffected
(presumably because the loaders use the start address from the ELF
header instead of a fixed address) which is probably why this went
unnoticed.
This commit corrects the link order by moving crt0 back into LDFLAGS and
adds "-lronin -lm" to LDFLAGS to ensure that configure checks continue
to work.
|
|
Remove $LDFLAGS and $CXXFLAGS from cc_check call in translation support
check. Both variables are redundant because they are already expanded
in cc_check, and expanding LDFLAGS twice causes duplicate symbol errors
for targets that include crt0.o in LDFLAGS.
|
|
Requested in enhancement #10713
|
|
This feature can be used for the Windows version of KQ7, as well as
PQ:SWAT
|
|
|
|
|
|
Fixes lockup in original game, bug #10767
|
|
Fixes missing points in english pc floppy version, bug #10763
|
|
The array used for the trap machine's messages outside Dr. Cranium's
lab is set correctly now. Fixes bug #10766.
|
|
Fixes 20+ lockups in the original game, bug #10733
|
|
|
|
This game uses an external DLL, PENGIN16.DLL, which is invoked via
kWinDLL. We need to reverse the logic in PENGIN16.DLL and call it
directly, in order to get this game to work properly. Until then, this
game entry will be disabled.
|
|
|
|
It's the only game included, so there's no point showing the game
selection menu in this case. This follows the behavior of the original
|
|
|
|
Fixes a persistence bug in original game
|
|
Uninitialized param1 read when showing iconbar with inventory item
|
|
|
|
It was already possible to override the stretch mode per game
in the options dialog, but this was ignored when starting the
game from the launcher due to this bug.
|
|
Fixes bug #10761
|
|
Fixes wrong and missing messages in DOS version
|
|
Warning: breaks compatibility with previous savefiles.
They were mostly broken anyway, locking any NPC who
waited for kActionEndSound when savefile was created.
|