bzflag icon indicating copy to clipboard operation
bzflag copied to clipboard

3D multi-player tank battle game

Results 116 bzflag issues
Sort by recently updated
recently updated
newest added

Fix for issue #313. This corrects the calculation from block time to a `struct timeval` from milliseconds to microseconds.

I noticed that bzadmin was taking up much more CPU resources than I expected it too. It turns out that the reason for that is that `select` isn't blocking for...

The applicability of those fixes depends on the oldest version of autoconf/automake/libtool we want to support.

Committer: Devin Delong bz_getPlayerCurrentState() is documented on bzflag.org, but I could not find it in code. Return value was changed to bool.

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...

I attempted to build an rpm on Fedora 35 from bzflag-2.4.24.tar.gz with rpmbuild -tb bzflag-2.4.24.tar.gz It quickly quits with error: line 26: Unknown tag: copyright: Copyright (c) 1993-2021 Tim Riker...

Implemented: * only read/open files that match the search query Todo: * limit number of results from `getFileList`

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