| Commit message (Expand) | Author | Files | Lines |
2013-08-14 | Add method doc to Scene.RemoveClient() to ask any callers to use Scene.Incomi... | Justin Clark-Casey (justincc) | 2 | -0/+25 |
2013-08-09 | Increase wait for source region to sent UpdateAgent to 10 seconds instead of 4. | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-08-09 | Add missing file from b1c26a56 | Justin Clark-Casey (justincc) | 1 | -0/+102 |
2013-08-09 | Go easy on enforcing session ids in position updates | Diva Canto | 1 | -16/+17 |
2013-08-09 | Fix an issue with an A->C->B->A teleport where these regions are in a row (A,... | Justin Clark-Casey (justincc) | 1 | -0/+8 |
2013-08-08 | Fix an issue where under teleport v2 protocol, teleporting from regions in an... | Justin Clark-Casey (justincc) | 2 | -116/+228 |
2013-08-08 | Make m_originRegionID in ScenePresence public to allow DSG module to work for... | Dan Lake | 1 | -2/+2 |
2013-08-07 | minor: add some method doc to ScenePresence fields used for entity transfer, ... | Justin Clark-Casey (justincc) | 2 | -20/+33 |
2013-08-07 | Fixed incomplete commit r/23317 -- see_into_region. Put the guard around esta... | Diva Canto | 1 | -16/+16 |
2013-08-05 | Child agent updates: remove the dependency on the root agent's camera positio... | Diva Canto | 1 | -2/+1 |
2013-08-03 | More on HG inventory and OutboundPermission: disallowing giving inventory to ... | Diva Canto | 1 | -0/+3 |
2013-08-03 | HG: If OutboundPermission is set to false, let's enforce stricter permissions... | Diva Canto | 1 | -0/+3 |
2013-08-01 | Turn off edit beams when object is derezed while being edited. (mantis #6722) | Diva Canto | 1 | -0/+6 |
2013-07-31 | Experimental comment to eneralize the handling of Linden caps when the | Mic Bowman | 1 | -0/+48 |
2013-07-28 | Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ... | Diva Canto | 1 | -0/+2 |
2013-07-27 | Several major improvements to group (V2) chat. Specifically: handle join/drop... | Diva Canto | 1 | -1/+1 |
2013-07-26 | Fix failure in TestCreateDuplicateRootScenePresence(). | Justin Clark-Casey (justincc) | 1 | -0/+13 |
2013-07-26 | Fix regression tests relating to agent transfer by making simulator use last ... | Justin Clark-Casey (justincc) | 1 | -0/+6 |
2013-07-26 | Fix NPC regression test failures. | Justin Clark-Casey (justincc) | 1 | -1/+3 |
2013-07-26 | Comment debug message | Diva Canto | 1 | -2/+2 |
2013-07-25 | This should fix all issues with teleports. One should be able to TP as fast a... | Diva Canto | 1 | -32/+29 |
2013-07-26 | Reset DoNotClose scene presence teleport flag before pausing. Rename DoNotCl... | Justin Clark-Casey (justincc) | 2 | -2/+2 |
2013-07-26 | If a returning teleport starts to reuse a downgraded child connection that wa... | Justin Clark-Casey (justincc) | 2 | -11/+25 |
2013-07-24 | Moved TriggerOnMakeRootAgent back to the end of MakeRootAgent, to see if that... | Diva Canto | 1 | -7/+2 |
2013-07-24 | Minor adjustment on timings of waits. | Diva Canto | 1 | -2/+2 |
2013-07-24 | This commit message intentionally left blank (last commit was idiotic) | Diva Canto | 1 | -1/+2 |
2013-07-24 | Improve the opening test in CompleteMovement, to account for multiple flags b... | Diva Canto | 1 | -1/+1 |
2013-07-24 | New Teleport protocol (V2), still compatible with V1 and older. (version of t... | Diva Canto | 2 | -6/+45 |
2013-07-24 | Further tweaks on TPs: not sending the callback URL and instead waiting 15sec... | Diva Canto | 1 | -1/+1 |
2013-07-24 | Amend previous commit. | Diva Canto | 1 | -4/+4 |
2013-07-24 | Added config var that we all thought was already there: see_into_region. (Not... | Diva Canto | 1 | -34/+45 |
2013-07-23 | Restoring landing on prims, which had been affected by the edit beams commit. | Diva Canto | 1 | -0/+19 |
2013-07-23 | Don't post Link asset types back to the home grid | Diva Canto | 2 | -5/+5 |
2013-07-21 | Minor aesthetic change to make things more clear. | Diva Canto | 1 | -1/+2 |
2013-07-21 | EDIT BEAMS!!! They had been missing from OpenSim since ever. Thanks to lkalif... | Diva Canto | 1 | -1/+4 |
2013-07-21 | Filter certain viewer effects depending on distance between the avatar that i... | Diva Canto | 1 | -7/+25 |
2013-07-21 | A couple of small optimizations over the previous commit | Diva Canto | 1 | -1/+1 |
2013-07-21 | Manage AgentUpdates more sanely: | Diva Canto | 1 | -40/+70 |
2013-07-16 | Improvements to the ServiceThrottleModule: added a category and an itemid to ... | Diva Canto | 1 | -1/+9 |
2013-07-16 | Added IServiceThrottleModule.cs | Diva Canto | 1 | -0/+11 |
2013-07-14 | Let's go easy on authenticating ChildAgentUpdates, otherwise this will be cha... | Diva Canto | 1 | -7/+5 |
2013-07-14 | Fix broken tests -- the test setup was wrong... sigh. | Diva Canto | 1 | -0/+1 |
2013-07-14 | Authenticate ChildAgentUpdate too. | Diva Canto | 2 | -16/+29 |
2013-07-14 | Change the auth token to be the user's sessionid. | Diva Canto | 2 | -3/+3 |
2013-07-13 | And this fixes the other failing tests. Justin, the thread pool is not being ... | Diva Canto | 1 | -2/+0 |
2013-07-13 | This should fix the failing test. | Diva Canto | 1 | -2/+1 |
2013-07-13 | Deleted a line too many | Diva Canto | 1 | -0/+3 |
2013-07-13 | Guard against unauthorized agent deletes. | Diva Canto | 3 | -10/+30 |
2013-07-13 | Some more debug to see how many threads are available. | Diva Canto | 1 | -0/+2 |
2013-07-13 | That didn't fix the problem. | Diva Canto | 1 | -26/+34 |