summaryrefslogtreecommitdiff
path: root/src/SFileCompactArchive.cpp
AgeCommit message (Collapse)Author
2013-11-18+ Adding files to MPQ no longer removes (listfile) and (attributes) when not ↵v8.99Ladislav
enough space in the hash table + Fixes in deletion of files from MPQs v 4.0
2013-11-15+ Support for compile-time messages for deprecated symbolsLadislav
+ Replaced MPQ_FILE_COMPRESSED with more descriptive MPQ_FILE_COMPRESS_MASK
2013-11-13+ Support for SQP and MPK archivesLadislav Zezula
+ Makefiles fixed
2013-10-11+ (Perhaps) finally updated ZLIB so the fucking GIT will not downgrade it on ↵Ladislav
next pull + Dmitry Vortex issues
2013-07-25+ CosmeticsLadislav Zezula
2013-04-23Compact callback now no longer uses global variables. You should be able to ↵Lukas Bagaric
compact different archives on different threads now.
2013-04-22AddFile and Compact callback now part of TMPQArchiveLukas Bagaric
Signed-off-by: Lukas Bagaric <deaeod@gmail.com>
2013-01-11Initial creationLadislav Zezula