| Commit message (Expand) | Author | Age | Files | Lines |
* | Move db directory out of tree. | onefang | 2019-05-19 | 2 | -3/+3 |
* | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 2019-05-19 | 8 | -123/+143 |
* | Attempt to move everything writable, and the configs, out of the bin directory. | David Walter Seikel | 2016-11-04 | 2 | -3/+3 |
* | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 2016-11-03 | 5 | -39/+12 |
* | Fix database service unit test failures by temporarily reverting BasicDataSer... | Justin Clark-Casey (justincc) | 2012-11-26 | 1 | -1/+7 |
* | Consistenly make NUnit test cases inherit from OpenSimTestCase which automati... | Justin Clark-Casey (justincc) | 2012-11-24 | 4 | -4/+7 |
* | minor: remove some recent mono compiler warnings | Justin Clark-Casey (justincc) | 2012-07-07 | 1 | -2/+0 |
* | Remove redundant SetScene() function in Scene.AddSceneObject() | Justin Clark-Casey (justincc) | 2012-07-07 | 1 | -1/+1 |
* | Port Avination's collision fixes to core. | Melanie | 2012-05-15 | 1 | -1/+0 |
* | Rename SOG.HasChildPrim(uint) to SOG.ContainsPart(uint) to match existing Con... | Justin Clark-Casey (justincc) | 2012-03-31 | 1 | -4/+4 |
* | refactor: change RezScriptFromAgentInventory(), RezNewScript() and AddInvento... | Justin Clark-Casey (justincc) | 2012-01-26 | 1 | -6/+6 |
* | Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL. | Dan Lake | 2011-11-02 | 1 | -5/+0 |
* | refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin... | Justin Clark-Casey (justincc) | 2011-08-27 | 1 | -4/+2 |
* | rename TestHelper => TestHelpers for consistency | Justin Clark-Casey (justincc) | 2011-08-06 | 4 | -44/+44 |
* | Fix a bug in T015_LargeSceneObjects() where the large scene object was stored... | Justin Clark-Casey (justincc) | 2011-03-14 | 1 | -2/+3 |
* | when retrieving a sog in database tests, don't bother adding the scene since ... | Justin Clark-Casey (justincc) | 2011-03-14 | 1 | -14/+1 |
* | Add method doc to T015_LargeSceneObjects() and slightly clean up formatting. | Justin Clark-Casey (justincc) | 2011-03-14 | 1 | -3/+6 |
* | Add current method output to all persistence level tests so that we can track... | Justin Clark-Casey (justincc) | 2011-03-14 | 4 | -11/+99 |
* | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 2011-03-12 | 1 | -1/+1 |
* | Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately. | Justin Clark-Casey (justincc) | 2011-03-09 | 6 | -57/+2 |
* | Another attempt at fixing failing test for creator info. | Marck | 2010-11-26 | 1 | -2/+2 |
* | Attempt at fixing failing test. | Diva Canto | 2010-11-23 | 1 | -2/+4 |
* | Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA... | John Hurliman | 2010-09-16 | 1 | -7/+7 |
* | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -5/+5 |
* | Add copyright headers. | Jeff Ames | 2010-09-12 | 2 | -2/+56 |
* | Fixed the naming mess around data connectors for simulation data | John Hurliman | 2010-09-11 | 1 | -6/+6 |
* | Add automated test at the opensim 'api' level to check that a given item goes... | Justin Clark-Casey (justincc) | 2010-08-24 | 3 | -14/+0 |
* | refactor: Use SOP.Flags rather than SOP.ObjectFlags | Justin Clark-Casey (justincc) | 2010-08-13 | 1 | -4/+4 |
* | comment out obsolete assert that 'item has been passed to another user since ... | Justin Clark-Casey (justincc) | 2010-07-14 | 1 | -1/+1 |
* | Revamp the permissions propagation. This MAY mess up. Please test. | Melanie | 2010-07-13 | 1 | -1/+1 |
* | add sqlite database back to database tests | Justin Clark-Casey (justincc) | 2010-06-04 | 1 | -1/+1 |
* | Minor correction to AssetTests.cs | AlexRa | 2010-05-26 | 1 | -3/+3 |
* | Ensured that tests are skipped for wrong conn string, also m_log chng | AlexRa | 2010-05-23 | 1 | -2/+23 |
* | Various minor changes in the data tests | AlexRa | 2010-05-23 | 5 | -16/+18 |
* | Unitests: Asset, Estate, Region (the "legacy" one), Inventory | AlexRa | 2010-05-23 | 5 | -173/+137 |
* | Added MS SQL test conn to INI - only as an example, modify before use!!! | AlexRa | 2010-05-23 | 1 | -4/+21 |
* | BasicAssetTest.cs replaced by AssetTests.cs | AlexRa | 2010-05-23 | 1 | -0/+161 |
* | Bugfix in tests (must clear db before migrations, not after) | AlexRa | 2010-05-23 | 3 | -3/+3 |
* | EstateData tests passing on all DBs | AlexRa | 2010-05-23 | 1 | -28/+2 |
* | Corrections in RegionTests.cs. It now fully works! | AlexRa | 2010-05-23 | 1 | -48/+75 |
* | Minor corrections in BasicDataServiceTest.cs | AlexRa | 2010-05-23 | 1 | -0/+41 |
* | All data tests made DBMS-independent | AlexRa | 2010-05-23 | 3 | -87/+159 |
* | Added generic base classes for testing database services | AlexRa | 2010-05-23 | 3 | -0/+241 |
* | Series of patches to include creator ID in assets. | AlexRa | 2010-05-20 | 1 | -4/+35 |
* | Scrambled asset type in BasicAssetTest.cs! | AlexRa | 2010-05-19 | 1 | -9/+10 |
* | rename SQLiteNG to SQLite and SQLite to SQLiteLegacy | Justin Clark-Casey (justincc) | 2010-04-30 | 1 | -1/+2 |
* | Remove the reading of estate_settings.xml and the associated processing of | Melanie | 2010-03-22 | 1 | -12/+12 |
* | Fixed SQL tests. | Diva Canto | 2010-03-02 | 1 | -4/+1 |
* | Changed asset CreatorID to a string | John Hurliman | 2010-02-22 | 3 | -11/+11 |
* | Merge branch 'presence-refactor' of ssh://opensimulator.org/var/git/opensim i... | John Hurliman | 2010-02-22 | 4 | -877/+7 |
|\ |
|