OpenSimMirror/OpenSim
Justin Clark-Casey (justincc) e8347b7095 Move common code to detect whether a part has a valid sit target into a SOP property rather than being repeated in SP.
This also makes the detection in SP.FindNextAvailableSitTarget() and SendSitResponse() identical.
Previously they varied slightly (SendSitResponse didn't check for an older type of invalid quaternion) but the practical effect is most probably zero.
2012-07-10 23:21:39 +01:00
..
ApplicationPlugins Don't include time to transmit response back to requester when assessing slow handling of requests. 2012-06-13 00:03:44 +01:00
Capabilities If a link points to a non-existing item in FetchInventory caps, then don't try to add it to the return data rather than suffering an exception later on 2012-06-29 00:11:44 +01:00
ConsoleClient Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead of the other way around. 2011-10-25 20:24:21 +01:00
Data minor: remove some recent mono compiler warnings 2012-07-07 00:36:01 +01:00
Framework Log warning if time between invocations of the watchdog thread is twice the timer setting. 2012-07-05 23:15:59 +01:00
Region Move common code to detect whether a part has a valid sit target into a SOP property rather than being repeated in SP. 2012-07-10 23:21:39 +01:00
Server Remove some mono compiler warnings 2012-06-30 01:25:39 +01:00
Services minor: add client name to various login service log messages to disambiguate messages from concurrent logins. Also adds destination resolution debug log message showing region endpoint. 2012-07-05 21:30:20 +01:00
Tests Do not allow a script to attach a prim if its being sat upon. 2012-07-09 21:24:32 +01:00
Tools If logging a client out due to ack timeout, do this asynchronously rather than synchronously on the outgoing packet loop. 2012-06-08 03:53:03 +01:00