| Commit message (Expand) | Author | Files | Lines |
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-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-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 |
2013-07-13 | Trying to reduce CPU usage on logins and TPs: trying radical elimination of a... | Diva Canto | 1 | -34/+26 |
2013-07-13 | This commit effectively reverses the previous one, but it's just to log that ... | Diva Canto | 1 | -4/+4 |
2013-07-13 | Same issue as previous commit. | Diva Canto | 1 | -3/+4 |
2013-07-13 | Moved SendInitialDataToMe to earlier in CompleteMovement. Moved TriggerOnMake... | Diva Canto | 1 | -5/+14 |
2013-07-13 | Reinsert PhysicsActor variable back into SOP.SubscribeForCollisionEvents() in... | Justin Clark-Casey (justincc) | 1 | -8/+12 |
2013-07-11 | Centralize duplicated code in SceneObjectPart for subscribing to | Robert Adams | 1 | -54/+43 |
2013-07-11 | minor: remove some regression test logging switches accidentally left uncomme... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-07-09 | Put guards on a bunch of exception-inducing code, as seen in logs from load t... | Diva Canto | 3 | -2/+11 |
2013-07-08 | minor: remove mono compiler warnings related to keyframe code | Justin Clark-Casey (justincc) | 2 | -8/+3 |
2013-07-08 | Add "show caps stats by user" and "show caps stats by cap" console commands t... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-07-06 | Try to normalize the creatorData of scene object parts with the trailing '/'.... | Diva Canto | 1 | -0/+4 |