- Added input buffering to the Implode and Shrink routines for a marked
speedup. - Replaced the Shanno-Fano/Huffman reading routines from FZipExploder with ones of my own devising, based solely on the specs in the APPNOTE. SVN r1590 (trunk)
This commit is contained in:
parent
c0d2f78b2a
commit
2e87ebff22
7 changed files with 349 additions and 306 deletions
|
|
@ -40,7 +40,7 @@
|
|||
#include "w_wad.h"
|
||||
#include "w_zip.h"
|
||||
#include "i_system.h"
|
||||
#include "explode.h"
|
||||
#include "ancientzip.h"
|
||||
|
||||
#define BUFREADCOMMENT (0x400)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue