An unofficial open source implementation of the Storm standard library circa 2010.
Find a file
2025-04-14 05:01:29 -04:00
.github/workflows chore(build): get submodules recursively in Workflows 2023-08-15 02:31:42 -04:00
lib chore(build): upgrade bc 2025-04-11 20:03:04 -04:00
script chore(format): add clang-format-all script 2020-11-23 23:02:38 -06:00
storm fix(log): fix Windows refactor 2025-04-14 05:01:29 -04:00
test feat(unicode): add UTF string length functions 2025-04-07 22:25:03 -04:00
vendor/catch-2.13.10 chore(test): update catch2 to 2.13.10 2022-12-23 15:03:31 -06:00
.clang-format chore(format): configure more clang-format rules 2020-11-23 23:03:54 -06:00
.clang-format-ignore chore(build): move catch into vendor 2020-11-23 23:01:52 -06:00
.editorconfig chore: initial commit 2020-09-07 14:54:56 -05:00
.gitignore fix(build): build fix for msvc 2024-11-20 21:11:12 -05:00
.gitmodules chore(build): remove mem dependency, use bc for allocation behavior now 2024-09-04 09:15:08 -04:00
build.zig chore(build): remove mem dependency, use bc for allocation behavior now 2024-09-04 09:15:08 -04:00
build.zig.zon chore(build): remove mem dependency, use bc for allocation behavior now 2024-09-04 09:15:08 -04:00
CMakeLists.txt chore(build): upgrade minimum CMake version to 3.5 2025-03-31 17:47:48 -04:00
LICENSE chore: add LICENSE 2020-09-08 21:39:44 -05:00
README.md chore: rename project 2020-11-12 18:56:03 -06:00

Squall

Squall is an unofficial open source implementation of the Storm standard library circa 2010.

The Storm standard library is a collection of data structures and functions created by the talented folks at Blizzard Entertainment for use in their games.

This project attempts to provide a version of Storm compatible with the version used in the final release build of World of Warcraft: Wrath of the Lich King in 2010: 3.3.5a (12340).

In the spirit of documenting what is presumed to have existed at the time, this project makes every attempt to maintain the canonical names, layouts, and side effects of the original implementation of Storm. At the same time, it attempts to ensure portability and compatibility with modern 64-bit systems.

FAQ

Why?

It's fascinating to explore the development practices used to build a modern major video game.

Why 3.3.5a?

The game and its libraries have become significantly more complex in the intervening 10+ years. By picking 3.3.5a, it's possible to imagine this implementation will eventually be complete.

Will this let me cheat in the game?

No. Storm is a standard library, and none of its routines are particularly relevant to the anti-cheat measures found in the game.

Can I use this in my own development projects?

It's probably a bad idea. The original library remains closed source, and this project is in no way official.

This project is released into the public domain.

World of Warcraft: Wrath of the Lich King ©2008 Blizzard Entertainment, Inc. All rights reserved. Wrath of the Lich King is a trademark, and World of Warcraft, Warcraft and Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.