aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2012-03-091-34/+27
|\
| * Get rid of unnecessary ParentID == 0 check on SP.Get_AbsolutePosition since t...Justin Clark-Casey (justincc)2012-03-091-2/+2
| * Use SP.ParentPart instead of ParentID in places where it's more efficient (sa...Justin Clark-Casey (justincc)2012-03-091-13/+13
| * refactor: cleanup SP.HandleAgentSit so that everything is done within one if ...Justin Clark-Casey (justincc)2012-03-091-15/+8
| * Remove a race condition from SP.Set_AbsolutePosition where we assume the Pare...Justin Clark-Casey (justincc)2012-03-091-5/+5
| * Hold a ref to the prim we're sat on rather than querying scene each timeMelanie2012-03-081-27/+29
* | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...Melanie2012-03-081-27/+30
|\ \
| * | Hold a ref to the prim we're sat on rather than querying scene each timeMelanie2012-03-081-27/+30
| * | Delay the sending of the initial werables update until the inventory andMelanie2012-02-251-2/+1
| * | Try not to send the avatar updates on login. This may mean loggin in withMelanie2012-02-241-1/+2
* | | Merge branch 'master' into careminsterMelanie2012-03-031-89/+25
|\ \ \ | |/ / |/| / | |/
| * ScenePresence line endings and fix AllowMovement default to true.Dan Lake2012-03-021-30/+30
| * In ScenePresence, removed several private variables used to store public para...Dan Lake2012-03-011-108/+44
| * Try to resolve some problems with viewers crashing after hitting parcel banli...Justin Clark-Casey (justincc)2012-02-231-5/+8
* | Partially apply the core banlines fixMelanie2012-02-231-5/+8
* | Fix preserving the animation state of a crossing seated avatarMelanie2012-02-231-2/+10
* | Properly sequence updates of avatars and attachments so that we don'tMelanie2012-02-231-0/+3
* | Merge branch 'master' into careminsterMelanie2012-02-231-1/+1
|\ \ | |/
| * Add a position parameter to region crossing of objects. This avoids theMelanie2012-02-231-1/+1
* | Adjust sit target and the llSetLinkPrimitiveParams sit position hackMelanie2012-02-221-2/+22
* | Merge branch 'master' into careminsterMelanie2012-02-201-1/+1
|\ \ | |/
| * Amend to last commit. This should have been committed too.Diva Canto2012-02-191-1/+1
* | Merge branch 'master' of ssh://3dhosting.de/var/git/careminsterMelanie2012-02-191-1/+2
|\ \
| * \ Merge branch 'master' into careminsterMelanie2012-02-191-1/+2
| |\ \ | | |/
| | * A few more tweaks on position updates and create child agents. Mono hates con...Diva Canto2012-02-191-1/+2
* | | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster into ubitworkUbitUmarov2012-02-151-58/+92
|\ \ \ | |/ /
| * | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...Melanie2012-02-151-51/+88
| |\ \
| | * | Implement region crossing of sitting avatars. Edit mode and llSetPos workMelanie2012-02-141-51/+88
| * | | Merge branch 'master' into careminsterMelanie2012-02-151-7/+4
| |\ \ \ | | |/ / | |/| / | | |/
| | * Make ScenePresence.MovementFlag a private only settable value to reduce compl...Justin Clark-Casey (justincc)2012-02-111-7/+4
| | * Teleport routing, part 1Melanie2012-01-241-0/+53
* | | scenepresence change! in standup() give avatar a physical actor after decidin...UbitUmarov2012-02-111-0/+10
|/ /
* | Comment debug spamMelanie2012-01-301-3/+3
* | Add teleport routing, first partMelanie2012-01-241-0/+59
* | Merge branch 'master' into careminsterMelanie2012-01-161-1/+1
|\ \ | |/
| * Comment out noisy log lines I accidentally included in the nant build target ...Justin Clark-Casey (justincc)2012-01-161-1/+1
| * Remove monocov and other obsolete nant build targets.Justin Clark-Casey (justincc)2012-01-161-1/+1
* | Merge branch 'master' into careminsterMelanie2012-01-101-5/+6
|\ \ | |/
| * HG landing points: this hopefully fixes some confusion that was making HG avi...Diva Canto2012-01-101-5/+6
* | Merge branch 'master' into careminsterMelanie2012-01-101-17/+29
|\ \ | |/
| * Add some run-time debugging supportBlueWall2012-01-091-1/+3
| * Use our TeleportFlagsBlueWall2012-01-091-20/+28
| * TP Routing debugBlueWall2012-01-091-2/+5
* | Merge branch 'master' into careminsterMelanie2012-01-091-1/+20
|\ \ | |/
| * Fix teleport routing for incoming HG+OwnerBlueWall2012-01-091-18/+19
| * Debugging HG teleport routingBlueWall2012-01-091-0/+18
* | Merge branch 'master' into careminsterMelanie2012-01-091-2/+4
|\ \ | |/
| * Fix HG teleport routingBlueWall2012-01-091-2/+4
| * Fix a build breakMelanie2012-01-091-1/+1
| * Add the HG case to landing point checksMelanie2012-01-091-1/+1