Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately. | Justin Clark-Casey (justincc) | 2011-03-09 | 1 | -2/+0 |
| | | | | This version removes the NUnit.Framework.SyntaxHelpers namespace, so any modules with their own tests will need to delete this using statement. | ||||
* | 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 | -2/+2 |
| | | | | CreatorID, it doesn't modify database backends or OAR files to support storing/loading it | ||||
* | Changing the AssetBase constructors to avoid initializing assets with an ↵ | John Hurliman | 2009-11-05 | 1 | -3/+2 |
| | | | | unknown asset type, and log an error if it ever does happen | ||||
* | Add copyright headers. Formatting cleanup. Fix a compiler warning. | Jeff Ames | 2009-08-17 | 1 | -4/+31 |
| | |||||
* | * Added Expression based ignores to the PropertyScrambler, which makes a lot ↵ | Kunnis | 2009-08-16 | 1 | -0/+159 |
of the tests clearer because I'm not constantly resetting properties. |