* Fixed endianness for OSD handling of uint, long, and ulong (big endian byte arrays are used)
* Fixed CapsServer to handle all content types (old SL clients were sending application/xml, new ones send application/llsd+xml) * Start the EventQueue ID at 1 (seems to help) * HyperGrid teleporting is now working in Simian git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2428 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -80,6 +80,7 @@ namespace Simian
|
||||
void ForEachAgent(Action<Agent> action);
|
||||
|
||||
void SendEvent(Agent agent, string name, OSDMap body);
|
||||
bool HasRunningEventQueue(Agent agent);
|
||||
bool SeedCapabilityHandler(IHttpClientContext context, IHttpRequest request, IHttpResponse response, object state);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user