aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLSimulationData.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-03Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?i...PixelTomsen1-3/+4
2012-02-02Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie1-8/+9
2012-01-30Add ParcelImageID to RegionSettings so we can have that overlay.Melanie1-2/+4
2012-01-24Add a forgotten parameterMelanie1-1/+1
2012-01-24Change Telehubs to store only the data that is really needed and notMelanie1-40/+13
2012-01-22Fix up some parameter namingMelanie1-2/+2
2012-01-22Finish connecting Telehub to databaseBlueWall1-3/+19
2012-01-22Hooking up new telehub data to the databaseBlueWall1-0/+14
2012-01-22Move Telehub tables and data from EstateSettings to RegionSettings.Melanie1-0/+70
2011-09-09Save the default terrain texture UUIDs for a new region instead of leaving th...Justin Clark-Casey (justincc)1-1/+0
2011-09-01Remove code which was automatically deleting non-root prims from scene object...Justin Clark-Casey (justincc)1-17/+0
2011-03-08Pull up Assembly of the MySQL classes as a protected property, so that it can...Diva Canto1-2/+6
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto1-2/+2
2010-11-21Global creator information working on MySQL DB and on load/save OARs. Creator...Diva Canto1-2/+2
2010-11-03Add lsClearWindlightScene() to the lightshare module to remove WL settingsMelanie1-0/+15
2010-11-03When LightShare is enabled, the standard day cycle is bypassed and replaced byMelanie1-0/+1
2010-10-15UPdated the MySql driver to 6.2.4. Also established a much larger MySqlComman...Diva Canto1-0/+1
2010-09-16Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman1-1/+1
2010-09-12* Added ISimulationDataService and IEstateDataServiceJohn Hurliman1-0/+9
2010-09-12Formatting cleanup.Jeff Ames1-11/+11
2010-09-11Fixed the naming mess around data connectors for simulation dataJohn Hurliman1-1/+1
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