aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llprimitive/object_flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llprimitive/object_flags.h')
-rw-r--r--linden/indra/llprimitive/object_flags.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/linden/indra/llprimitive/object_flags.h b/linden/indra/llprimitive/object_flags.h
index e7bf023..cc37d06 100644
--- a/linden/indra/llprimitive/object_flags.h
+++ b/linden/indra/llprimitive/object_flags.h
@@ -2,6 +2,8 @@
2 * @file object_flags.h 2 * @file object_flags.h
3 * @brief Flags for object creation and transmission 3 * @brief Flags for object creation and transmission
4 * 4 *
5 * $LicenseInfo:firstyear=2001&license=viewergpl$
6 *
5 * Copyright (c) 2001-2007, Linden Research, Inc. 7 * Copyright (c) 2001-2007, Linden Research, Inc.
6 * 8 *
7 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
@@ -24,6 +26,7 @@
24 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO 26 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
25 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, 27 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
26 * COMPLETENESS OR PERFORMANCE. 28 * COMPLETENESS OR PERFORMANCE.
29 * $/LicenseInfo$
27 */ 30 */
28 31
29#ifndef LL_OBJECT_FLAGS_H 32#ifndef LL_OBJECT_FLAGS_H
@@ -46,7 +49,8 @@ const U32 FLAGS_INVENTORY_EMPTY = 0x00000800;
46const U32 FLAGS_JOINT_HINGE = 0x00001000; 49const U32 FLAGS_JOINT_HINGE = 0x00001000;
47const U32 FLAGS_JOINT_P2P = 0x00002000; 50const U32 FLAGS_JOINT_P2P = 0x00002000;
48const U32 FLAGS_JOINT_LP2P = 0x00004000; 51const U32 FLAGS_JOINT_LP2P = 0x00004000;
49//const U32 FLAGS_JOINT_WHEEL = 0x00008000; 52// const U32 FLAGS_JOINT_WHEEL = 0x00008000;
53const U32 FLAGS_INCLUDE_IN_SEARCH = 0x00008000;
50 54
51const U32 FLAGS_ALLOW_INVENTORY_DROP = 0x00010000; 55const U32 FLAGS_ALLOW_INVENTORY_DROP = 0x00010000;
52const U32 FLAGS_OBJECT_TRANSFER = 0x00020000; 56const U32 FLAGS_OBJECT_TRANSFER = 0x00020000;