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-11-24
Fix regression TestDeleteSceneObjectAsyncToUserInventory by adding a BasicInv...
Justin Clark-Casey (justincc)
1
-7
/
+12
2012-11-24
Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...
Justin Clark-Casey (justincc)
17
-17
/
+17
2012-11-23
Add regression test for checking scene close when SceneManager is asked to close
Justin Clark-Casey (justincc)
1
-0
/
+58
2012-11-10
Uncomment SceneObjectBasicTests.TestDeleteSceneObjectAsyncToUserInventory() a...
Justin Clark-Casey (justincc)
1
-33
/
+57
2012-10-25
In Scene.Close(), dispose of the physics scene after base.Close() since scrip...
Justin Clark-Casey (justincc)
1
-0
/
+17
2012-10-12
Get rid of accidental scene start left in ScenePresenceAutopilotTests
Justin Clark-Casey (justincc)
1
-1
/
+0
2012-10-12
Fix problems with regression tests by allowing invoke of Update() with a fini...
Justin Clark-Casey (justincc)
1
-0
/
+1
2012-09-27
Add MaxPrimsUndo config setting to [Startup] section of OpenSim.ini.
Justin Clark-Casey (justincc)
2
-2
/
+4
2012-09-26
Don't store undo states if a scene object is manipulated when it is not in a ...
Justin Clark-Casey (justincc)
1
-0
/
+23
2012-09-26
Enforce existing 5 action hardcoded undo limit.
Justin Clark-Casey (justincc)
1
-0
/
+27
2012-09-26
Add basic undo/redo regression tests.
Justin Clark-Casey (justincc)
2
-2
/
+131
2012-08-29
Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder...
Justin Clark-Casey (justincc)
1
-2
/
+34
2012-08-20
Add --force flag to "kick user" console command to allow bypassing of recent ...
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-07-19
Add TestCreateDuplicateRootScenePresence() regression test.
Justin Clark-Casey (justincc)
1
-0
/
+23
2012-07-19
Add basic TestCreateRootScenePresence() regression test
Justin Clark-Casey (justincc)
1
-135
/
+144
2012-07-19
Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...
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)
5
-30
/
+35
2012-06-25
In AttachmentsModule.DetachSingleAttachmentToInvInternal(), remove attachment...
Justin Clark-Casey (justincc)
1
-0
/
+9
2012-06-08
Don't make duplicate call to ScenePresence.Close() separately in ETM.DoTelepo...
Justin Clark-Casey (justincc)
1
-1
/
+3
2012-06-08
Remove duplicate update of user count in Scene.IncomingCloseAgent()
Justin Clark-Casey (justincc)
1
-0
/
+23
2012-05-24
If an agent is still registered as 'in transit' by the source region, don't a...
Justin Clark-Casey (justincc)
1
-15
/
+27
2012-05-17
minor: improve method doc for TestSameSimulatorSeparatedRegionsCreateAgentFai...
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-05-17
Add regression TestSameSimulatorSeparatedRegionsCreateAgentFails()
Justin Clark-Casey (justincc)
1
-0
/
+67
2012-05-17
Comment out TestSameSimulatorSeparatedRegionsQueryAccessFails() regression te...
Justin Clark-Casey (justincc)
1
-2
/
+2
2012-05-17
Add regression TestSameSimulatorSeparatedRegionsQueryAccessFails()
Justin Clark-Casey (justincc)
1
-0
/
+76
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
[next]