diff options
author | Diva Canto | 2011-05-08 22:50:04 -0700 |
---|---|---|
committer | Diva Canto | 2011-05-08 22:50:04 -0700 |
commit | c0a69bfaab2f945f2f871ce6b93c81931ffc2f9a (patch) | |
tree | 4176bc1838bf7fde5c914805dd7c6fbcc10f1b3d /OpenSim/Framework/IClientAPI.cs | |
parent | Convert the prim count module into a permissionsmodule (diff) | |
download | opensim-SC_OLD-c0a69bfaab2f945f2f871ce6b93c81931ffc2f9a.zip opensim-SC_OLD-c0a69bfaab2f945f2f871ce6b93c81931ffc2f9a.tar.gz opensim-SC_OLD-c0a69bfaab2f945f2f871ce6b93c81931ffc2f9a.tar.bz2 opensim-SC_OLD-c0a69bfaab2f945f2f871ce6b93c81931ffc2f9a.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/IClientAPI.cs')
-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 069987b..f3ac2df 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); |