HomeWildfire Games

# Add -archivebuild mode to generate .zip files for releases, with automatic…

Description

Add -archivebuild mode to generate .zip files for releases, with automatic compression of textures.

Fix terrain manager to understand .cached.dds files.
Fix IArchiveWriter so you can pass it absolute paths of files to load, and different relative paths for storing inside the archive.
Fix fs_util::ForEachFile when called on the VFS root.

Details

Committed
philipSep 18 2010, 8:21 PM
Parents
rP8129: Fixed Arcadia. I had previously committed a messed up map.
Branches
Unknown
Tags
Unknown

Event Timeline

vladislavbelov raised a concern with this commit.Aug 15 2020, 2:33 PM
vladislavbelov added a subscriber: vladislavbelov.
vladislavbelov added inline comments.
/ps/trunk/source/ps/ArchiveBuilder.cpp
62

writer can be nullptr in case we can't open the archive to write. That causes a crash without describing any reason to a user.

So we need to at least to not crash, but also it'd be good to warn the user.

This commit now has outstanding concerns.Aug 15 2020, 2:33 PM
Stan added a subscriber: Stan.

Fixed in rP24087

This commit no longer requires audit.Dec 5 2020, 4:50 PM