OpenSimMirror/OpenSim/Region/Framework/Scenes
Justin Clark-Casey (justincc) 93ac47f0d3 Revert "Simplify friends caching by only doing this for root agents - no functions require caching for child agents."
We need to cache child agents so that friends object edit/delete permissions will work across boarders on regions hosted by different simulators.

This reverts commit d9f7b8549b.
2012-03-29 01:08:47 +01:00
..
Animation Fix bug in ScenePresenceAnimator.RemoveAnimation() introduced in commit 1a8769e 2012-03-23 01:08:13 +00:00
Scripting Object update prioritization by Jim Greensky of Intel Labs, part one. This implements a simple distance prioritizer based on initial agent positions. Re-prioritizing and more advanced priority algorithms will follow soon 2009-10-15 16:35:27 -07:00
Serialization If shape properties fail SOP parsing (e.g. due to commas instead of decimal points) print out one short message listing the failing node names rather than lots of exceptions. 2012-02-16 02:58:00 +00:00
Tests Add llGiveInventory() test from object to object where both objects are owned by the same user. 2012-03-22 22:17:07 +00:00
Types remove unused BasicQuadTreeNode 2010-07-30 21:06:45 +01:00
AsyncInventorySender.cs minor: remove mono compiler warning 2011-07-11 02:11:37 +01:00
AsyncSceneObjectGroupDeleter.cs Fix bug where somebody taking a copy of an object they didn't own that was rezzed before the region was restarted would wrongly place the copy in the object owner's inventory. 2012-02-10 19:58:34 +00:00
Border.cs Formatting cleanup. 2009-10-01 09:38:36 +09:00
Cardinals.cs Add copyright headers. Formatting cleanup. 2009-09-03 02:04:17 +09:00
CoalescedSceneObjects.cs refactor: move code to obtain the coalescence size and object offsets into CoalescedSceneObjects from the serializer. 2011-04-13 21:48:16 +01:00
EntityBase.cs Stop OdePrim and OdeCharacter insanely overriding set LocalID to set their own private m_localID property but leaving get to return the then unset PhysicsActor.LocalId! 2011-11-16 23:01:59 +00:00
EntityManager.cs Call public ForEach instead of using m_entities directly. No semantic changes, just cleanup 2011-11-16 02:33:56 -08:00
EventManager.cs Revert "Simplify friends caching by only doing this for root agents - no functions require caching for child agents." 2012-03-29 01:08:47 +01:00
Prioritizer.cs Remove pointless cluttering SOP.ParentGroup != null checks. 2011-09-01 01:22:28 +01:00
RegionStatsHandler.cs Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead of OSHttpRequest/OSHttpResponse. 2011-12-05 20:44:20 +00:00
ReturnInfo.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
Scene.Inventory.cs refactor: simplify code for checks when part.OwnerID != destPart.OwnerID in MoveTaskInventoryItem() 2012-03-22 22:40:38 +00:00
Scene.PacketHandlers.cs Moved HandleAvatarPickerRequest from the generic Scene.PacketHandlers to the UserManagementModule where it belongs. No functional changes. 2012-03-17 10:48:22 -07:00
Scene.Permissions.cs Revert "Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEFAULT. Turns out that this can't be expressed by cascading Permission modules, so I did it as per this patch." 2012-03-22 20:10:38 +00:00
Scene.cs Revert "Simplify friends caching by only doing this for root agents - no functions require caching for child agents." 2012-03-29 01:08:47 +01:00
SceneBase.cs Move frame loop entirely within Scene.Update() for better future performance analysis and stat accuracy. 2012-03-20 23:12:21 +00:00
SceneCommunicationService.cs Take watchdog alarm calling back outside the m_threads lock. 2012-02-24 05:25:18 +00:00
SceneGraph.cs Replace script-lines-per-second with the script execution time scaled by its measurement period and an idealised frame time. 2012-03-16 00:34:30 +00:00
SceneManager.cs Remove unused SceneManager.TryGetAvatarsScene() 2011-12-07 21:17:13 +00:00
SceneObjectGroup.Inventory.cs When an asset is uploaded (e.g. a mesh) set individual copy/move/transfer permissions, not PermissionMask.All 2012-02-10 02:13:15 +00:00
SceneObjectGroup.cs Replace script-lines-per-second with the script execution time scaled by its measurement period and an idealised frame time. 2012-03-16 00:34:30 +00:00
SceneObjectPart.cs Always zero the PhysActor on dupes to prevent side effects on the orignal prim 2012-03-07 01:03:26 +00:00
SceneObjectPartInventory.cs Add llGiveInventory() test from object to object where both objects are owned by the same user. 2012-03-22 22:17:07 +00:00
ScenePresence.cs HG 2.0: added the beginning of HGSuitcaseInventoryService. Plus moved the hack away from ScenePresence. This is better but it still doesn't restore the inventory upon arrival. 2012-03-28 15:01:37 -07:00
SimStatsReporter.cs Remove unnecessary explicit ElapsedEventHandler in SimReporter 2012-03-06 22:31:25 +00:00
TerrainChannel.cs Terrain: added [Terrain] section with an option to load an initial flat terrain. Default is still pinhead island. I much rather have a flat land in the beginning. 2012-03-16 13:08:05 -07:00
TerrainUtil.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
UndoState.cs Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL. 2011-11-02 14:59:00 -07:00
UuidGatherer.cs Comment out the uuid gatherer lines that I accidentally left in. 2011-10-23 03:14:32 +01:00