voxelman.core.config

Public Imports

voxelman.globalconfig
public import voxelman.globalconfig;
Undocumented in source.

Members

Aliases

BlockType
alias BlockType = ubyte
Undocumented in source.
TimestampType
alias TimestampType = ulong
Undocumented in source.

Manifest constants

BOUND_WORLD
enum BOUND_WORLD;
Undocumented in source.
CHUNK_SIZE
enum CHUNK_SIZE;
Undocumented in source.
CHUNK_SIZE_BITS
enum CHUNK_SIZE_BITS;
Undocumented in source.
CHUNK_SIZE_CUBE
enum CHUNK_SIZE_CUBE;
Undocumented in source.
CHUNK_SIZE_SQR
enum CHUNK_SIZE_SQR;
Undocumented in source.
DEFAULT_VIEW_RADIUS
enum DEFAULT_VIEW_RADIUS;
Undocumented in source.
ENABLE_RLE_PACKET_COMPRESSION
enum ENABLE_RLE_PACKET_COMPRESSION;
Undocumented in source.
MAX_LOAD_QUEUE_LENGTH
enum MAX_LOAD_QUEUE_LENGTH;
Undocumented in source.
MAX_VIEW_RADIUS
enum MAX_VIEW_RADIUS;
Undocumented in source.
MIN_VIEW_RADIUS
enum MIN_VIEW_RADIUS;
Undocumented in source.
NUM_WORKERS
enum NUM_WORKERS;
Undocumented in source.
SERVER_PORT
enum SERVER_PORT;
Undocumented in source.
SERVER_UPDATES_PER_SECOND
enum SERVER_UPDATES_PER_SECOND;
Undocumented in source.
START_POS
enum START_POS;
Undocumented in source.
WORLD_SIZE
enum WORLD_SIZE;
Undocumented in source.

Variables

DEFAULT_WORLD_NAME
string DEFAULT_WORLD_NAME;
Undocumented in source.
SERVER_FRAME_TIME_USECS
enum size_t SERVER_FRAME_TIME_USECS;
Undocumented in source.
WORLD_FILE_NAME
enum string WORLD_FILE_NAME;
Undocumented in source.

Meta

Authors

Andrey Penechko.