Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Fixes bug #11277
|
|
|
|
|
|
This is emitted from -Wsign-compare.
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
This is another case of a warning from using memset to clear a non-trivial
data structure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Trac #9743
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|