voxelman.core.config

Public Imports

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

Members

Aliases

BlockId
alias BlockId = ushort
Undocumented in source.
DimentionId
alias DimentionId = short
Undocumented in source.
TimestampType
alias TimestampType = uint
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.
CHUNK_SIZE_VECTOR
enum CHUNK_SIZE_VECTOR;
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.
QUEUE_LENGTH
enum QUEUE_LENGTH;
Undocumented in source.
REGION_SIZE
enum REGION_SIZE;
Undocumented in source.
REGION_SIZE_CUBE
enum REGION_SIZE_CUBE;
Undocumented in source.
REGION_SIZE_SQR
enum REGION_SIZE_SQR;
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.

Meta

Authors

Andrey Penechko.