An unofficial open source implementation of the Tempest math library circa 2010.
Find a file
2020-12-02 20:59:21 -06:00
.github/workflows chore(build): recursively check out submodules in workflows 2020-12-02 20:40:42 -06:00
lib chore(build): add missing subdirectory 2020-12-02 20:54:50 -06:00
script chore(format): add clang-format-all script 2020-11-23 22:29:07 -06:00
tempest chore(build): change storm link in tempest to public 2020-12-02 20:59:21 -06:00
test chore(build): migrate to system lib 2020-12-02 20:32:58 -06:00
vendor chore(build): migrate squall to lib 2020-12-02 20:25:10 -06:00
.clang-format chore(format): configure more clang-format rules 2020-11-23 22:29:31 -06:00
.clang-format-ignore chore(build): move catch into vendor 2020-11-23 22:22:47 -06:00
.editorconfig chore: initial commit 2020-11-22 23:27:05 -06:00
.gitignore chore: initial commit 2020-11-22 23:27:05 -06:00
.gitmodules chore(build): update .gitmodules 2020-12-02 20:34:15 -06:00
CMakeLists.txt chore(build): bump minimum cmake version 2020-12-02 20:34:56 -06:00
LICENSE chore: initial commit 2020-11-22 23:27:05 -06:00
README.md chore: initial commit 2020-11-22 23:27:05 -06:00

Typhoon

Typhoon is an unofficial open source implementation of the Tempest math library circa 2010.

The Tempest math library is a collection of 3D-math-centric classes and functions created by the talented folks at Blizzard Entertainment for use in their games.

This project attempts to provide a version of Tempest 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 Tempest. 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. Tempest is a math 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.