aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'master' into careminsterMelanie2012-10-301-1/+2
|\ \ \ | |/ /
| * | Add "force gc" region console command which manually invokes garbage collection.Justin Clark-Casey (justincc)2012-10-291-1/+2
* | | Merge branch 'master' into careminsterMelanie2012-10-261-1/+1
|\ \ \ | |/ /
* | | Merge branch 'master' into careminsterMelanie2012-10-261-7/+7
|\ \ \ | |/ /
| * | Changed "course" to "coarse" in several placesOren Hurvitz2012-10-251-7/+7
* | | Merge branch 'avination' into careminsterMelanie2012-09-101-3/+6
|\ \ \ | | |/ | |/|
| * | remove fireandforget call to EnableChildAgents at end on CompleteMovement,UbitUmarov2012-09-071-1/+3
| * | Make friend notifies and closing child agents async because both canMelanie2012-09-041-1/+1
| * | a forgotten file plus minor changes. Imp and SL viewer seem to preserveUbitUmarov2012-09-041-1/+2
* | | Merge branch 'master' into careminsterMelanie2012-09-071-5/+8
|\ \ \ | | |/ | |/|
| * | formattingSignpostMarv2012-09-041-6/+6
| * | although the attachmentPoint argument is a uint, zero is not a valid attachme...SignpostMarv2012-09-041-1/+4
* | | Merge commit 'a0d178b284050df64d0eb5b9728565fd72615c22' into careminsterMelanie2012-08-251-1/+3
|\ \ \ | |/ /
| * | Extend "Restarting scripts in attachments" debug log message to show actual n...Justin Clark-Casey (justincc)2012-08-241-1/+3
* | | Merge branch 'master' into careminsterMelanie2012-08-181-5/+10
|\ \ \ | |/ / | | / | |/ |/|
| * BulletSim: Properly regenerate hulls when objects made physical.Robert Adams2012-08-171-8/+8
| * Modify order of code so SOP doesn't set the physics actor flyingRobert Adams2012-08-171-7/+12
* | on presence close(), release animator and OnRegionHeartbeatEnd eventUbitUmarov2012-08-031-0/+7
* | Merge branch 'avination' into careminsterMelanie2012-08-011-1/+3
|\ \
| * | Correct StandUp position and rotationMelanie2012-07-301-1/+3
* | | Merge branch 'avination' into careminsterMelanie2012-07-291-0/+3
|\ \ \ | |/ /
| * | See that if controls are taken, those are released before taking new onesMelanie2012-07-291-0/+3
* | | Merge branch 'master' into careminsterMelanie2012-07-201-13/+14
|\ \ \ | |/ / |/| / | |/
| * Stop explicitly closing and nulling out Animator in order to prevent NREs in ...Justin Clark-Casey (justincc)2012-07-191-16/+6
* | 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