index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Framework
/
Scenes
/
Tests
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-05-01
Add regression test for teleporting between neighbouring regions on the same ...
Justin Clark-Casey (justincc)
2
-8
/
+107
2012-04-30
Create TestHelpers.EnableLogging() and DisableLogging() to turn logging on an...
Justin Clark-Casey (justincc)
3
-4
/
+9
2012-04-27
Add regression test for teleporting an agent between separated regions on the...
Justin Clark-Casey (justincc)
19
-171
/
+86
2012-04-25
Add regression test TestSameRegionTeleport()
Justin Clark-Casey (justincc)
1
-0
/
+36
2012-04-22
Make TestSetPhysicsSinglePrim() actually add the object to the scene in order...
Justin Clark-Casey (justincc)
1
-0
/
+2
2012-04-22
Fix bug where setting phantom on a prim would result in a server log message ...
Justin Clark-Casey (justincc)
1
-0
/
+2
2012-04-21
Add test for setting physics in a linkset
Justin Clark-Casey (justincc)
1
-2
/
+28
2012-04-21
Add regression test for prim status when root prim in a new linkset is non-ph...
Justin Clark-Casey (justincc)
1
-0
/
+19
2012-04-21
Fix a bug where linking a non-physical prim with a physical prim as root woul...
Justin Clark-Casey (justincc)
1
-0
/
+19
2012-04-21
Add test for correct physics status on linking two physics objects
Justin Clark-Casey (justincc)
1
-2
/
+26
2012-04-21
refactor: extract common setup code in SceneObjectStatusTests
Justin Clark-Casey (justincc)
1
-10
/
+16
2012-04-21
Add TestSetPhysics() to SOP status tests
Justin Clark-Casey (justincc)
1
-0
/
+20
2012-04-17
Add TestGetChildPartPositionAfterObjectRotation()
Justin Clark-Casey (justincc)
1
-1
/
+37
2012-04-17
Add test TestGetChildPartPosition()
Justin Clark-Casey (justincc)
1
-0
/
+28
2012-04-14
Add GroupPosition and GetWorldPosition() checks to TestGetRootPartPosition()
Justin Clark-Casey (justincc)
1
-1
/
+3
2012-04-14
minor: make test names consistent
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-04-14
refactor: move common init code into SetUp() in SceneObjectSpatialTests
Justin Clark-Casey (justincc)
1
-8
/
+13
2012-04-14
refactor: put SOG position test in a separate TestSceneObjectGroupPosition()
Justin Clark-Casey (justincc)
1
-1
/
+17
2012-04-14
Add simple RelativePosition and OffsetPosition checks to TestGetRootPartPosition
Justin Clark-Casey (justincc)
1
-0
/
+2
2012-04-14
Add very basic TestGetRootPartPosition() test
Justin Clark-Casey (justincc)
1
-0
/
+65
2012-03-22
Add llGiveInventory() test from object to object where both objects are owned...
Justin Clark-Casey (justincc)
1
-2
/
+4
2012-03-20
Move frame loop entirely within Scene.Update() for better future performance ...
Justin Clark-Casey (justincc)
2
-8
/
+6
2012-03-20
Remove pointless ThreadAbortException catching in a test that isn't run anyway.
Justin Clark-Casey (justincc)
1
-11
/
+5
2012-03-02
minor: remove mono compiler warning
Justin Clark-Casey (justincc)
1
-2
/
+1
2012-02-15
In ObjectTortureTests, run garbage collector on Teardown and run scene loop u...
Justin Clark-Casey (justincc)
1
-2
/
+39
2012-02-08
Stop a scene object from attempting to link with itself (which results in an ...
Justin Clark-Casey (justincc)
1
-3
/
+20
2012-02-07
Add TestAddTaskInventoryItem()
Justin Clark-Casey (justincc)
1
-1
/
+25
2012-02-04
Only look for an uploaded transactional asset in Scene.UpdateTaskInventory if...
Justin Clark-Casey (justincc)
2
-2
/
+2
2012-01-26
Add basic TestAddScript() regression test
Justin Clark-Casey (justincc)
1
-0
/
+76
2011-12-12
Cleaned up ScenePresence parameters for Flying, WasFlying, FlyingOld and IsCo...
Dan Lake
2
-2
/
+2
2011-12-03
Split up test SceneHelpers to provide an AddChildScenePresence() call
Justin Clark-Casey (justincc)
1
-0
/
+1
2011-12-03
Remove T012_TestAddNeighbourRegion() and T013_TestRemoveNeighbourRegion() sin...
Justin Clark-Casey (justincc)
1
-70
/
+5
2011-12-03
Extend TestCreateChildScenePresence to make assertions both at CreateAgent st...
Justin Clark-Casey (justincc)
1
-0
/
+16
2011-12-03
Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence()
Justin Clark-Casey (justincc)
1
-11
/
+46
2011-12-03
Use GetAgentCircuits() to receive a copy of the AgentCircuitsByUUID dictionar...
Justin Clark-Casey (justincc)
1
-4
/
+2
2011-12-03
Add agent circuit number checks to TestCloseAgent()
Justin Clark-Casey (justincc)
1
-0
/
+4
2011-12-03
Add basic TestFlyingAnimation() regression test
Justin Clark-Casey (justincc)
1
-0
/
+70
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
2011-11-02
Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL.
Dan Lake
1
-8
/
+8
2011-10-29
Remove completely unused SOG.Rotation parameter
Justin Clark-Casey (justincc)
1
-9
/
+9
2011-10-25
Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...
Justin Clark-Casey (justincc)
1
-0
/
+1
2011-10-22
Get UUIDGatherer to scan notecards in the graph for asset uuids.
Justin Clark-Casey (justincc)
1
-0
/
+26
2011-10-06
Fixed line endings from previous commit
Dan Lake
1
-2
/
+2
2011-10-06
Refactored "known child region" in ScenePresence. There were 4 different
Dan Lake
1
-7
/
+4
2011-09-22
Reinstate option to land an npc when it reaches a target.
Justin Clark-Casey (justincc)
1
-2
/
+2
[next]