aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/PropertyScrambler.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-2/+2
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support ↵John Hurliman1-2/+2
CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an ↵John Hurliman1-3/+2
unknown asset type, and log an error if it ever does happen
2009-08-17Add copyright headers. Formatting cleanup. Fix a compiler warning.Jeff Ames1-4/+31
2009-08-16* Added Expression based ignores to the PropertyScrambler, which makes a lot ↵Kunnis1-0/+159
of the tests clearer because I'm not constantly resetting properties.