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 2017-12-28 00:00:00Z and 2017-12-29 00:00:00Z
<nemo2> qshar: was disappointed that ~/hg/ddnet$ grep -r "teeth will fall" * returned nothing so I looked for it... $ hg grep --all "teeth will fall" yielded:
20:03
<nemo2> src/game/server/score/sql_score.h:3311:+: char m_aName[16]; // Don't edit this, or all your teeth will fall http://bugs.mysql.com/bug.php?id=50046
20:03
<nemo2> (and many other revisions)
20:03
<nemo2> that was first one tho
20:04
<nemo2> $ hg log -r 3311
20:04
<nemo2> changeset: 3311:229bc5153183
20:04
<nemo2> user: GreYFoX <GreYFoXGTi@GMaiL.CoM>
20:04
<nemo2> "Program crash after using getString for a string longer than 15 chars"
20:05
<nemo2> looks like it was closed as unreproducible. how odd