aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/RegionTests.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-77/+84
2019-01-21disable tests that now fail bc a scenegraph is now needed to find prims by lo...UbitUmarov1-3/+10
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-76/+76
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-8/+0
2015-11-16 work around some 'tests' errorsUbitUmarov1-2/+9
2014-11-28Remove unmaintained MSSQL support.Justin Clark-Casey (justincc)1-8/+0
2013-12-14varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams1-4/+4
2013-09-28VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-4/+4
2013-09-25VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-4/+4
2012-07-07minor: remove some recent mono compiler warningsJustin Clark-Casey (justincc)1-2/+0
2012-07-07Remove redundant SetScene() function in Scene.AddSceneObject()Justin Clark-Casey (justincc)1-1/+1
2012-05-15Port Avination's collision fixes to core.Melanie1-1/+0
2012-05-14Completely revamp collision handling. Now works as it is supposed to.Melanie1-1/+0
2012-03-31Rename SOG.HasChildPrim(uint) to SOG.ContainsPart(uint) to match existing Con...Justin Clark-Casey (justincc)1-4/+4
2012-01-26refactor: change RezScriptFromAgentInventory(), RezNewScript() and AddInvento...Justin Clark-Casey (justincc)1-6/+6
2011-11-02Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL.Dan Lake1-5/+0
2011-08-27refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin...Justin Clark-Casey (justincc)1-4/+2
2011-08-06rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)1-20/+20
2011-03-14Fix a bug in T015_LargeSceneObjects() where the large scene object was stored...Justin Clark-Casey (justincc)1-2/+3
2011-03-14when retrieving a sog in database tests, don't bother adding the scene since ...Justin Clark-Casey (justincc)1-14/+1
2011-03-14Add method doc to T015_LargeSceneObjects() and slightly clean up formatting.Justin Clark-Casey (justincc)1-3/+6
2011-03-14Add current method output to all persistence level tests so that we can track...Justin Clark-Casey (justincc)1-11/+48
2011-03-09Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)1-11/+0
2010-09-16Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman1-7/+7
2010-09-11Fixed the naming mess around data connectors for simulation dataJohn Hurliman1-6/+6
2010-08-24Add automated test at the opensim 'api' level to check that a given item goes...Justin Clark-Casey (justincc)1-4/+0
2010-08-13refactor: Use SOP.Flags rather than SOP.ObjectFlagsJustin Clark-Casey (justincc)1-4/+4
2010-07-14comment out obsolete assert that 'item has been passed to another user since ...Justin Clark-Casey (justincc)1-1/+1
2010-07-13Revamp the permissions propagation. This MAY mess up. Please test.Melanie1-1/+1
2010-07-13Revamp the permissions propagation. This MAY mess up. Please test.Melanie Thielker1-1/+1
2010-05-23Various minor changes in the data testsAlexRa1-2/+2
2010-05-23Unitests: Asset, Estate, Region (the "legacy" one), InventoryAlexRa1-1/+26
2010-05-23Bugfix in tests (must clear db before migrations, not after)AlexRa1-1/+1
2010-05-23Corrections in RegionTests.cs. It now fully works!AlexRa1-48/+75
2010-05-23All data tests made DBMS-independentAlexRa1-40/+61
2010-02-16Disable Data.BasicRegioNTest.T016_RandomSogWithSceneParts() temporarily since...Justin Clark-Casey (justincc)1-1/+1
2009-12-31Put PassCollision on the ignore list for testing, since we don't save thatMelanie1-0/+1
2009-11-12minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2009-10-19* Removed OpenSim.Data.NHibernateJohn Hurliman1-1/+0
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-10-01Formatting cleanup.Jeff Ames1-18/+18
2009-09-16SceneObjectGroup cleanup. Removes the default constructor and unnecessary nul...John Hurliman1-4/+2
2009-08-16* Added Expression based ignores to the PropertyScrambler, which makes a lot ...Kunnis1-12/+12
2009-08-16* Modified SQLite/SQLiteInventoryStore.cs to not throw if the inventory row d...Kunnis1-1/+3
2009-08-16Adding in Reflection-based testing, to ensure that all properties are covered.Kunnis1-0/+47
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-04-13make the asserts spit out messages about their test namesSean Dague1-166/+166
2009-04-08* Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey1-2/+2
2009-04-01* Removes some hard-coded magic numbers relating to RegionSize. We now use Co...Adam Frisby1-5/+5
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-2/+5