aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2010-08-061-1/+6
|\
| * Correct some script constants.Melanie2010-08-061-1/+1
| |
| * Addresses http://opensimulator.org/mantis/view.php?id=4919Diva Canto2010-08-051-1/+6
| |
| * Add scripted controllers into agent intersim messagingMelanie Thielker2010-07-111-0/+33
| |
* | Make sure the avatar position gets moved along with a prim it is sitting on. ↵Tom2010-08-061-0/+13
| | | | | | | | This fixes mantis #208 and (maybe) issues with chat and sound coming from the wrong place when sat on a vehicle.
* | Implement CHANGED_REGION_(RE)START and also fix various CHANGED_* constants ↵Tom2010-08-061-1/+1
| | | | | | | | which had the wrong values (checked using LSL in SL). This addresses mantis #217 and mantis #53.
* | Scripted sit target fixesTom2010-08-031-1/+1
| |
* | Fix scripted sit offset in child primsTom2010-08-031-4/+14
| |
* | Add scripted controllers into agent intersim messagingMelanie Thielker2010-07-111-0/+33
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-07-111-3/+1
|\ \ | |/
| * Remove localID from script controls data. It won't transfer to anotherMelanie2010-07-111-3/+1
| | | | | | | | region anyway
* | Fix IMs the right way. This sets it up so that timestamps are actuallyMelanie Thielker2010-07-031-2/+5
| | | | | | | | | | | | | | | | in PST (to match viewer time), does correct storage and retrieval of IMs, corrects the session ID and makes sure IMs don't get marked "saved" if they're live. Removes the group IM save option, which our group IM module never had in the first place, as saving group chatter makes no sense at all.
* | 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
| | | | | | | | | | ignores collision filter. Physics collisions are still dodgy, so we don't get the events we should be getting.
* | 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 ↵Tom Grimshaw2010-06-201-3/+15
| | | | | | | | reference in the case of an avatar sitting on a child prim. This fixes various camera issues and fixes mantis #0000059.
* | Allow moving an avatar as part of a linkset using llSetLinkPrimitiveParams. ↵Tom Grimshaw2010-06-191-2/+37
| | | | | | | | This unlocks an awful lot of poseball-free content, and is a step towards resolving mantis #59.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-141-0/+1
|\ \ | |/
| * Fixes attachments coming back upon being detached in neighbouring regions ↵Diva Canto2010-06-131-0/+1
| | | | | | | | and crossing.
* | 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
| | | | | | | | we used to send before slimupdates and explicitly send it
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-091-51/+5
|\ \ | |/
| * Refactor SendCoarseLocations for better performance. Instead of computing ↵Dan Lake2010-06-081-51/+5
| | | | | | | | list of all locations fresh for every scene presence on every frame, we will instead compute the list once every 50 frames and send to all connected presences at that time. Also, we only add 60 items to the list when there are more than 60 presences in the scene. For 1000 users, this change yields a 99.8% reduction in list processing and a 98% reduction in network bandwidth for coarse locations.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-281-9/+0
|\ \ | |/
| * remove redundant ScenePresence.QueuePartForUpdate() - every place in the ↵Justin Clark-Casey (justincc)2010-05-281-9/+0
| | | | | | | | code calls SceneViewer.QueuePartForUpdate() directly
| * 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
|\ \ | |/ | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/ScenePresence.cs
| * Apply adaption of patch in http://opensimulator.org/mantis/view.php?id=4628Justin Clark-Casey (justincc)2010-05-211-3/+2
| | | | | | | | | | This prevents a ground-sitting avatar from being moved about in mouselook Thanks mirceakitsune!
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-211-116/+2
|\ \ | |/
| * * Moving all of the prioritization/reprioritization code into a new file ↵John Hurliman2010-05-211-116/+2
| | | | | | | | | | | | | | Prioritizer.cs * Simplified the interest management code to make it easier to add new policies. Prioritization and reprioritization share code paths now * Improved the distance and front back policies to always give your avatar the highest priority
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-211-14/+15
|\ \ | |/
| * * Initial commit of the slimupdates2 rewrite. This pass maintains the ↵unknown2010-05-121-14/+15
| | | | | | | | original behavior of avatar update sending and has a simplified set of IClientAPI methods for sending avatar/prim updates
| * Remove the m_Viewer variable and make the property a shortcut to theMelanie Thielker2010-05-051-4/+1
| | | | | | | | proper field in AgentCircuitData instead
| * Plumb Viewer version into ScenePresence for initial login. It's still notMelanie Thielker2010-05-051-0/+1
| | | | | | | | carried along
| * Plumb the viewer version string through into AgentCircuitData. Now all thatMelanie Thielker2010-05-051-0/+6
| | | | | | | | | | | | is left os to figure out what black magic turns AgentCircuitData into AgentData and then copy that into the ScenePresence, where m_Viewer is already added with this commit and waits for the data.
* | 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 ↵Tom Grimshaw2010-05-191-1/+1
| | | | | | | | | | | | with kitto
* | | Fix a nullref issue in SitAltitudeCallbackTom Grimshaw2010-05-191-6/+9
| | |
* | | Fix for hanging on "Connecting to region".. caused by packets being ↵Tom Grimshaw2010-05-181-49/+53
| | | | | | | | | | | | processed before the presence has bound to receive events. Fixed this by adding packets to a queue and then processing them when the presence is ready.
* | | 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
| | | | | | | | | | | | proper field in AgentCircuitData instead
* | | Plumb Viewer version into ScenePresence for initial login. It's still notMelanie Thielker2010-05-061-0/+1
| | | | | | | | | | | | carried along
* | | Plumb the viewer version string through into AgentCircuitData. Now all thatMelanie Thielker2010-05-061-0/+6
| | | | | | | | | | | | | | | | | | is left os to figure out what black magic turns AgentCircuitData into AgentData and then copy that into the ScenePresence, where m_Viewer is already added with this commit and waits for the data.