![]() |
DDraceNetwork Documentation
|
#include "teehistorian.h"#include <base/system.h>#include <engine/shared/config.h>#include <engine/shared/json.h>#include <engine/shared/packer.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>Classes | |
| class | CTeehistorianPacker |
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 [] = "12" |
| #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 | |||
| ) |
|
static |