Will Greenberg

Results 50 issues of Will Greenberg

https://wowdev.wiki/M2#Ribbon_emitters

https://wowdev.wiki/M2#Particle_emitters

Jasper did a bit of work on this to render billboard bones correctly, but we still have to finish that fix.

There's a couple instances where portal culling isn't quite working: * when the camera's very very close to a portal * looking inside Ironforge's main lava-filled atrium towards the archeologist...

WMO lighting's got a few issues: * [ ] the transition between outdoor/indoor lighting is too sudden, leading to hallways just inside a WMO looking brighter than they should *...

The goal here was to remove any uses of deprecated pyOpenSSL API, but to do that, we're going to also have to deprecate `gen_ss_cert`, whose signature includes deprecated types. This...

There's tons of little plants/rocks that are spawned in as so-called "ground effects" (https://wowdev.wiki/DB/GroundEffectTexture), which would add a lot of density and variety to landscapes.

The WoW server provides definitions for all user-interactable and some seasonal/event dependent models. Apparently these definitions are provided by the TrinityCore project as TDB files (https://github.com/TrinityCore/TrinityCore/releases), with some docs here:...

## Feature request Currently, loading a WebAssembly module will always be done with an `ArrayBuffer` for the backing memory. But, by passing a `SharedArrayBuffer` in the WebAssembly.instantiate/Streaming `importsObj` parameter, that...

enhancement