Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
No functional change.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Phantasmagoria 1 save files are uncompressed because they are small
and interoperable with the original interpreter, but the game scripts
frequently rename them. Renaming save files unconditionally compresses
the result and so only some files have been interoperable.
Phantasmagoria 1 files now remain uncompressed when renamed.
|
|
Allows for copying or renaming uncompressed save files, such as
in Phantasmagoria 1, without compressing them in the process.
|
|
|
|
This is another case of a warning from using memset to clear a non-trivial
data structure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is another case of a warning from using memset to clear a non-trivial
data structure.
GCC-9 detects this with the default warning of -Wclass-memaccess.
|
|
|
|
Currently translated at 100.0% (1154 of 1154 strings)
|
|
|
|
Currently translated at 100.0% (1154 of 1154 strings)
|
|
Trac #9743
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|