Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2023-05-08 00:00:00Z and 2023-05-09 00:00:00Z
GitHub
BOT
2023-05-08 02:53:33Z
jtbx
[teeworlds/teeworlds] Pull request closed: #3186 Add .ccls-cache to .gitignore
Jeremy
2023-05-08 05:09:43Z
Hey, anyone here know when and why you should you use
dbg_msg()
over
Console()->Print()
, and vice versa?
heinrich5991
2023-05-08 09:41:12Z
dbg_msg()
is thread-safe,
Console()->Print()
also prints to the graphical console in the client
09:41
in ddnet, both are the same
Jeremy
2023-05-08 20:24:46Z
Thank you!
Exported 5 message(s)