aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-31Experimental comment to eneralize the handling of Linden caps when theMic Bowman1-0/+48
2013-07-28Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ...Diva Canto1-0/+2
2013-07-27Several major improvements to group (V2) chat. Specifically: handle join/drop...Diva Canto1-1/+1
2013-07-26Fix failure in TestCreateDuplicateRootScenePresence().Justin Clark-Casey (justincc)1-0/+13
2013-07-26Fix regression tests relating to agent transfer by making simulator use last ...Justin Clark-Casey (justincc)1-0/+6
2013-07-26Fix NPC regression test failures.Justin Clark-Casey (justincc)1-1/+3
2013-07-26Comment debug messageDiva Canto1-2/+2
2013-07-25This should fix all issues with teleports. One should be able to TP as fast a...Diva Canto1-32/+29
2013-07-26Reset DoNotClose scene presence teleport flag before pausing. Rename DoNotCl...Justin Clark-Casey (justincc)2-2/+2
2013-07-26If a returning teleport starts to reuse a downgraded child connection that wa...Justin Clark-Casey (justincc)2-11/+25
2013-07-24Moved TriggerOnMakeRootAgent back to the end of MakeRootAgent, to see if that...Diva Canto1-7/+2
2013-07-24Minor adjustment on timings of waits.Diva Canto1-2/+2
2013-07-24This commit message intentionally left blank (last commit was idiotic)Diva Canto1-1/+2
2013-07-24Improve the opening test in CompleteMovement, to account for multiple flags b...Diva Canto1-1/+1
2013-07-24New Teleport protocol (V2), still compatible with V1 and older. (version of t...Diva Canto2-6/+45
2013-07-24Further tweaks on TPs: not sending the callback URL and instead waiting 15sec...Diva Canto1-1/+1
2013-07-24Amend previous commit.Diva Canto1-4/+4
2013-07-24Added config var that we all thought was already there: see_into_region. (Not...Diva Canto1-34/+45
2013-07-23Restoring landing on prims, which had been affected by the edit beams commit.Diva Canto1-0/+19
2013-07-23Don't post Link asset types back to the home gridDiva Canto2-5/+5
2013-07-21Minor aesthetic change to make things more clear.Diva Canto1-1/+2
2013-07-21EDIT BEAMS!!! They had been missing from OpenSim since ever. Thanks to lkalif...Diva Canto1-1/+4
2013-07-21Filter certain viewer effects depending on distance between the avatar that i...Diva Canto1-7/+25
2013-07-21A couple of small optimizations over the previous commitDiva Canto1-1/+1
2013-07-21Manage AgentUpdates more sanely:Diva Canto1-40/+70
2013-07-16Improvements to the ServiceThrottleModule: added a category and an itemid to ...Diva Canto1-1/+9
2013-07-16Added IServiceThrottleModule.csDiva Canto1-0/+11
2013-07-14Let's go easy on authenticating ChildAgentUpdates, otherwise this will be cha...Diva Canto1-7/+5
2013-07-14Fix broken tests -- the test setup was wrong... sigh.Diva Canto1-0/+1
2013-07-14Authenticate ChildAgentUpdate too.Diva Canto2-16/+29
2013-07-14Change the auth token to be the user's sessionid.Diva Canto2-3/+3
2013-07-13And this fixes the other failing tests. Justin, the thread pool is not being ...Diva Canto1-2/+0
2013-07-13This should fix the failing test.Diva Canto1-2/+1
2013-07-13Deleted a line too manyDiva Canto1-0/+3
2013-07-13Guard against unauthorized agent deletes.Diva Canto3-10/+30
2013-07-13Some more debug to see how many threads are available.Diva Canto1-0/+2
2013-07-13That didn't fix the problem.Diva Canto1-26/+34
2013-07-13Trying to reduce CPU usage on logins and TPs: trying radical elimination of a...Diva Canto1-34/+26
2013-07-13This commit effectively reverses the previous one, but it's just to log that ...Diva Canto1-4/+4
2013-07-13Same issue as previous commit.Diva Canto1-3/+4
2013-07-13Moved SendInitialDataToMe to earlier in CompleteMovement. Moved TriggerOnMake...Diva Canto1-5/+14
2013-07-13Reinsert PhysicsActor variable back into SOP.SubscribeForCollisionEvents() in...Justin Clark-Casey (justincc)1-8/+12
2013-07-11Centralize duplicated code in SceneObjectPart for subscribing toRobert Adams1-54/+43
2013-07-11minor: remove some regression test logging switches accidentally left uncomme...Justin Clark-Casey (justincc)1-1/+1
2013-07-09Put guards on a bunch of exception-inducing code, as seen in logs from load t...Diva Canto3-2/+11
2013-07-08minor: remove mono compiler warnings related to keyframe codeJustin Clark-Casey (justincc)2-8/+3
2013-07-08Add "show caps stats by user" and "show caps stats by cap" console commands t...Justin Clark-Casey (justincc)1-1/+1
2013-07-06Try to normalize the creatorData of scene object parts with the trailing '/'....Diva Canto1-0/+4
2013-07-06refactor: Make stats and sim status simpler by extending BaseStreamHandler li...Justin Clark-Casey (justincc)1-20/+6
2013-07-05Add very basic regression test TestChildAgentSingleRegionCapabilities() which...Justin Clark-Casey (justincc)1-0/+88