Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-11 | + LPCTSTR for Linux+Mac | Ladislav Zezula | |
2017-11-10 | + Pre-release 9.22 | Zezula Ladislav | |
2017-11-09 | + Fixed Linux build | Zezula Ladislav | |
2017-11-08 | + Tilde can now be a part of file name in the MPQ | Ladislav Zezula | |
2017-11-08 | + SFileAddListFile and SFileCompactArchive now take "const TCHAR *" instead ↵ | Zezula Ladislav | |
of "const char *" + Fixed some bugs | |||
2017-10-30 | + Fixed an AlwaysTrue condition | Zezula Ladislav | |
2017-09-17 | Add STORMLIB_NO_AUTO_LINK define to disable linking with pragma | Lectem | |
2017-08-29 | Merge branch 'master' of https://github.com/ladislav-zezula/StormLib | Zezula Ladislav | |
2017-08-29 | + Fixed patching bug | Zezula Ladislav | |
2017-08-28 | SFileSetFilePointer error when new pointer is <0 | Lectem | |
The standard behaviour for fseek / SetFilePointer when the new pointed value would be negative is to not move the pointer and return an error. See : https://msdn.microsoft.com/en-us/library/windows/desktop/aa365541(v=vs.85).aspx `If a new file pointer is a negative value, the function fails, the file pointer is not moved, and the code returned by GetLastError is ERROR_NEGATIVE_SEEK.` | |||
2017-08-17 | + Fixed issue "Internal Files Creation Settings #96" | Zezula Ladislav | |
2017-08-17 | + Fixed bug in processing Huffmann compression | Zezula Ladislav | |
2017-08-07 | + Space and tab can both be part of the file name | Zezula Ladislav | |
2017-07-28 | + Fixed bug when SFileAddFileEx could add a file with MPQ_FILE_SINGLE_UNIT ↵ | Zezula Ladislav | |
to a Warcraft III map | |||
2017-07-26 | Added support for PG1.11.973 protector | Ladislav Zezula | |
2017-01-17 | + Fixed leaked handle when _stat fails | Ladislav Zezula | |
2017-01-12 | + By "2 GB", I really mean 2 GB. | Zezula Ladislav | |
2017-01-11 | + BZIP2 updated | Ladislav Zezula | |
2016-12-16 | + bzip2 upgraded to 1.0.6 | Ladislav Zezula | |
2016-12-12 | + Release 9.21v9.21 | Ladislav Zezula | |
2016-11-13 | use DWORD for get/setlasterror | Lectem | |
2016-11-06 | + Added missing files | Ladislav Zezula | |
2016-11-06 | + Reverted include directories | Ladislav Zezula | |
2016-11-06 | + Public include directories moved to "include" directory | Ladislav Zezula | |
2016-11-05 | fix cmake dependency and move headers to include | Lectem | |
2016-09-30 | Merge branch 'master' of https://github.com/ladislav-zezula/StormLib | Ladislav Zezula | |
2016-09-30 | + Yet another protector | Ladislav Zezula | |
2016-08-30 | Fix Unix builds | H0zen | |
-Fix static build on OSX -Fix FreeBSD build | |||
2016-07-15 | + Fixed workspace for storm_dll | Ladislav Zezula | |
+ Updated storm.dll from Warcraft 1.27 | |||
2016-07-14 | + Fixed bug in opening SQP archives | Ladislav Zezula | |
+ More efficient version of GetNearestPowerOfTwo | |||
2016-07-11 | + Yet another protector solved | Ladislav Zezula | |
2016-06-18 | + Updated for protectors fiddling with too big block table index | Ladislav Zezula | |
2016-05-27 | + Support for MPQs that have invalid (and ignored) flags in the block table | Ladislav Zezula | |
+ Support for MPQs that have malformed block indexes (0x8000xxxx or 0x4000xxxx) | |||
2016-05-26 | + Added support for an updated Somj2hM16 protection | Ladislav Zezula | |
2016-05-18 | + Fixed bug on compacting archive | Ladislav Zezula | |
2016-05-03 | + Fixed bounds checking in SFileSetFilePointer | Ladislav Zezula | |
2016-03-29 | + Fixed correction of table index | Ladislav Zezula | |
2016-03-22 | + Support for protectors that set hash table offset to zero | Ladislav Zezula | |
+ Support for protectors that set block table offset to zero | |||
2016-03-13 | + Updates | Ladislav Zezula | |
2016-01-28 | + Anti-integer overflow in calculating buffer for hash table, and position ↵ | Ladislav Zezula | |
of the block table entry | |||
2015-12-28 | + Make nitpickers like Krakean happy. | Ladislav Zezula | |
2015-11-18 | + Improved searching of the patch prefixes for SC2 archives | Ladislav Zezula | |
2015-11-17 | + Fixed possible buffer overflow in the patching process | Ladislav Zezula | |
2015-11-07 | + Hashing function no longer replaces slashes for backslashes (storm.dll v ↵ | Ladislav Zezula | |
2002 doesn't do that either) + Support for names beginning with slashes, like \/\BTNThoriumAmmunition.blp | |||
2015-10-07 | + Added support for an archaic file flag 0x10000000 | Ladislav Zezula | |
2015-10-04 | + Workspaces for Visual Studio 2015 | unknown | |
+ Fixed warnings given by VS 2015 | |||
2015-09-18 | + Release 9.20v9.20 | unknown | |
2015-08-03 | + Fixed patch archives | unknown | |
+ Empty MPQs are no longer marked as malformed | |||
2015-05-28 | + Fixed bug in SFileReadFile | unknown | |
2015-05-28 | + Fixed coverity bugs | Ladislav Zezula | |