-
```
Core was generated by `./DDRace64-Server_sql -f servers/8348.cfg'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x0000000000000000 in ?? ()
[Current thread is 1 (Thread 0x7f…
-
There have been some fixes for the IMEs the last year that have helped a lot, ref #683 and f627a72ebb7ad325b1fbba49d4988a42d0ca5c6e. So the DDNet client does now understand if I press the Ctrl+Space c…
-
not only in specific gamestates, this allows mods to use the tick as other indicators, for example for some kind of votes, ranks or accounts.
-
Not sure if anyone cares. But here some known issues with the client when compiled with -DHEADLESS_CLIENT=ON
- [x] "cl_download_skins 1" crashes the client
- [x] no data/ dir crashes the client
…
-
when i need reporting someone, it is difficult.
-
![image](https://user-images.githubusercontent.com/20344300/232321963-cd5956dc-fb42-4929-9197-dd8ff5c83026.png)
Messages in similar format are detected just fine.
```
0000 00 00 00 00 00 …
-
Hi guys
I know how i should compile tw and ddnet but how can i work with it ?
I'm asking developers of ATH how you guys working with source code ? What's your IDE , What's your OS and other thi…
-
As reported by Skeith on Discord. Please verify, seems to happen on Windows and client just closes. Would be great if we can fix it server-side.
-
Spin up a teeworlds server and make sure the client can connect to it.
-
```ruby
require_relative 'lib/teeworlds-client'
client = TeeworldsClient.new(verbose: false)
client.on_chat do |msg|
return if msg.message[0] != '!'
case msg.message[1..]
when 'ping'…