| Commit message (Expand) | Author | Age | Files | Lines |
* | * Make it possible to store creator strings in user inventory items as well a... | Justin Clarke Casey | 2009-04-08 | 1 | -2/+2 |
* | * Removes some hard-coded magic numbers relating to RegionSize. We now use Co... | Adam Frisby | 2009-04-01 | 1 | -5/+5 |
* | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-22 | 1 | -2/+5 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3185 | idb | 2009-02-20 | 1 | -2/+3 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3151 | Justin Clarke Casey | 2009-02-19 | 1 | -0/+12 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -7/+6 |
* | this is step 2 of 2 of the OpenSim.Region.Environment refactor. | Dr Scofield | 2009-02-10 | 1 | -1/+1 |
* | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 2009-02-06 | 1 | -2/+2 |
* | Thank you kindly, Tlaukkan (Tommil) for a patch that: | Charles Krinke | 2009-01-11 | 1 | -12/+36 |
* | * Implement 'Save Object Back to My Inventory'. On the Linden client this is... | Justin Clarke Casey | 2008-12-17 | 1 | -1/+1 |
* | * Minor test correction, comment removal | Sean Dague | 2008-12-03 | 1 | -1/+0 |
* | Change the max value of the bytes in tests to 127. MySQL bytes are signed | Melanie Thielker | 2008-11-26 | 1 | -5/+5 |
* | Yay for unit tests. Increased the type width of the prims and primshapes | Melanie Thielker | 2008-11-26 | 1 | -2/+2 |
* | Reduce the numerical range of text values to match what MySQL offers | Melanie Thielker | 2008-11-26 | 1 | -13/+13 |
* | Comment one more field that can't be tested that way anymore | Melanie Thielker | 2008-11-26 | 1 | -1/+2 |
* | Fix 2 of the failed tests. Cause terrain queries to return null when no | Melanie Thielker | 2008-11-26 | 1 | -8/+0 |
* | * Make a step on removing direct access to TaskInventoryDictionary from other... | Justin Clarke Casey | 2008-11-25 | 1 | -5/+5 |
* | * Remove direct access to Inventory.Serial | Justin Clarke Casey | 2008-11-25 | 1 | -2/+2 |
* | * refactor: Rip out SOP inventory from the partial into a separate class | Justin Clarke Casey | 2008-11-21 | 1 | -8/+8 |
* | Fixed MySQL and SQLite so they will save the | Sean Dague | 2008-11-18 | 1 | -9/+139 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-11-15 | 1 | -2/+2 |
* | Try to make the test pass again | Melanie Thielker | 2008-11-14 | 1 | -1/+1 |
* | Reapplying a revised version of Christopher Yeoh's (IBM) patch for allow | Melanie Thielker | 2008-11-14 | 1 | -2/+4 |
* | reverting #7295, as it still fails a test case (as pointed out very | Dr Scofield | 2008-11-14 | 1 | -4/+2 |
* | From: Christopher Yeoh <cyeoh@au1.ibm.com> | Dr Scofield | 2008-11-14 | 1 | -2/+4 |
* | * refactor: Expose SOG.SetRootPart for outsiders to use rather than setting R... | Justin Clarke Casey | 2008-11-10 | 1 | -4/+2 |
* | - Added stronger persistence tests for BasicUserTests | Sean Dague | 2008-11-04 | 1 | -2/+2 |
* | - Stronger inventory tests | Sean Dague | 2008-11-04 | 1 | -5/+119 |
* | * minor: remove mono warning | Justin Clarke Casey | 2008-10-30 | 1 | -1/+0 |
* | - Includes consistency test for new and updated objects, as | Sean Dague | 2008-10-30 | 1 | -80/+106 |
* | Mid-work, trying to fix region part insertion and retrieval | Sean Dague | 2008-10-30 | 1 | -9/+315 |
* | * minor: remove warnings (the code cleaners strike again) | Justin Clarke Casey | 2008-10-03 | 1 | -9/+9 |
* | stick a TODO in here about land tests, which really can't be done in | Sean Dague | 2008-10-01 | 1 | -1/+7 |
* | enhance boundary tests for no terrain. Put in a null load | Sean Dague | 2008-10-01 | 1 | -3/+22 |
* | remove tests for inventory | Sean Dague | 2008-10-01 | 1 | -0/+19 |
* | add basic store retrieve prim inventory test. the prim | Sean Dague | 2008-10-01 | 1 | -3/+60 |
* | add delete prim tests. Found and fixed bugs where region | Sean Dague | 2008-10-01 | 1 | -5/+44 |
* | add a test for updating region settings and fix a bug in uuid | Sean Dague | 2008-09-29 | 1 | -0/+20 |
* | * minor: remove warnings | Justin Clarke Casey | 2008-09-26 | 1 | -1/+1 |
* | couple of minor test cleanups to see if this gets us past the bamboo hump | Sean Dague | 2008-09-23 | 1 | -1/+1 |
* | * minor: warnings removal | Justin Clarke Casey | 2008-09-21 | 1 | -1/+1 |
* | add a region settings test | Sean Dague | 2008-09-19 | 1 | -0/+13 |
* | * Updates the SQLite region database to support the same properties that the ... | Teravus Ovares | 2008-09-18 | 1 | -1/+10 |
* | add some comments and some try blocks around object storage | Sean Dague | 2008-09-18 | 1 | -3/+26 |
* | Added some terrain tests, and found a fun race condition in the sqlite | Sean Dague | 2008-09-16 | 1 | -10/+81 |
* | we can use equals on strings because they are comparible, and | Sean Dague | 2008-09-16 | 1 | -3/+3 |
* | use new style asserts. They are much easier to read. | Sean Dague | 2008-09-12 | 1 | -2/+2 |
* | move the actual [Test] methods for databases to OpenSim.Data.Tests | Sean Dague | 2008-09-12 | 1 | -0/+132 |