![]() |
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) |
| #define | E(buf, str) |
| #define | MACRO_CONFIG_INT(Name, ScriptName, Def, Min, Max, Flags, Desc) |
| #define | MACRO_CONFIG_COL(Name, ScriptName, Def, 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 [] = "18" |
| #define E | ( | buf, | |
| str ) |
| #define MACRO_CONFIG_COL | ( | Name, | |
| ScriptName, | |||
| Def, | |||
| 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 ) |
| anonymous enum |
|
static |
|
static |
|
static |
|
static |