ddnet/src/engine/shared
Robert Müller fa58909dfe
Merge pull request #8459 from def-/pr-time-cp-diff
Add cl_showhud_time_cp_diff
2024-06-07 17:35:45 +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 update ci actions, update rust edition to 2021 since our MSRV covers it 2024-02-25 15:55:10 +01: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 Remove unnecessary UTF-8 check for config variables 2024-03-18 21:29:43 +01:00
config.h List all practice commands when enabling /practice 2024-03-07 00:57:21 +01:00
config.rs Add support for Rust code in DDNet 2022-10-19 23:46:06 +02:00
config_variables.h Add cl_showhud_time_cp_diff 2024-06-08 00:31:08 +08:00
console.cpp str_from_intstr_format 2024-05-14 21:37:02 +02:00
console.h Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +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 Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
datafile.h Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
demo.cpp Merge pull request #8154 from ChillerDragon/pr_worst_style_offenders 2024-06-06 20:18:19 +00:00
demo.h Merge pull request #8312 from ChillerDragon/pr_fix_misleading_demo_snap_var_names 2024-05-05 09:18:38 +00:00
econ.cpp Specify that ec_password is required to be set for econ to be enabled 2024-04-03 00:24:24 +02:00
econ.h Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
engine.cpp Allow background jobs to be aborted, refactoring 2024-02-25 17:03:45 +01:00
fifo.cpp Ensure commands executed via FIFO are valid UTF-8 2024-03-06 22:01:10 +01:00
fifo.h Ensure commands executed via FIFO are valid UTF-8 2024-03-06 22:01:10 +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 Allow background jobs to be aborted, refactoring 2024-02-25 17:03:45 +01:00
host_lookup.h Encapsulate CHostLookup member variables 2023-10-22 13:38:56 +02:00
http.cpp Parse Date and Last-Modified HTTP headers 2024-03-14 12:31:41 +01:00
http.h Parse Date and Last-Modified HTTP headers 2024-03-14 12:31:41 +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 include algorithm in jobs.cpp, try to fix #8159 2024-03-28 20:14:16 +01:00
jobs.h Allow background jobs to be aborted, refactoring 2024-02-25 17:03:45 +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 str_from_intstr_format 2024-05-14 21:37:02 +02: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 Minor cleanup of CLineReader 2024-03-18 21:29:41 +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 Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
map.h Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +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 Change type from int to int64_t 2024-05-09 08:42:19 +02:00
netban.h Change type from int to int64_t 2024-05-09 08:42:19 +02:00
network.cpp Use network tokens in big-endian byte order consistently 2024-05-06 20:33:17 +02:00
network.h Use network tokens in big-endian byte order consistently 2024-05-06 20:33:17 +02:00
network_client.cpp Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
network_conn.cpp Use network tokens in big-endian byte order consistently 2024-05-06 20:33:17 +02:00
network_console.cpp Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
network_console_conn.cpp Ensure commands executed via Econ are valid UTF-8 2024-03-10 11:23:42 +01:00
network_server.cpp Fix 0.7 tokens after #8322 2024-05-08 14:17:02 +02: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 Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
protocol_ex.h Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
protocol_ex_msgs.h Group NETMSG_RCON_CMD_ADD 2024-01-05 18:10:57 +01:00
ringbuffer.cpp Fix console not keeping scroll position when backlog is full 2024-04-21 12:52:55 +02:00
ringbuffer.h Fix console not keeping scroll position when backlog is full 2024-04-21 12:52:55 +02:00
rust_version.rs Add support for Rust code in DDNet 2022-10-19 23:46:06 +02:00
serverinfo.cpp Add a No login required filter 2024-03-11 02:09:16 +01:00
serverinfo.h Add a No login required filter 2024-03-11 02:09:16 +01:00
snapshot.cpp Fix ddnet ex snap item registration (closed #8271) 2024-05-01 09:45:42 +08:00
snapshot.h Add delta debug dump 2024-04-25 08:44:49 +08:00
storage.cpp Improve Android storage usage, faster launch, remove permissions 2024-05-25 21:09:42 +02: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 Record Player and Team finishes in Teehistorian 2024-05-04 21:40:06 +02:00
uuid_manager.cpp Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
uuid_manager.h Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
video.cpp Organize engine-shared includes 2022-05-29 20:02:22 +02:00
video.h Improve error handling and logging of video recorder 2024-05-04 13:15:54 +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