aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2010-09-2512-15/+72
|\
| * * 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
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-211-3/+3
|\ \ | |/
| * Improve the explanative text of migration failuresJustin Clark-Casey (justincc)2010-09-181-3/+3
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-175-12/+12
|\ \ | |/
| * Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-165-12/+12
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-1320-106/+254
|\ \ | |/
| * 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
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-071-0/+2
|\ \
| * | 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
* | Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker2010-09-054-14/+4
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-033-14/+14
|\ \ | |/
| * Fix sqlite migration problems by moving migrations in 019_RegionStore.sql and...Justin Clark-Casey (justincc)2010-09-013-14/+14
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-304-4/+48
|\ \ | |/
| * 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
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-262-3/+2
|\ \ | |/
| * 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
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-253-14/+0
|\ \ | |/
| * 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
* | Skip conversion if fields that are null in the database. This mayMelanie Thielker2010-08-191-0/+4
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-185-11/+11
|\ \ | |/
| * 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
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-102-3/+5
|\ \ | |/
| * 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
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-081-2/+5
|\ \ | |/
| * 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
* | Thank you, Marck00, for a patch that implemented region distance sortingMelanie Thielker2010-08-083-4/+31
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-066-17/+69
|\ \ | |/
| * 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
| | * add mysql support for media on a primJustin Clark-Casey (justincc)2010-07-262-3/+14