aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/indra_constants.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llcommon/indra_constants.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/linden/indra/llcommon/indra_constants.h b/linden/indra/llcommon/indra_constants.h
index b765d4d..e64ee62 100644
--- a/linden/indra/llcommon/indra_constants.h
+++ b/linden/indra/llcommon/indra_constants.h
@@ -61,7 +61,8 @@ static const F32 REGION_WIDTH_METERS = 256.f;
61static const S32 REGION_WIDTH_UNITS = 256; 61static const S32 REGION_WIDTH_UNITS = 256;
62static const U32 REGION_WIDTH_U32 = 256; 62static const U32 REGION_WIDTH_U32 = 256;
63 63
64const F32 REGION_HEIGHT_METERS = 4096.f; 64// TODO - this is not actually used anywhere, but updating it anyway.
65const F32 REGION_HEIGHT_METERS = 16383.f;
65 66
66// Bits for simulator performance query flags 67// Bits for simulator performance query flags
67enum LAND_STAT_FLAGS 68enum LAND_STAT_FLAGS
@@ -153,11 +154,6 @@ const char WATER_LAYER_CODE = 'W';
153const char WIND_LAYER_CODE = '7'; 154const char WIND_LAYER_CODE = '7';
154const char CLOUD_LAYER_CODE = '8'; 155const char CLOUD_LAYER_CODE = '8';
155 156
156// Extended land layer for Aurora Sim
157const char AURORA_LAND_LAYER_CODE = 'M';
158const char AURORA_WIND_LAYER_CODE = '9';
159const char AURORA_CLOUD_LAYER_CODE = ':';
160
161// keys 157// keys
162// Bit masks for various keyboard modifier keys. 158// Bit masks for various keyboard modifier keys.
163const MASK MASK_NONE = 0x0000; 159const MASK MASK_NONE = 0x0000;
@@ -271,13 +267,9 @@ const U8 GOD_NOT = 0;
271LL_COMMON_API extern const LLUUID LL_UUID_ALL_AGENTS; 267LL_COMMON_API extern const LLUUID LL_UUID_ALL_AGENTS;
272 268
273// inventory library owner 269// inventory library owner
270// FIXME for meta-impy: Gotta get rid of this.
274LL_COMMON_API extern const LLUUID ALEXANDRIA_LINDEN_ID; 271LL_COMMON_API extern const LLUUID ALEXANDRIA_LINDEN_ID;
275 272
276LL_COMMON_API extern const LLUUID GOVERNOR_LINDEN_ID;
277LL_COMMON_API extern const LLUUID REALESTATE_LINDEN_ID;
278// Maintenance's group id.
279LL_COMMON_API extern const LLUUID MAINTENANCE_GROUP_ID;
280
281// Flags for kick message 273// Flags for kick message
282const U32 KICK_FLAGS_DEFAULT = 0x0; 274const U32 KICK_FLAGS_DEFAULT = 0x0;
283const U32 KICK_FLAGS_FREEZE = 1 << 0; 275const U32 KICK_FLAGS_FREEZE = 1 << 0;