Commit History

Author SHA1 Message Date
  UbitUmarov 6826ca9b57 fix the meaning of objectDuplicate[OnRay]() flags parameter but still not using it 7 years ago
  Melanie Thielker b16abc8166 Massive tab and trailing space cleanup 7 years ago
  Justin Clark-Casey (justincc) fc878a33ed refactor: consistently put all test classes in the OpenSim.Tests.Common package rather than some in OpenSim.Tests.Common.Mock 10 years ago
  Justin Clark-Casey (justincc) e60fe958df minor: Fix more compiler warnings in CoreModules tests by properly overriding OpenSimTestCase.SetUp() 11 years ago
  Justin Clark-Casey (justincc) 22d4c52ffc Consistenly make NUnit test cases inherit from OpenSimTestCase which automatically turns off any logging enabled between tests 11 years ago
  Justin Clark-Casey (justincc) 07e62df558 Add regression test for teleporting an agent between separated regions on the same simulator. 12 years ago
  Justin Clark-Casey (justincc) dad1d6df18 rename TestHelper => TestHelpers for consistency 13 years ago
  Justin Clark-Casey (justincc) bda1a4be45 rename test SceneSetupHelpers -> SceneHelpers for consistency 13 years ago
  Justin Clark-Casey (justincc) bb9b317f15 Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Tests.Common instead 13 years ago
  Justin Clark-Casey (justincc) 8318915d7e Signal prim count taint if the AbsolutePosition of a scene object changes. 13 years ago
  Justin Clark-Casey (justincc) 63533412f8 Improve previous ILandObject method doc. 13 years ago
  Justin Clark-Casey (justincc) fa202a05e9 Add method doc to some land bitmap methods in ILandObject. 13 years ago
  Justin Clark-Casey (justincc) 8e668abc6d add test for removing group owned objects 13 years ago
  Justin Clark-Casey (justincc) 01b399055b add test for adding group object, factor out initial zero counts test 13 years ago
  Justin Clark-Casey (justincc) c13502a5cf add remove others object prim count test 13 years ago
  Justin Clark-Casey (justincc) 2c86f6ba7d refactor: rename m_dummyUserId to m_otherUserId 13 years ago
  Justin Clark-Casey (justincc) 5b0936d4b5 If the land has no group ownership (it is UUID.Zero) then don't put prims in the group count when they are also not group owned. 13 years ago
  Justin Clark-Casey (justincc) 8b16f7d976 (re)implement selected prim count. 13 years ago
  Justin Clark-Casey (justincc) 541cd3e8c8 move total parcel prim calculations into IPrimCounts instead of doing this in LLClientView 13 years ago
  Justin Clark-Casey (justincc) bfd9cc44b4 When an object is duplicated, add the dupe to the uuid/local id indexes as well as the basic entities list. 13 years ago
  Justin Clark-Casey (justincc) cc8897fceb Add test for PCM taint. This currently fails due to unexpected behaviour of SceneGraph.ForEachSOG(). This will be corrected soon. 13 years ago
  Justin Clark-Casey (justincc) 7f5019b0f2 Add ILandObject.IPrimCounts for the new prim count module. 13 years ago
  Justin Clark-Casey (justincc) eaa37d15f2 factor out common test setup code in PCM tests 13 years ago
  Justin Clark-Casey (justincc) f001aab8aa extend TestAddOwnerObject() to add a second object 13 years ago
  Justin Clark-Casey (justincc) ebbe3afaf1 Add PrimCountModuleTests.TestRemoveOwnerObject(). 13 years ago
  Justin Clark-Casey (justincc) de88227bc4 refactor: simplify part of AddSceneObject() test setup by moving sog construction into SceneSetupHelpers.CreateSceneObject() 13 years ago
  Justin Clark-Casey (justincc) 88673c86a4 use a 3 part object for the pcm test rather than a 1 part, for improved test coverage 13 years ago
  Justin Clark-Casey (justincc) f1f4985ab6 user a non UUID.Zero user in pcm test to avoid any special treatment of UUID.Zero 13 years ago
  Justin Clark-Casey (justincc) 654aa7abeb Extend simple PCM add object test to check all counts 13 years ago
  Justin Clark-Casey (justincc) d011896341 Add generic EventManager.OnObjectAddedToScene and get PrimCountModule to listen for that rather than EventManager.OnParcelPrimCountAdd 13 years ago