aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2012-07-111-42/+32
|\
| * If a part has a sit target and an avatar is already sitting, allow another av...Justin Clark-Casey (justincc)2012-07-101-7/+4
| * refactor: move management of SOP.SitTargetAvatar into SOP.AddSittingAvatar() ...Justin Clark-Casey (justincc)2012-07-101-5/+0
| * Revert "refactor: Add SOP.IsSitTargetOccupied to improve readability"Justin Clark-Casey (justincc)2012-07-101-2/+2
| * refactor: Add SOP.IsSitTargetOccupied to improve readabilityJustin Clark-Casey (justincc)2012-07-101-2/+2
| * refactor: use sit orientation argument passed in to SP.SendSitResponse() rath...Justin Clark-Casey (justincc)2012-07-101-4/+2
| * Move common code to detect whether a part has a valid sit target into a SOP p...Justin Clark-Casey (justincc)2012-07-101-30/+5
| * Remove log line accidentally left in SP.SendSitResponse()Justin Clark-Casey (justincc)2012-07-101-1/+1
| * Don't allow a prim to be sat upon if its part of an attachmentJustin Clark-Casey (justincc)2012-07-091-0/+9
| * Do not allow a script to attach a prim if its being sat upon.Justin Clark-Casey (justincc)2012-07-091-1/+17
* | Merge branch 'avination' into careminsterMelanie2012-07-061-10/+13
|\ \
| * | fix a seg fault in sp.csUbitUmarov2012-06-251-1/+2
| * | *CHECK/REVIEW* comented out not used sp.ParentPosition. Comented out SOG.Abs...UbitUmarov2012-06-171-9/+11
* | | Merge branch 'master' into careminsterMelanie2012-06-281-37/+4
|\ \ \ | | |/ | |/|
| * | refactor: Move ScenePresence <-> AgentData attachments copying code into Atta...Justin Clark-Casey (justincc)2012-06-271-37/+4
* | | Merge branch 'master' into careminsterMelanie2012-06-261-3/+0
|\ \ \ | |/ /
| * | When attachments are being saved and deleted for a closing root agent, delete...Justin Clark-Casey (justincc)2012-06-251-3/+0
* | | Merge branch 'avination' into careminsterMelanie2012-06-151-0/+3
|\ \ \ | | |/ | |/|
| * | Changed t adding the avatar dependent sit offset and not subtracting, so not...UbitUmarov2012-06-131-2/+4
| * | *TEST this will affect inworld sittargets by +-0.1m, so may be very BAD *. Ch...UbitUmarov2012-06-131-1/+2
| * | Moved auxiliar funtions of last commit from sop to lsl api since they are on...UbitUmarov2012-06-121-34/+0
| * | *UNTESTED* extended llGet*PrimitiveParam() to support avatars. Some auxiliar ...UbitUmarov2012-06-121-0/+34
* | | Merge branch 'master' into careminsterMelanie2012-06-111-6/+6
|\ \ \ | | |/ | |/|
| * | Comment out the scene presence sitting debug log messages for nowJustin Clark-Casey (justincc)2012-06-111-6/+6
* | | Merge branch 'avination' into careminsterMelanie2012-06-111-2/+7
|\ \ \ | | |/ | |/|
| * | Fix a corner case where checking for region corssing may cross an avatar back ifMelanie2012-06-081-2/+7
* | | Merge branch 'master' into careminsterMelanie2012-06-081-1/+1
|\ \ \ | | |/ | |/|
| * | Don't make duplicate call to ScenePresence.Close() separately in ETM.DoTelepo...Justin Clark-Casey (justincc)2012-06-081-1/+1
* | | Merge branch 'avination' into careminsterMelanie2012-06-021-1/+1
|\ \ \ | | |/ | |/|
| * | Fix LSL animation state reporting and animation state transitions on crossingMelanie2012-06-011-1/+1
* | | Merge branch 'avination' into careminsterMelanie2012-05-311-162/+162
|\ \ \ | |/ /
| * | Add advanced collision processing into ScenePresenceMelanie2012-05-291-162/+162
* | | Re-add script collisions that were lost in a mergeMelanie2012-05-291-0/+2
* | | Merge branch 'avination' into careminsterMelanie2012-05-271-51/+82
|\ \ \ | |/ /
| * | fix m_sitAvatarHeight to be half size.z, reduced default to a more resonable...UbitUmarov2012-05-191-1/+1
| * | reduce useless waste of cpu. Make character collision events be done similia...UbitUmarov2012-05-191-1/+3
| * | modulate collision sounds intensity with relative collision speedUbitUmarov2012-05-191-49/+78
* | | Merge branch 'master' into careminsterMelanie2012-05-191-3/+12
|\ \ \ | | |/ | |/|
| * | Cleanup + change properties to set fields with private set : Thanks Justin fo...BlueWall2012-05-181-1/+0
| * | Provide Telehub setting to allow use of landmarksBlueWall2012-05-181-1/+2
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2012-05-171-29/+28
| |\ \
| * | | Check agent limit against root agent count rather than both root and child ag...Justin Clark-Casey (justincc)2012-05-171-2/+11
* | | | Merge branch 'avination' into careminsterMelanie2012-05-171-1/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | increase avatars collisions report to 10 per sec, Stopped sound on avatar to ...UbitUmarov2012-05-171-1/+1
| * | | add avatar colision sounds. Changed test sound UUIDUbitUmarov2012-05-171-0/+2
* | | | Merge branch 'master' into careminsterMelanie2012-05-171-29/+28
|\ \ \ \ | | |_|/ | |/| |
| * | | Force the default Telehub router if no matches are found in the config.BlueWall2012-05-171-29/+28
| | |/ | |/|
* | | Merge branch 'master' into careminsterMelanie2012-05-141-19/+84
|\ \ \ | |/ /
| * | Add configurable SpawnPointRoutingBlueWall2012-05-131-19/+84
* | | Merge branch 'avination' into careminsterMelanie2012-05-131-0/+8
|\ \ \ | | |/ | |/|