Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the max value of the bytes in tests to 127. MySQL bytes are signed | Melanie Thielker | 2008-11-26 | 1 | -5/+5 |
| | | | | | | by default | ||||
* | Yay for unit tests. Increased the type width of the prims and primshapes | Melanie Thielker | 2008-11-26 | 1 | -2/+2 |
| | | | | | | | tables, and changed the database modules to actually push these doubles down into the database layer. | ||||
* | 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 |
| | | | | | | | | | terrain is found, rather than a default "0" terrain. Remove the "remove object wrong region" test. UUIDs either are unique or they're not. This test tested a bad behavior I have chosen not to duplicate. | ||||
* | * Make a step on removing direct access to TaskInventoryDictionary from ↵ | Justin Clarke Casey | 2008-11-25 | 1 | -5/+5 |
| | | | | other packages | ||||
* | * 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 |
| | | | | | | | | * SceneObjectPartInventory.cs isn't a particularly good name but it's probably not got a long life * A proper inventory interface to follow * Parallel changes for other inventory partial classes to follow at a later date | ||||
* | Fixed MySQL and SQLite so they will save the | Sean Dague | 2008-11-18 | 1 | -9/+139 |
| | | | | | | | variable sun vector, adding 3 new fields on both. From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | ||||
* | Extended Agent Tests | Sean Dague | 2008-11-18 | 1 | -0/+46 |
| | | | | | From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | ||||
* | 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 |
| | | | | | | | inventory drop. Also adds a new flags, "propagate_permissions" to OpenSim.ini to control that feature. | ||||
* | reverting #7295, as it still fails a test case (as pointed out very | Dr Scofield | 2008-11-14 | 1 | -4/+2 |
| | | | | | | | | kindly by sean) --- lesson learned: just running a "make test" is not sufficient, you need to precede it by a "make clean". | ||||
* | From: Christopher Yeoh <cyeoh@au1.ibm.com> | Dr Scofield | 2008-11-14 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch makes llAllowInventoryDrop work with the permissions module enabled. Changes include: - Enabled PropagatePermissions when permissions module serverside perms is on - change ownership of item when item is dropped into an object. Ownership changes to the owner of the object the item is dropped into - propagation of permissions if the permissions module enabled (eg next-owner mask applied) - CHANGED_ALLOWED_DROP is now passed to the change script event if an item was allowed to be dropped into the object only because llAllowInventoryDrop is enabled (instead of CHANGED_INVENTORY being passed). - Sets object flags correctly when llAllowInventoryDrop is called so clients are notified immediately of the change in state. Am not sure that calling aggregateScriptEvents is the right way to do it, but it works and seems to be the only way without making further changes to update LocalFlags | ||||
* | * refactor: Expose SOG.SetRootPart for outsiders to use rather than setting ↵ | Justin Clarke Casey | 2008-11-10 | 1 | -4/+2 |
| | | | | | | | | RootPart and adding the part separately * Make RootPart read only | ||||
* | From: arthursv@linux.vnet.ibm.com | Sean Dague | 2008-11-06 | 1 | -31/+141 |
| | | | | | | | Add more unit tests for user cases Persist more user fields into mysql that already had columns defined but weren't getting passed to the mysql manager. | ||||
* | add a test that ensures that databases work if email is null. | Sean Dague | 2008-11-05 | 1 | -0/+4 |
| | | | | | From: Sean Dague <sdague@gmail.com> | ||||
* | - Added stronger persistence tests for BasicUserTests | Sean Dague | 2008-11-04 | 2 | -13/+103 |
| | | | | | From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | ||||
* | - Stronger inventory tests | Sean Dague | 2008-11-04 | 1 | -5/+119 |
| | | | | | From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | ||||
* | implement email field for MySQL and SQLite | Sean Dague | 2008-11-04 | 1 | -1/+5 |
| | | | | | From: Sean Dague <sdague@gmail.com> | ||||
* | * 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 |
| | | | | | | | some fixes in MySQL and SQLite From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | ||||
* | Mid-work, trying to fix region part insertion and retrieval | Sean Dague | 2008-10-30 | 1 | -9/+315 |
| | | | | | | | | SQLite reports System NUll Reference, but works, inside LoadItems, on SQLiteRegionData.cs From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | ||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-10-17 | 1 | -1/+1 |
| | |||||
* | - Removed debug print method | Sean Dague | 2008-10-16 | 1 | -12/+1 |
| | |||||
* | more fun with rebasing | Sean Dague | 2008-10-16 | 1 | -2/+12 |
| | |||||
* | resorting out this merge from arthur, sorry for so many commits here. | Sean Dague | 2008-10-16 | 1 | -8/+0 |
| | |||||
* | - Enforced no user or agent with UUID 0 on agent DB insertion | Sean Dague | 2008-10-16 | 1 | -0/+5 |
| | |||||
* | - New attempt after merging problem | Sean Dague | 2008-10-16 | 1 | -5/+0 |
| | |||||
* | - Enforced no user or agent with UUID 0 on agent DB insertion | Sean Dague | 2008-10-16 | 1 | -0/+3 |
| | |||||
* | - Removed a Console.Writeline and added a Test that will be changed | Sean Dague | 2008-10-16 | 1 | -2/+7 |
| | | | | | | if the last commit is accepted | ||||
* | - Removed debug print method | Sean Dague | 2008-10-16 | 1 | -12/+1 |
| | |||||
* | - Enforced no user or agent with UUID 0 on agent DB insertion | Sean Dague | 2008-10-16 | 1 | -8/+4 |
| | |||||
* | clean up a merge conflict and remove a console message | Sean Dague | 2008-10-15 | 1 | -0/+1 |
| | |||||
* | - Added User Appearance Set and Get tests | Sean Dague | 2008-10-15 | 1 | -0/+10 |
| | |||||
* | - Removed a Console.Writeline and added a Test that will be changed | Sean Dague | 2008-10-15 | 1 | -2/+20 |
| | | | | | | if the last commit is accepted | ||||
* | - Makes MySQL reject inserting UUID 0 | Sean Dague | 2008-10-15 | 1 | -5/+19 |
| | | | | | | | | | | - Makes SQLite mimick MySQL default behavior on first and last name already on db: it does not insert the new record. - Added tests for UUID 0 and for new UUID with existing first and last name. | ||||
* | Removed some comments | Sean Dague | 2008-10-15 | 1 | -3/+1 |
| | |||||
* | Merge commit 'arthur/master' | Sean Dague | 2008-10-14 | 1 | -13/+244 |
| | |||||
* | * 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 |
| | | | | | | | the current state as the Land Object has all these live references back to Scene. | ||||
* | enhance boundary tests for no terrain. Put in a null load | Sean Dague | 2008-10-01 | 1 | -3/+22 |
| | | | | | | test for land. | ||||
* | 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 |
| | | | | | | inventory interfaces definitely need some rethinking. | ||||
* | add delete prim tests. Found and fixed bugs where region | Sean Dague | 2008-10-01 | 1 | -5/+44 |
| | | | | | | | | is not respected by sqlite or mysql drivers so that deleting and object in a region actually deletes that object from any region. | ||||
* | add a test for updating region settings and fix a bug in uuid | Sean Dague | 2008-09-29 | 1 | -0/+20 |
| | | | | | | translation in sqlite uncovered by this test. | ||||
* | * minor: remove warnings | Justin Clarke Casey | 2008-09-26 | 4 | -4/+4 |
| | |||||
* | let the asset tests run on MySQL. Interesting difference here, the | Sean Dague | 2008-09-24 | 1 | -3/+10 |
| | | | | | | | sqlite driver can handle .Data = Null, the mysql driver can not. We should decide which is the right behavior and adjust code for it. | ||||
* | couple of minor test cleanups to see if this gets us past the bamboo hump | Sean Dague | 2008-09-23 | 4 | -4/+4 |
| |