ddnet/src/engine/client
2023-11-18 23:00:48 +00:00
..
backend Switch to a fragment shader solution for border tile rendering 2023-11-04 14:51:39 +01:00
backend_sdl.cpp Fix client not quitting after graphics assertion 2023-11-06 23:34:05 +01:00
backend_sdl.h Merge pull request #7408 from Jupeyy/pr_tile_border_shader 2023-11-11 23:02:34 +00:00
blocklist_driver.cpp Huge variable naming format 2022-07-08 18:01:29 +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 Type safe mem_zero function (fixes #5228) 2023-11-18 22:47:22 +01:00
client.h Add gameclient warnings to queue instead of overriding others 2023-11-01 22:17:01 +01:00
demoedit.cpp Port some code to str_copy() template 2022-07-09 19:40:58 +03:00
demoedit.h Mark virtual function as override using a script: 2022-05-17 23:47:32 +02:00
discord.cpp Only announce servers using Steam/Discord integration which are registered 2022-10-09 16:16:54 +02:00
favorites.cpp Fix windows build 2022-09-27 13:45:58 +02:00
friends.cpp Add templated str_append function for arrays with fixed size 2023-06-14 00:04:01 +02:00
friends.h Organize engine-client includes 2022-06-17 17:46:43 +02:00
ghost.cpp Small fixes for cl_race_ghost_strict_map 2023-10-28 14:54:35 +02:00
ghost.h Use sizeof(int32_t) instead of 4 2023-02-11 13:59:08 +01:00
graph.cpp Mark functions as const when possible 2023-10-17 20:27:58 +02:00
graph.h Mark functions as const when possible 2023-10-17 20:27:58 +02:00
graphics_defines.h Replace all usages of C standard headers with C++ headers 2023-03-01 19:26:51 +01:00
graphics_threaded.cpp Don't allow mem_zero for nontrivial types 2023-11-18 22:55:17 +01:00
graphics_threaded.h Switch to a fragment shader solution for border tile rendering 2023-11-04 14:51:39 +01:00
input.cpp Replace static variables in MouseRelative with member variable 2023-10-15 20:36:59 +02:00
input.h Replace static variables in MouseRelative with member variable 2023-10-15 20:36:59 +02:00
keynames.h Regenerate key lists with latest SDL version 2023-05-30 23:39:47 +02:00
notifications.cpp Make sure notification object exists 2023-10-08 14:01:02 +02:00
notifications.h Libnotify support for linux client (#2099) 2020-04-14 17:53:53 +02:00
serverbrowser.cpp Fix inverted community parsing conditions 2023-11-18 22:55:08 +01:00
serverbrowser.h Add icon URL, remove servers-key/ranks-key from community JSON 2023-11-18 21:52:51 +01:00
serverbrowser_http.cpp Add CLock wrapper for std::mutex to replace lock_* functions 2023-11-11 00:04:57 +01:00
serverbrowser_http.h Allow multiple addresses per server in the serverbrowser 2022-07-10 16:52:07 +02:00
serverbrowser_ping_cache.cpp Fix clang-tidy modernize-use-override 2023-10-06 14:06:52 +02:00
serverbrowser_ping_cache.h Allow multiple addresses per server in the serverbrowser 2022-07-10 16:52:07 +02:00
smooth_time.cpp Mark functions as const when possible 2023-10-17 20:27:58 +02:00
smooth_time.h Mark functions as const when possible 2023-10-17 20:27:58 +02:00
sound.cpp Use CLock instead of std::mutex, add thread-safety annotations 2023-11-11 00:09:17 +01:00
sound.h Use CLock instead of std::mutex, add thread-safety annotations 2023-11-11 00:09:17 +01:00
sqlite.cpp Make use of IO_MAX_PATH_LENGTH 2021-09-13 12:14:50 +02:00
steam.cpp Fix clang-tidy modernize-use-override 2023-10-06 14:06:52 +02:00
text.cpp Remove obsolete clang-tidy NOLINT comments 2023-10-11 17:22:59 +02:00
updater.cpp Add CLock wrapper for std::mutex to replace lock_* functions 2023-11-11 00:04:57 +01:00
updater.h Add CLock wrapper for std::mutex to replace lock_* functions 2023-11-11 00:04:57 +01:00
video.cpp Add CLock wrapper for std::mutex to replace lock_* functions 2023-11-11 00:04:57 +01:00
video.h Add CLock wrapper for std::mutex to replace lock_* functions 2023-11-11 00:04:57 +01:00