aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-05fix cmake dependency and move headers to includeLectem
2016-10-15Merge pull request #89 from cen1/bzip2linuxLadislav Zezula
Merged. Thanks for the tuneup :-)
2016-10-14On 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 updatedLadislav Zezula
2016-09-30Merge branch 'master' of https://github.com/ladislav-zezula/StormLibLadislav Zezula
2016-09-30+ Yet another protectorLadislav Zezula
2016-09-08Merge pull request #87 from heckendorfc/freebsd-openLadislav Zezula
Define O_LARGEFILE as 0 on FreeBSD.
2016-09-05Define O_LARGEFILE as 0 on FreeBSD.Christian Heckendorf
2016-08-30Merge pull request #86 from H0zen/unix-fixesLadislav Zezula
Merged. Thank you for the contribution.
2016-08-30Fix Unix buildsH0zen
-Fix static build on OSX -Fix FreeBSD build
2016-07-15+ Fixed workspace for storm_dllLadislav Zezula
+ Updated storm.dll from Warcraft 1.27
2016-07-14+ Fixed bug in opening SQP archivesLadislav Zezula
+ More efficient version of GetNearestPowerOfTwo
2016-07-11+ Yet another protector solvedLadislav Zezula
2016-07-10Merge pull request #80 from cen1/freebsdfixLadislav Zezula
Merged
2016-07-10Use 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-09Merge pull request #79 from cen1/cpackLadislav Zezula
Add support for deb and rpm generation with CPack
2016-07-04Revert "Fixed include dir for header files"cen1
This reverts commit 9d78dab00293a8c35db735a3a8cc8cb9d68b3ea3.
2016-07-04Fixed include dir for header filescen1
2016-06-30Add support for deb and rpm generation with CPackcen1
2016-06-18+ Updated for protectors fiddling with too big block table indexLadislav Zezula
2016-05-27+ Support for MPQs that have invalid (and ignored) flags in the block tableLadislav Zezula
+ Support for MPQs that have malformed block indexes (0x8000xxxx or 0x4000xxxx)
2016-05-26+ Added support for an updated Somj2hM16 protectionLadislav Zezula
2016-05-18+ Fixed bug on compacting archiveLadislav Zezula
2016-05-03+ Fixed bounds checking in SFileSetFilePointerLadislav Zezula
2016-03-29+ Fixed correction of table indexLadislav Zezula
2016-03-22+ Support for protectors that set hash table offset to zeroLadislav Zezula
+ Support for protectors that set block table offset to zero
2016-03-13+ Little bugLadislav Zezula
2016-03-13+ UpdatesLadislav Zezula
2016-01-30+ fixed the _ltc_mp symbol being undefined after make with Makefile.linuxLadislav Zezula
2016-01-28Merge branch 'master' of https://github.com/ladislav-zezula/StormLibLadislav Zezula
2016-01-28+ Anti-integer overflow in calculating buffer for hash table, and position ↵Ladislav Zezula
of the block table entry
2015-12-29Merge pull request #67 from namreeb/masterLadislav 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 projectsLadislav Zezula
2015-11-18+ Improved searching of the patch prefixes for SC2 archivesLadislav Zezula
2015-11-17+ Fixed possible buffer overflow in the patching processLadislav 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 workspacesunknown
2015-10-07+ Added support for an archaic file flag 0x10000000Ladislav Zezula
2015-10-04+ Workspaces for Visual Studio 2015unknown
+ Fixed warnings given by VS 2015
2015-09-18+ Release 9.20v9.20unknown
2015-08-05Merge pull request #47 from leeonix/masterLadislav Zezula
modify result type. mingw compile error. add Premake5.lua
2015-08-05Merge pull request #49 from RyuKojiro/osxLadislav Zezula
Fixed building the framework/library on OS X
2015-08-03Added some ignores for OS X to make git status bearableDaniel Loffgren
2015-08-03Added the necessary files to the Xcode project, and targets, that are ↵Daniel Loffgren
required to be linkable and function
2015-08-03+ Fixed patch archivesunknown
+ Empty MPQs are no longer marked as malformed
2015-06-30+ Forwarded exports moved to DEF fileunknown
2015-06-30+ Added forwarded export for SetLastError and GetLastErrorunknown
2015-06-28+ Fixed declaration of DllMain to keep MINGW happyunknown