| Commit message (Expand) | Author | Files | Lines |
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-27 | Remove duplicated IScenePresence.PresenceType. This is already in ISceneAgen... | Justin Clark-Casey (justincc) | 1 | -2/+0 |
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 | 4 | -13/+23 |
2012-07-23 | Change attachment handling to remove object from the scene first as per | Melanie | 4 | -13/+23 |
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) | 3 | -21/+29 |
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 | 2 | -16/+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 |
2012-07-11 | Add instrumentation to log finalizer being called. Suppressed for backup | Melanie | 2 | -6/+12 |
2012-07-11 | Change order of operations on backup to ensure keyframe motions are backed | Melanie | 1 | -2/+6 |
2012-07-11 | Add regression TestDetachScriptedAttachmentToInventory() | Justin Clark-Casey (justincc) | 2 | -1/+5 |
2012-07-11 | Melanie fix: detach SOGs from backup on linking | UbitUmarov | 1 | -0/+2 |
2012-07-10 | If a part has a sit target and an avatar is already sitting, allow another av... | Justin Clark-Casey (justincc) | 1 | -7/+4 |
2012-07-10 | refactor: move management of SOP.SitTargetAvatar into SOP.AddSittingAvatar() ... | Justin Clark-Casey (justincc) | 2 | -5/+6 |
2012-07-10 | Revert "refactor: Add SOP.IsSitTargetOccupied to improve readability" | Justin Clark-Casey (justincc) | 2 | -8/+3 |
2012-07-10 | refactor: Add SOP.IsSitTargetOccupied to improve readability | Justin Clark-Casey (justincc) | 2 | -3/+8 |
2012-07-10 | refactor: use sit orientation argument passed in to SP.SendSitResponse() rath... | Justin Clark-Casey (justincc) | 1 | -4/+2 |
2012-07-10 | Move common code to detect whether a part has a valid sit target into a SOP p... | Justin Clark-Casey (justincc) | 2 | -30/+20 |
2012-07-10 | Remove log line accidentally left in SP.SendSitResponse() | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-07-10 | Fix recent SOP.GetSittingAvatars() to return null if there are no sitting ava... | Justin Clark-Casey (justincc) | 2 | -6/+32 |
2012-07-10 | When an attachment is detached to inv or derezzed, stop the scripts, update t... | Justin Clark-Casey (justincc) | 4 | -7/+96 |