01:18 < bridge> How do I create a public server? 01:20 < bridge> I mean, it would be displayed here : 01:20 < bridge> https://cdn.discordapp.com/attachments/293493549758939136/1299875390248189983/image.png?ex=671ecacb&is=671d794b&hm=51a4f1743e7bebd9aace86b9f73dd1f77a4d8ee37273c60098a87fb35ba990bf& 01:22 < bridge> 01:25 < bridge> я пидорас 02:03 < bridge> <01000111g> Go on any server with linear on it. Before touching the startline write /team 13 in the chat. Then write /lock . You can use any other number too. Then you are in your own team, and can run the map solo, without getting blocked. Even if you kill u will be in that team still. Hope that helps. Also try out other maps, especially in the Novice category :owo: 12:42 < ws-client1> @heinrich5991 when more bridges 12:42 < bridge> low on the priority list 12:43 < ws-client1> how can i help? 12:43 < bridge> plus I think I'm not interested currently since this would be mostly for you personally and you personally broke rules recently, leading to a kick 14:02 < bridge> evil chillerdragon 14:03 < bridge> yea asking why we are not consistent with branch naming across repos is the most evil thing ever and totally deserved a 2 week ban 14:03 < bridge> yeah i am defs on chillers side 14:03 < bridge> that was a discussion between me and him 14:03 < bridge> suddenly out of nowhere we got cancelled 14:04 < bridge> i also got timeout'd btw 14:04 < bridge> but only for a minute or smth 14:04 < bridge> did you want to bring back slaves or what 14:04 < bridge> xDDDD 14:04 < bridge> Teero cya in hell 14:04 < bridge> you get banned hard 14:05 < bridge> just asking what was it about that you got banned for 2 weeks while discussing branch naming 14:05 < bridge> like what could possibly have happened 14:05 < bridge> heinrich did not like the discussion 14:05 < bridge> so he said we should stop 14:06 < bridge> i disagreed and wanted to continue to talk about it 14:06 < bridge> he went on a power trip 15:46 < bridge> ddnet enterprise version 15:47 < bridge> are this true timer? 15:47 < bridge> ``` auto now = std::chrono::steady_clock::now(); 15:47 < bridge> if (std::chrono::duration_cast(now - start).count() > 50) { 15:47 < bridge> start = now; 15:47 < bridge> }``` 15:47 < bridge> gotta have a paid version for consistent branch naming to be feasible 15:50 < bridge> quoting learath2: "touch grass" 16:46 < bridge> How do I make a game type on the Gores server? 17:33 < bridge> https://github.com/search?q=repo%3Addnet%2Fddnet+testddr&type=code 17:33 < bridge> GAME_TYPE_NAME? 17:34 < bridge> 17:34 < bridge> GAME_TYPE_NAME? 18:41 < bridge> can anyone find a new address for the clans? I really want to use this https://github.com/heinrich5991/crazy-DDNet-show-points-in-game/blob/main/ddnet.py 18:43 < bridge> this is so cursed 18:53 < bridge> are this true timer? 18:53 < bridge> ``` auto now = std::chrono::steady_clock::now(); 18:53 < bridge> if (std::chrono::duration_cast(now - start).count() > 50) { 18:53 < bridge> start = now; 18:53 < bridge> }``` 18:54 < bridge> I wouldn’t put your life on it but it should be fairly precise 19:40 < bridge> lmfao why is this repo called what it is 19:41 < bridge> what do u need it for 19:43 < bridge> there is https://en.cppreference.com/w/cpp/chrono/high_resolution_clock but it just wraps steady_clock on MSVC’s STL (and libc++ wherever possible) 19:47 < bridge> I just need a 6 second delay 19:56 < bridge> ```cpp 19:56 < bridge> static auto start = std::chrono::steady_clock::now(); 19:56 < bridge> auto now = std::chrono::steady_clock::now(); 19:56 < bridge> if (std::chrono::duration_cast(now - start).count() > 6000) { 19:56 < bridge> start = now; 19:56 < bridge> }``` @lsdglsgdflk 19:56 < bridge> ```cpp 19:56 < bridge> static auto start = std::chrono::steady_clock::now(); 19:56 < bridge> auto now = std::chrono::steady_clock::now(); 19:57 < bridge> if (std::chrono::duration_cast(now - start).count() > 6000) { 19:57 < bridge> start = now; 19:57 < bridge> // do stuff 19:57 < bridge> }``` @lsdglsgdflk