DDraceNetwork Docs
|
#include "server.h"
#include <base/logger.h>
#include <base/math.h>
#include <base/system.h>
#include <engine/config.h>
#include <engine/console.h>
#include <engine/engine.h>
#include <engine/map.h>
#include <engine/server.h>
#include <engine/storage.h>
#include <engine/shared/compression.h>
#include <engine/shared/config.h>
#include <engine/shared/console.h>
#include <engine/shared/demo.h>
#include <engine/shared/econ.h>
#include <engine/shared/fifo.h>
#include <engine/shared/filecollection.h>
#include <engine/shared/host_lookup.h>
#include <engine/shared/http.h>
#include <engine/shared/json.h>
#include <engine/shared/jsonwriter.h>
#include <engine/shared/masterserver.h>
#include <engine/shared/netban.h>
#include <engine/shared/network.h>
#include <engine/shared/packer.h>
#include <engine/shared/protocol.h>
#include <engine/shared/protocol7.h>
#include <engine/shared/protocol_ex.h>
#include <engine/shared/rust_version.h>
#include <engine/shared/snapshot.h>
#include <game/version.h>
#include <engine/shared/linereader.h>
#include <vector>
#include <zlib.h>
#include "databases/connection.h"
#include "databases/connection_pool.h"
#include "register.h"
Classes | |
class | CRconClientLogger |
Macros | |
#define | ADD_RAW(p, x) (p).AddRaw(x, sizeof(x)) |
#define | ADD_INT(p, x) |
#define | SAVE(size) |
#define | RESET() |
#define | ADD_RAW(p, x) (p).AddRaw(x, sizeof(x)) |
#define | ADD_INT(p, x) |
Functions | |
bool | IsInterrupted () |
static bool | RepackMsg (const CMsgPacker *pMsg, CPacker &Packer, bool Sixup) |
static int | MsgFromSixup (int Msg, bool System) |
static int | GetCacheIndex (int Type, bool SendClient) |
static int | GetAuthLevel (const char *pLevel) |
static void | ListKeysCallback (const char *pIdent, int Level, void *pUser) |
CServer * | CreateServer () |
#define ADD_INT | ( | p, | |
x | |||
) |
#define ADD_INT | ( | p, | |
x | |||
) |
#define ADD_RAW | ( | p, | |
x | |||
) | (p).AddRaw(x, sizeof(x)) |
#define ADD_RAW | ( | p, | |
x | |||
) | (p).AddRaw(x, sizeof(x)) |
#define RESET | ( | ) |
#define SAVE | ( | size | ) |
CServer * CreateServer | ( | ) |
|
static |
|
inlinestatic |
bool IsInterrupted | ( | ) |
|
static |
|
inlinestatic |
|
inlinestatic |