aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLLegacyRegionData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove parts locking from data classes since these are using a copy of the sc...Justin Clark-Casey (justincc)2010-08-261-107/+104
* Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)2010-08-261-103/+107
* 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-2/+8
* get rid of PrimitiveBaseShape.MediaRaw staging postJustin Clark-Casey (justincc)2010-08-031-3/+5
* add mysql support for media on a primJustin Clark-Casey (justincc)2010-07-261-2/+6
* All (?) MySQL stores fixed to use DBGuid.FromDB()AlexRa2010-05-191-42/+40
* OK, this really fixes it, I promise.Diva Canto2010-05-091-2/+2
* Yey for unit tests. The previous commit had a couple of bugs on SQL statement...Diva Canto2010-05-091-2/+2
* * Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto2010-05-091-1/+5
* Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie2010-03-311-0/+199
* Updated MySQL connection management to use the MySQL connection pooling. This...Master ScienceSim2010-02-051-443/+481
* Refix the fixMelanie2009-12-111-1/+1
* Kill a NRE caused by an error message trying to print unavailable datagrid2009-12-111-2/+2
* Log old position and region information when an orphaned child prim is foundJustin Clark-Casey (justincc)2009-12-021-1/+3
* Removing duplicate SceneObjectPart.RotationalVelocity propertyJohn Hurliman2009-11-021-4/+4
* * Tweak to region module loading to check for a matching constructor first in...John Hurliman2009-10-271-14/+18
* Changing Scene.ForEachClient to use the synchronous for loop instead of Paral...John Hurliman2009-10-251-27/+26
* * Big performance increase in loading prims from the region database with MySQLJohn Hurliman2009-10-181-133/+138
* * Changing the "clean dropped attachments" MySQL command to a using statement...John Hurliman2009-10-161-6/+14
* * Change appearance packets from State to Task. This will hopefully fix the c...John Hurliman2009-10-161-0/+5
* * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...John Hurliman2009-10-041-297/+234
* - cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)2009-10-021-3/+3
* Formatting cleanup.Jeff Ames2009-10-011-2/+2
* Add copyright header. Formatting cleanup.Jeff Ames2009-09-291-1/+1
* Adding the MySQL RegionData service.Melanie2009-09-161-0/+1594