Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories β IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2018-12-21 00:00:00Z and 2018-12-22 00:00:00Z
I was just wondering if sombody confused top and bottom or if it is me confusing something.
In this lines in character.cpp:
```
int MapIndexL = GameServer()->Collision()->GetPureMapIndex(vec2(m_Pos.x + (m_ProximityRadius / 2) + Offset, m_Pos.y));
int MapIndexR = GameServer()->Collision()->GetPureMapIndex(vec2(m_Pos.x - (m_ProximityRadius / 2) - Offset, m_Pos.y));
int MapIndexT = GameServer()->Col...
flake8 3.6.0 installed via tox Just got the update and noticed this new warning appears to create an impossible situation > W503 line break before binary operator > W504 line...
17:30
[quakenet] <heinrich5991> it seems you configure flake8 in a way that enables both warnings
Haha I know many people had the idea already and it is work and so on...
But maybe this issue helps motivating some pro dev.
Many people have problems converting their demos to video files to create content for youtube.
Also many people share their teeworlds moments in demo file format and nobody watches it because it takes so much time to load the demo and launch a client. A web tool for sharing demos as watchable links or upload demos to quickwatch them and convert them to video files ...