Age | Commit message (Collapse) | Author |
|
|
|
Thanks @OmerMor.
|
|
|
|
|
|
|
|
|
|
Fixes Trac#9612.
|
|
|
|
|
|
|
|
Fixes Trac#9588.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes bug #9631.
|
|
|
|
|
|
|
|
For some reason the pointer in D4 movies points to the header
instead of data. Perhaps there is a flag which indicates that.
In the meanwhile, adding a hack to skip it so we could proceed
with development.
|
|
|
|
We can easily rely on the FS path resolving.
|
|
|
|
In SSCI, strchr is called against a hex string with a duplicate 0
("01234567890abcdef") to determine the decimal value of hex digits,
which means the values A-F are incorrectly interpreted as 11-16
instead of 10-15.
All versions of SSCI with support for hexadecimal escape sequences
in messages (starting somewhere around Feb 1993) are buggy.
The native save/load dialog of SCI32 relies on this defect to
render the up and down arrows of the game selector.
Fixes Trac#9582.
|
|
|
|
|
|
|
|
|
|
|
|
It was storing filenames of length 12 in a char[12] buffer.
Fixes bug #9627.
|
|
ANDROIDSDL: Changed logic for back button & getting sdcard storage location
|
|
|
|
|
|
|
|
Previous fix for CID 1364205 was actually for CID 1364306.
|
|
|
|
|
|
CID 1364219
CID 1364223
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|