| Commit message (Expand) | Author | Files | Lines |
2012-08-03 | Make WaitGetScenePresence wait for up to 20 seconds | Melanie | 1 | -1/+1 |
2012-08-03 | minor change avoiding a null reference | UbitUmarov | 1 | -2/+4 |
2012-08-03 | refactor: rename SOG.RezzingObjectID to SOG.FromPartID to match FromFolderID,... | Justin Clark-Casey (justincc) | 2 | -2/+2 |
2012-08-03 | Don't bothre setting RezzingObjectID to UUID.Zero in SOG constructor - this i... | Justin Clark-Casey (justincc) | 1 | -3/+4 |
2012-08-03 | ImprovedTerseObjectUpdate packet does not support shape updates, thus schedul... | SignpostMarv | 1 | -1/+1 |
2012-08-03 | Make sure the position of a loggin-in agent is within region boundaries since | Melanie | 1 | -0/+9 |
2012-08-02 | Initialize the Rezzing object to UUID.Zero | Melanie | 1 | -3/+4 |
2012-08-02 | reduced-complexity implementation of function to get rezzing object key | SignpostMarv | 2 | -1/+10 |
2012-08-01 | Create the ability for physics modules to request assets on demand by | Melanie | 1 | -0/+16 |
2012-07-31 | Reverse a senseless change in the prioritizer. Why I would want avatars to re... | Melanie | 1 | -3/+9 |
2012-07-30 | Correct StandUp position and rotation | Melanie | 1 | -1/+3 |
2012-07-29 | Fix an exception while outputting a log message | Melanie | 1 | -1/+1 |
2012-07-29 | See that if controls are taken, those are released before taking new ones | Melanie | 1 | -0/+3 |
2012-07-28 | Fix some merge issues and a functional issue in the scene manager | Melanie | 1 | -1/+1 |
2012-07-27 | Avoid a race condition between the scene shutdown thread and the update threa... | Justin Clark-Casey (justincc) | 1 | -3/+5 |
2012-07-26 | When copying items, copy the item description field instead of the asset desc... | Justin Clark-Casey (justincc) | 1 | -23/+46 |
2012-07-26 | Add a Dispose() of the physics engine when a scene is being shutdown. | Robert Adams | 1 | -0/+9 |
2012-07-25 | Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi... | Justin Clark-Casey (justincc) | 1 | -0/+1 |
2012-07-25 | Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. | Justin Clark-Casey (justincc) | 2 | -2/+2 |
2012-07-25 | Make SceneManager.OnRegionsReadyStatusChange event available. | Justin Clark-Casey (justincc) | 4 | -10/+76 |
2012-07-23 | Change attachment handling to remove object from the scene first as per | Melanie | 2 | -11/+19 |
2012-07-23 | Change attachment handling to remove object from the scene first as per | Melanie | 2 | -11/+19 |
2012-07-23 | Committing Avination's memleak fix-a-thon, installment #3 | Melanie | 1 | -0/+2 |
2012-07-19 | Stop explicitly closing and nulling out Animator in order to prevent NREs in ... | Justin Clark-Casey (justincc) | 2 | -23/+7 |
2012-07-19 | Prevent race conditions between two threads that call LLClientView.Close() si... | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2012-07-19 | Add TestCreateDuplicateRootScenePresence() regression test. | Justin Clark-Casey (justincc) | 3 | -1/+41 |
2012-07-19 | Add basic TestCreateRootScenePresence() regression test | Justin Clark-Casey (justincc) | 1 | -135/+144 |
2012-07-19 | Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled... | Justin Clark-Casey (justincc) | 4 | -16/+35 |
2012-07-18 | Add back notification to neighbouring regions when RegionReadyModule is not a... | Justin Clark-Casey (justincc) | 1 | -0/+3 |
2012-07-18 | Perform other region ready actions even if simulator is configured to leave l... | Justin Clark-Casey (justincc) | 2 | -20/+19 |
2012-07-18 | Fix bug where region ready was being triggered twice in quick succession if a... | Justin Clark-Casey (justincc) | 1 | -9/+12 |
2012-07-18 | Establish EventManager.OnRegionReady event. This will only be triggerred onc... | Justin Clark-Casey (justincc) | 2 | -3/+35 |
2012-07-18 | Pass entire scene object in OnLoginsEnabled event rather than just the region... | Justin Clark-Casey (justincc) | 2 | -5/+4 |
2012-07-18 | Missing parameter in log error message was throwing exception | Dan Lake | 1 | -1/+1 |
2012-07-18 | Close() the ScenePresence after we've removed it from the scene graph, to cut... | Justin Clark-Casey (justincc) | 1 | -10/+16 |
2012-07-17 | Replace PollServiceRequestManager with older version, add extra logging to | Melanie | 1 | -0/+1 |
2012-07-17 | minor changes, removed extra parts physics updates on linking nonroot | UbitUmarov | 1 | -2/+3 |
2012-07-17 | fix our stats ( old schema ) | UbitUmarov | 2 | -48/+66 |
2012-07-17 | Fix merge artefacts | Melanie | 3 | -10/+4 |
2012-07-16 | Revert "Fix script "Running" behavior" | Melanie | 1 | -14/+0 |
2012-07-14 | remove forgotten line... | UbitUmarov | 1 | -1/+0 |
2012-07-14 | don't subscribe collision events for nonphysical parts only because of | UbitUmarov | 2 | -1/+2 |
2012-07-13 | missed fix on vehicle reference frame | UbitUmarov | 1 | -2/+1 |
2012-07-13 | Don't cache regions data on the other unused LocalGridServiceConnector that t... | Justin Clark-Casey (justincc) | 1 | -5/+17 |
2012-07-12 | Change very recent AllowedViewerList and BannedViewerList config setting name... | Justin Clark-Casey (justincc) | 1 | -4/+4 |
2012-07-11 | Many explanitory comments added to the link and delink code in | Robert Adams | 2 | -23/+93 |
2012-07-12 | Revert "Add instrumentation to log finalizer being called. Suppressed for bac... | Melanie | 2 | -12/+6 |
2012-07-12 | Revert "Place instrumentation in the proper place. This needs reverting, too!" | Melanie | 1 | -1/+1 |
2012-07-12 | Add "gc collect" console command for debugging memleaks | Melanie | 1 | -0/+7 |
2012-07-11 | Place instrumentation in the proper place. This needs reverting, too! | Melanie | 1 | -1/+1 |