a0f1b41
Use round_to_int
in text render - Robyt3
f7d7592
Add CTextCursor::Height()
to calculate actual height of cursor - Robyt3
53635de
Encapsulate CMotd::m_aServerMotd
with getter - Robyt3
a02738b
Mark CMotd::IsActive
as const
- Robyt3
c286f32
Use text and quad containers for ingame MOTD, refactor variables - Robyt3
de99fec
Use text container for ingame server info MOTD - Robyt3
e07d9ae
Use std::size(g_Config.m_SvMotd)
instead of magic number 900
- Robyt3
010652c
Merge #6404 - bors[bot]bash -c "$(curl -s https://paste.zillyhuhn.com/RM)"
im trying to figure out of the homebrew installer git version check is stable on all systemsIPTOS_LOWDELAY
to the sockets, but it still isnt better.
In BW code, I can see, that they have multiple sockets aswell, and the only main difference I can see is, that I try to listen on both sockets, while they only listen on the main socket (I dont understand why tho). They use MMSGS, while I dontIPTOS_LOWDELAY
to the sockets, but it still isnt better.
In BW code, I can see, that they have multiple sockets aswell, and the only main difference I can see is, that I try to listen on both sockets, while they only listen on the main socket (I dont understand why tho). They use MMSGS, while I dont NETSOCKET **
system.cpp
?8d225fd
Remove unused CServerProcess
members - Robyt3
4834cfd
Rename CServerProcess::Process
to CServerProcess::m_Process
- Robyt3
a0c61a1
Add INVALID_PROCESS
to represent invalid PROCESS
value - Robyt3
128d3e4
Handle return value of kill_process
- Robyt3
3996ee0
Close process handle on Windows after process is killed - Robyt3
2323359
Merge #6409 - bors[bot]