diff options
author | diva | 2009-02-17 00:35:52 +0000 |
---|---|---|
committer | diva | 2009-02-17 00:35:52 +0000 |
commit | 7cc906213795fbe4878c0cfb8351272e847617e9 (patch) | |
tree | 861e1562c10feb985e2e04536d1268f993761ab6 /OpenSim/Framework/Login.cs | |
parent | cleanup (diff) | |
download | opensim-SC_OLD-7cc906213795fbe4878c0cfb8351272e847617e9.zip opensim-SC_OLD-7cc906213795fbe4878c0cfb8351272e847617e9.tar.gz opensim-SC_OLD-7cc906213795fbe4878c0cfb8351272e847617e9.tar.bz2 opensim-SC_OLD-7cc906213795fbe4878c0cfb8351272e847617e9.tar.xz |
Major change to how appearance is managed, including changes in login and user service/server. Appearance is now sent by the user service/server along with all other loginparams. Regions don't query the user service for appearance anymore. The appearance is passed along from region to region as the avie moves around. And, as before, it's stored back with the user service as the client changes the avie's appearance. Child agents have default appearances that are set to the actual appearance when the avie moves to that region. (as before, child agents are invisible and non-physical).
Diffstat (limited to 'OpenSim/Framework/Login.cs')
-rw-r--r-- | OpenSim/Framework/Login.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Login.cs b/OpenSim/Framework/Login.cs index 61fffd2..5913c4b 100644 --- a/OpenSim/Framework/Login.cs +++ b/OpenSim/Framework/Login.cs | |||
@@ -42,6 +42,7 @@ namespace OpenSim.Framework | |||
42 | public UUID SecureSession = UUID.Zero; | 42 | public UUID SecureSession = UUID.Zero; |
43 | public UUID Session; | 43 | public UUID Session; |
44 | public Vector3 StartPos; | 44 | public Vector3 StartPos; |
45 | public AvatarAppearance Appearance; | ||
45 | 46 | ||
46 | public Login() | 47 | public Login() |
47 | { | 48 | { |