mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
| .. | ||
| doc | ||
| src | ||
| storm_dll | ||
| StormLib.xcodeproj | ||
| stormlib_dll | ||
| test | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Info.plist | ||
| LICENSE | ||
| Makefile.linux | ||
| Makefile.mac | ||
| makefile.w32 | ||
| Publish.bat | ||
| Publish_beta.bat | ||
| README | ||
| README.md | ||
| Storm_dll.bat | ||
| Storm_dll.lib | ||
| Storm_dll.vcproj | ||
| Storm_dll.vcxproj | ||
| Storm_dll.vcxproj.filters | ||
| StormLib.bat | ||
| StormLib.sln | ||
| StormLib.vcproj | ||
| StormLib.vcxproj | ||
| StormLib.vcxproj.filters | ||
| StormLib_dll.vcproj | ||
| StormLib_dll.vcxproj | ||
| StormLib_dll.vcxproj.filters | ||
| StormLib_test.kdev4 | ||
| StormLib_test.vcproj | ||
| StormLib_test.vcxproj | ||
| StormLib_test.vcxproj.filters | ||
| StormLib_vc100.sln | ||
stormlib 
The StormLib library is a pack of modules, written in C++, which are able to read and also to write files from/to the MPQ archives.
MPQ (MoPaQ) is an archive format developed by Blizzard Entertainment, purposed for storing data files, images, sounds, music and videos for their games.
Notice: this repository is meant to track the development of the original stormlib, developed by Ladislav Zezula.
Usage
This library is used inside of mangos-zero to access data inside of MPQ archives included in the World of Warcraft game client.