mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
now break several things at same time... sog/sop updates, threads options,...
This commit is contained in:
@@ -126,8 +126,6 @@ namespace OpenSim.Region.ClientStack.LindenCaps
|
||||
Hashtable responsedata = new Hashtable();
|
||||
responsedata["int_response_code"] = 301;
|
||||
responsedata["str_redirect_location"] = m_ServerReleaseNotesURL;
|
||||
responsedata["content_type"] = "text/plain";
|
||||
|
||||
return responsedata;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -172,6 +172,11 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
if(m_doScriptSyntax && m_scriptSyntaxID != UUID.Zero)
|
||||
m_features["LSLSyntaxId"] = OSD.FromUUID(m_scriptSyntaxID);
|
||||
|
||||
OSDMap meshAnim = new OSDMap();
|
||||
meshAnim["AnimatedObjectMaxTris"] = OSD.FromInteger(10000);
|
||||
meshAnim["MaxAgentAnimatedObjectAttachments"] = OSD.FromInteger(2);
|
||||
m_features["AnimatedObjects"] = meshAnim;
|
||||
|
||||
// Extra information for viewers that want to use it
|
||||
// TODO: Take these out of here into their respective modules, like map-server-url
|
||||
OSDMap extrasMap;
|
||||
|
||||
Reference in New Issue
Block a user