aboutsummaryrefslogtreecommitdiff
path: root/src/SFileAddFile.cpp
AgeCommit message (Collapse)Author
2014-03-14+ Improved key detection for archives with large sector sizesLadislav Zezula
2014-02-24+ If BitsPerSample in a WAVE file is less than 16, StormLib does not use ↵Ladislav Zezula
ADPCM compression + Added unit test for MONO and MONO-less-than-16-BitsPerSample WAVE files
2014-01-12+ Fixed crash when ha == NULL in SFileCreateFileLadislav
2013-12-27+ Support for master-mirror pairsv9.00Ladislav
+ Support for streaming MPQs + Bug fixes
2013-12-15+ static analysis issues fixedLadislav
2013-12-05+ StormLib 9.0 BETALadislav Zezula
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-10-11+ (Perhaps) finally updated ZLIB so the fucking GIT will not downgrade it on ↵Ladislav
next pull + Dmitry Vortex issues
2013-10-10+ Fixed crash when TMPQFile failed to allocateLadislav Zezula
+ ZLIB updated
2013-09-17+ Parameter checkLadislav
2013-09-01+ Fixed bug in Windows 8Ladislav
+ Minors
2013-07-25+ CosmeticsLadislav Zezula
2013-04-22AddFile and Compact callback now part of TMPQArchiveLukas Bagaric
Signed-off-by: Lukas Bagaric <deaeod@gmail.com>
2013-01-11Initial creationLadislav Zezula