aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/Tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-192-132/+132
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-032-1/+266
* minor: Fix more compiler warnings in CoreModules tests by properly overriding...Justin Clark-Casey (justincc)2012-12-051-1/+3
* Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-241-1/+1
* Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)2012-04-271-1/+1
* rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-9/+9
* rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-16/+16
* Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)2011-05-211-1/+0
* Signal prim count taint if the AbsolutePosition of a scene object changes.Justin Clark-Casey (justincc)2011-04-061-4/+26
* Improve previous ILandObject method doc.Justin Clark-Casey (justincc)2011-04-061-43/+59
* Add method doc to some land bitmap methods in ILandObject.Justin Clark-Casey (justincc)2011-04-061-5/+47
* add test for removing group owned objectsJustin Clark-Casey (justincc)2011-04-021-0/+32
* add test for adding group object, factor out initial zero counts testJustin Clark-Casey (justincc)2011-04-021-7/+45
* add remove others object prim count testJustin Clark-Casey (justincc)2011-04-021-0/+23
* refactor: rename m_dummyUserId to m_otherUserIdJustin Clark-Casey (justincc)2011-04-021-9/+9
* If the land has no group ownership (it is UUID.Zero) then don't put prims in ...Justin Clark-Casey (justincc)2011-04-021-0/+21
* (re)implement selected prim count.Justin Clark-Casey (justincc)2011-03-301-0/+6
* move total parcel prim calculations into IPrimCounts instead of doing this in...Justin Clark-Casey (justincc)2011-03-261-1/+7
* When an object is duplicated, add the dupe to the uuid/local id indexes as we...Justin Clark-Casey (justincc)2011-03-261-0/+23
* Add test for PCM taint. This currently fails due to unexpected behaviour of ...Justin Clark-Casey (justincc)2011-03-261-1/+23
* Add ILandObject.IPrimCounts for the new prim count module.Justin Clark-Casey (justincc)2011-03-251-28/+32
* factor out common test setup code in PCM testsJustin Clark-Casey (justincc)2011-03-231-57/+53
* extend TestAddOwnerObject() to add a second objectJustin Clark-Casey (justincc)2011-03-231-4/+14
* Add PrimCountModuleTests.TestRemoveOwnerObject().Justin Clark-Casey (justincc)2011-03-231-1/+38
* refactor: simplify part of AddSceneObject() test setup by moving sog construc...Justin Clark-Casey (justincc)2011-03-231-10/+1
* use a 3 part object for the pcm test rather than a 1 part, for improved test ...Justin Clark-Casey (justincc)2011-03-231-10/+14
* user a non UUID.Zero user in pcm test to avoid any special treatment of UUID....Justin Clark-Casey (justincc)2011-03-231-4/+5
* Extend simple PCM add object test to check all countsJustin Clark-Casey (justincc)2011-03-231-0/+11
* Add generic EventManager.OnObjectAddedToScene and get PrimCountModule to list...Justin Clark-Casey (justincc)2011-03-231-0/+2
* Add an initial confidence-building TestAddObject() for prim counts.Justin Clark-Casey (justincc)2011-03-221-0/+75