This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-08-28 17:55:41 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c4cd98bc34571e58563ea700681d99bb006b92f6
opensim
/
OpenSim
/
Region
History
Robert Adams
2ed3a918bd
Merge branch 'master' into bullet-2.82
2014-09-21 07:11:00 -07:00
..
Application
Change MaxPoolThreads default in code as well from 15 to 300
2014-08-08 23:47:03 +01:00
ClientStack
Make LLUDP output queue refill thread active by default, since load tests have shown that this has better scalability.
2014-09-04 18:24:59 +01:00
CoreModules
For monitoring purposes, start non-timeout tasks (which do not currently use a threadpool) via Watchdog.RunInThread() rather than Util.RunThreadNoTimeout()
2014-09-05 23:20:59 +01:00
DataSnapshot
Fixed premature closing of the connection in DataSnapshotManager
2014-08-05 19:09:11 +03:00
Framework
This fixes the Scene thread renaming issue
2014-09-17 20:25:27 -04: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