| Commit message (Expand) | Author | Age | Files | Lines |
* | try to fix propagation of seeds to all relevante regions | UbitUmarov | 2014-10-19 | 1 | -1/+7 |
* | change child agents creation/notification. As before this assumes that | UbitUmarov | 2014-10-18 | 1 | -3/+3 |
* | coment out stack trace at newUserConnection, add log msh at createAgent | UbitUmarov | 2014-09-24 | 1 | -1/+1 |
* | add stack trace debug message | UbitUmarov | 2014-09-24 | 1 | -0/+2 |
* | same thing on another lock(acd) | UbitUmarov | 2014-09-24 | 1 | -1/+5 |
* | replace a lock on a unkown origin object with a lock on a well defined | UbitUmarov | 2014-09-24 | 1 | -1/+4 |
* | If an agent is logging in, rather than teleporting, make sure all known | Melanie Thielker | 2014-09-23 | 1 | -0/+6 |
* | Merge branch 'ubitworkmaster' | Melanie Thielker | 2014-09-22 | 1 | -0/+5 |
|\ |
|
| * | update scenegraph group find by part information in sog link, so script lin... | UbitUmarov | 2014-09-22 | 1 | -0/+5 |
* | | When a ghosted avatar is removed, also remove any remaining CAPS | Melanie Thielker | 2014-09-22 | 1 | -0/+2 |
|/ |
|
* | When CloseAgnt is called with an agent id that doesn't have a presence, check... | Melanie Thielker | 2014-09-13 | 1 | -0/+12 |
* | Fix a nullref that can hit Vivox voice | Melanie Thielker | 2014-09-10 | 1 | -2/+8 |
* | set default LinksetPhysPrims to 0 so max number of prims for physical | UbitUmarov | 2014-09-09 | 1 | -1/+1 |
* | limit number of prims on physical objects. Not all cases covered still | UbitUmarov | 2014-09-08 | 1 | -0/+9 |
* | some cleanup ( well or not ) | UbitUmarov | 2014-08-22 | 1 | -3/+8 |
* | moved hacks to scene presence completemovement, possible only needed | UbitUmarov | 2014-08-18 | 1 | -10/+0 |
* | missing file for previus commit | UbitUmarov | 2014-08-18 | 1 | -0/+10 |
* | Revert "start sending terrain in scenePresence after well defined avatar. Minor" | UbitUmarov | 2014-08-04 | 1 | -2/+2 |
* | start sending terrain in scenePresence after well defined avatar. Minor | UbitUmarov | 2014-08-04 | 1 | -2/+2 |
* | replace debug msgs by others | UbitUmarov | 2014-08-03 | 1 | -5/+5 |
* | several debug msgs, need to be removed asap | UbitUmarov | 2014-08-03 | 1 | -0/+7 |
* | dont standup avatar on crossing | UbitUmarov | 2014-07-26 | 1 | -2/+2 |
* | Merge branch 'master' into careminster | Melanie | 2014-01-28 | 1 | -27/+35 |
|\ |
|
| * | Merge branch 'justincc-master' | Justin Clark-Casey (justincc) | 2014-01-20 | 1 | -15/+35 |
| |\ |
|
| | * | Stop exceptions being generated on agent connection if a telehub object has b... | Justin Clark-Casey (justincc) | 2014-01-20 | 1 | -15/+35 |
| * | | Merge branch 'justincc-master' | Justin Clark-Casey (justincc) | 2014-01-16 | 1 | -12/+0 |
| |\ \
| | |/ |
|
| | * | Remove old IInterRegionComms and references. This hasn't been used since 200... | Justin Clark-Casey (justincc) | 2014-01-16 | 1 | -12/+0 |
* | | | Intermediate commit. Sill errors. | Melanie | 2014-01-05 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | varregion: Add region size to teleport event messages (EnableSimulator, | Robert Adams | 2014-01-04 | 1 | -0/+5 |
| |/ |
|
* | | Merge branch 'master' into careminster | Melanie | 2013-10-04 | 1 | -48/+45 |
|\ \
| |/ |
|
| * | refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in ... | Justin Clark-Casey (justincc) | 2013-09-27 | 1 | -6/+6 |
| * | refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ... | Justin Clark-Casey (justincc) | 2013-09-27 | 1 | -13/+13 |
| * | Reinsert client.SceneAgent checks into LLUDPServer.HandleCompleteMovementInto... | Justin Clark-Casey (justincc) | 2013-09-25 | 1 | -0/+3 |
| * | Change some message log levels in Scene.IncomingUpdateChildAgent() for debugg... | Justin Clark-Casey (justincc) | 2013-09-20 | 1 | -3/+3 |
| * | Revert "Also check user authorization if looking to upgrade from a child to a... | Justin Clark-Casey (justincc) | 2013-09-19 | 1 | -13/+0 |
| * | Create regression TestCrossOnSameSimulatorNoRootDestPerm() to check that avat... | Justin Clark-Casey (justincc) | 2013-09-19 | 1 | -1/+2 |
| * | refactor: rename *ChildAgentDataUpdate() methods to *UpdateChildAgent() | Justin Clark-Casey (justincc) | 2013-09-18 | 1 | -4/+4 |
| * | minor: Make log message when Scene.IncomingChildAgentDateUpdate() more explic... | Justin Clark-Casey (justincc) | 2013-09-18 | 1 | -3/+8 |
* | | Merge branch 'avination-current' into careminster | Melanie | 2013-09-16 | 1 | -2/+4 |
|\ \ |
|
| * | | Fix the root cause of keyframe motion region crossing offset - UpdateSceneObject | Melanie | 2013-08-25 | 1 | -2/+4 |
* | | | Merge branch 'master' into careminster | Melanie | 2013-09-07 | 1 | -10/+72 |
|\ \ \
| | |/
| |/| |
|
| * | | Restore group membership check for HG users in QueryAccess. | Diva Canto | 2013-09-05 | 1 | -5/+1 |
| * | | Also check user authorization if looking to upgrade from a child to a root ag... | Justin Clark-Casey (justincc) | 2013-09-04 | 1 | -0/+13 |
| * | | For a Hypergrid user, delay estate access checks until NewUserConnection() so... | Justin Clark-Casey (justincc) | 2013-09-04 | 1 | -2/+6 |
| * | | Fix bug where users teleporting to non-neighbour regions could continue to he... | Justin Clark-Casey (justincc) | 2013-09-02 | 1 | -5/+54 |
| * | | Comment out warning about agent updating without valid session ID for now. | Justin Clark-Casey (justincc) | 2013-09-02 | 1 | -4/+4 |
* | | | Merge branch 'master' into careminster | Melanie | 2013-09-01 | 1 | -3/+20 |
|\ \ \
| |/ / |
|
| * | | Potential fix for access control bug on login introduced with SeeIntoRegion c... | Diva Canto | 2013-08-24 | 1 | -1/+1 |
| * | | Stop error messages being misleadingly generated when on client connection ac... | Justin Clark-Casey (justincc) | 2013-08-22 | 1 | -2/+19 |
* | | | Merge branch 'master' into careminster | Melanie | 2013-08-17 | 1 | -11/+20 |
|\ \ \
| |/ / |
|