aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes (unfollow)
Commit message (Expand)AuthorFilesLines
2012-08-03Make WaitGetScenePresence wait for up to 20 secondsMelanie1-1/+1
2012-08-03minor change avoiding a null referenceUbitUmarov1-2/+4
2012-08-03Make sure the position of a loggin-in agent is within region boundaries sinceMelanie1-0/+9
2012-08-01Create the ability for physics modules to request assets on demand byMelanie1-0/+16
2012-07-31Reverse a senseless change in the prioritizer. Why I would want avatars to re...Melanie1-3/+9
2012-07-30Correct StandUp position and rotationMelanie1-1/+3
2012-07-29Fix an exception while outputting a log messageMelanie1-1/+1
2012-07-29See that if controls are taken, those are released before taking new onesMelanie1-0/+3
2012-07-28Fix some merge issues and a functional issue in the scene managerMelanie1-1/+1
2012-07-27Avoid a race condition between the scene shutdown thread and the update threa...Justin Clark-Casey (justincc)1-3/+5
2012-07-26When copying items, copy the item description field instead of the asset desc...Justin Clark-Casey (justincc)1-23/+46
2012-07-26Add a Dispose() of the physics engine when a scene is being shutdown.Robert Adams1-0/+9
2012-07-25Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...Justin Clark-Casey (justincc)1-0/+1
2012-07-25Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)2-2/+2
2012-07-25Make SceneManager.OnRegionsReadyStatusChange event available.Justin Clark-Casey (justincc)4-10/+76
2012-07-23Change attachment handling to remove object from the scene first as perMelanie2-11/+19
2012-07-23Change attachment handling to remove object from the scene first as perMelanie2-11/+19
2012-07-23Committing Avination's memleak fix-a-thon, installment #3Melanie1-0/+2
2012-07-19Stop explicitly closing and nulling out Animator in order to prevent NREs in ...Justin Clark-Casey (justincc)2-23/+7
2012-07-19Prevent race conditions between two threads that call LLClientView.Close() si...Justin Clark-Casey (justincc)1-3/+3
2012-07-19Add TestCreateDuplicateRootScenePresence() regression test.Justin Clark-Casey (justincc)3-1/+41
2012-07-19Add basic TestCreateRootScenePresence() regression testJustin Clark-Casey (justincc)1-135/+144
2012-07-19Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...Justin Clark-Casey (justincc)4-16/+35
2012-07-18Add back notification to neighbouring regions when RegionReadyModule is not a...Justin Clark-Casey (justincc)1-0/+3
2012-07-18Perform other region ready actions even if simulator is configured to leave l...Justin Clark-Casey (justincc)2-20/+19
2012-07-18Fix bug where region ready was being triggered twice in quick succession if a...Justin Clark-Casey (justincc)1-9/+12
2012-07-18Establish EventManager.OnRegionReady event. This will only be triggerred onc...Justin Clark-Casey (justincc)2-3/+35
2012-07-18Pass entire scene object in OnLoginsEnabled event rather than just the region...Justin Clark-Casey (justincc)2-5/+4
2012-07-18Missing parameter in log error message was throwing exceptionDan Lake1-1/+1
2012-07-18Close() the ScenePresence after we've removed it from the scene graph, to cut...Justin Clark-Casey (justincc)1-10/+16
2012-07-17Replace PollServiceRequestManager with older version, add extra logging toMelanie1-0/+1
2012-07-17 minor changes, removed extra parts physics updates on linking nonrootUbitUmarov1-2/+3
2012-07-17 fix our stats ( old schema )UbitUmarov2-48/+66
2012-07-17Fix merge artefactsMelanie3-10/+4
2012-07-16Revert "Fix script "Running" behavior"Melanie1-14/+0
2012-07-14 remove forgotten line...UbitUmarov1-1/+0
2012-07-14 don't subscribe collision events for nonphysical parts only because ofUbitUmarov2-1/+2
2012-07-13 missed fix on vehicle reference frameUbitUmarov1-2/+1
2012-07-13Don't cache regions data on the other unused LocalGridServiceConnector that t...Justin Clark-Casey (justincc)1-5/+17
2012-07-12Change very recent AllowedViewerList and BannedViewerList config setting name...Justin Clark-Casey (justincc)1-4/+4
2012-07-11Many explanitory comments added to the link and delink code inRobert Adams2-23/+93
2012-07-12Revert "Add instrumentation to log finalizer being called. Suppressed for bac...Melanie2-12/+6
2012-07-12Revert "Place instrumentation in the proper place. This needs reverting, too!"Melanie1-1/+1
2012-07-12Add "gc collect" console command for debugging memleaksMelanie1-0/+7
2012-07-11Place instrumentation in the proper place. This needs reverting, too!Melanie1-1/+1
2012-07-11Add instrumentation to log finalizer being called. Suppressed for backupMelanie2-6/+12
2012-07-11Change order of operations on backup to ensure keyframe motions are backedMelanie1-2/+6
2012-07-11Add regression TestDetachScriptedAttachmentToInventory()Justin Clark-Casey (justincc)1-0/+4
2012-07-11 Melanie fix: detach SOGs from backup on linkingUbitUmarov1-0/+2
2012-07-10If a part has a sit target and an avatar is already sitting, allow another av...Justin Clark-Casey (justincc)1-7/+4