OpenSimMirror/OpenSim/Region/Framework/Scenes
Justin Clark-Casey (justincc) c6bb0d9662 Move scene debug commands into separate module. Command changes from "debug scene <key> <value>" to "debug scene set <key> <value>" to accomodate future settings 2013-01-24 01:29:40 +00:00
..
Animation minor: Add commented out log lines to ScenePresenceAnimator for future debug use (such as logging anim pack contents sent to clients) 2013-01-24 01:18:39 +00:00
Scripting
Serialization Change attachment handling to remove object from the scene first as per 2012-07-23 21:39:26 +01:00
Tests Fix issue where calling llVolumeDetect(FALSE) would not remove phantom flag, causing subsequent issues if physics was re-enabled. 2013-01-24 01:18:25 +00:00
Types remove unused BasicQuadTreeNode 2010-07-30 21:06:45 +01:00
AsyncInventorySender.cs OnConnectionClosed listeners, retrieve data from IClientAPI.SceneAgent rather than scanning all scene for the presence with the right id 2012-06-12 02:43:33 +01:00
AsyncSceneObjectGroupDeleter.cs Fix bug where an avatar that had an object they owned attached through llAttachToAvatar() or osForceAttachToAvatar() would wrongly have next permissions come into play when they detached that object and rezzed it in scene. 2012-05-23 01:58:10 +01:00
Border.cs
Cardinals.cs
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 Use a thread abort safe version of OpenMetaverse.DoubleDictionary with the aim of avoiding OpenSimulator problems due to script thread aborts. 2012-12-12 00:40:16 +00:00
EventManager.cs minor: Add method doc to EventManager.OnNewClient, OnClientLogin, ClientClosed, OnRemovePresence that any long-running operations should be launched on a thread separate to the event thread. 2012-11-28 02:42:02 +00:00
Prioritizer.cs Remove pointless cluttering SOP.ParentGroup != null checks. 2011-09-01 01:22:28 +01:00
RegionStatsHandler.cs Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. 2012-07-25 23:11:50 +01:00
ReturnInfo.cs
Scene.Inventory.cs Uncomment SceneObjectBasicTests.TestDeleteSceneObjectAsyncToUserInventory() and make it compile again 2012-11-28 03:03:26 +00:00
Scene.PacketHandlers.cs Fix script error messages not showing up in viewer 3 and associated viewers. 2012-11-28 02:54:31 +00:00
Scene.Permissions.cs If a Grid God teleports then include the Godlike teleport flag. This can affect the starting position in the destination region. 2012-04-27 20:22:35 +01:00
Scene.cs Move scene debug commands into separate module. Command changes from "debug scene <key> <value>" to "debug scene set <key> <value>" to accomodate future settings 2013-01-24 01:29:40 +00:00
SceneBase.cs Make SceneManager.OnRegionsReadyStatusChange event available. 2012-07-25 21:00:59 +01:00
SceneCommunicationService.cs Missing parameter in log error message was throwing exception 2012-07-18 13:05:48 -07:00
SceneGraph.cs Allow "show object", "show part", "dump object" and "delete object" to accept a local ID as well as a UUID. 2012-11-28 02:53:39 +00:00
SceneManager.cs Fix problem where restarting the currently selected region would stop various console commands (e.g. "show users") from working. 2012-12-06 00:26:42 +00:00
SceneObjectGroup.Inventory.cs When an attachment is detached to inv or derezzed, stop the scripts, update the known item with script state still in the script engine and then remove the scripts. 2012-07-10 22:41:11 +01:00
SceneObjectGroup.cs Add MaxPrimsUndo config setting to [Startup] section of OpenSim.ini. 2012-10-11 00:22:23 +01:00
SceneObjectPart.cs minor: If the physics module tells us that an object has gone out of bounds, more helpfully log the name, id, position and region of that object. 2013-01-24 01:19:00 +00:00
SceneObjectPartInventory.cs Make "show object part" command correctly display script status. 2012-11-28 02:59:30 +00:00
ScenePresence.cs Add "force gc" region console command which manually invokes garbage collection. 2012-11-28 02:57:02 +00:00
SimStatsReporter.cs Add object count stats for new IncomingPacket and UDPPacketBuffer pools if they are enabled. Add count stats for existing LLUDP pool. 2012-11-28 02:52:46 +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
UndoState.cs Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL. 2011-11-02 14:59:00 -07:00
UuidGatherer.cs minor: Rename assetCache constructor param in UUIDGatherer to assetService which is what it is. 2012-11-28 02:51:42 +00:00