OpenSimMirror/OpenSim/Region
Justin Clark-Casey (justincc) 530b0cbbf1 Move expired objects cleaning trigger to the maintenance thread of a region rather than it's main scene loop.
[Startup] default setting UpdateTempCleaningEveryNFrames becomes UpdateTempCleaningEveryNSeconds.
Default becomes 180s instead of effective 182s (which would also vary with any changes in frame time or extra long frames)
2014-09-27 00:23:52 +01:00
..
Application Add persistent command history in console 2014-09-23 10:36:00 -04:00
ClientStack Add "debug lludp data out" console command for logging outgoing data just before it's put on the wire. 2014-09-24 23:44:55 +01:00
CoreModules Fix recent regression with llRegionSayTo() started sending messages twice. 2014-09-26 23:35:29 +01:00
DataSnapshot Fixed premature closing of the connection in DataSnapshotManager 2014-08-05 19:09:11 +03:00
Framework Move expired objects cleaning trigger to the maintenance thread of a region rather than it's main scene loop. 2014-09-27 00:23:52 +01:00
OptionalModules When osNpcMoveToTarget() is called for a sitting avatar then silently do nothing rather than throwing an error. 2014-09-12 23:37:44 +01:00
Physics Merge branch 'master' into bullet-2.82 2014-09-03 21:21:01 -07:00
RegionCombinerModule Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
ReplaceableModules
ScriptEngine Changes to be committed: modified: OpenSim/Region/Framework/Scenes/Scene.PacketHandlers.cs modified: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs This solves mantis bug# 5005: llRegionSay script does not trigger ChatFromWorld event. This was solved by adding World.SimChat() command to the llRegionSay() function (per suggestion of DrCuriosity). Additionally this fixes llRegionSayTo() which was also not functioning by adding a World.SimChat() command and adding a new SimChatToAgent() overrided function to Scene.PacketHandlers.cs This is the second patch revision. Corrections made to the position of World.SimChat() and removal of tabs per suggestion by justincc. 2014-09-17 23:37:18 +01:00
UserStatistics Don't show the ScrLPS data twice in the WebStats based statistics page. 2014-09-03 14:17:37 -04:00