diff options
author | Melanie Thielker | 2008-08-15 19:19:24 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-08-15 19:19:24 +0000 |
commit | 72b8c1af1c8632b6888ebc13000cede0fced0994 (patch) | |
tree | 74a118e7f7db3895dc5eaf021ea81e2c0b5d2d18 /OpenSim/Framework | |
parent | Mantis #1951 (diff) | |
download | opensim-SC_OLD-72b8c1af1c8632b6888ebc13000cede0fced0994.zip opensim-SC_OLD-72b8c1af1c8632b6888ebc13000cede0fced0994.tar.gz opensim-SC_OLD-72b8c1af1c8632b6888ebc13000cede0fced0994.tar.bz2 opensim-SC_OLD-72b8c1af1c8632b6888ebc13000cede0fced0994.tar.xz |
Plumb the user flags all the way through to the profile. userFlags in
the database is now intepreted as follows: low byte = user flags.
Next byte, low nibble: Deternines the text (Resident, Lifetime, etc)
shown. No customn text support yet.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 66ea3ea..36842cc 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -629,7 +629,7 @@ namespace OpenSim.Framework | |||
629 | void SendViewerTime(int phase); | 629 | void SendViewerTime(int phase); |
630 | LLUUID GetDefaultAnimation(string name); | 630 | LLUUID GetDefaultAnimation(string name); |
631 | 631 | ||
632 | void SendAvatarProperties(LLUUID avatarID, string aboutText, string bornOn, string charterMember, string flAbout, | 632 | void SendAvatarProperties(LLUUID avatarID, string aboutText, string bornOn, Byte[] charterMember, string flAbout, |
633 | uint flags, LLUUID flImageID, LLUUID imageID, string profileURL, LLUUID partnerID); | 633 | uint flags, LLUUID flImageID, LLUUID imageID, string profileURL, LLUUID partnerID); |
634 | 634 | ||
635 | void SendScriptQuestion(LLUUID taskID, string taskName, string ownerName, LLUUID itemID, int question); | 635 | void SendScriptQuestion(LLUUID taskID, string taskName, string ownerName, LLUUID itemID, int question); |