Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2019-09-27 00:00:00Z and 2019-09-28 00:00:00Z
GitHub
BOT
2019-09-27 15:43:02Z
ChillerDragon
[teeworlds/teeworlds] Pull request opened: #2247 Fix objc_msgSend() xcode11 error (closed #2245)
Fix by @heinrich5991 from the documentation of objc_msgSend in <objc/message.h> ``` /* Basic Messaging Primitives
On some architectures, use objc_msgSend_stret for some struct return types.
On some architectures, use objc_msgSend_fpret for some float return types.
On some architectures, use objc_msgSend_fp2ret for some float return types.
These functions must be cast to an appropriate function pointer type
before being called.
*/ OBJC_EXPORT void objc_msgSen...
GitHub
BOT
2019-09-27 17:27:25Z
ChillerDragon
[teeworlds/teeworlds] Pull request opened: #2248 Ignore dmg files
Can come in handy when releasing on macOS
GitHub
BOT
2019-09-27 18:14:06Z
nheir
[teeworlds/teeworlds] Pull request opened: #2249 left player does not deal damage
Update projectile's owner to a constant when the owner disconnect (fix #2243 ) Note: I wonder if this could apply when a player changes team (including spectator)
Exported 3 message(s)