2017464
Livefreeze implementation with CHARACTERFLAG_NO_MOVEMENTS flag. - GiuCcc
0614fce
Remove comment - GiuCcc
d7c8af3
Merge branch 'master' of https://github.com/GiuCcc/ddnet - GiuCcc
68a8bba
clang-format fix - GiuCcc
e8718df
clang-format fix 2 - GiuCcc
ea98120
Save is now back compatible with older version (default m_LiveFreeze=0). - GiuCcc
6070a66
Save server string corrected. - GiuCcc
26372c8
fixed comma typo - GiuCcc
fb09082
fix another superfluous comma - GiuCcc
2d48cf7
Merge #4573 - bors[bot]enum {
SRV_TEAM_FORBIDDEN,
SRV_TEAM_ALLOWED,
SRV_TEAM_MANDATORY,
SRV_TEAM_FORCED_SOLO
};
CONF_PLATFORM_WINDOWS
instead CONF_FAMILY_WINDOWS
(windows seems to be the only one in detect.h that splits platform between 32bit and 64bit, maybe we should change that)
maybe this fixes #4351, because actually the workaround for windows was exactly inside the wrong macro to fix resizing in fullscreen.
I also split the resize functions, so its less confusing Resize (actively resize in the resolution list) vs GotResized (reporte...