aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/MSSQLLegacyRegionData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove parts locking from data classes since these are using a copy of the ↵Justin Clark-Casey (justincc)2010-08-261-49/+45
| | | | scene object
* Improve consistency of locking for SOG.m_parts in order to avoid race ↵Justin Clark-Casey (justincc)2010-08-261-46/+48
| | | | conditions in linking and unlinking
* refactor: Use SOP.Flags rather than SOP.ObjectFlagsJustin Clark-Casey (justincc)2010-08-131-2/+2
|
* 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
| | | | Not sure how I forgot this. This may resolve problems with media textures not persisting over restart for these databases.
* get rid of PrimitiveBaseShape.MediaRaw staging postJustin Clark-Casey (justincc)2010-08-031-3/+5
| | | | | using an OSD serialization rather than auto forces serialization code to be placed in OpenSim.Framework this makes the media texture raw data staging post in PrimitiveBaseShape redundant, now we just directly call the code in PrimitiveBaseShape.MediaList itself
* add mssql support for media on a primJustin Clark-Casey (justincc)2010-07-261-3/+7
| | | | compiles but not tested. please test and correct if necessary!
* Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie2010-03-311-2/+11
| | | | | This allows scripts to set WindLight parameters for clients connecting to a region. Currently, this is only supported by the Meta7 viewer.
* MSSQL Additions for Presence Refactor branch. Most functionality tested and ↵StrawberryFride2010-02-241-67/+95
| | | | | | works, some outstanding issues around login location and border crossings on y axis. Signed-off-by: Melanie <melanie@t-data.com>
* Removing duplicate SceneObjectPart.RotationalVelocity propertyJohn Hurliman2009-11-021-4/+4
|
* Formatting cleanup.Jeff Ames2009-10-191-1/+1
|
* Adapt to renamed members in landObjectMelanie2009-10-051-10/+10
|
* MSSQL changes for Grid server in ROBUST plus some code tweaks 'n tidy upunknown2009-10-051-0/+1531