diff options
author | Diva Canto | 2011-05-08 22:50:04 -0700 |
---|---|---|
committer | Diva Canto | 2011-05-09 10:33:29 -0700 |
commit | f8f99f30cfb0cdd8fc0fafb73cef02d935ff464b (patch) | |
tree | 5586b57b216e0c9073ca05ce7b23896dd2240d0f /OpenSim/Framework | |
parent | Fix content-type to be application/x-www-form-urlencoded (diff) | |
download | opensim-SC_OLD-f8f99f30cfb0cdd8fc0fafb73cef02d935ff464b.zip opensim-SC_OLD-f8f99f30cfb0cdd8fc0fafb73cef02d935ff464b.tar.gz opensim-SC_OLD-f8f99f30cfb0cdd8fc0fafb73cef02d935ff464b.tar.bz2 opensim-SC_OLD-f8f99f30cfb0cdd8fc0fafb73cef02d935ff464b.tar.xz |
The map is seriously broken. This doesn't fix it, but at least provides one more piece of data that seems to be required -- agent flags, which seem to be different in Viewer 2. WARNING: changes IClientAPI.
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 f573c32..e6f93ef 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -77,7 +77,7 @@ namespace OpenSim.Framework | |||
77 | 77 | ||
78 | public delegate void RequestMapBlocks(IClientAPI remoteClient, int minX, int minY, int maxX, int maxY, uint flag); | 78 | public delegate void RequestMapBlocks(IClientAPI remoteClient, int minX, int minY, int maxX, int maxY, uint flag); |
79 | 79 | ||
80 | public delegate void RequestMapName(IClientAPI remoteClient, string mapName); | 80 | public delegate void RequestMapName(IClientAPI remoteClient, string mapName, uint flags); |
81 | 81 | ||
82 | public delegate void TeleportLocationRequest( | 82 | public delegate void TeleportLocationRequest( |
83 | IClientAPI remoteClient, ulong regionHandle, Vector3 position, Vector3 lookAt, uint flags); | 83 | IClientAPI remoteClient, ulong regionHandle, Vector3 position, Vector3 lookAt, uint flags); |