aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices
diff options
context:
space:
mode:
authorAdam Frisby2007-06-24 18:04:34 +0000
committerAdam Frisby2007-06-24 18:04:34 +0000
commite21d27c56df2bedcf8cddfcabf958187a5df70b6 (patch)
tree526027a0d86999dc9435d44dd295a66ba3f777a5 /OpenGridServices
parent* Adding sugilite updates to Sugilite OGS (diff)
downloadopensim-SC_OLD-e21d27c56df2bedcf8cddfcabf958187a5df70b6.zip
opensim-SC_OLD-e21d27c56df2bedcf8cddfcabf958187a5df70b6.tar.gz
opensim-SC_OLD-e21d27c56df2bedcf8cddfcabf958187a5df70b6.tar.bz2
opensim-SC_OLD-e21d27c56df2bedcf8cddfcabf958187a5df70b6.tar.xz
* Updating sugilite userserver with the same patch
* Added expect_user support to sugilite GridComms manager (needs testing to make sure there's no conflict between httpListener daemons)
Diffstat (limited to 'OpenGridServices')
-rw-r--r--OpenGridServices/OpenGridServices.UserServer/UserManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenGridServices/OpenGridServices.UserServer/UserManager.cs b/OpenGridServices/OpenGridServices.UserServer/UserManager.cs
index 14e330b..0704de1 100644
--- a/OpenGridServices/OpenGridServices.UserServer/UserManager.cs
+++ b/OpenGridServices/OpenGridServices.UserServer/UserManager.cs
@@ -87,6 +87,7 @@ namespace OpenGridServices.UserServer
87 SimParams["startpos_x"] = theUser.currentAgent.currentPos.X.ToString(); 87 SimParams["startpos_x"] = theUser.currentAgent.currentPos.X.ToString();
88 SimParams["startpos_y"] = theUser.currentAgent.currentPos.Y.ToString(); 88 SimParams["startpos_y"] = theUser.currentAgent.currentPos.Y.ToString();
89 SimParams["startpos_z"] = theUser.currentAgent.currentPos.Z.ToString(); 89 SimParams["startpos_z"] = theUser.currentAgent.currentPos.Z.ToString();
90 SimParams["regionhandle"] = theUser.currentAgent.currentHandle.ToString();
90 ArrayList SendParams = new ArrayList(); 91 ArrayList SendParams = new ArrayList();
91 SendParams.Add(SimParams); 92 SendParams.Add(SimParams);
92 93