| Commit message (Expand) | Author | Files | Lines |
2009-09-16 | SceneObjectGroup cleanup. Removes the default constructor and unnecessary nul... | John Hurliman | 1 | -4/+2 |
2009-09-07 | oops, disable T012_EstateSettingsRandomStorage() again since it does appear t... | Justin Clark-Casey (justincc) | 1 | -1/+2 |
2009-09-06 | T012_EstateSettingsRandomStorage() which wasn't being run because the method ... | Justin Clark-Casey (justincc) | 1 | -2/+1 |
2009-08-19 | Fixing a spot I missed in assets. Switching Grid to the new naming schema wit... | Kunnis | 1 | -4/+4 |
2009-08-19 | * Switching IAssetData to follow the new naming schema, removing the separate... | Kunnis | 1 | -12/+12 |
2009-08-17 | Add copyright headers. Formatting cleanup. Fix a compiler warning. | Jeff Ames | 3 | -6/+33 |
2009-08-16 | * Added Expression based ignores to the PropertyScrambler, which makes a lot ... | Kunnis | 8 | -224/+210 |
2009-08-16 | * More improvements to BasicAssetTest.cs | Kunnis | 1 | -26/+12 |
2009-08-16 | * Fixed MySQL/MySQLAssetData.cs to properly do updates * Removed an extra par... | Kunnis | 3 | -27/+92 |
2009-08-16 | * Modified SQLite/SQLiteInventoryStore.cs to not throw if the inventory row d... | Kunnis | 4 | -46/+140 |
2009-08-16 | Adding in Reflection-based testing, to ensure that all properties are covered. | Kunnis | 6 | -90/+140 |
2009-08-16 | Add copyright headers. Formatting cleanup. | Jeff Ames | 2 | -3/+57 |
2009-08-14 | minor formatting adjustments | Justin Clark-Casey (justincc) | 1 | -2/+10 |
2009-08-14 | Adding in Reflection-based testing, to ensure that all properties are covered. | Kunnis | 2 | -0/+400 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 6 | -6/+6 |
2009-04-13 | make the asserts spit out messages about their test names | Sean Dague | 5 | -378/+378 |
2009-04-09 | * Moved the DatabaseTestAttribute to Test.Common, and thus included ref to th... | lbsa71 | 1 | -17/+0 |
2009-04-09 | * Added custom DatabaseTestAttribute to help separating unit tests from compo... | lbsa71 | 1 | -0/+17 |
2009-04-08 | * Make it possible to store creator strings in user inventory items as well a... | Justin Clarke Casey | 2 | -3/+3 |
2009-04-01 | * Removes some hard-coded magic numbers relating to RegionSize. We now use Co... | Adam Frisby | 1 | -5/+5 |
2009-03-11 | Remove chained tests in BasicGridTest.cs. | Mike Mazur | 1 | -118/+88 |
2009-02-25 | * minor: Remove most mono compiler warnings | Justin Clarke Casey | 5 | -5/+5 |
2009-02-22 | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 6 | -2/+20 |
2009-02-21 | * Applied a patch that: Added estate ban table to migration scripts and nhibe... | lbsa71 | 1 | -4/+4 |
2009-02-20 | * Apply http://opensimulator.org/mantis/view.php?id=3185 | idb | 1 | -2/+3 |
2009-02-20 | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 1 | -4/+29 |
2009-02-19 | * Apply http://opensimulator.org/mantis/view.php?id=3151 | Justin Clarke Casey | 1 | -0/+12 |
2009-02-18 | Fix estate ban list persistence in MySQL and reenable tests | Melanie Thielker | 1 | -15/+0 |
2009-02-17 | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 1 | -6/+6 |
2009-02-16 | line ending fixes and set native eol property | Sean Dague | 1 | -62/+62 |
2009-02-14 | Mantis 3164. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2 | -87/+493 |
2009-02-14 | Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 1 | -0/+3 |
2009-02-12 | * optimized usings. | lbsa71 | 6 | -31/+20 |
2009-02-10 | this is step 2 of 2 of the OpenSim.Region.Environment refactor. | Dr Scofield | 1 | -1/+1 |
2009-02-09 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -154/+154 |
2009-02-09 | Thank you kindly, TLaukkan (Timmil) for a patch that: | Charles Krinke | 1 | -0/+154 |
2009-02-06 | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 5 | -6/+6 |
2009-02-04 | - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it | Mike Mazur | 1 | -10/+10 |
2009-02-03 | - move OpenSim/Framework/IInventoryData.cs to | Mike Mazur | 1 | -10/+10 |
2009-01-14 | * Added MySQL Grid unit tests | Sean Dague | 1 | -0/+265 |
2009-01-11 | Thank you kindly, Tlaukkan (Tommil) for a patch that: | Charles Krinke | 1 | -12/+36 |
2008-12-17 | * Implement 'Save Object Back to My Inventory'. On the Linden client this is... | Justin Clarke Casey | 1 | -1/+1 |
2008-12-03 | * Minor test correction, comment removal | Sean Dague | 2 | -3/+1 |
2008-12-03 | Extends Avatar Appearance tests | Sean Dague | 1 | -1/+109 |
2008-11-26 | Change the max value of the bytes in tests to 127. MySQL bytes are signed | Melanie Thielker | 1 | -5/+5 |
2008-11-26 | Yay for unit tests. Increased the type width of the prims and primshapes | Melanie Thielker | 1 | -2/+2 |
2008-11-26 | Reduce the numerical range of text values to match what MySQL offers | Melanie Thielker | 1 | -13/+13 |
2008-11-26 | Comment one more field that can't be tested that way anymore | Melanie Thielker | 1 | -1/+2 |
2008-11-26 | Fix 2 of the failed tests. Cause terrain queries to return null when no | Melanie Thielker | 1 | -8/+0 |
2008-11-25 | * Make a step on removing direct access to TaskInventoryDictionary from other... | Justin Clarke Casey | 1 | -5/+5 |