Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add prim item and test asset save in save oar unit test | Justin Clark-Casey (justincc) | 2010-05-21 | 1 | -1/+2 |
| | |||||
* | * UuidGatherer now tracks asset types for assets it discovers. The asset ↵ | John Hurliman | 2010-03-15 | 1 | -2/+2 |
| | | | | | | types are inferred from context * OAR saving will attempt to correct unknown asset types before writing broken assets to the OAR file | ||||
* | * Adds CreatorID to asset metadata. This is just the plumbing to support ↵ | John Hurliman | 2010-02-22 | 1 | -1/+1 |
| | | | | CreatorID, it doesn't modify database backends or OAR files to support storing/loading it | ||||
* | Formatting cleanup. | Jeff Ames | 2009-11-23 | 1 | -2/+2 |
| | |||||
* | refactor: extract another test asset helper method | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -4/+3 |
| | |||||
* | Rename test services to mock services, since this is a more accurate description | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -1/+1 |
| | | | | remove duplicate mock inventory service | ||||
* | Stop iar save failing on corrupt assets | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -4/+27 |
| | | | | Not ideal since one will still have to watch out for big 'corrupt asset' messages in the log, but better than an outright fail | ||||
* | minor: refactor common setup in uuid gatherer test | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -3/+10 |
| | |||||
* | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -0/+1 |
| | |||||
* | Add basic new uuid gatherer tests to check behaviour when the gather seed is ↵ | Justin Clark-Casey (justincc) | 2009-11-11 | 1 | -0/+58 |
a missing asset |