index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Framework
/
Scenes
/
Tests
/
ScenePresenceSitTests.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-11-17
work around some 'tests' errors: suspend sit on sittarget until im not 2 sl...
UbitUmarov
1
-0
/
+2
2015-09-21
Fix a regression to GetSittingAvatars(). Return List<ScenePresence> once more.
Kevin Cozens
1
-5
/
+5
2015-09-04
Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...
Diva Canto
1
-1
/
+0
2015-09-02
seems to compile ( tests comented out)
UbitUmarov
1
-4
/
+4
2014-11-25
refactor: consistently put all test classes in the OpenSim.Tests.Common packa...
Justin Clark-Casey (justincc)
1
-1
/
+0
2014-04-23
Fix regression test break on previous commit 328bc3b
Justin Clark-Casey (justincc)
1
-15
/
+16
2014-04-03
Fix sp.AbsolutePosition when agent is sitting on a child prim, which in turns...
Justin Clark-Casey (justincc)
1
-3
/
+63
2014-04-03
refactor: Use m_sittingAvatars to maintain the list of sitting avatars instea...
Justin Clark-Casey (justincc)
1
-4
/
+4
2013-12-14
Comment out sit position checks in TestSitAndStandWithSitTarget() in SP and N...
Justin Clark-Casey (justincc)
1
-8
/
+6
2013-12-14
Fix build break in test from previous commit 54cc229 - hadn't realized SceneP...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-12-14
Fix TestSitAndStandWithNoSitTarget NPC and SP tests.
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-11-24
Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-07-10
Fix recent SOP.GetSittingAvatars() to return null if there are no sitting ava...
Justin Clark-Casey (justincc)
1
-4
/
+20
2012-07-05
Add OSSL function osForceAttachToAvatarFromInventory()
Justin Clark-Casey (justincc)
1
-4
/
+4
2012-04-27
Add regression test for teleporting an agent between separated regions on the...
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-11-11
extract common ScenePresence setup code into Init() method for ScenePresenceS...
Justin Clark-Casey (justincc)
1
-39
/
+31
2011-11-11
add SP.PhysicsActor checks to other sit/stand tests
Justin Clark-Casey (justincc)
1
-0
/
+4
2011-11-11
add sit and stand on ground test
Justin Clark-Casey (justincc)
1
-0
/
+23
2011-11-11
As per mailing list last week, remove facility that would automatically move ...
Justin Clark-Casey (justincc)
1
-2
/
+31
2011-11-11
Bump warp sit distance up to 10 meters, as discussed on opensim-dev mailing l...
Justin Clark-Casey (justincc)
1
-16
/
+41
2011-11-11
Add new ScenePresenceSitTests with a single sit/stand test
Justin Clark-Casey (justincc)
1
-0
/
+103