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-07-05 02:48:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d99c8e68a701902feb717e15f06fc777a99708b6
opensim
/
OpenSim
/
Region
/
CoreModules
/
Framework
History
Diva Canto
d99c8e68a7
It turns out that child agent management has had a bug for a while: there was an inconsistency in the scope between opening and closing child agents in neighboring regions. For opening (in EnableChildAgents), the region's DrawDistance was being used; for closing (in IsOUtsideView) , the viewer's (SP) DrawDistance was being used. This fixes this inconsistency, therefore eliminating bugs observed in TPs between, at least, neighboring varregions.
2014-07-04 10:13:53 -07:00
..
Caps
Add regression test for http inventory fetch.
2014-03-17 20:51:35 +00:00
DynamicAttributes
Make the concept of namespaces explicit in dynamic attributes
2013-06-27 23:14:28 +01:00
EntityTransfer
It turns out that child agent management has had a bug for a while: there was an inconsistency in the scope between opening and closing child agents in neighboring regions. For opening (in EnableChildAgents), the region's DrawDistance was being used; for closing (in IsOUtsideView) , the viewer's (SP) DrawDistance was being used. This fixes this inconsistency, therefore eliminating bugs observed in TPs between, at least, neighboring varregions.
2014-07-04 10:13:53 -07:00
InterfaceCommander
Added option for UUID as command parameters. This lets the command handle the UUID parsing and type checking before the command is executed.
2013-01-31 11:14:43 -08:00
InventoryAccess
When taking an object into inventory, set the inventory item's "Next Owner" permissions according to the permissions of the items in the object
2014-05-25 15:35:00 +01:00
Library
Removed GetUserInventory(). It wasn't being used, and was creating warnings because it's Obsolete.
2014-04-23 14:38:33 +01:00
Monitoring
minor: Fix mono compiler warning in MonitorModule
2013-03-05 23:59:39 +00:00
Search
Trim search queries (for users, groups, etc.). I have found that sometimes the viewer adds a space at the end, which causes searches to fail.
2014-03-24 18:01:28 +01:00
ServiceThrottle
Removed the MapItems thread. Redirected the map items requests to the services throttle thread. Didn't change anything in how that processor is implemented, for better or for worse.
2013-07-16 20:28:48 -07:00
Statistics
/Logging
For those people collecting and comparing logfiles from servers scattered
2013-03-19 11:40:10 -07:00
UserManagement
Eliminated many warnings
2014-04-23 16:37:36 +03:00