diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/indra_constants.h | 14 |
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; | |||
61 | static const S32 REGION_WIDTH_UNITS = 256; | 61 | static const S32 REGION_WIDTH_UNITS = 256; |
62 | static const U32 REGION_WIDTH_U32 = 256; | 62 | static const U32 REGION_WIDTH_U32 = 256; |
63 | 63 | ||
64 | const F32 REGION_HEIGHT_METERS = 4096.f; | 64 | // TODO - this is not actually used anywhere, but updating it anyway. |
65 | const F32 REGION_HEIGHT_METERS = 16383.f; | ||
65 | 66 | ||
66 | // Bits for simulator performance query flags | 67 | // Bits for simulator performance query flags |
67 | enum LAND_STAT_FLAGS | 68 | enum LAND_STAT_FLAGS |
@@ -153,11 +154,6 @@ const char WATER_LAYER_CODE = 'W'; | |||
153 | const char WIND_LAYER_CODE = '7'; | 154 | const char WIND_LAYER_CODE = '7'; |
154 | const char CLOUD_LAYER_CODE = '8'; | 155 | const char CLOUD_LAYER_CODE = '8'; |
155 | 156 | ||
156 | // Extended land layer for Aurora Sim | ||
157 | const char AURORA_LAND_LAYER_CODE = 'M'; | ||
158 | const char AURORA_WIND_LAYER_CODE = '9'; | ||
159 | const 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. |
163 | const MASK MASK_NONE = 0x0000; | 159 | const MASK MASK_NONE = 0x0000; |
@@ -271,13 +267,9 @@ const U8 GOD_NOT = 0; | |||
271 | LL_COMMON_API extern const LLUUID LL_UUID_ALL_AGENTS; | 267 | LL_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. | ||
274 | LL_COMMON_API extern const LLUUID ALEXANDRIA_LINDEN_ID; | 271 | LL_COMMON_API extern const LLUUID ALEXANDRIA_LINDEN_ID; |
275 | 272 | ||
276 | LL_COMMON_API extern const LLUUID GOVERNOR_LINDEN_ID; | ||
277 | LL_COMMON_API extern const LLUUID REALESTATE_LINDEN_ID; | ||
278 | // Maintenance's group id. | ||
279 | LL_COMMON_API extern const LLUUID MAINTENANCE_GROUP_ID; | ||
280 | |||
281 | // Flags for kick message | 273 | // Flags for kick message |
282 | const U32 KICK_FLAGS_DEFAULT = 0x0; | 274 | const U32 KICK_FLAGS_DEFAULT = 0x0; |
283 | const U32 KICK_FLAGS_FREEZE = 1 << 0; | 275 | const U32 KICK_FLAGS_FREEZE = 1 << 0; |