ddnet/src
Dennis Felsing 720268af6a Fix compilation error in client.cpp
src/engine/client/client.cpp:3861:47: error: ‘INT_MAX’ was not declared in this scope
 3861 |         if(Start < 0 || Length < 0 || Start > INT_MAX - Length)
      |                                               ^~~~~~~
src/engine/client/client.cpp:81:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
2022-02-08 18:35:55 +01:00
..
android Add Android build scripts 2021-08-24 12:18:20 +02:00
antibot Merge pull request #3961 from fokkonaut/pr-antibot 2021-12-19 19:33:56 +01:00
base Reduce system API calls when listing directory contents 2022-02-04 16:30:12 +01:00
engine Fix compilation error in client.cpp 2022-02-08 18:35:55 +01:00
game Merge #4676 2022-02-07 23:11:17 +00:00
macos OSX -> macOS 2021-02-12 13:41:41 +01:00
macoslaunch Better fixes 2022-01-26 11:01:11 +01:00
mastersrv fix command line arguments with unicode on windows 2021-12-06 19:48:25 +01:00
steam Run clang-format 2020-09-26 21:50:15 +02:00
test Record player_ready event in teehistorian 2022-02-07 23:31:46 +01:00
tools Add more readability checks 2022-01-22 17:45:25 +01:00
twping fix command line arguments with unicode on windows 2021-12-06 19:48:25 +01:00