ddnet/src/engine/shared
Dennis Felsing 99ee3f4fb9
Merge pull request #8004 from furo321/teamcolors-fixes
Small fixes to `cl_chat_teamcolors`
2024-02-21 11:29:34 +00:00
..
assertion_logger.cpp Use CLock instead of std::mutex, add thread-safety annotations 2023-11-11 00:09:17 +01:00
assertion_logger.h Unify logging infrastructure between IConsole and dbg_msg 2022-04-29 15:21:26 +02:00
build.rs Add support for Rust code in DDNet 2022-10-19 23:46:06 +02:00
Cargo.toml Add support for Rust code in DDNet 2022-10-19 23:46:06 +02:00
compression.cpp Consistently use static const instead of const static 2022-11-29 23:32:32 +01:00
compression.h Add size checks to CVariableInt::Pack and ::Unpack 2022-03-05 20:49:55 +01:00
config.cpp Show warnings after client close instead of preventing quitting 2024-02-07 22:11:44 +01:00
config.h Added dialog to fix invalid map settings on load 2024-01-23 20:13:57 +01:00
config.rs Add support for Rust code in DDNet 2022-10-19 23:46:06 +02:00
config_variables.h Enable cl_chat_teamcolors by default 2024-02-21 12:02:51 +01:00
console.cpp Don't tell user about /cmdlist in rcon when using an unknown command. 2024-02-18 18:42:22 +01:00
console.h Fix readability-make-member-function-const 2023-12-14 23:38:03 +01:00
csv.cpp Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
csv.h Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
datafile.cpp Avoid including zlib.h in header file 2024-01-09 19:36:41 +01:00
datafile.h Avoid including zlib.h in header file 2024-01-09 19:36:41 +01:00
demo.cpp Show error messages in console when add_demomarker fails 2024-01-27 13:26:08 +01:00
demo.h Refactor demo recorder usage 2024-01-21 22:21:56 +01:00
econ.cpp Quit when configured bindaddr cannot be resolved 2023-03-23 21:34:07 +01:00
econ.h Organize engine-shared includes 2022-06-17 17:39:24 +02:00
engine.cpp Ensure network log files are closed when shutting down engine 2023-12-12 20:00:52 +01:00
fifo.cpp Improve Windows pipe (FIFO) support 2023-09-05 19:15:09 +02:00
fifo.h Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
filecollection.cpp Fix crash on editor autosave 2024-01-02 23:38:41 +01:00
filecollection.h Fix crash on editor autosave 2024-01-02 23:38:41 +01:00
global_uuid_manager.cpp Move teehistorian UUIDs into engine 2018-01-11 16:01:13 +01:00
host_lookup.cpp Move CHostLookup to separate compilation unit 2023-10-22 13:38:35 +02:00
host_lookup.h Encapsulate CHostLookup member variables 2023-10-22 13:38:56 +02:00
http.cpp Fix incorrect variable used in Android-specific code 2024-02-20 21:11:26 +01:00
http.h Quit client faster by aborting HTTP requests earlier 2024-02-10 22:38:42 +01:00
huffman.cpp Remove redundant variable assignments 2022-11-29 23:32:26 +01:00
huffman.h Mark CHuffman::Compress and ::Decompress as const 2022-04-02 13:35:24 +02:00
jobs.cpp Add CLock wrapper for std::mutex to replace lock_* functions 2023-11-11 00:04:57 +01:00
jobs.h Add CLock wrapper for std::mutex to replace lock_* functions 2023-11-11 00:04:57 +01:00
json.cpp Run clang-format 2020-09-26 21:50:15 +02:00
json.h Run clang-format 2020-09-26 21:50:15 +02:00
jsonwriter.cpp Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
jsonwriter.h Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
kernel.cpp Support arbitrary number of kernel interfaces, assert on errors 2023-12-04 18:11:47 +01:00
lib.rs Add support for Rust code in DDNet 2022-10-19 23:46:06 +02:00
linereader.cpp Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
linereader.h Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
localization.h Add Localizable hint 2022-12-13 17:53:32 +01:00
map.cpp Add functions for reading/writing strings from/to datafile 2023-10-03 16:07:15 +02:00
map.h Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
masterserver.cpp Add HTTP masterserver registering and HTTP masterserver 2022-05-20 08:58:32 +02:00
masterserver.h Add HTTP masterserver registering and HTTP masterserver 2022-05-20 08:58:32 +02:00
memheap.cpp Use static_casts instead of C style, remove unnecessary casts 2023-11-26 13:40:01 +01:00
memheap.h Add templated CHeap::Allocate function 2023-11-26 13:09:23 +01:00
netban.cpp Reduce duplicate code by extracting CNetBan::CBanPool::InsertUsed 2022-12-06 20:18:08 +01:00
netban.h Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
network.cpp Fix readability-make-member-function-const 2023-12-14 23:38:03 +01:00
network.h Fix readability-make-member-function-const 2023-12-14 23:38:03 +01:00
network_client.cpp Don't allow mem_zero for nontrivial types 2023-11-18 22:55:17 +01:00
network_conn.cpp Mark parameters as const when possible 2022-11-29 23:32:31 +01:00
network_console.cpp Don't allow mem_zero for nontrivial types 2023-11-18 22:55:17 +01:00
network_console_conn.cpp Port some code to str_copy() template 2022-07-09 19:40:58 +03:00
network_server.cpp Don't allow mem_zero for nontrivial types 2023-11-18 22:55:17 +01:00
network_stun.cpp Only compare with old STUN server address if we have any 2022-07-10 16:53:15 +02:00
packer.cpp Add missing unpacker error checks for server and client packets 2023-12-05 19:40:27 +01:00
packer.h Add default parameter for CPacker::AddString 2023-05-03 18:17:27 +02:00
protocol.h NETMSG_AUTH_CHALLENGE is not used in 0.6 or 0.7 2023-08-22 10:31:16 +02:00
protocol7.h NETMSG_AUTH_CHALLENGE is not used in 0.6 or 0.7 2023-08-22 10:31:16 +02:00
protocol_ex.cpp Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
protocol_ex.h Organize engine-shared includes 2022-06-17 17:39:24 +02:00
protocol_ex_msgs.h Group NETMSG_RCON_CMD_ADD 2024-01-05 18:10:57 +01:00
ringbuffer.cpp Add CDynamicRingBuffer to avoid specifying size as template 2024-01-17 18:17:08 +01:00
ringbuffer.h Add CDynamicRingBuffer to avoid specifying size as template 2024-01-17 18:17:08 +01:00
rust_version.rs Add support for Rust code in DDNet 2022-10-19 23:46:06 +02:00
serverinfo.cpp Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
serverinfo.h Add name for enum EClientScoreKind 2023-09-30 13:29:28 +02:00
snapshot.cpp Fix readability-make-member-function-const 2023-12-14 23:38:03 +01:00
snapshot.h Fix readability-make-member-function-const 2023-12-14 23:38:03 +01:00
storage.cpp Change path to demos/auto/server. Use same filename format as client. 2023-12-25 17:31:25 +01:00
stun.cpp Use STUN to determine UDP connectivity and show diagnostics 2022-05-18 09:21:31 +02:00
stun.h Add bare-bones STUN protocol support 2022-05-18 09:20:54 +02:00
teehistorian_ex.cpp Run clang-format 2020-09-26 21:50:15 +02:00
teehistorian_ex.h Run clang-format 2020-09-26 21:50:15 +02:00
teehistorian_ex_chunks.h Allow antibot to record data into teehistorian 2023-08-25 14:26:09 +02:00
uuid_manager.cpp Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
uuid_manager.h Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
video.cpp Organize engine-shared includes 2022-05-29 20:02:22 +02:00
video.h Replace most global variables in engine sound with member variables 2023-09-21 23:52:13 +02:00
websockets.cpp Use mem_copy instead of memcpy for websockets 2023-03-09 13:16:49 +01:00
websockets.h Replace all usages of C standard headers with C++ headers 2023-03-01 19:26:51 +01:00