got msg 14
that get printed to see if both versions match up with the amount of commands received. I got the following results. My version seems to always land on the same values, while the original never gets the same value for each test. It seems to get either 338, 339 or 340.
Original 1 tee - 340 msg 14s
Original 60 tees - 20298 (/60 = 338.3)
My version 1 tee - 336 msg 14s
My version 60 tees - 20160 (/60 = 336)
QuadsDraw
draws the quad centered at the position insteadExt
, maybe Impl
would be a better suffixQuadsStart
and QuadsEnd
can be avoidedstd::fmod(Client()->GlobalTime(), 1.0f)
for the H color componentTextRender()->TextColor(col);
TextRender()->TextColor(color_cast<ColorRGBA>(ColorHSLA(std::fmod(Client()->GlobalTime(), 1.0f), 0.95f, 0.5f, 1.0f)));
std::fmod(Client()->GlobalTime(), 1.0f)
for the H color component 6fde4ee
Version 17.4 - def-
f87284d
Switch to a fragment shader solution for border tile rendering - Jupeyy
7f4fa67
Update Swedish translations for 17.4 - furo321
9d58575
Add new contributors to credits - Robyt3
97f2dd1
Update russian.txt - lolipodass
a8ad40b
Update ukrainian.txt - JuraIBOZO
be93009
Save entire character with /lasttp
. - furo321
14b530c
Update russian.txt - ByFox213
f0e9b79
Update Belarusian translation for 17.4 - AlehKushniarou
683ef0b
Correct usage of demo_extract_chat
tool. - furo321
d1310c2
Update spanish.txt - n0Ketchp
b9cad54
Disable CURL_LOCK_DATA_CONNECT (fixes #7636) - def-
9aaef6f
Version 17.4.1 - def-
4a0ee3a
Update brazilian_portuguese.txt - rffontenelle
711bea3
updated russian.txt - 0xfaulty
a89810a
Update simplified_chinese.txt - By622
8065f36
Update traditional_chinese.txt - By622/home/deen/isos/ddnet/ddnet-source/src/engine/client/discord.cpp: In member function ‘bool CDiscord::Init(FDiscordCreate)’: /home/deen/isos/ddnet/ddnet-source/src/engine/client/discord.cpp:39:17: error: ‘mem_zero’ was not declared in this scope
39 | mem_zero(&m_ActivityEvents, sizeof(m_ActivityEvents));
| ^~~~~~~~