blast007

Results 33 issues of blast007

I'm using @IsGranted("ROLE_ADMIN") annotation on a controller method that also implicitly uses ParamConverter to fetch a Doctrine entity record. This works as expected if the record lookup value for the...

In Fedora 35, and possibly other distributions using systemd-resolved for DNS resolution, there are times when reverse DNS resolution seems to hang and never complete in bzfs. The specific instance...

After 2ec35fed0d154b711feeb0d77c1676b7eaa69833 and when built against SDL 1, resizing the game window when in windowed mode does not resize the OpenGL viewport.

bug

I noticed a rendering regression caused by 53e166968306fa13460e545759466c642459cc17 when building against SDL1. I have tested this on Debian 11 with a Radeon RX 570. There, the issue only occurs when...

bug

Previously, in observer mode, the audio receiver direction was always set to 0. Now this uses the direction of the view, so world sounds will come from the correct direction....

bug

A user on the forums reported this and I was able to reproduce it as well. The user on the forum was running an AMD Radeon HD 5550 on Fedora...

bug

In the 2.5, it was supposed to be possible for the server to specify a death reason, which in turn would allow a plugin to specify the death reason when...

in progress

We currently have our own code for both encoding (when creating screenshots) and decoding (for loading textures) PNG files. We should make use of libpng instead. - [x] Read textures...

enhancement

Currently the /me functionality is a server slash command. MsgMsessage has an outbound message type that implements /me functionality on the clients, but the determination of /me is done on...

enhancement

Currently there are no less than 6 different string packing methods inside protocol messages: - Fixed Size Strings - C style, Null Terminated variable length strings - C style, Non-Terminated...

enhancement