![]() |
DDraceNetwork Documentation
|
#include <base/log.h>#include <base/math.h>#include <base/system.h>#include <engine/console.h>#include <engine/storage.h>#include <engine/shared/config.h>#include <engine/shared/video.h>#include "compression.h"#include "demo.h"#include "network.h"#include "snapshot.h"Classes | |
| class | CDemoRecordingListener |
Enumerations | |
| enum | { CHUNKTYPEFLAG_TICKMARKER = 0x80 , CHUNKTICKFLAG_KEYFRAME = 0x40 , CHUNKTICKFLAG_TICK_COMPRESSED = 0x20 , CHUNKMASK_TICK = 0x1f , CHUNKMASK_TICK_LEGACY = 0x3f , CHUNKMASK_TYPE = 0x60 , CHUNKMASK_SIZE = 0x1f , CHUNKTYPE_SNAPSHOT = 1 , CHUNKTYPE_MESSAGE = 2 , CHUNKTYPE_DELTA = 3 } |
Variables | |
| const CUuid | SHA256_EXTENSION |
| static const unsigned char | gs_CurVersion = 6 |
| static const unsigned char | gs_OldVersion = 3 |
| static const unsigned char | gs_Sha256Version = 6 |
| static const unsigned char | gs_VersionTickCompression = 5 |
| static constexpr ColorRGBA | gs_DemoPrintColor {0.75f, 0.7f, 0.7f, 1.0f} |
| static constexpr LOG_COLOR | DEMO_PRINT_COLOR = {191, 178, 178} |