aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-22Update README.mdLadislav Zezula
2021-02-27Merge pull request #200 from BogdanW3/masterLadislav Zezula
Merged. Thanks for the contribution.
2021-02-27Add more file extensionsBogdan Gligorijevic
2020-12-26Merge pull request #198 from nvs/fix-rud-win32Ladislav Zezula
Merged. Thanks for the bugfix.
2020-12-25Ensure ReleaseUD for Win32 uses UnicodeNVS
2020-12-21_countof macro should now work for all buildsLadislav Zezula
2020-12-20Yet another NP_Protect versionLadislav Zezula
2020-12-13Added support for amternative MPQ markersLadislav Zezula
2020-12-06* Better checks for MPQ header v 4.0Ladislav Zezula
2020-11-23Removed trailing whitespaceLadislav Zezula
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