ddnet/src/engine/shared
2019-06-14 00:28:59 +02:00
..
compression.cpp Implement changes suggested by -Wuseless-cast 2019-04-11 19:54:43 +02:00
compression.h Made int packing functions safe 2017-09-17 02:36:50 +02:00
config.cpp Use unsigned integers for colors 2019-05-15 18:05:19 +02:00
config.h Use unsigned integers for colors 2019-05-15 18:05:19 +02:00
config_variables.h Merge #1781 2019-06-12 20:23:27 +00:00
console.cpp Avoid implementation-defined behaviour 2019-05-15 18:11:22 +02:00
console.h Lighten tee colors 2019-04-26 16:38:16 +03:00
datafile.cpp Inconvenience for windows 2019-04-26 22:36:49 +03:00
datafile.h Add support for extra map items in datafiles 2018-10-08 23:05:56 +02:00
demo.cpp Merge pull request #1748 from archimede67/pr_replays 2019-06-11 18:13:26 +02:00
demo.h fixed some typo errors, fixed code style and added a slider setting to set the replay length 2019-05-21 23:59:57 +02:00
econ.cpp Highlight in console 2014-12-20 13:37:11 +01:00
econ.h Highlight in console 2014-12-20 13:37:11 +01:00
engine.cpp Use two threads for the server thread pool 2018-10-07 12:47:32 +02:00
fifo.cpp Nicer way of handling Mac fifo rewinding (just don't use high level file streams) 2016-05-05 23:32:55 +02:00
fifo.h Nicer way of handling Mac fifo rewinding (just don't use high level file streams) 2016-05-05 23:32:55 +02:00
filecollection.cpp Fix FileCollection to remove the oldest file (fixes #605) 2019-01-11 11:39:05 +01:00
filecollection.h Fix FileCollection to remove the oldest file (fixes #605) 2019-01-11 11:39:05 +01:00
ghost.cpp Fixed several issues with the ghost (thanks to Learath2) 2017-10-28 14:23:24 +02:00
ghost.h Fixed several issues with the ghost (thanks to Learath2) 2017-10-28 14:23:24 +02:00
global_uuid_manager.cpp Move teehistorian UUIDs into engine 2018-01-11 16:01:13 +01:00
huffman.cpp Fix whitespaces a bit 2015-07-09 02:12:35 +02:00
huffman.h added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
jobs.cpp More error checking in system.c (fixes #1317) 2019-03-19 23:16:29 +01:00
jobs.h Implement changes suggested by -Wuseless-cast 2019-04-11 19:54:43 +02:00
json.cpp Remove /modhelp (fixes #1401) 2018-12-12 10:05:44 +01:00
json.h Remove /modhelp (fixes #1401) 2018-12-12 10:05:44 +01:00
kernel.cpp Merge branch 'master' into leak_fix 2017-07-31 20:42:32 +02:00
linereader.cpp fixed possible CRLF line ending problem in the linereader 2011-01-20 21:17:11 +01:00
linereader.h Multiline broadcasts 2014-04-19 00:40:21 +02:00
map.cpp Use more secure hash function for map downloads 2018-06-24 17:04:50 +02:00
masterserver.cpp Fix lookup job being zeroed in CMasterServer::Load 2017-11-24 02:13:34 +01:00
memheap.cpp Remove mem_alloc and mem_free, use standard C functions instead 2018-04-09 11:56:39 +02:00
memheap.h added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
message.h Updated copyrights 2010-11-20 21:26:06 +01:00
netban.cpp Don't suggest to downgrade, clean up versioning (fixes #1440) 2019-03-03 20:31:23 +01:00
netban.h Don't suggest to downgrade, clean up versioning (fixes #1440) 2019-03-03 20:31:23 +01:00
network.cpp Revert "New try at not decompressing unknown packets" 2018-12-30 12:22:05 +01:00
network.h sv_server_info_per_second, sv_van_conn_per_second: allow 0 to disable 2019-06-11 18:12:43 +02:00
network_client.cpp Revert "New try at not decompressing unknown packets" 2018-12-30 12:22:05 +01:00
network_conn.cpp DRY with net_addr_comp_noport 2018-10-08 21:04:04 +03:00
network_console.cpp reworked ban system 2011-12-29 23:36:53 +01:00
network_console_conn.cpp General whitespace and tab cleanup 2011-08-11 10:59:14 +02:00
network_server.cpp sv_server_info_per_second, sv_van_conn_per_second: allow 0 to disable 2019-06-11 18:12:43 +02:00
packer.cpp Introduce new, vanilla-compatible server info protocol 2017-03-29 12:56:13 +02:00
packer.h Make most user input teehistoric 2017-09-20 02:23:28 +02:00
protocol.h Revert "Implement ISDDNET. Deprecates #1320" 2019-06-14 00:28:59 +02:00
protocol_ex.cpp Add support for extra chunks in teehistorian 2018-01-11 15:59:53 +01:00
protocol_ex.h Remove all checking for the gametype in the game 2019-06-14 00:28:59 +02:00
protocol_ex_msgs.h Remove all checking for the gametype in the game 2019-06-14 00:28:59 +02:00
ringbuffer.cpp Fix typo 2018-07-10 17:29:02 +08:00
ringbuffer.h Get rid of all Clang warnings 2015-04-18 22:29:28 +02:00
serverbrowser.cpp Revert "Implement ISDDNET. Deprecates #1320" 2019-06-14 00:28:59 +02:00
snapshot.cpp should be thread safe now + moved demoedit to a new file 2019-05-31 20:42:28 +02:00
snapshot.h should be thread safe now + moved demoedit to a new file 2019-05-31 20:42:28 +02:00
storage.cpp initial work on a replay system 2019-05-20 23:55:40 +02:00
teehistorian_ex.cpp Move teehistorian UUIDs into engine 2018-01-11 16:01:13 +01:00
teehistorian_ex.h Fix all the header guards and adjust the script a little 2018-07-06 16:11:38 +02:00
teehistorian_ex_chunks.h Fix all the header guards and adjust the script a little 2018-07-06 16:11:38 +02:00
uuid_manager.cpp Use OpenSSL md5 if it is available 2019-04-06 02:56:29 +02:00
uuid_manager.h Add support for extra chunks in teehistorian 2018-01-11 15:59:53 +01:00
websockets.cpp Update websockets implementation (fixes #1022) 2018-02-14 12:30:14 +01:00
websockets.h Fix all the header guards and adjust the script a little 2018-07-06 16:11:38 +02:00