DDraceNetwork Docs
|
#include "teehistorian.h"
#include <base/system.h>
#include <engine/external/json-parser/json.h>
#include <engine/shared/config.h>
#include <engine/shared/json.h>
#include <engine/shared/snapshot.h>
#include <game/gamecore.h>
#include <engine/shared/teehistorian_ex_chunks.h>
#include <engine/shared/config_variables.h>
#include <game/tuning.h>
Macros | |
#define | UUID(id, name) static const CUuid UUID_##id = CalculateUuid(name); |
#define | E(buf, str) EscapeJson(buf, sizeof(buf), str) |
#define | MACRO_CONFIG_INT(Name, ScriptName, Def, Min, Max, Flags, Desc) |
#define | MACRO_CONFIG_COL(Name, ScriptName, Def, Flags, Desc) MACRO_CONFIG_INT(Name, ScriptName, Def, 0, 0, Flags, Desc) |
#define | MACRO_CONFIG_STR(Name, ScriptName, Len, Def, Flags, Desc) |
#define | MACRO_TUNING_PARAM(Name, ScriptName, Value, Description) |
Variables | |
static const char | TEEHISTORIAN_NAME [] = "teehistorian@ddnet.tw" |
static const CUuid | TEEHISTORIAN_UUID = CalculateUuid(TEEHISTORIAN_NAME) |
static const char | TEEHISTORIAN_VERSION [] = "2" |
static const char | TEEHISTORIAN_VERSION_MINOR [] = "9" |
#define E | ( | buf, | |
str | |||
) | EscapeJson(buf, sizeof(buf), str) |
#define MACRO_CONFIG_COL | ( | Name, | |
ScriptName, | |||
Def, | |||
Flags, | |||
Desc | |||
) | MACRO_CONFIG_INT(Name, ScriptName, Def, 0, 0, Flags, Desc) |
#define MACRO_CONFIG_INT | ( | Name, | |
ScriptName, | |||
Def, | |||
Min, | |||
Max, | |||
Flags, | |||
Desc | |||
) |
#define MACRO_CONFIG_STR | ( | Name, | |
ScriptName, | |||
Len, | |||
Def, | |||
Flags, | |||
Desc | |||
) |
#define MACRO_TUNING_PARAM | ( | Name, | |
ScriptName, | |||
Value, | |||
Description | |||
) |
#define UUID | ( | id, | |
name | |||
) | static const CUuid UUID_##id = CalculateUuid(name); |
anonymous enum |
|
static |
|
static |
|
static |
|
static |