blast007
blast007
There was a [patch][1] like this [accepted into the 2.1 development branch back in 2006][2], except that it was a solid line instead of a dashed line. At a quick...
PR #84 implemented libpng for reading textures and writing screenshots. Writing screenshots is roughly 2 to 3 times faster now, while still resulting in a similar file size. From implementing...
This change is probably a bit too big and risky for a point release and should be a goal for 2.6.
It would need to touch a lot of code and require a significant amount of testing to ensure we're not getting into some wacky state that's some crazy hybrid of,...
Which version of BZFlag are you using and it is using SDL or SDL 2? (The version should indicate -SDL or -SDL2)
Please provide the version of BZFlag that you are using and let us know if it's actually using SDL2. Again, the BZFlag version should end in -SDL or -SDL2, which...
If we're adding such a library, it should ideally be something that can be used not just for configuration files but data exchanges over HTTP, and should be something with...
We have two marker types: normal that shows up at the top compass, and enhanced that shows up in the 3D view. If we do this, do we want all...
Our codeql-analysis.yml file already triggers a build on ubuntu-latest, though it currently does not build the client. This new action also installs SDL 1.2, which our 2.4 configure script won't...
As of yet, I've been unable to reproduce the crash. However, a reasonably easy workaround would be to just disable the Connect option while the client is in the middle...