Jay Dolan

Results 19 issues of Jay Dolan

It'd be nice to introduce anonymous classes for "one-off" objects that override a method or two, but do not warrant their own named type. I think the most appealing way...

enhancement

If the `StringReader` proves useful, it'd make sense to introduce counterparts for other common stream operations, namely: * Consider adding a Reader class that operates on Data just as StringReader...

Currently MVC only deals with a single window, and it assumes that all events are eligible for that window. Consideration for applications with multiple window should include: - Is event...

enhancement

As a player, I want my Quetoo activity to be visible to my Discord friends. @Paril started work on this, see #513. I wanted to open an issue to link...

enhancement:high
component:cgame

In debugging other issues, I noticed that if a Com_Error / ERR_DROP is thrown, player sounds (and only player sounds) stop working. This is probably a media dependency issue, where...

bug:minor

Instead of using the surface normal. Also, probably related (or similar anyway), slime and lava sometimes spawn blood damage at the origin `(0, 0, 0)`, instead of where the damage...

bug:minor

As a server admin, I'd like to run a Quake themed server that features Quake level remakes and QuakeWorld style player movement. To do this, I'd like to be able...

enhancement:low

Quake puts Z up, and Y back. The rest of the world puts Y up, and Z back. A couple years ago, I added hacks to GtkRadiant's Picomodel .obj loader...

Leaving this here for @Pan7 or anyone else who needs help falling asleep at night: See attachment if you prefer a .zip'ed text file. [GtkRadiant-clang-build-warnings.log.zip](https://github.com/TTimo/GtkRadiant/files/962073/GtkRadiant-clang-build-warnings.log.zip) ``` radiant/camwindow.cpp:136:35: warning: equality comparison...

When trying to use the camera plugin, adding a new camera to a map causes a segfault. Here's the bt: ```Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS...

bug