diff options
author | David Seikel | 2011-02-25 05:58:41 +1000 |
---|---|---|
committer | David Seikel | 2011-02-25 05:58:41 +1000 |
commit | 8fa1dc90a9fec493b19604a4b4e08dc3208c7e8f (patch) | |
tree | 4cd1855e1658704d5eedd72dc64a95bc08b6c206 /linden/indra/llcommon | |
parent | Merge branch 'weekly' into branding (diff) | |
download | meta-impy-8fa1dc90a9fec493b19604a4b4e08dc3208c7e8f.zip meta-impy-8fa1dc90a9fec493b19604a4b4e08dc3208c7e8f.tar.gz meta-impy-8fa1dc90a9fec493b19604a4b4e08dc3208c7e8f.tar.bz2 meta-impy-8fa1dc90a9fec493b19604a4b4e08dc3208c7e8f.tar.xz |
Unbranding. Todays word is "linden".
Diffstat (limited to 'linden/indra/llcommon')
-rw-r--r-- | linden/indra/llcommon/indra_constants.cpp | 5 | ||||
-rw-r--r-- | linden/indra/llcommon/indra_constants.h | 6 | ||||
-rw-r--r-- | linden/indra/llcommon/linden_common.h | 2 | ||||
-rw-r--r-- | linden/indra/llcommon/llassettype.h | 4 | ||||
-rw-r--r-- | linden/indra/llcommon/llavatarname.cpp | 2 | ||||
-rw-r--r-- | linden/indra/llcommon/llavatarname.h | 18 | ||||
-rw-r--r-- | linden/indra/llcommon/llpreprocessor.h | 2 | ||||
-rw-r--r-- | linden/indra/llcommon/roles_constants.h | 4 |
8 files changed, 18 insertions, 25 deletions
diff --git a/linden/indra/llcommon/indra_constants.cpp b/linden/indra/llcommon/indra_constants.cpp index 64cbb11..1ab47d0 100644 --- a/linden/indra/llcommon/indra_constants.cpp +++ b/linden/indra/llcommon/indra_constants.cpp | |||
@@ -40,8 +40,5 @@ | |||
40 | const LLUUID LL_UUID_ALL_AGENTS("44e87126-e794-4ded-05b3-7c42da3d5cdb"); | 40 | const LLUUID LL_UUID_ALL_AGENTS("44e87126-e794-4ded-05b3-7c42da3d5cdb"); |
41 | 41 | ||
42 | // Governor Linden's agent id. | 42 | // Governor Linden's agent id. |
43 | // FIXME for meta-impy: Gotta get rid of this. | ||
43 | const LLUUID ALEXANDRIA_LINDEN_ID("ba2a564a-f0f1-4b82-9c61-b7520bfcd09f"); | 44 | const LLUUID ALEXANDRIA_LINDEN_ID("ba2a564a-f0f1-4b82-9c61-b7520bfcd09f"); |
44 | const LLUUID GOVERNOR_LINDEN_ID("3d6181b0-6a4b-97ef-18d8-722652995cf1"); | ||
45 | const LLUUID REALESTATE_LINDEN_ID("3d6181b0-6a4b-97ef-18d8-722652995cf1"); | ||
46 | // Maintenance's group id. | ||
47 | const LLUUID MAINTENANCE_GROUP_ID("dc7b21cd-3c89-fcaa-31c8-25f9ffd224cd"); | ||
diff --git a/linden/indra/llcommon/indra_constants.h b/linden/indra/llcommon/indra_constants.h index 2fa2cdf..e64ee62 100644 --- a/linden/indra/llcommon/indra_constants.h +++ b/linden/indra/llcommon/indra_constants.h | |||
@@ -267,13 +267,9 @@ const U8 GOD_NOT = 0; | |||
267 | LL_COMMON_API extern const LLUUID LL_UUID_ALL_AGENTS; | 267 | LL_COMMON_API extern const LLUUID LL_UUID_ALL_AGENTS; |
268 | 268 | ||
269 | // inventory library owner | 269 | // inventory library owner |
270 | // FIXME for meta-impy: Gotta get rid of this. | ||
270 | LL_COMMON_API extern const LLUUID ALEXANDRIA_LINDEN_ID; | 271 | LL_COMMON_API extern const LLUUID ALEXANDRIA_LINDEN_ID; |
271 | 272 | ||
272 | LL_COMMON_API extern const LLUUID GOVERNOR_LINDEN_ID; | ||
273 | LL_COMMON_API extern const LLUUID REALESTATE_LINDEN_ID; | ||
274 | // Maintenance's group id. | ||
275 | LL_COMMON_API extern const LLUUID MAINTENANCE_GROUP_ID; | ||
276 | |||
277 | // Flags for kick message | 273 | // Flags for kick message |
278 | const U32 KICK_FLAGS_DEFAULT = 0x0; | 274 | const U32 KICK_FLAGS_DEFAULT = 0x0; |
279 | const U32 KICK_FLAGS_FREEZE = 1 << 0; | 275 | const U32 KICK_FLAGS_FREEZE = 1 << 0; |
diff --git a/linden/indra/llcommon/linden_common.h b/linden/indra/llcommon/linden_common.h index bf844b9..cfb2dce 100644 --- a/linden/indra/llcommon/linden_common.h +++ b/linden/indra/llcommon/linden_common.h | |||
@@ -82,7 +82,7 @@ | |||
82 | // moved msvc warnings to llpreprocessor.h *TODO - delete this comment after merge conflicts are unlikely -brad | 82 | // moved msvc warnings to llpreprocessor.h *TODO - delete this comment after merge conflicts are unlikely -brad |
83 | #endif // LL_WINDOWS | 83 | #endif // LL_WINDOWS |
84 | 84 | ||
85 | // Linden only libs in alpha-order other than stdtypes.h | 85 | // Viewer only libs in alpha-order other than stdtypes.h |
86 | // *NOTE: Please keep includes here to a minimum, see above. | 86 | // *NOTE: Please keep includes here to a minimum, see above. |
87 | #include "stdtypes.h" | 87 | #include "stdtypes.h" |
88 | #include "lldefs.h" | 88 | #include "lldefs.h" |
diff --git a/linden/indra/llcommon/llassettype.h b/linden/indra/llcommon/llassettype.h index 9f611ae..5465cc3 100644 --- a/linden/indra/llcommon/llassettype.h +++ b/linden/indra/llcommon/llassettype.h | |||
@@ -50,12 +50,12 @@ public: | |||
50 | AT_SOUND = 1, | 50 | AT_SOUND = 1, |
51 | 51 | ||
52 | // Links instant message access to the user on the card. eg, a | 52 | // Links instant message access to the user on the card. eg, a |
53 | // card for yourself, a card for linden support, a card for | 53 | // card for yourself, a card for grid support, a card for |
54 | // the guy you were talking to in the coliseum. | 54 | // the guy you were talking to in the coliseum. |
55 | AT_CALLINGCARD = 2, | 55 | AT_CALLINGCARD = 2, |
56 | 56 | ||
57 | // Links to places in the world with location and a screen | 57 | // Links to places in the world with location and a screen |
58 | // shot or image saved. eg, home, linden headquarters, the | 58 | // shot or image saved. eg, home, grid headquarters, the |
59 | // coliseum, or destinations where we want to increase | 59 | // coliseum, or destinations where we want to increase |
60 | // traffic. | 60 | // traffic. |
61 | AT_LANDMARK = 3, | 61 | AT_LANDMARK = 3, |
diff --git a/linden/indra/llcommon/llavatarname.cpp b/linden/indra/llcommon/llavatarname.cpp index ebe8c88..4a2c7ab 100644 --- a/linden/indra/llcommon/llavatarname.cpp +++ b/linden/indra/llcommon/llavatarname.cpp | |||
@@ -1,7 +1,7 @@ | |||
1 | /** | 1 | /** |
2 | * @file llavatarname.cpp | 2 | * @file llavatarname.cpp |
3 | * @brief Represents name-related data for an avatar, such as the | 3 | * @brief Represents name-related data for an avatar, such as the |
4 | * username/SLID ("bobsmith123" or "james.linden") and the display | 4 | * username/SLID ("bobsmith123" or "james.green") and the display |
5 | * name ("James Cook") | 5 | * name ("James Cook") |
6 | * | 6 | * |
7 | * $LicenseInfo:firstyear=2010&license=viewerlgpl$ | 7 | * $LicenseInfo:firstyear=2010&license=viewerlgpl$ |
diff --git a/linden/indra/llcommon/llavatarname.h b/linden/indra/llcommon/llavatarname.h index 3b6c6ea..1e141dc 100644 --- a/linden/indra/llcommon/llavatarname.h +++ b/linden/indra/llcommon/llavatarname.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /** | 1 | /** |
2 | * @file llavatarname.h | 2 | * @file llavatarname.h |
3 | * @brief Represents name-related data for an avatar, such as the | 3 | * @brief Represents name-related data for an avatar, such as the |
4 | * username/SLID ("bobsmith123" or "james.linden") and the display | 4 | * username/SLID ("bobsmith123" or "james.green") and the display |
5 | * name ("James Cook") | 5 | * name ("James Cook") |
6 | * | 6 | * |
7 | * $LicenseInfo:firstyear=2010&license=viewerlgpl$ | 7 | * $LicenseInfo:firstyear=2010&license=viewerlgpl$ |
@@ -43,8 +43,8 @@ public: | |||
43 | 43 | ||
44 | void fromLLSD(const LLSD& sd); | 44 | void fromLLSD(const LLSD& sd); |
45 | 45 | ||
46 | // For normal names, returns "James Linden (james.linden)" | 46 | // For normal names, returns "James Green (james.green)" |
47 | // When display names are disabled returns just "James Linden" | 47 | // When display names are disabled returns just "James Green" |
48 | std::string getCompleteName() const; | 48 | std::string getCompleteName() const; |
49 | 49 | ||
50 | // For normal names, returns "Whatever Display Name (John Doe)" when | 50 | // For normal names, returns "Whatever Display Name (John Doe)" when |
@@ -55,31 +55,31 @@ public: | |||
55 | // line feed. | 55 | // line feed. |
56 | std::string getNames(bool linefeed = false) const; | 56 | std::string getNames(bool linefeed = false) const; |
57 | 57 | ||
58 | // Returns "James Linden" or "bobsmith123 Resident" for backwards | 58 | // Returns "James Green" or "bobsmith123 Resident" for backwards |
59 | // compatibility with systems like voice and muting | 59 | // compatibility with systems like voice and muting |
60 | std::string getLegacyName() const; | 60 | std::string getLegacyName() const; |
61 | 61 | ||
62 | // "bobsmith123" or "james.linden", US-ASCII only | 62 | // "bobsmith123" or "james.green", US-ASCII only |
63 | std::string mUsername; | 63 | std::string mUsername; |
64 | 64 | ||
65 | // "Jose' Sanchez" or "James Linden", UTF-8 encoded Unicode | 65 | // "Jose' Sanchez" or "James Green", UTF-8 encoded Unicode |
66 | // Contains data whether or not user has explicitly set | 66 | // Contains data whether or not user has explicitly set |
67 | // a display name; may duplicate their username. | 67 | // a display name; may duplicate their username. |
68 | std::string mDisplayName; | 68 | std::string mDisplayName; |
69 | 69 | ||
70 | // For "James Linden", "James" | 70 | // For "James Green", "James" |
71 | // For "bobsmith123", "bobsmith123" | 71 | // For "bobsmith123", "bobsmith123" |
72 | // Used to communicate with legacy systems like voice and muting which | 72 | // Used to communicate with legacy systems like voice and muting which |
73 | // rely on old-style names. | 73 | // rely on old-style names. |
74 | std::string mLegacyFirstName; | 74 | std::string mLegacyFirstName; |
75 | 75 | ||
76 | // For "James Linden", "Linden" | 76 | // For "James Green", "Green" |
77 | // For "bobsmith123", "Resident" | 77 | // For "bobsmith123", "Resident" |
78 | // see above for rationale | 78 | // see above for rationale |
79 | std::string mLegacyLastName; | 79 | std::string mLegacyLastName; |
80 | 80 | ||
81 | // If true, both display name and SLID were generated from | 81 | // If true, both display name and SLID were generated from |
82 | // a legacy first and last name, like "James Linden (james.linden)" | 82 | // a legacy first and last name, like "James Green (james.green)" |
83 | bool mIsDisplayNameDefault; | 83 | bool mIsDisplayNameDefault; |
84 | 84 | ||
85 | // Under error conditions, we may insert "dummy" records with | 85 | // Under error conditions, we may insert "dummy" records with |
diff --git a/linden/indra/llcommon/llpreprocessor.h b/linden/indra/llcommon/llpreprocessor.h index 6886e3a..29d90ba 100644 --- a/linden/indra/llcommon/llpreprocessor.h +++ b/linden/indra/llcommon/llpreprocessor.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /** | 1 | /** |
2 | * @file llpreprocessor.h | 2 | * @file llpreprocessor.h |
3 | * @brief This file should be included in all Linden Lab files and | 3 | * @brief This file should be included in all viewer files and |
4 | * should only contain special preprocessor directives | 4 | * should only contain special preprocessor directives |
5 | * | 5 | * |
6 | * $LicenseInfo:firstyear=2001&license=viewergpl$ | 6 | * $LicenseInfo:firstyear=2001&license=viewergpl$ |
diff --git a/linden/indra/llcommon/roles_constants.h b/linden/indra/llcommon/roles_constants.h index 854a153..b3107e7 100644 --- a/linden/indra/llcommon/roles_constants.h +++ b/linden/indra/llcommon/roles_constants.h | |||
@@ -89,7 +89,7 @@ const U64 GP_GROUP_CHANGE_IDENTITY = 0x1 << 11; // Charter, insignia, 'Show In G | |||
89 | 89 | ||
90 | // Parcel Management | 90 | // Parcel Management |
91 | const U64 GP_LAND_DEED = 0x1 << 12; // Deed Land and Buy Land for Group | 91 | const U64 GP_LAND_DEED = 0x1 << 12; // Deed Land and Buy Land for Group |
92 | const U64 GP_LAND_RELEASE = 0x1 << 13; // Release Land (to Gov. Linden) | 92 | const U64 GP_LAND_RELEASE = 0x1 << 13; // Release Land (abandon it back to the grid owners) |
93 | const U64 GP_LAND_SET_SALE_INFO = 0x1 << 14; // Set for sale info (Toggle "For Sale", Set Price, Set Target, Toggle "Sell objects with the land") | 93 | const U64 GP_LAND_SET_SALE_INFO = 0x1 << 14; // Set for sale info (Toggle "For Sale", Set Price, Set Target, Toggle "Sell objects with the land") |
94 | const U64 GP_LAND_DIVIDE_JOIN = 0x1 << 15; // Divide and Join Parcels | 94 | const U64 GP_LAND_DIVIDE_JOIN = 0x1 << 15; // Divide and Join Parcels |
95 | 95 | ||
@@ -126,7 +126,7 @@ const U64 GP_LAND_RETURN = GP_LAND_RETURN_GROUP_OWNED | |||
126 | | GP_LAND_RETURN_GROUP_SET | 126 | | GP_LAND_RETURN_GROUP_SET |
127 | | GP_LAND_RETURN_NON_GROUP; | 127 | | GP_LAND_RETURN_NON_GROUP; |
128 | 128 | ||
129 | const U64 GP_LAND_GARDENING = 0x1LL << 35; // Parcel Gardening - plant and move linden trees | 129 | const U64 GP_LAND_GARDENING = 0x1LL << 35; // Parcel Gardening - plant and move tree prims |
130 | 130 | ||
131 | // Object Management | 131 | // Object Management |
132 | const U64 GP_OBJECT_DEED = 0x1LL << 36; // Deed Object | 132 | const U64 GP_OBJECT_DEED = 0x1LL << 36; // Deed Object |