aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-21* Release 9.23v9.23Ladislav Zezula
* Fixed regressions * Fixed test program
2020-11-18Merge pull request #193 from ladislav-zezula/NP_Protect_continuedLadislav Zezula
Fixed some variants of NP_Protect-ed maps
2020-11-18Fixed some variants of NP_Protect-ed mapsLadislav Zezula
2020-11-02Added missing header fileLadislav Zezula
2020-11-02Added missing filesLadislav Zezula
2020-10-26Added universal makefile for Visual StudioLadislav Zezula
2020-10-26Merge pull request #190 from ladislav-zezula/TBitArrayChangedToPrivateLadislav Zezula
Resolved name conflicts with Unreal Engine 4
2020-10-26Name conflict with Unreal Engine 4: TBitArrayLadislav Zezula
2020-10-25TBitArray: Changed struct to classLadislav Zezula
2020-10-24Changed PLATFORM_* to STORMLIB_*Ladislav Zezula
2020-10-24TBitArray made privateLadislav Zezula
2020-10-10Merge pull request #188 from dzik87/masterLadislav Zezula
Fix CMakeLists.txt
2020-10-10Fix CMAKEdzik
Latest filename renaming broke cmake
2020-10-07Migrated to VS 2019Ladislav Zezula
2020-09-22Merge branch 'master' of https://github.com/ladislav-zezula/StormLibLadislav Zezula
2020-09-22Added support for NP_Protect protector (SC2 Maps)Ladislav Zezula
2020-09-02Merge pull request #187 from Qeenon/patch-1Ladislav Zezula
change ERROR_NEGATIVE_SEEK to ESPIPE
2020-09-02change ERROR_NEGATIVE_SEEK to ESPIPEМаша
looks better if we want to differ INVALID_PARAMETER and incorrect seek I think
2020-08-31Fixed type castLadislav Zezula
2020-08-31Merge pull request #186 from ladislav-zezula/FixHashTableLadislav Zezula
Fixed missing hash table in case when HET table exists
2020-08-31Fixed missing hash table in case when HET table existsLadislav Zezula
2020-08-26* Removed sprintf as source of incompatibilitiesLadislav Zezula
* Fixed bug
2020-08-14Merge pull request #184 from meszaros-lajos-gyorgy/masterLadislav Zezula
Removed if statement, which always evaluates to true
2020-08-14Removed if statement, which always evaluates to trueLajos.Meszaros
2020-08-09Loading of MPQs v 4.0 with fake MPQ headersLadislav Zezula
2020-06-29Fixed cdecl problemLadislav Zezula
2020-06-17Fixed calling conventionLadislav Zezula
2020-06-17Merge branch 'master' of https://github.com/ladislav-zezula/StormLibLadislav Zezula
2020-06-17Fixed calling convention for GCCLadislav Zezula
2020-05-31Merge pull request #178 from meszaros-lajos-gyorgy/masterLadislav Zezula
Fixed address typo in pklib struct documentation
2020-05-30Fixed address typo in pklib struct documentationLajos.Meszaros
2020-05-19Small changes to the build processLadislav Zezula
2020-05-13Minox fixesLadislav Zezula
2020-05-11Added WDK buildLadislav Zezula
2020-05-10* ZLIB updatedLadislav Zezula
* Minor fixes
2020-05-05Added option to open named sectionLadislav Zezula
2020-04-28Merge pull request #176 from BogdanW3/extLadislav Zezula
Approved. Thank you for the contribution.
2020-04-28Add more extensionsBogdan Gligorijevic
2020-04-06Merge pull request #174 from namreeb/masterLadislav Zezula
Merged. Thanks for the contribution.
2020-04-05Fixed Linux buildnamreeb
2020-04-06Merge pull request #173 from namreeb/masterLadislav Zezula
Added option, disabled by default, to skip adding files to install. …
2020-04-05Added option, disabled by default, to skip adding files to install. This is ↵namreeb
useful when the library is being linked statically.
2020-03-25Added checks for obviously fake filesLadislav Zezula
2020-03-25CheckWildCard renamed to SFileCheckWildCard to prevent conflict with CascLibLadislav Zezula
2020-03-25MIX files are now considered Watctaft III mapsLadislav Zezula
2020-03-21Fixed Linux test pathsLadislav Zezula
2020-03-21Merge branch 'master' of https://github.com/ladislav-zezula/StormLibLadislav Zezula
2020-03-21Paths for test filesLadislav Zezula
2019-11-02Merge pull request #164 from SimonMossmyr/masterLadislav Zezula
Thank you for the big finding :-) Merged.
2019-11-01Fix incorrect CPack description file pathSimon Mossmyr