Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed SceneObjectGroup to store parts with the fast and thread-safe ↵ | John Hurliman | 2010-09-16 | 1 | -7/+7 |
| | | | | MapAndArray collection | ||||
* | 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 ↵ | Justin Clark-Casey (justincc) | 2010-08-24 | 1 | -4/+0 |
| | | | | | | goes to the correct directory Also removes some mono compiler warnings | ||||
* | 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 |
| | | | | it was last set' perms flag was set when a prim item was added to a scene object | ||||
* | Revamp the permissions propagation. This MAY mess up. Please test. | Melanie | 2010-07-13 | 1 | -1/+1 |
| | | | | | | | Change the slam bit from 3 to 4. Assume the old slam bit is always set. The new slam bit is a "changed owner" bit, correcting a bug where an item passed from the creator to another with less than full perms, then back (sale test) would arrive back full perm. Lots of in-code docs. | ||||
* | Various minor changes in the data tests | AlexRa | 2010-05-23 | 1 | -2/+2 |
| | |||||
* | Unitests: Asset, Estate, Region (the "legacy" one), Inventory | AlexRa | 2010-05-23 | 1 | -1/+26 |
| | | | | | | | | The tests have been modified to work under NUnit 2.4.6 (the one currently used in the project). They will also work with NUnit 2.5+ as is, but will look better if you #define NUNIT25 for them. | ||||
* | Bugfix in tests (must clear db before migrations, not after) | AlexRa | 2010-05-23 | 1 | -1/+1 |
| | |||||
* | Corrections in RegionTests.cs. It now fully works! | AlexRa | 2010-05-23 | 1 | -48/+75 |
| | | | | | | | | | The problem was that some tests relied on prior tests to leave the DB in a particular state, but the test class cleared the DB every time. The affected tests have been merged into one to remove the dependencies. tested on all 3 Dbs, all tests green. | ||||
* | All data tests made DBMS-independent | AlexRa | 2010-05-23 | 1 | -0/+1082 |