| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into careminster | Melanie | 2013-03-22 | 2 | -22/+120 |
|\ |
|
| * | On a teleport, lock m_agentsInTransit whilst we grab the value to check for c... | Justin Clark-Casey (justincc) | 2013-03-21 | 1 | -4/+4 |
| * | minor: disable logging on regression TestCrossOnSameSimulator() that I accide... | Justin Clark-Casey (justincc) | 2013-03-20 | 1 | -1/+1 |
| * | On the later forms of teleport failure, tell the user if this was because vie... | Justin Clark-Casey (justincc) | 2013-03-20 | 2 | -23/+121 |
| * | minor: remove mono compiler warning in SceneObjectUndoRedoTests | Justin Clark-Casey (justincc) | 2013-03-11 | 1 | -2/+2 |
* | | Merge branch 'master' into careminster | Melanie | 2013-03-08 | 2 | -103/+157 |
|\ \
| |/ |
|
| * | Add code for testing event queue messages recevied on region cross. | Justin Clark-Casey (justincc) | 2013-03-06 | 1 | -5/+22 |
| * | Add regression test for presence crossing between regions on the same simulator. | Justin Clark-Casey (justincc) | 2013-03-06 | 2 | -103/+140 |
* | | Merge branch 'master' into careminster | Melanie | 2013-02-28 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Add regression tests for llGetNotecardLine() | Justin Clark-Casey (justincc) | 2013-02-28 | 1 | -2/+2 |
* | | Merge branch 'master' into careminster | Melanie | 2013-02-16 | 3 | -5/+5 |
|\ \
| |/ |
|
| * | Add regression test TestSaveNonRootFolderToIar | Justin Clark-Casey (justincc) | 2013-02-16 | 3 | -5/+5 |
* | | Merge branch 'master' into careminster | Melanie | 2012-12-16 | 1 | -1/+40 |
|\ \
| |/ |
|
| * | Fix issue where calling llVolumeDetect(FALSE) would not remove phantom flag, ... | Justin Clark-Casey (justincc) | 2012-12-14 | 1 | -1/+40 |
* | | Merge branch 'master' into careminster | Melanie | 2012-11-25 | 18 | -119/+101 |
|\ \
| |/ |
|
| * | Combine TestDeleteSceneObjectAsync() with TestDeRezSceneObject() as they are ... | Justin Clark-Casey (justincc) | 2012-11-24 | 3 | -106/+83 |
| * | Fix regression TestDeleteSceneObjectAsyncToUserInventory by adding a BasicInv... | Justin Clark-Casey (justincc) | 2012-11-24 | 1 | -7/+12 |
| * | Consistenly make NUnit test cases inherit from OpenSimTestCase which automati... | Justin Clark-Casey (justincc) | 2012-11-24 | 17 | -17/+17 |
* | | Merge branch 'master' into careminster | Melanie | 2012-11-23 | 1 | -0/+58 |
|\ \
| |/ |
|
| * | Add regression test for checking scene close when SceneManager is asked to close | Justin Clark-Casey (justincc) | 2012-11-23 | 1 | -0/+58 |
* | | Merge branch 'master' into careminster | Melanie | 2012-11-11 | 1 | -33/+57 |
|\ \
| |/ |
|
| * | Uncomment SceneObjectBasicTests.TestDeleteSceneObjectAsyncToUserInventory() a... | Justin Clark-Casey (justincc) | 2012-11-10 | 1 | -33/+57 |
* | | Merge branch 'master' into careminster | Melanie | 2012-10-26 | 1 | -0/+17 |
|\ \
| |/ |
|
| * | In Scene.Close(), dispose of the physics scene after base.Close() since scrip... | Justin Clark-Casey (justincc) | 2012-10-25 | 1 | -0/+17 |
| * | Get rid of accidental scene start left in ScenePresenceAutopilotTests | Justin Clark-Casey (justincc) | 2012-10-12 | 1 | -1/+0 |
| * | Fix problems with regression tests by allowing invoke of Update() with a fini... | Justin Clark-Casey (justincc) | 2012-10-12 | 1 | -0/+1 |
| * | Add MaxPrimsUndo config setting to [Startup] section of OpenSim.ini. | Justin Clark-Casey (justincc) | 2012-09-27 | 2 | -2/+4 |
| * | Don't store undo states if a scene object is manipulated when it is not in a ... | Justin Clark-Casey (justincc) | 2012-09-26 | 1 | -0/+23 |
| * | Enforce existing 5 action hardcoded undo limit. | Justin Clark-Casey (justincc) | 2012-09-26 | 1 | -0/+27 |
| * | Add basic undo/redo regression tests. | Justin Clark-Casey (justincc) | 2012-09-26 | 2 | -2/+131 |
|/ |
|
* | Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder... | Justin Clark-Casey (justincc) | 2012-08-29 | 1 | -2/+34 |
* | Add --force flag to "kick user" console command to allow bypassing of recent ... | Justin Clark-Casey (justincc) | 2012-08-20 | 1 | -1/+1 |
* | Add TestCreateDuplicateRootScenePresence() regression test. | Justin Clark-Casey (justincc) | 2012-07-19 | 1 | -0/+23 |
* | Add basic TestCreateRootScenePresence() regression test | Justin Clark-Casey (justincc) | 2012-07-19 | 1 | -135/+144 |
* | Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled... | Justin Clark-Casey (justincc) | 2012-07-19 | 1 | -1/+1 |
* | Fix recent SOP.GetSittingAvatars() to return null if there are no sitting ava... | Justin Clark-Casey (justincc) | 2012-07-10 | 1 | -4/+20 |
* | Add OSSL function osForceAttachToAvatarFromInventory() | Justin Clark-Casey (justincc) | 2012-07-05 | 5 | -30/+35 |
* | In AttachmentsModule.DetachSingleAttachmentToInvInternal(), remove attachment... | Justin Clark-Casey (justincc) | 2012-06-25 | 1 | -0/+9 |
* | Don't make duplicate call to ScenePresence.Close() separately in ETM.DoTelepo... | Justin Clark-Casey (justincc) | 2012-06-08 | 1 | -1/+3 |
* | Remove duplicate update of user count in Scene.IncomingCloseAgent() | Justin Clark-Casey (justincc) | 2012-06-08 | 1 | -0/+23 |
* | If an agent is still registered as 'in transit' by the source region, don't a... | Justin Clark-Casey (justincc) | 2012-05-24 | 1 | -15/+27 |
* | minor: improve method doc for TestSameSimulatorSeparatedRegionsCreateAgentFai... | Justin Clark-Casey (justincc) | 2012-05-17 | 1 | -1/+1 |
* | Add regression TestSameSimulatorSeparatedRegionsCreateAgentFails() | Justin Clark-Casey (justincc) | 2012-05-17 | 1 | -0/+67 |
* | Comment out TestSameSimulatorSeparatedRegionsQueryAccessFails() regression te... | Justin Clark-Casey (justincc) | 2012-05-17 | 1 | -2/+2 |
* | Add regression TestSameSimulatorSeparatedRegionsQueryAccessFails() | Justin Clark-Casey (justincc) | 2012-05-17 | 1 | -0/+76 |
* | Add regression test for teleporting between neighbouring regions on the same ... | Justin Clark-Casey (justincc) | 2012-05-01 | 2 | -8/+107 |
* | Create TestHelpers.EnableLogging() and DisableLogging() to turn logging on an... | Justin Clark-Casey (justincc) | 2012-04-30 | 3 | -4/+9 |
* | Add regression test for teleporting an agent between separated regions on the... | Justin Clark-Casey (justincc) | 2012-04-27 | 19 | -171/+86 |
* | Add regression test TestSameRegionTeleport() | Justin Clark-Casey (justincc) | 2012-04-25 | 1 | -0/+36 |
* | Make TestSetPhysicsSinglePrim() actually add the object to the scene in order... | Justin Clark-Casey (justincc) | 2012-04-22 | 1 | -0/+2 |