19:57 <@Nimda> Offpanic by Themix just released on Brutal at 2017-10-11 19:52 20:50 <+laxa> !ddnet 20:50 <+laxa> !ddnetpeak 20:50 <@Nimda> Current players on DDNet : 368 20:50 <@Nimda> Current DDNet peak : 810 users online at 2015-04-26 20:11:01 20:59 <+ddnet-discord> https://github.com/ddnet/ddnet/pull/880/commits Now i've failed 2 out of 3 what the heck 21:03 <+ddnet-discord> std:: ? 21:06 <+ddnet-discord> or maybe you are usign function which are not included 21:06 <+ddnet-discord> It compiles locally 21:07 <+ddnet-discord> soo maybe, you have newer version 😮 21:07 <+ddnet-discord> don't think so 21:08 <+ddnet-discord> can you sactually see where the errors are occurring 21:09 <+ddnet-discord> in editor.cpp 21:09 <+ddnet-discord> there's no `#include ` but 21:09 <+ddnet-discord> im not C dev, so maybe it should inherit from somewhere else 21:10 <+ddnet-discord> Where have i added anything from there in editor.cpp 21:10 <+ddnet-discord> strcmp? 21:10 <+ddnet-discord> yes 21:10 <+ddnet-discord> hmmmmmmmmmm 21:10 <+ddnet-discord> and memset in 21:11 <+ddnet-discord> anyway 21:11 <+ddnet-discord> https://circleci.com/gh/ddnet/ddnet/1790 21:11 <+ddnet-discord> just go there 21:11 <+ddnet-discord> and expand bam release error log 21:38 <+ddnet-discord> @Dr. Jekyll you shouldn't use `string.h` in Teeworlds code, use functions from `system.h` instead 21:39 <+ddnet-discord> #include ? 21:39 <+ddnet-discord> `str_comp` replaces `strcmp`, `memset(x, 0, y)` is replaced by `mem_zero(x, y)` 21:40 <+ddnet-discord> both memset and strcmp are used im other places not by me 21:40 <+ddnet-discord> only in code that doesn't adhere to the common style – we'd accept PRs to fix that 21:40 <+ddnet-discord> where? 21:41 <+ddnet-discord> server.cpp 78 21:41 <+ddnet-discord> 478 21:41 <+ddnet-discord> introduced by GreYFoX 21:42 <+ddnet-discord> that's been a while. he didn't care too much about code style 21:42 <+ddnet-discord> file_score.cpp 166 21:42 <+ddnet-discord> ill just use your qrapper then 21:42 <+ddnet-discord> wrapper 21:45 <+ddnet-discord> memset is used 5 times in the code, mem_zero 162 times 21:45 <+ddnet-discord> strcmp 3, str_comp 319 21:45 <+ddnet-discord> ] 21:45 <+ddnet-discord> :] 21:45 <+ddnet-discord> I found interesting site http://styleguides.io/ 21:54 <+ddnet-discord> generally: work with the style of the surrounding cod 21:54 <+ddnet-discord> e 22:03 <+ddnet-discord> doppel peace an @heinrich5991