1
0
forked from 0ad/0ad
0ad/source/lib/file/archive
janwas cf2f61e19a fix Zip archive creation code (note: just the low-level archive code; "vfs_optimizer" is still inoperational)
archive_zip: truncate requires full path; 7-zip apparently relies on
ECDR.m_cd_numEntriesOnDisk
codec: re-enable checksum generation (both explorer and 7-z demand that
CRC be computed)
codec, codec_zlib, stream: wasn't counting the number of output bytes
generated during Finish()

This was SVN commit r6034.
2008-06-16 20:33:47 +00:00
..
disabled_tests WIP of new file code 2007-11-20 18:51:07 +00:00
archive_builder.cpp had to remove uint and ulong from lib/types.h due to conflict with other library. 2008-05-11 18:48:32 +00:00
archive_builder.h WIP of new file code 2007-11-20 18:51:07 +00:00
archive_zip.cpp fix Zip archive creation code (note: just the low-level archive code; "vfs_optimizer" is still inoperational) 2008-06-16 20:33:47 +00:00
archive_zip.h fixes from work: 2008-06-16 18:36:36 +00:00
archive.cpp WIP of new file code 2007-11-20 18:51:07 +00:00
archive.h part3: now functional file loading code (not entirely finalized) 2007-12-20 20:14:21 +00:00
codec_zlib.cpp fix Zip archive creation code (note: just the low-level archive code; "vfs_optimizer" is still inoperational) 2008-06-16 20:33:47 +00:00
codec_zlib.h WIP file code, getting pretty close to functional 2007-12-01 18:32:43 +00:00
codec.cpp WIP of new file code 2007-11-20 18:51:07 +00:00
codec.h fix Zip archive creation code (note: just the low-level archive code; "vfs_optimizer" is still inoperational) 2008-06-16 20:33:47 +00:00
stream.cpp fix Zip archive creation code (note: just the low-level archive code; "vfs_optimizer" is still inoperational) 2008-06-16 20:33:47 +00:00
stream.h part3: now functional file loading code (not entirely finalized) 2007-12-20 20:14:21 +00:00