Guild icon
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
Avatar
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...
      Avatar
      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)