Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix a compile warning about unreachable code | Homer Horwitz | 2008-11-01 | 1 | -2/+0 | |
| | ||||||
* | A stab a getting the user server to act right. Move acquisition of the | Melanie Thielker | 2008-11-01 | 2 | -18/+21 | |
| | | | | | | | | locks to just before the try/catch/finally block, so that an exception thrown between taking the lock and entering the try doesn't leave a mutex locked | |||||
* | * Added some debug information to MySQL UserDataManager to help diagnose a ↵ | Adam Frisby | 2008-10-31 | 2 | -18/+25 | |
| | | | | potential issue when in high load. Related to mantis #2508. | |||||
* | * 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 | 3 | -96/+112 | |
| | | | | | | | 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 | 3 | -24/+378 | |
| | | | | | | | | 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-27 | 1 | -5/+5 | |
| | ||||||
* | Thank you kindly, Ruud Lathrop for a patch that solves: | Charles Krinke | 2008-10-27 | 3 | -157/+187 | |
| | | | | | Primary Key violation when just linked a lot of prims using MSSQL. | |||||
* | Add a resource file on Strawberry's patch I missed | Melanie Thielker | 2008-10-18 | 1 | -0/+7 | |
| | ||||||
* | Thank you, Strawberry Fride, for a patch that brings MSSQL even with MySQL | Melanie Thielker | 2008-10-18 | 1 | -31/+35 | |
| | ||||||
* | Megapatch. :) Fix skull attachment editing. Streamline Object terse updates. | Melanie Thielker | 2008-10-18 | 4 | -0/+26 | |
| | | | | | | | | Add rezzing time to objects. Add Object return and traffic fields to land database. Add plumbing for auto return. Implement auto return. Contains a migration. May contain nuts. | |||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-10-17 | 2 | -3/+3 | |
| | ||||||
* | - 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 | 3 | -8/+12 | |
| | ||||||
* | clean up a merge conflict and remove a console message | Sean Dague | 2008-10-15 | 1 | -0/+1 | |
| | ||||||
* | * minor: comment out persisting prim inventory log messages | Justin Clarke Casey | 2008-10-15 | 2 | -2/+2 | |
| | ||||||
* | - 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 | 3 | -5/+59 | |
| | | | | | | | | | | - 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 | |
| | ||||||
* | move from index based to exists strategy here | Sean Dague | 2008-10-14 | 1 | -10/+36 | |
| | ||||||
* | Merge commit 'arthur/master' | Sean Dague | 2008-10-14 | 2 | -17/+254 | |
| | ||||||
* | Add the missing bits for the new region-search: | Homer Horwitz | 2008-10-03 | 5 | -0/+97 | |
| | | | | | | | | | | | | | | | | - Added lookup in the data-layer - MySQL works - SQLite doesn't have a grid-db, so it won't work there - I added MSSQL-code to the best of my knowledge; but I don't know MSSQL :-) - Added the plumbing up to OGS1GridServices. This speaks with the grid-server via XMLRPC. - Modified MapSearchModule to use the new data. It's backward compatible; if used with an old grid-server, it just returns one found region instead of a list. - Refactored a bit. Note: This updates data, grid-server and region code. No new files. | |||||
* | * minor: remove warnings (the code cleaners strike again) | Justin Clarke Casey | 2008-10-03 | 1 | -9/+9 | |
| | ||||||
* | fix the sqlite break. There were two issue here: | Sean Dague | 2008-10-03 | 1 | -1/+2 | |
| | | | | | | | | | | | 1. type issues on column create in ado.net 2. not setting a field in the ado.net row translates into explicitely setting it to null in sqlite land (because it can't read the defaults stanzas out of the database) Things should work again after this. | |||||
* | Add database persistence for material setting | Melanie Thielker | 2008-10-03 | 4 | -0/+22 | |
| | ||||||
* | 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 | 3 | -8/+47 | |
| | | | | | | | | 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 | 2 | -1/+21 | |
| | | | | | | translation in sqlite uncovered by this test. | |||||
* | * Add missing mssql migration files from ↵ | Justin Clarke Casey | 2008-09-29 | 3 | -0/+76 | |
| | | | | | | | | http://opensimulator.org/mantis/view.php?id=2295 * Sorry about that | |||||
* | * Apply http://opensimulator.org/mantis/view.php?id=2295 | Justin Clarke Casey | 2008-09-29 | 4 | -72/+103 | |
| | | | | | | | | | | * Updated MSSQL to reflect resend changes * Added the new columns in prims table. * Created a implementation for getting gestures. * Remove configurable table names for user. * Thanks Ruud Lathorp | |||||
* | Mantis#2291. Thank you kindly, StrawberryFride for a patch that solves: | Charles Krinke | 2008-09-28 | 3 | -53/+0 | |
| | | | | | | | | | | User server won't start up for a MSSQL grid migrating from a significantly older version to current version due to duplication in three of the migrations code files. Patch included takes out the duplicated code from the three files so a smooth update should happen on start up. | |||||
* | Update svn properties. Minor formatting cleanup. Fix a compiler warning. ↵ | Jeff Ames | 2008-09-28 | 1 | -2/+2 | |
| | | | | Fix a UUID vs null comparison. | |||||
* | * Patch from JHurliman | Teravus Ovares | 2008-09-26 | 5 | -17/+17 | |
| | | | | | | | | | * Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes.. | |||||
* | * minor: remove warnings | Justin Clarke Casey | 2008-09-26 | 4 | -4/+4 | |
| | ||||||
* | removal of more dead alter table code | Sean Dague | 2008-09-25 | 1 | -39/+2 | |
| | ||||||
* | light mysql user tests | Sean Dague | 2008-09-24 | 1 | -0/+88 | |
| | ||||||
* | expose it for real, missed the public keyword | Sean Dague | 2008-09-24 | 1 | -1/+1 | |
| | ||||||
* | expose MySQLUserData class so that it can be tested | Sean Dague | 2008-09-24 | 1 | -1/+1 | |
| | ||||||
* | remove configurable table names from the mysql user driver. That | Sean Dague | 2008-09-24 | 1 | -24/+3 | |
| | | | | | | | doesn't work in a world of migrations anyway, and is only cruft that will confuse people. |