aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-271-5/+5
|
* Thank you kindly, Ruud Lathrop for a patch that solves:Charles Krinke2008-10-273-157/+187
| | | | | Primary Key violation when just linked a lot of prims using MSSQL.
* Add a resource file on Strawberry's patch I missedMelanie Thielker2008-10-181-0/+7
|
* Thank you, Strawberry Fride, for a patch that brings MSSQL even with MySQLMelanie Thielker2008-10-181-31/+35
|
* Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.Melanie Thielker2008-10-184-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 Ames2008-10-172-3/+3
|
* - Removed debug print methodSean Dague2008-10-161-12/+1
|
* more fun with rebasingSean Dague2008-10-161-2/+12
|
* resorting out this merge from arthur, sorry for so many commits here.Sean Dague2008-10-161-8/+0
|
* - Enforced no user or agent with UUID 0 on agent DB insertionSean Dague2008-10-161-0/+5
|
* - New attempt after merging problemSean Dague2008-10-161-5/+0
|
* - Enforced no user or agent with UUID 0 on agent DB insertionSean Dague2008-10-161-0/+3
|
* - Removed a Console.Writeline and added a Test that will be changedSean Dague2008-10-161-2/+7
| | | | | | if the last commit is accepted
* - Removed debug print methodSean Dague2008-10-161-12/+1
|
* - Enforced no user or agent with UUID 0 on agent DB insertionSean Dague2008-10-163-8/+12
|
* clean up a merge conflict and remove a console messageSean Dague2008-10-151-0/+1
|
* * minor: comment out persisting prim inventory log messagesJustin Clarke Casey2008-10-152-2/+2
|
* - Added User Appearance Set and Get testsSean Dague2008-10-151-0/+10
|
* - Removed a Console.Writeline and added a Test that will be changedSean Dague2008-10-151-2/+20
| | | | | | if the last commit is accepted
* - Makes MySQL reject inserting UUID 0Sean Dague2008-10-153-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 commentsSean Dague2008-10-151-3/+1
|
* move from index based to exists strategy hereSean Dague2008-10-141-10/+36
|
* Merge commit 'arthur/master'Sean Dague2008-10-142-17/+254
|
* Add the missing bits for the new region-search:Homer Horwitz2008-10-035-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 Casey2008-10-031-9/+9
|
* fix the sqlite break. There were two issue here:Sean Dague2008-10-031-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 settingMelanie Thielker2008-10-034-0/+22
|
* stick a TODO in here about land tests, which really can't be done inSean Dague2008-10-011-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 loadSean Dague2008-10-011-3/+22
| | | | | | test for land.
* remove tests for inventorySean Dague2008-10-011-0/+19
|
* add basic store retrieve prim inventory test. the primSean Dague2008-10-011-3/+60
| | | | | | inventory interfaces definitely need some rethinking.
* add delete prim tests. Found and fixed bugs where regionSean Dague2008-10-013-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 uuidSean Dague2008-09-292-1/+21
| | | | | | translation in sqlite uncovered by this test.
* * Add missing mssql migration files from ↵Justin Clarke Casey2008-09-293-0/+76
| | | | | | | | http://opensimulator.org/mantis/view.php?id=2295 * Sorry about that
* * Apply http://opensimulator.org/mantis/view.php?id=2295Justin Clarke Casey2008-09-294-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 Krinke2008-09-283-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 Ames2008-09-281-2/+2
| | | | Fix a UUID vs null comparison.
* * Patch from JHurlimanTeravus Ovares2008-09-265-17/+17
| | | | | | | | | * Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
* * minor: remove warningsJustin Clarke Casey2008-09-264-4/+4
|
* removal of more dead alter table codeSean Dague2008-09-251-39/+2
|
* light mysql user testsSean Dague2008-09-241-0/+88
|
* expose it for real, missed the public keywordSean Dague2008-09-241-1/+1
|
* expose MySQLUserData class so that it can be testedSean Dague2008-09-241-1/+1
|
* remove configurable table names from the mysql user driver. ThatSean Dague2008-09-241-24/+3
| | | | | | | doesn't work in a world of migrations anyway, and is only cruft that will confuse people.
* Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz2008-09-244-0/+65
| | | | | | | | | Active gestures are sent as part of the login-response. Added fetchActiveGestures to SQLite and MySQL; added an empty one for MSSQL and NHibernate. Using the empty ones won't cause errors, but doesn't provide persistence either, of course.
* light the mysql region testsSean Dague2008-09-241-0/+97
|
* let the asset tests run on MySQL. Interesting difference here, theSean Dague2008-09-244-4/+102
| | | | | | | sqlite driver can handle .Data = Null, the mysql driver can not. We should decide which is the right behavior and adjust code for it.
* remove a bunch of out of date inline ALTER table commands that would onlySean Dague2008-09-241-84/+17
| | | | | | confuse people.
* couple of minor test cleanups to see if this gets us past the bamboo humpSean Dague2008-09-235-12/+4
|
* create the first attempted mysql test. This only runs locally if youSean Dague2008-09-231-8/+19
| | | | | | | have a database configured as opensim-nunit with user opensim-nunit / password opensim-nunit that has full perms on the database.