DDraceNetwork Docs
|
#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 double | g_aSpeeds [g_DemoSpeeds] = {0.1, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 2.0, 3.0, 4.0, 6.0, 8.0, 12.0, 16.0, 20.0, 24.0, 28.0, 32.0, 40.0, 48.0, 56.0, 64.0} |
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 const int | gs_LengthOffset = 152 |
static const int | gs_NumMarkersOffset = 176 |
static const ColorRGBA | gs_DemoPrintColor {0.75f, 0.7f, 0.7f, 1.0f} |
anonymous enum |
const double g_aSpeeds[g_DemoSpeeds] = {0.1, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 2.0, 3.0, 4.0, 6.0, 8.0, 12.0, 16.0, 20.0, 24.0, 28.0, 32.0, 40.0, 48.0, 56.0, 64.0} |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
const CUuid SHA256_EXTENSION |