
















gfx_backgroundrender






















$ i3 --version
i3 version 4.18.2 (2020-07-26) © 2009 Michael Stapelberg and contributors
When starting DDNet with fullscreen enabled (the default), it sets my right monitor's resolution to 1280x1024, leading to a weird scroll-on-screen-edge behavior. This obviously makes fullscreen mode unusable.
Interestingly, when I have two windows open on the right screen before launching, so that the DDNet window get...

gfx_backgroundrender























.png & .rules in mapres directory, instead of having the first one in mapres/ while the other in editor/? it's damn confusing, even though I think I kinda get the point of separating them... but that'd also make it easier to clearly see for what you have the automapper rules





























EXPECT_TRUE(str_in_list("abc,,def", ",", "def")); in src/test/str.cpp









2









Bind <key> "screenshot; echo <msg>"


































RenderBorderTiles
with
void CGraphics_Threaded::RenderBorderTiles(int BufferContainerIndex, float *pColor, char *pIndexBufferOffset, float *pOffset, float *pDir, int JumpIndex, int64 DrawNum)
{
if(DrawNum < 0) {
return;
}
in src/engine/client/graphics_threaded.h
replace the function with
virtual void RenderBorderTiles(int BufferContainerIndex, float *pColor, char *pIndexBufferOffset, float *pOffset, float *pDir, int JumpIndex, int64 DrawNum);
and in src/engine/graphics.h
with
virtual void RenderBorderTiles(int BufferContainerIndex, float *pColor, char *pIndexBufferOffset, float *pOffset, float *pDir, int JumpIndex, int64 DrawNum) = 0;

















f682a79 Make it possible to join via the Steam friend list - heinrich5991
89eb210 Mark players on the same server as playing together in Steam - heinrich5991
7162ded Fix formatting in CClient::Update - heinrich5991
435137d Allow joining and inviting others via Steam friend list while ingame - heinrich5991
ebe5b51 Clamp kill border count - Jupeyy
bfd24d7 Clamp camera zoom - Jupeyy
d6a353f Merge #2763 #2768 - bors[bot]




92d08d0 add str_utf8_copy - TsFreddie
a3a363f C90 - TsFreddie
44c699b Fix unicode pasting in DoEditBox - TsFreddie
b045a3d Revert & use "str_utf8_truncate" instead - TsFreddie
f0971f5 Update mapres by mind - def-
badc49c Revert "Revert & use "str_utf8_truncate" instead" - TsFreddie
6b05393 str_utf8_copy using str_utf8_truncate - TsFreddie
e48596d Add test cases - TsFreddie
05c199e I can't count - TsFreddie
e3cfb23 Merge #2742 #2745 - bors[bot]
