aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceSitTests.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2014-11-251-1/+0
* Fix regression test break on previous commit 328bc3bJustin Clark-Casey (justincc)2014-04-231-15/+16
* Fix sp.AbsolutePosition when agent is sitting on a child prim, which in turns...Justin Clark-Casey (justincc)2014-04-031-3/+63
* refactor: Use m_sittingAvatars to maintain the list of sitting avatars instea...Justin Clark-Casey (justincc)2014-04-031-4/+4
* Comment out sit position checks in TestSitAndStandWithSitTarget() in SP and N...Justin Clark-Casey (justincc)2013-12-141-8/+6
* Fix build break in test from previous commit 54cc229 - hadn't realized SceneP...Justin Clark-Casey (justincc)2013-12-141-1/+1
* Fix TestSitAndStandWithNoSitTarget NPC and SP tests.Justin Clark-Casey (justincc)2013-12-141-1/+1
* Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-241-1/+1
* Fix recent SOP.GetSittingAvatars() to return null if there are no sitting ava...Justin Clark-Casey (justincc)2012-07-101-4/+20
* Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)2012-07-051-4/+4
* Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)2012-04-271-1/+1
* extract common ScenePresence setup code into Init() method for ScenePresenceS...Justin Clark-Casey (justincc)2011-11-111-39/+31
* add SP.PhysicsActor checks to other sit/stand testsJustin Clark-Casey (justincc)2011-11-111-0/+4
* add sit and stand on ground testJustin Clark-Casey (justincc)2011-11-111-0/+23
* As per mailing list last week, remove facility that would automatically move ...Justin Clark-Casey (justincc)2011-11-111-2/+31
* Bump warp sit distance up to 10 meters, as discussed on opensim-dev mailing l...Justin Clark-Casey (justincc)2011-11-111-16/+41
* Add new ScenePresenceSitTests with a single sit/stand testJustin Clark-Casey (justincc)2011-11-111-0/+103