diff options
author | UbitUmarov | 2019-09-11 13:51:43 +0100 |
---|---|---|
committer | UbitUmarov | 2019-09-11 13:51:43 +0100 |
commit | 9d6c996570377f137f93d16c388746f949b9a841 (patch) | |
tree | 11076440a1101266dda5651b5160693e25c7b8d0 /OpenSim/Framework/IClientAPI.cs | |
parent | disable AvatarHoverHeight useless and viewer side broken (without SSA) (diff) | |
download | opensim-SC-9d6c996570377f137f93d16c388746f949b9a841.zip opensim-SC-9d6c996570377f137f93d16c388746f949b9a841.tar.gz opensim-SC-9d6c996570377f137f93d16c388746f949b9a841.tar.bz2 opensim-SC-9d6c996570377f137f93d16c388746f949b9a841.tar.xz |
extent supported number of avatar textures/bakes/wearables, tell viewers about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version;
Diffstat (limited to '')
-rwxr-xr-x | 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 da964e7..8fcd9a4 100755 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1107,7 +1107,7 @@ namespace OpenSim.Framework | |||
1107 | /// <param name="agentID">The id of the agent associated with the appearance</param> | 1107 | /// <param name="agentID">The id of the agent associated with the appearance</param> |
1108 | /// <param name="visualParams"></param> | 1108 | /// <param name="visualParams"></param> |
1109 | /// <param name="textureEntry"></param> | 1109 | /// <param name="textureEntry"></param> |
1110 | void SendAppearance(UUID agentID, byte[] visualParams, byte[] textureEntry); | 1110 | void SendAppearance(UUID agentID, byte[] visualParams, byte[] textureEntry, float hoverheight); |
1111 | 1111 | ||
1112 | void SendCachedTextureResponse(ISceneEntity avatar, int serial, List<CachedTextureResponseArg> cachedTextures); | 1112 | void SendCachedTextureResponse(ISceneEntity avatar, int serial, List<CachedTextureResponseArg> cachedTextures); |
1113 | 1113 | ||