ddnet/src/engine/client
heinrich5991 407644deef Change IClient::ServerAddress to give the actual server address
Previously, it'd take the string entered by the user, before applying
its transformations. Add `IClient::ConnectAddressString` for the old
behavior.
2022-05-18 09:20:53 +02:00
..
backend Mark virtual function as override using a script: 2022-05-17 23:47:32 +02:00
backend_sdl.cpp Fix unread variable clang-tidy warning on macOS 2022-05-17 20:31:25 +02:00
backend_sdl.h Mark virtual function as override using a script: 2022-05-17 23:47:32 +02:00
blocklist_driver.cpp Add Intel as vendor to the block list on windows 2021-05-06 12:23:40 +02:00
blocklist_driver.h Add Intel as vendor to the block list on windows 2021-05-06 12:23:40 +02:00
checksum.h Add some checksum functions to the client 2022-01-31 21:31:26 +01:00
client.cpp Change IClient::ServerAddress to give the actual server address 2022-05-18 09:20:53 +02:00
client.h Change IClient::ServerAddress to give the actual server address 2022-05-18 09:20:53 +02:00
demoedit.cpp Remove HTTP include from demoedit 2022-05-13 09:00:48 +02:00
demoedit.h Mark virtual function as override using a script: 2022-05-17 23:47:32 +02:00
discord.cpp Add override in code behind CONF_DISCORD, disable clang-tidy check 2022-05-18 01:19:35 +02:00
friends.cpp More colors from chat in console 2021-03-08 01:20:28 +01:00
friends.h Mark virtual function as override using a script: 2022-05-17 23:47:32 +02:00
ghost.cpp Enable readability-inconsistent-declaration-parameter-name 2022-01-22 14:12:59 +01:00
ghost.h Mark virtual function as override using a script: 2022-05-17 23:47:32 +02:00
graphics_defines.h Remove GL includes from headers 2021-05-01 23:56:30 +02:00
graphics_threaded.cpp Return the quad offset of the first added quad, when adding new quads 2022-04-28 16:50:18 +02:00
graphics_threaded.h Return the quad offset of the first added quad, when adding new quads 2022-04-28 16:50:18 +02:00
input.cpp Remove some useless conditions around free 2022-03-01 23:19:49 +01:00
input.h Mark virtual function as override using a script: 2022-05-17 23:47:32 +02:00
keynames.h Enable most clang-tidy misc-* checks 2020-11-05 12:03:14 +01:00
notifications.cpp Emscripten support 2022-03-25 12:42:18 +01:00
notifications.h Libnotify support for linux client (#2099) 2020-04-14 17:53:53 +02:00
serverbrowser.cpp Remove a couple of game/-includes from the engine code 2022-05-13 09:04:39 +02:00
serverbrowser.h Mark virtual function as override using a script: 2022-05-17 23:47:32 +02:00
serverbrowser_http.cpp Enable clang-tidy's modernize-use-override (fixes #5139) 2022-05-17 20:33:29 +02:00
serverbrowser_http.h Save previously determined best serverlist 2021-05-14 01:01:09 +02:00
serverbrowser_ping_cache.cpp Enable clang-tidy's modernize-use-override (fixes #5139) 2022-05-17 20:33:29 +02:00
serverbrowser_ping_cache.h Add serverbrowser ping cache 2021-05-14 01:00:41 +02:00
sound.cpp Small cleanup of HUD + comment on distance calculation at sound 2022-04-14 13:38:54 +02:00
sound.h Mark virtual function as override using a script: 2022-05-17 23:47:32 +02:00
sqlite.cpp Make use of IO_MAX_PATH_LENGTH 2021-09-13 12:14:50 +02:00
steam.cpp Enable clang-tidy's modernize-use-override (fixes #5139) 2022-05-17 20:33:29 +02:00
text.cpp Enable clang-tidy's modernize-use-override (fixes #5139) 2022-05-17 20:33:29 +02:00
updater.cpp Enable clang-tidy's modernize-use-override (fixes #5139) 2022-05-17 20:33:29 +02:00
updater.h Mark virtual function as override using a script: 2022-05-17 23:47:32 +02:00
video.cpp Merge #4934 2022-04-02 10:07:54 +00:00
video.h Mark virtual function as override using a script: 2022-05-17 23:47:32 +02:00