ddnet/src/engine/shared
2022-06-17 17:39:25 +02:00
..
assertion_logger.cpp Use std::make_unique (fixes #5166) 2022-05-28 14:46:55 +02:00
assertion_logger.h Unify logging infrastructure between IConsole and dbg_msg 2022-04-29 15:21:26 +02:00
compression.cpp Include <iterator> instead of <array> for std::size 2022-06-17 17:39:24 +02:00
compression.h Add size checks to CVariableInt::Pack and ::Unpack 2022-03-05 20:49:55 +01:00
config.cpp Sync the config file replacement to disk before renaming 2022-02-01 02:33:20 +01:00
config.h Mark virtual function as override using a script: 2022-05-17 23:47:32 +02:00
config_variables.h Rename joystick to controller (settings, configs) (fixes #5419) 2022-06-15 13:05:14 +02:00
console.cpp Include <iterator> instead of <array> for std::size 2022-06-17 17:39:24 +02:00
console.h Extract CConsole::TraverseChain, fix toggle with multiple chains 2022-05-20 19:41:31 +02:00
csv.cpp Add a simple CSV writer for Python's "excel" csv dialect 2020-06-23 09:11:59 +02:00
csv.h Fix some variable name's style 2020-11-08 17:15:48 +01:00
datafile.cpp Organize base includes 2022-06-17 17:39:25 +02:00
datafile.h Use nullptr in generated and editor 2022-06-13 18:28:13 +02:00
demo.cpp Remove dead code 2022-05-31 19:32:07 +02:00
demo.h Use nullptr in generated and editor 2022-06-13 18:28:13 +02:00
econ.cpp Fix some uninitialized variables, found with valgrind 2022-05-22 12:18:49 +02:00
econ.h Organize engine-shared includes 2022-06-17 17:39:24 +02:00
engine.cpp Organize engine-shared includes 2022-05-29 20:02:22 +02:00
fifo.cpp Fix clang-format 2022-02-15 00:32:04 +01:00
fifo.h Make use of IO_MAX_PATH_LENGTH 2021-09-13 12:14:50 +02:00
filecollection.cpp Add more readability checks 2022-01-22 17:45:25 +01:00
filecollection.h Organize engine-shared includes 2022-06-17 17:39:24 +02:00
global_uuid_manager.cpp Move teehistorian UUIDs into engine 2018-01-11 16:01:13 +01:00
http.cpp Merge #5271 2022-05-31 08:01:38 +00:00
http.h Merge #5271 2022-05-31 08:01:38 +00:00
huffman.cpp Move declaration of loop variable 2022-04-02 13:35:24 +02:00
huffman.h Mark CHuffman::Compress and ::Decompress as const 2022-04-02 13:35:24 +02:00
image_manipulation.cpp Remove alpha threshold from map_optmize 2022-05-28 09:15:08 +02:00
image_manipulation.h Organize engine-shared includes 2022-05-29 20:02:22 +02:00
jobs.cpp Add CLockScope 2022-06-03 12:21:23 +02:00
jobs.h Organize engine-shared includes 2022-06-17 17:39:24 +02: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
kernel.cpp Enable clang-tidy's modernize-use-override (fixes #5139) 2022-05-17 20:33:29 +02:00
linereader.cpp Add modernize-use-bool-literals 2022-02-15 00:12:52 +01:00
linereader.h Don't access out of bounds in linereader (fixes #4308) 2021-11-07 01:10:34 +01:00
map.cpp Fix clang-format 2022-02-15 00:32:04 +01:00
map.h Mark virtual function as override using a script: 2022-05-17 23:47:32 +02: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 Organize base includes 2022-06-17 17:39:25 +02:00
memheap.h Add CHeap::StoreString method 2022-05-06 23:21:26 +02:00
netban.cpp Minor improvement for pagination 2022-06-09 11:24:19 +02:00
netban.h Enable readability-inconsistent-declaration-parameter-name 2022-01-22 14:12:59 +01:00
network.cpp Added external linkage instead of static const 2022-04-03 01:12:27 +02:00
network.h Organize engine-shared includes 2022-06-17 17:39:24 +02:00
network_client.cpp Use STUN to determine UDP connectivity and show diagnostics 2022-05-18 09:21:31 +02:00
network_conn.cpp Add modernize-use-bool-literals 2022-02-15 00:12:52 +01:00
network_console.cpp Organize engine-shared includes 2022-05-29 20:02:22 +02:00
network_console_conn.cpp Move NETSOCKET behind a pointer so it can grow 2022-03-04 19:33:06 +01:00
network_server.cpp Remove dead code 2022-05-31 19:32:07 +02:00
network_stun.cpp Don't periodically retry STUN if successful 2022-05-31 17:53:11 +02:00
packer.cpp Organize engine-shared includes 2022-05-29 20:02:22 +02:00
packer.h Run clang-format 2020-09-26 21:50:15 +02:00
protocol.h Always send all tunings 2022-06-13 17:00:09 +02:00
protocol_ex.cpp Organize engine-shared includes 2022-06-17 17:39:24 +02:00
protocol_ex.h Organize engine-shared includes 2022-06-17 17:39:24 +02:00
protocol_ex_msgs.h Add some checksum functions to the client 2022-01-31 21:31:26 +01:00
ringbuffer.cpp Add modernize-use-bool-literals 2022-02-15 00:12:52 +01:00
ringbuffer.h Fix some variable name's style 2020-11-08 17:15:48 +01:00
serverinfo.cpp Remove a couple of game/-includes from the engine code 2022-05-13 09:04:39 +02:00
serverinfo.h Support 128 players in serverbrowser 2022-01-02 13:41:59 +01:00
snapshot.cpp Organize base includes 2022-06-17 17:39:25 +02:00
snapshot.h Organize engine-shared includes 2022-05-29 20:02:22 +02:00
storage.cpp Add IStorage::ReadFile and ReadFileStr: 2022-06-16 10:19:36 +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 switch in teehistorian 2022-05-21 21:37:17 +02:00
uuid_manager.cpp Use std::vector<CName> instead of array, adjust variable name 2022-05-27 16:31:18 +02:00
uuid_manager.h Use std::vector<CName> instead of array, adjust variable name 2022-05-27 16:31:18 +02:00
video.cpp Organize engine-shared includes 2022-05-29 20:02:22 +02:00
video.h Multithreaded video rendering 2022-03-20 18:03:33 +01:00
websockets.cpp Minor clang-tidy fix with -DWEBSOCKETS=ON -DUPNP=ON 2022-05-19 18:57:49 +02:00
websockets.h Make sure headers compile standalone 2020-09-26 21:50:27 +02:00