Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add coalesced scene objects class and serializer. This is currently only ↵ | Justin Clark-Casey (justincc) | 2011-04-13 | 1 | -0/+15 |
| | | | | | | | | | used by the TestRezCoalescedObject() regression test. This structure matches the existing one for SceneObjects and will allow code to be reused by the uuid gatherer, other tests, etc. Test is not yet fully implemented due to a bug in rezzing coalesced objects where they all get the same name as the item. Only one object should get the same name as the item, which appears to be the one selected last when the the objects were coalesced in the first place. This bug will be addressed shortly. | ||||
* | in AssetHelpers.CreateAsset(), create objects using the 'original' xml ↵ | Justin Clark-Casey (justincc) | 2011-03-10 | 1 | -1/+1 |
| | | | | format rather than 'xml2' | ||||
* | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -2/+2 |
| | |||||
* | create inactive test for iar folders/items merged with existing paths | Justin Clark-Casey (justincc) | 2010-06-11 | 1 | -12/+34 |
| | | | | add various helper functions for simplifying test readability | ||||
* | minor: refactor CreateAsset to eliminate dupe code | Justin Clark-Casey (justincc) | 2010-05-21 | 1 | -3/+5 |
| | |||||
* | add prim item and test asset save in save oar unit test | Justin Clark-Casey (justincc) | 2010-05-21 | 1 | -3/+11 |
| | |||||
* | Changed asset CreatorID to a string | John Hurliman | 2010-02-22 | 1 | -2/+2 |
| | |||||
* | * Adds CreatorID to asset metadata. This is just the plumbing to support ↵ | John Hurliman | 2010-02-22 | 1 | -6/+3 |
| | | | | CreatorID, it doesn't modify database backends or OAR files to support storing/loading it | ||||
* | Formatting cleanup. | Jeff Ames | 2009-11-23 | 1 | -1/+1 |
| | |||||
* | refactor: extract another test asset helper method | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -0/+13 |
| | |||||
* | refactor some test asset creation into a helper class | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -0/+51 |
remove mono compiler warning |