| Commit message (Expand) | Author | Files | Lines |
2013-11-13 | Fix bug where removing a physical linkset would only decrement the Active Obj... | Justin Clark-Casey (justincc) | 1 | -0/+71 |
2013-09-27 | minor: Disable logging left active on regression test TestSameSimulatorIsolat... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-09-27 | refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in ... | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2013-09-27 | refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ... | Justin Clark-Casey (justincc) | 2 | -3/+3 |
2013-09-19 | For debug purposes, allow simulators to force use of earlier SIMULATION/0.1 t... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-09-19 | Create regression TestCrossOnSameSimulatorNoRootDestPerm() to check that avat... | Justin Clark-Casey (justincc) | 1 | -0/+86 |
2013-09-08 | Harmonize the class name, ID and Name of the default perms module | Melanie Thielker | 3 | -8/+8 |
2013-08-17 | Add ScenePresenceTeleportTests.TestSameSimulatorIsolatedRegionsV2() regressio... | Justin Clark-Casey (justincc) | 3 | -5/+67 |
2013-08-16 | Add TestSameSimulatorNeighbouringRegionsV2() regression test for v2 entity tr... | Justin Clark-Casey (justincc) | 1 | -2/+87 |
2013-07-26 | Fix failure in TestCreateDuplicateRootScenePresence(). | Justin Clark-Casey (justincc) | 1 | -0/+13 |
2013-07-26 | Fix regression tests relating to agent transfer by making simulator use last ... | Justin Clark-Casey (justincc) | 1 | -0/+6 |
2013-07-14 | Fix broken tests -- the test setup was wrong... sigh. | Diva Canto | 1 | -0/+1 |
2013-07-11 | minor: remove some regression test logging switches accidentally left uncomme... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-07-05 | Add very basic regression test TestChildAgentSingleRegionCapabilities() which... | Justin Clark-Casey (justincc) | 1 | -0/+88 |
2013-05-09 | Only send one kill object to the deleter when they derez an object rather tha... | Justin Clark-Casey (justincc) | 1 | -9/+10 |
2013-05-09 | Fix issue where objects removed via llDie() would not disappear for users loo... | Justin Clark-Casey (justincc) | 3 | -12/+84 |
2013-05-09 | minor: Simplify test setup in SceneObjectDeRezTests since permissions module ... | Justin Clark-Casey (justincc) | 1 | -10/+4 |
2013-03-21 | On a teleport, lock m_agentsInTransit whilst we grab the value to check for c... | Justin Clark-Casey (justincc) | 1 | -4/+4 |
2013-03-20 | minor: disable logging on regression TestCrossOnSameSimulator() that I accide... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-03-20 | On the later forms of teleport failure, tell the user if this was because vie... | Justin Clark-Casey (justincc) | 2 | -23/+121 |
2013-03-11 | minor: remove mono compiler warning in SceneObjectUndoRedoTests | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2013-03-06 | Add code for testing event queue messages recevied on region cross. | Justin Clark-Casey (justincc) | 1 | -5/+22 |
2013-03-06 | Add regression test for presence crossing between regions on the same simulator. | Justin Clark-Casey (justincc) | 2 | -103/+140 |
2013-02-28 | Add regression tests for llGetNotecardLine() | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2013-02-16 | Add regression test TestSaveNonRootFolderToIar | Justin Clark-Casey (justincc) | 3 | -5/+5 |
2012-12-14 | Fix issue where calling llVolumeDetect(FALSE) would not remove phantom flag, ... | Justin Clark-Casey (justincc) | 1 | -1/+40 |
2012-11-24 | Combine TestDeleteSceneObjectAsync() with TestDeRezSceneObject() as they are ... | Justin Clark-Casey (justincc) | 3 | -106/+83 |
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-15 | Revert "Merge master into teravuswork", it should have been avination, not ma... | teravus | 3 | -52/+3 |
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 |