aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLSimulationData.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-27Make the concept of namespaces explicit in dynamic attributesJustin Clark-Casey (justincc)1-1/+1
2013-06-13* This fixes having to select and deselect prim to get keyframemotion to star...Melanie1-2/+0
2013-06-12* This fixes having to select and deselect prim to get keyframemotion to star...teravus1-2/+0
2013-06-06Database persistence for keyframes. Contains a Migration.Melanie1-4/+25
2013-04-25Recover a lost "virtual". Downstream projects need this.Diva Canto1-1/+1
2013-02-09Added physics parameters support to MSSQL and SQLite (not tested)Oren Hurvitz1-9/+10
2013-02-07Rename Bounciness to RestitutionMelanie1-2/+2
2013-02-07Rename Bounciness to RestitutionMelanie1-2/+2
2013-02-07Rename "Bounciness" to "Restitution"Melanie1-2/+2
2013-02-06Fix a bug I brought in by manually editing a diff file. Terrain is if cource ...Melanie1-1/+1
2013-02-06Partial port of Avination's support for the new physics parameters.Melanie1-18/+38
2013-01-25Store NULL in the 'DynAttrs' column if the prim doesn't have any dynamic attr...Oren Hurvitz1-1/+5
2013-01-25Stopped storing dynamic attributes in the PrimShapeOren Hurvitz1-8/+2
2013-01-25Added missing DynAttrs references in MySQLOren Hurvitz1-3/+6
2013-01-25Encapsulate an OSDMap in DAMap (was DynAttrsOSDMap) rather than inheriting fr...Justin Clark-Casey (justincc)1-4/+4
2013-01-25Implement dynamic attribute persistence on mysql and mssqlJustin Clark-Casey (justincc)1-2/+14
2012-12-09Check database for root prim IDs only to try and get a handle on prim lossMelanie1-1/+1
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-238/+219
2012-08-31Also do other MySQL region settings related calls under m_dbLock, in common w...Justin Clark-Casey (justincc)1-117/+130
2012-08-31Do Windlight storage and removal calls in MySQL under m_dbLock, as is done wi...Justin Clark-Casey (justincc)1-102/+108
2012-08-29 A few more changes to keyframesUbitUmarov1-1/+1
2012-08-28[possible still very broken] mess around keyframes. timer eventsUbitUmarov1-1/+1
2012-08-15Fix and finish the extra parameters storage system for MySQLMelanie1-1/+57
2012-08-15Fix and finish the extra parameters storage system for MySQLMelanie1-1/+57
2012-08-15Add a skeleton for a name value storage associated with regionsMelanie1-0/+13
2012-08-15Add a skeleton for a name value storage associated with regionsMelanie1-0/+13
2012-07-07Fix storing vehicle dataMelanie1-2/+2
2012-07-07Add saving vehicle physics data to the databaseMelanie1-2/+17
2012-06-26Prevent bad prim in the database from crashing the sim, list affectedMelanie1-26/+34
2012-06-07Typo fixMelanie1-3/+5
2012-06-07Add the ability to query the MYSQL databse for a list of the stored prim UUIDsMelanie1-0/+31
2012-05-23Environment Module - allows Environment settings for Viewer3 warning: include...PixelTomsen1-0/+62
2012-05-15Port the mel/dahlia fixMelanie1-1/+8
2012-04-30If there are no new prim items to store then don't bother opening the MySqlCo...Justin Clark-Casey (justincc)1-3/+3
2012-04-30Consistently use using() to make sure we dispose of used MySqlCommands where ...Justin Clark-Casey (justincc)1-134/+133
2012-03-20Fix an invalid cast that only showed at runtimeMelanie1-1/+1
2012-03-20Store and reload extra physics from databaseMelanie1-2/+20
2012-02-29Use correct casing of RegionSettings.Sandbox in the various database modules.Justin Clark-Casey (justincc)1-1/+1
2012-02-26Move KeyframeMotion from SOG to SOP because we can't persist it anyMelanie1-2/+23
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-02-02Make ban, eject, freeze and the scripted versions of those work.Melanie1-8/+9
2012-01-30Add ParcelImageID to RegionSettings so we can have that overlay.Melanie1-2/+4
2012-01-24Correct some SQL syntaxMelanie1-1/+1
2012-01-24Fix merge artefacts and build breakMelanie1-1/+1
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