- Changed opening of compressed files to use a temporary file, eliminating the
risk of overwriting valuable data. Also, simply opening a compressed project
file no longer causes it to be rewritten.
- Opening of compressed files rewritten to use zlib directly instead of
minigzip, thus eliminating calls to exit() on error.