aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed some inconsistency with trailing /. Made debug messages consistent. Cha...Diva Canto2010-12-052-2/+9
* Another attempt at fixing failing test for creator info.Marck2010-11-261-2/+2
* Attempt at fixing failing test.Diva Canto2010-11-231-2/+4
* Fix joining land parcels not being stored correctly in SQLite. Thank you to g...Marck2010-11-232-0/+6
* Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto2010-11-217-10/+19
* Updated SQLiteLegacy/SQLiteSimulationData with the same. Is this crap still u...Diva Canto2010-11-211-2/+2
* Updated SQLite/SQLiteSimulationData to use SOP.CreatorInformation instead of ...Diva Canto2010-11-211-2/+2
* Global creator information working on MySQL DB and on load/save OARs. Creator...Diva Canto2010-11-212-2/+10
* Add lsClearWindlightScene() to the lightshare module to remove WL settingsMelanie2010-11-035-0/+27
* When LightShare is enabled, the standard day cycle is bypassed and replaced byMelanie2010-11-031-0/+1
* Fix logins and avatar appearance. Contains a Migration. May contain nuts.Melanie2010-10-301-0/+8
* Alphabetize results on region search by prefix matchingMelanie2010-10-181-0/+2
* Bump migration version on LastSeen field so it is actually runMelanie2010-10-181-1/+1
* UPdated the MySql driver to 6.2.4. Also established a much larger MySqlComman...Diva Canto2010-10-151-0/+1
* fix build breakJustin Clark-Casey (justincc)2010-10-131-1/+1
* Correctly update the LastSeen fieldMelanie Thielker2010-10-131-1/+1
* Ensure no UUID.Zero region ID is ever written to presence. Add a MigrationMelanie Thielker2010-10-132-1/+11
* Formatting cleanup.Jeff Ames2010-10-041-2/+2
* * One more item for CSharpSqliteTeravus Ovares (Dan Olivares)2010-09-231-3/+10
* * Add CSharpSqlite to prebuildTeravus Ovares (Dan Olivares)2010-09-2312-12/+62
* Improve the explanative text of migration failuresJustin Clark-Casey (justincc)2010-09-181-3/+3
* Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-165-12/+12
* MergedJohn Hurliman2010-09-1210-65/+170
|\
| * Formatting cleanup.Jeff Ames2010-09-128-61/+58
| * Add copyright headers.Jeff Ames2010-09-124-4/+112
* | * Added ISimulationDataService and IEstateDataServiceJohn Hurliman2010-09-128-0/+73
|/
* Changed all string references of "IRegionDataStore" to "ISimulationDataStore"John Hurliman2010-09-113-5/+0
* Fixed the naming mess around data connectors for simulation dataJohn Hurliman2010-09-116-11/+11
* Re-enabled asset last access time logging in MySQLJohn Hurliman2010-09-111-3/+0
* First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman2010-09-102-22/+0
* Fix deletion persistence when freshly delinked prims are removedJustin Clark-Casey (justincc)2010-09-071-0/+2
* Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker2010-09-054-14/+4
* Fix sqlite migration problems by moving migrations in 019_RegionStore.sql and...Justin Clark-Casey (justincc)2010-09-013-14/+14
* Fix a casting operation to use ToString()Melanie2010-08-301-1/+1
* Implements parcel media setting persistence and packet / CAPS handlingJonathan Freedman2010-08-304-4/+48
* Remove parts locking from data classes since these are using a copy of the sc...Justin Clark-Casey (justincc)2010-08-264-168/+155
* Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)2010-08-264-155/+167
* Add automated test at the opensim 'api' level to check that a given item goes...Justin Clark-Casey (justincc)2010-08-243-14/+0
* Skip conversion if fields that are null in the database. This mayMelanie Thielker2010-08-191-0/+4
* Fix SQLite database plugin for UserAccountData queries with a single word.Marck2010-08-151-1/+1
* refactor: Use SOP.Flags rather than SOP.ObjectFlagsJustin Clark-Casey (justincc)2010-08-134-10/+10
* Enforce DB limits on region name to 32 chars, or else (not good). Removed a p...Diva Canto2010-08-101-0/+3
* Even if all data migratios are up to date, still print the current revision t...Justin Clark-Casey (justincc)2010-08-091-3/+2
* Add distance sort for null, tooMelanie2010-08-081-2/+5
* Thank you, Marck00, for a patch that implemented region distance sortingMelanie Thielker2010-08-083-4/+31
* Merge branch 'moap'Justin Clark-Casey (justincc)2010-08-066-17/+69
|\
| * fix mysql/mssql prim serialization problemJustin Clark-Casey (justincc)2010-08-042-12/+4
| * Implement MediaUrl persistence for MySQL and MsSQLJustin Clark-Casey (justincc)2010-08-032-6/+18
| * get rid of PrimitiveBaseShape.MediaRaw staging postJustin Clark-Casey (justincc)2010-08-033-9/+15
| * add mssql support for media on a primJustin Clark-Casey (justincc)2010-07-262-4/+15