ddnet/src
Robert Müller fd7a1600f6 Remove redundant checks of client state
These conditions are contained in an `if(State() == IClient::STATE_ONLINE)` branch and the state does not change while inside this branch, so these checks are unnecessary.
2024-04-13 11:10:25 +02:00
..
android Add tests for overloaded hash operators, use operator instead 2022-11-12 20:36:38 +01:00
antibot Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
base Fix recursive folder creation with mixed slashes and drive letters 2024-03-24 12:33:56 +01:00
engine Remove redundant checks of client state 2024-04-13 11:10:25 +02:00
game Fix tee briefly appearing at previous position when joining 2024-04-11 21:37:53 +02:00
macos Add INotifications kernel interface 2023-12-16 18:15:43 +01:00
masterping update ci actions, update rust edition to 2021 since our MSRV covers it 2024-02-25 15:55:10 +01:00
mastersrv update ci actions, update rust edition to 2021 since our MSRV covers it 2024-02-25 15:55:10 +01:00
rust-bridge Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
steam Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
test Ensure line reader only returns lines which are valid UTF-8 2024-03-18 21:29:34 +01:00
tools Add CImageInfo::DataSize convenience function 2024-03-27 21:12:02 +01:00