Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) 4531b2274e Fix minor race condition in llGetOmega() where inconsistent results could be returned (accidentally stated that commit 1774c631 was this fix). 11 years ago
  Justin Clark-Casey (justincc) b025cdf6be Fix minor race condition in llGetOmega() where a call whilst a prim was changing angular velocity could return inconsistent results 11 years ago
  Justin Clark-Casey (justincc) 99a0f76998 refactor: Use LSL_Vector(Vector3) constructor in llGetVel() 11 years ago
  Justin Clark-Casey (justincc) 681b07f668 refactor: Use LSL_Vector(Vector3) constructor in llGetTorque() 11 years ago
  Justin Clark-Casey (justincc) 608a569bd5 Fix minor race condition in llGetLocalRot() where inconsistent results could be returned if the prim was rotating during the call 11 years ago
  Justin Clark-Casey (justincc) 66749eafdd refactor: use cleaner LSL_Rotation quaternion constructor in LSL_Api.GetPartRot() 11 years ago
  Justin Clark-Casey (justincc) 2fd9456f4f minor: save some commented out log lines which will be useful again in future debugging of VectorRenderModule 11 years ago
  Justin Clark-Casey (justincc) 7af13bcca3 Make C# scripts return correct error line and column numbers instead of failing because they have no linemap. 11 years ago
  Justin Clark-Casey (justincc) 85a327dc59 Add DisableInterRegionTeleportCancellation option in [EntityTransfer] section of OpenSim.ini. False by default. 11 years ago
  Justin Clark-Casey (justincc) adfc8ade9a Improve teleport cancellation in some circumstances, though cancelling teleports is still not recommended. 11 years ago
  Justin Clark-Casey (justincc) 03983edc3b minor: remove mono compiler warning in SceneObjectUndoRedoTests 11 years ago
  Justin Clark-Casey (justincc) 49bb9b383f minor: Remove mono compiler warnings from LSL_ApiHttpTests 11 years ago
  Justin Clark-Casey (justincc) 248cb10b24 minor: Remove mono compiler warnings in EventQueueTests 11 years ago
  teravus 5201433d8b * Apparently, sometimes texture entries come in from the wire with no default texture defined.. so apply better fallback protection against that. The net result is clients will have their selected textures set when they would have previously had an ignored exception. 11 years ago
  teravus 0793e6df25 * Just another one of those new packet blocks causing a null ref. Defaulting to zero length array..... 11 years ago
  Justin Clark-Casey (justincc) a74aef6a81 Add code for testing event queue messages recevied on region cross. 11 years ago
  Justin Clark-Casey (justincc) 6fb29865f5 Add regression test for presence crossing between regions on the same simulator. 11 years ago
  Mic Bowman c5a6b61218 Per discussions with justincc... split the JsonStore type 11 years ago
  Mic Bowman e6a97e9864 Convert doubles passed back through the MOD interface into LSL_Floats 11 years ago
  teravus ca7959c82f * Update LibOMV to f8f8e616b37a7ea22b7922b2331999bc06725bf9 11 years ago
  Robert Adams 5d187b9b28 Streamline stat registration code in ServerStats. Remove most of the 11 years ago
  Robert Adams 663809479d Make StatsManager default output a little more readable 11 years ago
  Robert Adams 452f6894ef Add EventHistogram.GetHistogramAsOSDMap that returns that parameters 11 years ago
  Robert Adams caceca87e4 Modify StatsManager so console command "show stats category container" 11 years ago
  Robert Adams f3943a3677 Addition of ServerStats shared region module which collects and registers 11 years ago
  Robert Adams 7d63676cfc Add a virtual ToOSDMap() function to Monitoring.Stat for future 11 years ago
  Robert Adams d99441de25 Add CounterStat which is a wrapper for a counter stat but, because 11 years ago
  Robert Adams dee74834be Add a method to IStatsCollector for returning stats as an OSDMap. 11 years ago
  Justin Clark-Casey (justincc) a46b02a3ae Fix issue in the mesh upload flag module where the ID of the last agent to request the capability was always used instead of the original requesting agent for each cap. 11 years ago
  Robert Adams 1c14a9d883 Added existance and default value for [XEngine]MinTimerInterval to OpenSimDefaults.ini 11 years ago