aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLLegacyRegionData.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-11Fixed the naming mess around data connectors for simulation dataJohn Hurliman1-1820/+0
2010-09-07Fix deletion persistence when freshly delinked prims are removedJustin Clark-Casey (justincc)1-0/+2
2010-09-07Fix deletion persistence when freshly delinked prims are removedJustin Clark-Casey (justincc)1-0/+2
2010-09-05Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker1-4/+2
2010-08-30Implements parcel media setting persistence and packet / CAPS handlingJonathan Freedman1-2/+20
2010-08-30local commit with parcel media bitsJonathan Freedman1-2/+20
2010-08-26Remove parts locking from data classes since these are using a copy of the sc...Justin Clark-Casey (justincc)1-107/+104
2010-08-26Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)1-103/+107
2010-08-13refactor: Use SOP.Flags rather than SOP.ObjectFlagsJustin Clark-Casey (justincc)1-2/+2
2010-08-04fix mysql/mssql prim serialization problemJustin Clark-Casey (justincc)1-6/+2
2010-08-03Implement MediaUrl persistence for MySQL and MsSQLJustin Clark-Casey (justincc)1-2/+8
2010-08-03get rid of PrimitiveBaseShape.MediaRaw staging postJustin Clark-Casey (justincc)1-3/+5
2010-07-26add mysql support for media on a primJustin Clark-Casey (justincc)1-2/+6
2010-07-26add mysql support for media on a primJustin Clark-Casey (justincc)1-2/+6
2010-05-19All (?) MySQL stores fixed to use DBGuid.FromDB()AlexRa1-42/+40
2010-05-09OK, this really fixes it, I promise.Diva Canto1-2/+2
2010-05-09Yey for unit tests. The previous commit had a couple of bugs on SQL statement...Diva Canto1-2/+2
2010-05-09* Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto1-1/+5
2010-03-31Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie1-0/+199
2010-02-05Updated MySQL connection management to use the MySQL connection pooling. This...Master ScienceSim1-443/+481
2009-12-11Refix the fixMelanie1-1/+1
2009-12-11Kill a NRE caused by an error message trying to print unavailable datagrid1-2/+2
2009-12-02Log old position and region information when an orphaned child prim is foundJustin Clark-Casey (justincc)1-1/+3
2009-11-02Removing duplicate SceneObjectPart.RotationalVelocity propertyJohn Hurliman1-4/+4
2009-10-27* Tweak to region module loading to check for a matching constructor first in...John Hurliman1-14/+18
2009-10-25Changing Scene.ForEachClient to use the synchronous for loop instead of Paral...John Hurliman1-27/+26
2009-10-18* Big performance increase in loading prims from the region database with MySQLJohn Hurliman1-133/+138
2009-10-16* Changing the "clean dropped attachments" MySQL command to a using statement...John Hurliman1-6/+14
2009-10-16* Change appearance packets from State to Task. This will hopefully fix the c...John Hurliman1-0/+5
2009-10-06Reverting MySQLLegacyRegionData spamJohn Hurliman1-6/+0
2009-10-06MySQLLegacyRegionData: Extreme Spam Edition(tm)John Hurliman1-0/+6
2009-10-04* MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...John Hurliman1-297/+234
2009-10-02- cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)1-3/+3
2009-10-01Formatting cleanup.Jeff Ames1-2/+2
2009-09-29Add copyright header. Formatting cleanup.Jeff Ames1-1/+1
2009-09-16Adding the MySQL RegionData service.Melanie1-0/+0
2009-09-02Thank you, dslake, for a set of patches to improve OpenSim startupMelanie1-9/+40
2009-08-16Adding in Reflection-based testing, to ensure that all properties are covered.Kunnis1-7/+10
2009-08-07* Remove hard coded 256 limitations from various places. There's no more 2...Teravus Ovares (Dan Olivares)1-6/+6
2009-07-25* Updates libOMV to version 0.7.0Teravus Ovares1-2/+2
2009-06-30From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague1-1/+1
2009-06-29From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague1-13/+4
2009-06-03From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield1-2/+24
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-27From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield1-2/+12
2009-05-25Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>"Dr Scofield1-12/+2
2009-05-25From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield1-2/+12
2009-05-07* Consistently used dashed uuid format for mysql region data, as is done for ...Justin Clarke Casey1-29/+26
2009-02-25* Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I...lbsa711-4/+0
2009-02-12* optimized usings.lbsa711-4/+4