Darryl Pogue

Results 112 issues of Darryl Pogue

Occluders are geometry that block the rendering of objects fully behind them. This allows for render optimization without needing to manually set up visregions on all the objects. The goal...

enhancement
feature
hacktoberfest

Setting up stencil layers with the blend ramp by hand kinda sucks, and you need to make sure to get the flags right. PlasmaMax has a feature to allow artists...

enhancement
feature
hacktoberfest

The 3D-ness of a sound emitter is unrelated to its type (Ambience, Music, GUI, etc.)

I've compiled the plugin (as of 0.8.1), and installed it. I see it in the plugins list and I can select my key. However, I don't get a password prompt...

This is a minor annoyance on Linux, but might turn out to be necessary and not worth fixing. When I type `./do` and hit tab in my terminal, it cannot...

Hacktoberfest

Based on some work by @Hazado and references from Drizzle, this seems to be able to read all the MQO files. I'm going to say that editing/writing is probably not...

***FAR*** from useful at this point, but this is a proof-of-concept to allow inspecting individual icicles. Right now it just shows checkboxes for flags, but should be feasible to show...

For voice audio, ogg vorbis might offer better compression than mp3, and it's also supported by Icecast/Shoutcast as an alternative streaming codec. It looks like the headers are already being...

enhancement

As mentioned in #31 sometimes OAuth parameters are returned as URL fragments as opposed to URL query parameters. We'd like to keep the existing URL query parameter handling, but it...

### Platforms affected Tooling ### What does this PR do? Adds a class to manage finding and updating the `cordova` section of package.json, while also being consistent with npm about...