aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2010-09-132-4/+23
|\
| * MergedJohn Hurliman2010-09-121-3/+3
| |\
| | * Formatting cleanup.Jeff Ames2010-09-121-3/+3
| * | * Added ISimulationDataService and IEstateDataServiceJohn Hurliman2010-09-122-0/+19
| |/
| * Fixed the naming mess around data connectors for simulation dataJohn Hurliman2010-09-111-1/+1
| * Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker2010-09-051-4/+2
* | Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker2010-09-051-4/+2
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-261-3/+1
|\ \ | |/
| * Remove parts locking from data classes since these are using a copy of the sc...Justin Clark-Casey (justincc)2010-08-261-49/+45
| * Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)2010-08-261-46/+48
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-181-2/+2
|\ \ | |/
| * refactor: Use SOP.Flags rather than SOP.ObjectFlagsJustin Clark-Casey (justincc)2010-08-131-2/+2
| * Thank you, Marck00, for a patch that implemented region distance sortingMelanie Thielker2010-08-081-2/+5
* | Thank you, Marck00, for a patch that implemented region distance sortingMelanie Thielker2010-08-081-2/+5
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-062-8/+23
|\ \ | |/
| * Merge branch 'moap'Justin Clark-Casey (justincc)2010-08-062-8/+23
| |\
| | * fix mysql/mssql prim serialization problemJustin Clark-Casey (justincc)2010-08-041-6/+2
| | * Implement MediaUrl persistence for MySQL and MsSQLJustin Clark-Casey (justincc)2010-08-031-4/+10
| | * get rid of PrimitiveBaseShape.MediaRaw staging postJustin Clark-Casey (justincc)2010-08-031-3/+5
| | * add mssql support for media on a primJustin Clark-Casey (justincc)2010-07-262-4/+15
* | | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-011-14/+13
|\ \ \ | |/ /
| * | White space from previous commit.Diva Canto2010-07-311-27/+27
| * | Implemented console command "show hyperlinks".Marck2010-07-311-28/+27
| |/
* | Provide the interface for StoreAsset to report success or failureTom Grimshaw2010-06-281-1/+3
|/
* Removed (unused?) empty SQL files from MSSQL resource dirAlexRa2010-05-239-0/+0
* MSSQL Migration: CreatorID in InventoryItems changed to VARCHAR(36)AlexRa2010-05-231-0/+70
* Further corrections to MS SQL stores (now passes all tests)AlexRa2010-05-232-89/+49
* MSSQL: added asset_flags, CreatorID to migrationsAlexRa2010-05-231-0/+6
* MSSQLAssetData updated to support [CreatorID], [asset_flags]AlexRa2010-05-231-5/+11
* MSSQLAssetData: fixed some weirdnessAlexRa2010-05-231-7/+12
* All data tests made DBMS-independentAlexRa2010-05-231-1/+1
* Merge commit 'alex/mssql-estate-bugfix'Melanie2010-05-181-49/+41
|\
| * Massive bugfix in MSSQLEstateData (now works!)AlexRa2010-05-181-49/+41
* | MS SQL migrations converted to the new formatAlexRa2010-05-1677-2008/+2273
* | Converted MySQL migration history to the new formatAlexRa2010-05-161-6/+0
|/
* Implement the "delete" path for assets. Adds a new option to allow remote ass...Melanie2010-05-091-0/+4
* GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto2010-05-072-75/+5
* Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie2010-03-311-2/+11
* First stage of the new interactive region creation. This will allow creationMelanie2010-03-231-0/+25
* Remove the reading of estate_settings.xml and the associated processing ofMelanie2010-03-221-21/+2
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-105-9/+9
* MSSQL tweaks for latest ROBUST - friends handling fixed, GridUserData placeho...unknown2010-03-097-3/+101
* Remove some obsolete files from MSSQL. Fix a missing constructor arg thatMelanie2010-02-243-1821/+2
* MSSQL Additions for Presence Refactor branch. Most functionality tested and w...StrawberryFride2010-02-2425-842/+3262
* Changed asset CreatorID to a stringJohn Hurliman2010-02-221-1/+1
* Merge branch 'presence-refactor' of ssh://opensimulator.org/var/git/opensim i...John Hurliman2010-02-223-1947/+0
|\
| * Deleted obsolete files in the Data layer. Compiles.Diva Canto2010-02-213-1947/+0
* | * Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2010-02-221-1/+2
|/
* Preliminary work on the new default region setting mechanismMelanie2010-01-091-0/+10
* Implement avatar picker queriesMelanie2009-12-311-0/+5