Jay Dolan

Results 19 issues of Jay Dolan

Any of the GtkRadiant layouts which use a floating texture browser window will crash after showing the texture window a few times. The problem appears to be upstream, in that...

bug

https://github.com/ericwa/ericw-tools/blob/6f99f469c6c2b3bdddc88d89368cabb1a7054ec8/qbsp3/map.cc#L641 This line toggles the detail bit on the _surface_ flags, not the contents flags. And the contents flags were cleared in the line above, so really, this line should...

### System Information TB 2021.1 macOS running on Catalina ### Issue description I'm wondering if it is possible to configure a game with multiple filesystem or searchpath entries. Many games...

Type:Enhancement
Prio:2

I've configured this wagon for all distribution management channels, including site: ``` aws-release s3://reel-web-service/release aws-snapshot s3://reel-web-service/snapshot aws-site s3://reel-web-service/site ``` Deploying of snapshots (and presumably releases) works fine. However, when running...

The AppVeyor build for this project doesn't currently produce any artifacts. It'd be nice if the build made `dlfcn.dll`, `dlfcn.a`, and `dlfcn.h` (for example) available as `dlfcn-win32.zip` or something, for...

help wanted

I've subclassed EZAudioPlotGL in my application to enable `GL_BLEND` with an appropriate blend function, so that when you configure the plot with colors containing alpha values, they render as expected....

This PR introduces audio playback, so that game menus can have clicks and beeps. This was requested by Pan for Quetoo. Similar to how ObjectivelyMVC provides a default Renderer implementation...

- Quemap now generates high dynamic range RGB32F lightmap and lightgrid diffuse textures - Quetoo uses RGBA32F framebuffers for all rendering so that HDR is fully supported - Bloom is...

The current code structure simply won't scale as Radiant.js grows. Lets propose some naming conventions here: - public/scripts/main - ui/menu.js - ui/modal.js - model/map.js - model/polygon.js - model/parser.js - view/view.js...