aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-06-28add Premake5.lua for generate project file or makefile.leeonix
how to use premake5. visit [wiki](https://github.com/premake/premake-core/wiki)
2015-06-28modify result type. mingw compile error.leeonix
2015-05-29+ Testedunknown
2015-05-28+ Fixed bug in SFileReadFileunknown
2015-05-28+ Fixed coverity bugsLadislav Zezula
2015-05-28+ Make coverity happyLadislav Zezula
2015-05-28+ Fixed use-after-freeLadislav Zezula
2015-05-28+ Fixed defects found by Coverity (well, most of them)Ladislav Zezula
2015-05-21+ Fixed bug in "CheckWildCard"Ladislav Zezula
2015-05-13+ Too large listfiles are ignored on malformed mapsunknown
2015-05-13+ SFileFindFile now correctly returns hash index and locale, if existunknown
2015-05-06+ Fixed possible stack overflow in HashStringJenkinsunknown
+ StormLib now creates a listfile even for empty archives to make sure it will be maintained at later point when files are added to it + Bug fixes in listfile loading
2015-05-04+ Optimized loading listfileunknown
2015-05-04+ Fixed bug in defragmenting block tableunknown
2015-05-04+ Added detection of SLK extensionunknown
2015-05-04+ The "(attributes)" file si only loaded if the block table was not cutunknown
2015-05-03+ Fixed return valueunknown
2015-05-01+ Re-addedunknown
2015-05-01Merge branch 'master' of https://github.com/ladislav-zezula/StormLibunknown
Conflicts: src/SBaseFileTable.cpp
2015-05-01+ Removed back reference of FileTable -> HashTable, as it is logically incorrectunknown
+ Optimized patching process so it consimes less memory + Added hash table and block table defragmenting for malformed War3 maps
2015-04-27+ Better algorithm of checking wildcardsLadislav Zezula
2015-04-22+ PDWORD -> LPDWORDunknown
2015-04-22+ Added STORM_REALLOCunknown
2015-04-21+ Defragmenting file table fixedunknown
2015-04-18+ SFileGetFileInfo(SFileMpqHashTable) now returns updated hash table instead ↵unknown
of raw table loaded from the file
2015-04-18+ Fixed use-after-free in SListFileFindFirstFileunknown
+ Replaces SFileMpqIsReadOnly with SFileMpqFlags + New MPQ flag: MPQ_FLAG_WAR3_MAP
2015-04-07Merge pull request #41 from jcmoyer/windows-detectionLadislav Zezula
Better Windows platform detection
2015-04-06Better Windows platform detectionJ.C. Moyer