ddnet/src/engine/shared
def 89ed22e8d8 Introduce ddnet-info.json
- Single json file containing all information for the client
- Fetched from https://info.ddnet.tw/info?name=deen
- Replaces versionsrv, news, ddnet-maps.json and ddnet-ranks.json
- Servers are sorted by most popular ones for respective player
- Always stays < 100 ms response time, compared to occasional 50 s for
  old ddnet-ranks.json
2017-09-03 17:42:04 +02:00
..
compression.cpp Fix a few whitespace-at-end-of-file issues 2015-08-22 15:27:41 +02:00
compression.h Updated copyrights 2010-11-20 21:26:06 +01:00
config.cpp No need for writing to tmp config file anymore 2017-07-16 06:54:02 +02:00
config.h (Safely) execute settings embedded in maps 2015-08-27 12:55:34 +02:00
config_variables.h Show if user has rank on map in browser (+filter) 2017-08-30 21:34:04 +02:00
console.cpp Use filesystem paths for -f command line param 2017-08-11 21:07:20 +02:00
console.h Use filesystem paths for -f command line param 2017-08-11 21:07:20 +02:00
datafile.cpp Rename GetUncompressedDataSize to GetDataSize 2017-08-30 08:36:17 +02:00
datafile.h Rename GetUncompressedDataSize to GetDataSize 2017-08-30 08:36:17 +02:00
demo.cpp Fix demo slicing 2017-07-22 22:03:05 +02:00
demo.h Don't open map file again if we have it open already 2017-07-08 22:09:03 +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 Make --silent stop stdout logging 2017-09-03 10:37:24 +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 Change auto demo recorder format (fixes #297) 2015-08-22 17:22:46 +02:00
filecollection.h Change auto demo recorder format (fixes #297) 2015-08-22 17:22:46 +02:00
global_uuid_manager.cpp Add protocol extension with UUIDs 2017-05-25 00:52:43 +02: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 semaphore instead of busy waiting in CJobPool 2017-09-02 12:30:55 +02:00
jobs.h semaphore instead of busy waiting in CJobPool 2017-09-02 12:30:55 +02: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 Rename GetUncompressedDataSize to GetDataSize 2017-08-30 08:36:17 +02:00
masterserver.cpp Fix whitespaces a bit 2015-07-09 02:12:35 +02:00
memheap.cpp Get rid of all Clang warnings 2015-04-18 22:29:28 +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 commanddescription can now be placed directly in 2015-12-28 16:19:52 +01:00
netban.h Fix masterserver compilation with clang and optimizations 2015-04-18 23:02:48 +02:00
network.cpp Introduce new, vanilla-compatible server info protocol 2017-03-29 12:56:13 +02:00
network.h Introduce new, vanilla-compatible server info protocol 2017-03-29 12:56:13 +02:00
network_client.cpp Introduce new, vanilla-compatible server info protocol 2017-03-29 12:56:13 +02:00
network_conn.cpp Fix style in several places 2017-03-22 19:45:14 +01: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 Enable -Wextra and -Wformat=2 2017-07-27 20:38:17 +02:00
packer.cpp Introduce new, vanilla-compatible server info protocol 2017-03-29 12:56:13 +02:00
packer.h added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
protocol.h Add protocol extension with UUIDs 2017-05-25 00:52:43 +02:00
protocol_ex.cpp Add protocol extension with UUIDs 2017-05-25 00:52:43 +02:00
protocol_ex.h Add protocol extension with UUIDs 2017-05-25 00:52:43 +02:00
protocol_ex_msgs.h Reopen: Add a flag for rcon login via username (#800) 2017-07-24 21:43:55 +02:00
ringbuffer.cpp Fix a few whitespace-at-end-of-file issues 2015-08-22 15:27:41 +02:00
ringbuffer.h Get rid of all Clang warnings 2015-04-18 22:29:28 +02:00
serverbrowser.cpp added entities clear for other gametypes 2016-04-29 19:29:19 +02:00
snapshot.cpp Fix a possible out-of-bounds read in snapshot.cpp 2017-05-27 15:52:05 +02:00
snapshot.h also remove references to CGameContext from CServer 2017-06-05 22:31:56 -07:00
storage.cpp Fix binary dirs for installed locations on POSIX 2017-09-01 13:37:01 +02:00
storage.h Demo browser column listbox added 2015-08-27 15:05:24 +02:00
uuid_manager.cpp Let's not crash the client and server on dbg_assert 2017-06-02 20:12:20 +02:00
uuid_manager.h Add protocol extension with UUIDs 2017-05-25 00:52:43 +02:00
websockets.cpp Rename WEBSOCKETS to CONF_WEBSOCKETS 2017-03-07 13:03:37 +01:00
websockets.h websockets support in server 2015-02-08 19:11:34 -08:00