Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2021-10-15 00:00:00Z and 2021-10-16 00:00:00Z
GitHub
BOT
2021-10-15 17:18:27Z
Robyt3
[teeworlds/teeworlds] Pull request opened: #2963 Remove/replace usage of volatile in server
Remove unnecessary usage of volatile for
ReentryGuard
and improve some code style in the vicinity.
Use
sig_atomic_t
for signal handler flag to be compliant with standard.
Use
_Exit
instead of
exit
in the signal handler, as the latter function is async-signal-unsafe and could be interrupted by the same signal handler.
GitHub
BOT
2021-10-15 17:46:23Z
Robyt3
[teeworlds/teeworlds] Issue opened: #2964 "macOS-latest workflows now use macOS-11" and therefore fails
See failed runs at
https://github.com/teeworlds/teeworlds/actions/runs/1346883798
The old version is confusingly still used in the workflows on my fork, so all the checks pass:
https://github.com/Robyt3/teeworlds/actions/runs/1346883704
GitHub
BOT
2021-10-15 21:50:19Z
Robyt3
[teeworlds/teeworlds] Pull request opened: #2965 Rename VERSION to VERSION.txt to fix compilation on MacOS
Fixes compilation on systems with case insensitive file names where the standard library contains a
#include
that instead tries to include our version file as source code.
Exported 3 message(s)