aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix IMs the right way. This sets it up so that timestamps are actuallyMelanie Thielker2010-07-031-2/+5
* Fix loading of attachments on loginMelanie Thielker2010-06-261-1/+8
* Cause collisions with the avatar to be sent to attachments. CurrentlyMelanie Thielker2010-06-221-0/+140
* Fix the StandUp position to calculate as if we're still using the child prim id.Tom Grimshaw2010-06-201-1/+1
* Fix the sit code to ensure that we use the root prim of a linkset as a refere...Tom Grimshaw2010-06-201-3/+15
* Allow moving an avatar as part of a linkset using llSetLinkPrimitiveParams. T...Tom Grimshaw2010-06-191-2/+37
* Merge branch 'master' into careminster-presence-refactorMelanie2010-06-141-0/+1
|\
| * Fixes attachments coming back upon being detached in neighbouring regions and...Diva Canto2010-06-131-0/+1
* | D.U.H. #2. Inverted test. Again. Argh!Melanie Thielker2010-06-141-1/+1
* | Guard against a potential nullrefMelanie Thielker2010-06-141-1/+2
* | Report current position instead of position at the time we sat downMelanie Thielker2010-06-141-0/+7
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-121-21/+1
|\ \ | |/
| * Move "StopFlying()" into LLSpace. Try to reinstate the carefully crafted packetMelanie2010-06-121-19/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-091-51/+5
|\ \ | |/
| * Refactor SendCoarseLocations for better performance. Instead of computing lis...Dan Lake2010-06-081-51/+5
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-281-9/+0
|\ \ | |/
| * remove redundant ScenePresence.QueuePartForUpdate() - every place in the code...Justin Clark-Casey (justincc)2010-05-281-9/+0
| * Remove an unneeded conditionalMelanie2010-05-231-2/+1
* | Add the SitGround flag back inMelanie2010-05-231-1/+4
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-231-1/+7
|\ \ | |/
| * Apply adaption of patch in http://opensimulator.org/mantis/view.php?id=4628Justin Clark-Casey (justincc)2010-05-211-3/+2
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-211-116/+2
|\ \ | |/
| * * Moving all of the prioritization/reprioritization code into a new file Prio...John Hurliman2010-05-211-116/+2
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-211-14/+15
|\ \ | |/
| * * Initial commit of the slimupdates2 rewrite. This pass maintains the origina...unknown2010-05-121-14/+15
| * Remove the m_Viewer variable and make the property a shortcut to theMelanie Thielker2010-05-051-4/+1
| * Plumb Viewer version into ScenePresence for initial login. It's still notMelanie Thielker2010-05-051-0/+1
| * Plumb the viewer version string through into AgentCircuitData. Now all thatMelanie Thielker2010-05-051-0/+6
* | Merge branch 'careminster' into careminster-presence-refactorMelanie2010-05-211-1/+31
|\ \
| * | Fix a nullref issue in SitAltitudeCallbackTom Grimshaw2010-05-191-50/+53
* | | Initialise m_initialSitTarget to ZERO_VACTOR for safety's sake as per convo w...Tom Grimshaw2010-05-191-1/+1
* | | Fix a nullref issue in SitAltitudeCallbackTom Grimshaw2010-05-191-6/+9
* | | Fix for hanging on "Connecting to region".. caused by packets being processed...Tom Grimshaw2010-05-181-49/+53
* | | Merge branch 'careminster' into careminster-presence-refactorMelanie2010-05-081-8/+15
|\ \ \ | |/ /
| * | Fix Mouse+WASD makes Av rise; Fix PREJUMP.Kitto Flora2010-05-071-8/+15
| * | Fix sit with autopilot.Kitto Flora2010-03-191-3/+5
* | | Remove the m_Viewer variable and make the property a shortcut to theMelanie Thielker2010-05-061-4/+1
* | | Plumb Viewer version into ScenePresence for initial login. It's still notMelanie Thielker2010-05-061-0/+1
* | | Plumb the viewer version string through into AgentCircuitData. Now all thatMelanie Thielker2010-05-061-0/+6
* | | Adapt CM to the new CHANGED_OWNER handlingMelanie Thielker2010-05-031-4/+13
* | | Use the saved script statesMelanie Thielker2010-04-241-1/+36
* | | Plumb a data path to initialize an attachment from an alternate sourceMelanie Thielker2010-04-241-1/+1
* | | Merge branch 'master' into careminster-presence-refactorMelanie2010-04-191-0/+1
|\ \ \ | | |/ | |/|
| * | Reduce number of AvatarAnimations sent with large number of avatarsRobert Adams2010-04-131-0/+1
* | | Merge branch 'master' into careminster-presence-refactorMelanie2010-03-301-29/+29
|\ \ \ | |/ /
| * | Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...Dan Lake2010-03-191-29/+29
* | | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca...Kitto Flora2010-03-191-14/+8
|\ \ \
| * \ \ Merge branch 'master' into careminster-presence-refactorMelanie2010-03-181-13/+7
| |\ \ \ | | |/ /
| | * | Inconsistent locking of ScenePresence array in SceneGraph. Fixed by eliminati...Dan Lake2010-03-171-13/+7
| * | | Change GodLevel to UserLevel so gods can teleport freely without havingMelanie2010-03-151-1/+1