aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* some steps to rez center or root of prim inventory object at requestedUbitUmarov2014-11-191-1/+1
* Merge branch 'master' into careminsterMelanie2014-01-283-59/+164
|\
| * Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-01-201-0/+119
| |\
| | * Stop exceptions being generated on agent connection if a telehub object has b...Justin Clark-Casey (justincc)2014-01-201-0/+119
| * | Materials module: a) Store materials as assets; b) Finalized it (removed the ...Oren Hurvitz2014-01-201-6/+6
| * | Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-01-161-53/+39
| |\ \ | | |/
| | * Prevent duplicate invocations or race dontision in SP.CompleteMovement()Justin Clark-Casey (justincc)2014-01-161-53/+39
* | | Intermediate commit. Sill errors.Melanie2014-01-051-8/+6
|\ \ \ | |/ /
| * | Comment out sit position checks in TestSitAndStandWithSitTarget() in SP and N...Justin Clark-Casey (justincc)2013-12-141-8/+6
| * | Fix build break in test from previous commit 54cc229 - hadn't realized SceneP...Justin Clark-Casey (justincc)2013-12-141-1/+1
| * | Fix TestSitAndStandWithNoSitTarget NPC and SP tests.Justin Clark-Casey (justincc)2013-12-141-1/+1
| |/
* | Merge branch 'master' into careminsterMelanie2013-11-231-0/+71
|\ \ | |/
| * Fix bug where removing a physical linkset would only decrement the Active Obj...Justin Clark-Casey (justincc)2013-11-131-0/+71
* | Merge branch 'master' into careminsterMelanie2013-10-043-7/+95
|\ \ | |/
| * minor: Disable logging left active on regression test TestSameSimulatorIsolat...Justin Clark-Casey (justincc)2013-09-271-1/+1
| * refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in ...Justin Clark-Casey (justincc)2013-09-271-2/+2
| * refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...Justin Clark-Casey (justincc)2013-09-272-3/+3
| * For debug purposes, allow simulators to force use of earlier SIMULATION/0.1 t...Justin Clark-Casey (justincc)2013-09-191-1/+1
| * Create regression TestCrossOnSameSimulatorNoRootDestPerm() to check that avat...Justin Clark-Casey (justincc)2013-09-191-0/+86
* | Merge branch 'avination-current' into careminsterMelanie2013-09-163-19/+16
|\ \
| * | Harmonize the class name, ID and Name of the default perms moduleMelanie Thielker2013-09-083-8/+8
* | | Merge branch 'master' into careminsterMelanie2013-08-173-6/+153
|\ \ \ | | |/ | |/|
| * | Add ScenePresenceTeleportTests.TestSameSimulatorIsolatedRegionsV2() regressio...Justin Clark-Casey (justincc)2013-08-173-5/+67
| * | Add TestSameSimulatorNeighbouringRegionsV2() regression test for v2 entity tr...Justin Clark-Casey (justincc)2013-08-161-2/+87
* | | Merge branch 'master' into careminsterMelanie2013-07-292-0/+19
|\ \ \ | |/ /
| * | Fix failure in TestCreateDuplicateRootScenePresence().Justin Clark-Casey (justincc)2013-07-261-0/+13
| * | Fix regression tests relating to agent transfer by making simulator use last ...Justin Clark-Casey (justincc)2013-07-261-0/+6
* | | Merge branch 'master' into careminsterMelanie2013-07-182-0/+89
|\ \ \ | |/ /
| * | Fix broken tests -- the test setup was wrong... sigh.Diva Canto2013-07-141-0/+1
| * | minor: remove some regression test logging switches accidentally left uncomme...Justin Clark-Casey (justincc)2013-07-111-1/+1
| * | Add very basic regression test TestChildAgentSingleRegionCapabilities() which...Justin Clark-Casey (justincc)2013-07-051-0/+88
* | | Merge branch 'master' into careminsterMelanie2013-05-113-29/+96
|\ \ \ | |/ / | | / | |/ |/|
| * Only send one kill object to the deleter when they derez an object rather tha...Justin Clark-Casey (justincc)2013-05-091-9/+10
| * Fix issue where objects removed via llDie() would not disappear for users loo...Justin Clark-Casey (justincc)2013-05-093-12/+84
| * minor: Simplify test setup in SceneObjectDeRezTests since permissions module ...Justin Clark-Casey (justincc)2013-05-091-10/+4
* | Merge branch 'master' into careminsterMelanie2013-03-222-22/+120
|\ \ | |/
| * On a teleport, lock m_agentsInTransit whilst we grab the value to check for c...Justin Clark-Casey (justincc)2013-03-211-4/+4
| * minor: disable logging on regression TestCrossOnSameSimulator() that I accide...Justin Clark-Casey (justincc)2013-03-201-1/+1
| * On the later forms of teleport failure, tell the user if this was because vie...Justin Clark-Casey (justincc)2013-03-202-23/+121
| * minor: remove mono compiler warning in SceneObjectUndoRedoTestsJustin Clark-Casey (justincc)2013-03-111-2/+2
* | Merge branch 'master' into careminsterMelanie2013-03-082-103/+157
|\ \ | |/
| * Add code for testing event queue messages recevied on region cross.Justin Clark-Casey (justincc)2013-03-061-5/+22
| * Add regression test for presence crossing between regions on the same simulator.Justin Clark-Casey (justincc)2013-03-062-103/+140
* | Merge branch 'master' into careminsterMelanie2013-02-281-2/+2
|\ \ | |/
| * Add regression tests for llGetNotecardLine()Justin Clark-Casey (justincc)2013-02-281-2/+2
* | Merge branch 'master' into careminsterMelanie2013-02-163-5/+5
|\ \ | |/
| * Add regression test TestSaveNonRootFolderToIarJustin Clark-Casey (justincc)2013-02-163-5/+5
* | Merge branch 'master' into careminsterMelanie2012-12-161-1/+40
|\ \ | |/
| * Fix issue where calling llVolumeDetect(FALSE) would not remove phantom flag, ...Justin Clark-Casey (justincc)2012-12-141-1/+40
* | Merge branch 'master' into careminsterMelanie2012-11-2518-119/+101
|\ \ | |/