Thunderbrew: Difference between revisions
No edit summary |
No edit summary |
||
| (24 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{ | [[Category:Software]] | ||
|name = | {{Software | ||
| | |name = Thunderbrew | ||
| | |type = Application | ||
| | |authors = Thunderbrew Developers | ||
|license = The Unlicense | |||
|repository = [https://github.com/thunderbrewhq/thunderbrew github.com/thunderbrewhq/thunderbrew] | |||
}} | }} | ||
Thunderbrew | Thunderbrew is a non-commercial and open-source game preservation project for World of Warcraft: Wrath of the Lich King. | ||
It aims to provide a more easily accessible and feature-rich version of Whoa, while retaining its original mission of high code quality and adherence to original behavior. | Thunderbrew was started as a fork of [[Whoa]]. Like Whoa, it aims to provide a <strong>faithful, fully-functional, free and open source</strong> version of the [[WoW:3.3.5a|3.3.5a client]]. | ||
It aims to provide a more easily accessible and feature-rich version of Whoa, while retaining its original mission of high code quality and adherence to original behavior. In addition, Thunderbrew provides various useful tools to aid in the process of constructing Whoa. | |||
== Libraries == | == Libraries == | ||
| Line 21: | Line 25: | ||
| [[Thunderbrew:system|system]] || None || OS detection and compatibility shims for Whoa projects. || None | | [[Thunderbrew:system|system]] || None || OS detection and compatibility shims for Whoa projects. || None | ||
|- | |- | ||
| [[Thunderbrew:bc|bc]] || [[Blizzard:BlizzardCore|BlizzardCore]] || Various low-level system utilities, such as memory allocation, threads, file IO, mutexes. || system | | [[Thunderbrew:bc|bc]] || [[Blizzard Entertainment:BlizzardCore|BlizzardCore]] || Various low-level system utilities, such as memory allocation, threads, file IO, mutexes. || [[Thunderbrew:system|system]] | ||
|- | |- | ||
| [[Thunderbrew:squall|squall]] || [[Blizzard:Storm|Storm]] || Low level utilities similar to bc. Template classes that are used extensively. || system, bc | | [[Thunderbrew:squall|squall]] || [[Blizzard Entertainment:Storm|Storm]] || Low level utilities similar to bc. Template classes that are used extensively. || [[Thunderbrew:system|system]], [[Thunderbrew:bc|bc]] | ||
|- | |- | ||
| [[Thunderbrew:typhoon|typhoon]] || [[Blizzard:Tempest|Tempest]] || 3D arithmetic classes and routines || system, squall | | [[Thunderbrew:typhoon|typhoon]] || [[Blizzard Entertainment:Tempest|Tempest]] || 3D arithmetic classes and routines || [[Thunderbrew:system|system]], [[Thunderbrew:squall|squall]] | ||
|- | |- | ||
| [[Thunderbrew:common|common]] || [[WoW: | | [[Thunderbrew:common|common]] || [[WoW:3.3.5a Client|Engine/Base]] || Common utility classes and routines || [[Thunderbrew:system|system]], [[Thunderbrew:squall|squall]], [[Thunderbrew:typhoon|typhoon]] | ||
|} | |} | ||