Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
+ StormLib now creates a listfile even for empty archives to make sure it will be maintained at later point when files are added to it
+ Bug fixes in listfile loading
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/SBaseFileTable.cpp
|
|
+ Optimized patching process so it consimes less memory
+ Added hash table and block table defragmenting for malformed War3 maps
|
|
|
|
|
|
|
|
|
|
of raw table loaded from the file
|
|
+ Replaces SFileMpqIsReadOnly with SFileMpqFlags
+ New MPQ flag: MPQ_FLAG_WAR3_MAP
|
|
|
|
|
|
+ Typos
|
|
+ Compacting optimized
|
|
+ Bye bye, "Somj2hM16" protector.
|
|
|
|
|
|
+ Compacting MPQs that have BlockTableSize > HashTableSize is allowed
|
|
+ Fixed bug on opening Hearthstone patch files
|
|
+ Fixed few memory leaks
|
|
|
|
|
|
+ Removed memory leaks in file search
|
|
|
|
+ Added test cases for signature support
+ Release 9.10
|
|
|
|
|
|
|
|
+ Added private key for strong signature
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|