Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-05 | fix cmake dependency and move headers to include | Lectem | |
2016-10-15 | Merge pull request #89 from cen1/bzip2linux | Ladislav Zezula | |
Merged. Thanks for the tuneup :-) | |||
2016-10-14 | On Unix, check if bzip2-devel is installed and fail of not to avoid linker ↵ | cen1 | |
errors when building. This is due to bzip2 being compiled from source for WIN32 only. | |||
2016-09-30 | + Test file updated | Ladislav Zezula | |
2016-09-30 | Merge branch 'master' of https://github.com/ladislav-zezula/StormLib | Ladislav Zezula | |
2016-09-30 | + Yet another protector | Ladislav Zezula | |
2016-09-08 | Merge pull request #87 from heckendorfc/freebsd-open | Ladislav Zezula | |
Define O_LARGEFILE as 0 on FreeBSD. | |||
2016-09-05 | Define O_LARGEFILE as 0 on FreeBSD. | Christian Heckendorf | |
2016-08-30 | Merge pull request #86 from H0zen/unix-fixes | Ladislav Zezula | |
Merged. Thank you for the contribution. | |||
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-07-10 | Merge pull request #80 from cen1/freebsdfix | Ladislav Zezula | |
Merged | |||
2016-07-10 | Use regular filesystem calls instead of 64 bit versions on FreeBSD. Ideally ↵ | cen1 | |
FileStream.cpp should be modified to work everywhere but this is a quick and harmless solution for now. | |||
2016-07-09 | Merge pull request #79 from cen1/cpack | Ladislav Zezula | |
Add support for deb and rpm generation with CPack | |||
2016-07-04 | Revert "Fixed include dir for header files" | cen1 | |
This reverts commit 9d78dab00293a8c35db735a3a8cc8cb9d68b3ea3. | |||
2016-07-04 | Fixed include dir for header files | cen1 | |
2016-06-30 | Add support for deb and rpm generation with CPack | cen1 | |
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 | + Little bug | Ladislav Zezula | |
2016-03-13 | + Updates | Ladislav Zezula | |
2016-01-30 | + fixed the _ltc_mp symbol being undefined after make with Makefile.linux | Ladislav Zezula | |
2016-01-28 | Merge branch 'master' of https://github.com/ladislav-zezula/StormLib | 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-29 | Merge pull request #67 from namreeb/master | Ladislav Zezula | |
updated sdk version of Visual Studio 2015 project | |||
2015-12-29 | - updated sdk version of Visual Studio 2015 project. this is required for ↵ | namreeb | |
systems that have only Visual Studio 2015. | |||
2015-12-28 | + Make nitpickers like Krakean happy. | Ladislav Zezula | |
2015-12-08 | + Renamed VS projects | 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-21 | + Fixed workspaces | unknown | |
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-05 | Merge pull request #47 from leeonix/master | Ladislav Zezula | |
modify result type. mingw compile error. add Premake5.lua | |||
2015-08-05 | Merge pull request #49 from RyuKojiro/osx | Ladislav Zezula | |
Fixed building the framework/library on OS X | |||
2015-08-03 | Added some ignores for OS X to make git status bearable | Daniel Loffgren | |
2015-08-03 | Added the necessary files to the Xcode project, and targets, that are ↵ | Daniel Loffgren | |
required to be linkable and function | |||
2015-08-03 | + Fixed patch archives | unknown | |
+ Empty MPQs are no longer marked as malformed | |||
2015-06-30 | + Forwarded exports moved to DEF file | unknown | |
2015-06-30 | + Added forwarded export for SetLastError and GetLastError | unknown | |
2015-06-28 | + Fixed declaration of DllMain to keep MINGW happy | unknown | |