aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLSimulationData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2013-06-301-1/+1
|\
| * Make the concept of namespaces explicit in dynamic attributesJustin Clark-Casey (justincc)2013-06-271-1/+1
* | Merge branch 'master' into careminsterMelanie2013-06-131-2/+0
|\ \ | |/
| * * This fixes having to select and deselect prim to get keyframemotion to star...teravus2013-06-121-2/+0
| * Database persistence for keyframes. Contains a Migration.Melanie2013-06-061-4/+25
| * Recover a lost "virtual". Downstream projects need this.Diva Canto2013-04-251-1/+1
* | Merge branch 'master' into careminsterMelanie2013-02-101-6/+6
|\ \ | |/
| * Added physics parameters support to MSSQL and SQLite (not tested)Oren Hurvitz2013-02-091-9/+10
| * Rename "Bounciness" to "Restitution"Melanie2013-02-071-2/+2
| * Fix a bug I brought in by manually editing a diff file. Terrain is if cource ...Melanie2013-02-061-1/+1
| * Partial port of Avination's support for the new physics parameters.Melanie2013-02-061-18/+38
* | Rename Bounciness to RestitutionMelanie2013-02-071-2/+2
* | Merge branch 'master' into careminsterMelanie2013-02-051-3/+14
|\ \ | |/
| * Store NULL in the 'DynAttrs' column if the prim doesn't have any dynamic attr...Oren Hurvitz2013-01-251-1/+5
| * Stopped storing dynamic attributes in the PrimShapeOren Hurvitz2013-01-251-8/+2
| * Added missing DynAttrs references in MySQLOren Hurvitz2013-01-251-3/+6
| * Encapsulate an OSDMap in DAMap (was DynAttrsOSDMap) rather than inheriting fr...Justin Clark-Casey (justincc)2013-01-251-4/+4
| * Implement dynamic attribute persistence on mysql and mssqlJustin Clark-Casey (justincc)2013-01-251-2/+14
* | Check database for root prim IDs only to try and get a handle on prim lossMelanie2012-12-091-1/+1
* | Merge branch 'master' into careminsterMelanie2012-08-311-219/+238
|\ \ | |/
| * Also do other MySQL region settings related calls under m_dbLock, in common w...Justin Clark-Casey (justincc)2012-08-311-117/+130
| * Do Windlight storage and removal calls in MySQL under m_dbLock, as is done wi...Justin Clark-Casey (justincc)2012-08-311-102/+108
| * Fix and finish the extra parameters storage system for MySQLMelanie2012-08-151-1/+57
| * Add a skeleton for a name value storage associated with regionsMelanie2012-08-151-0/+13
* | Fix and finish the extra parameters storage system for MySQLMelanie2012-08-151-1/+57
* | Add a skeleton for a name value storage associated with regionsMelanie2012-08-151-0/+13
* | Merge branch 'avination' into careminsterMelanie2012-07-111-2/+17
|\ \
| * | Fix storing vehicle dataMelanie2012-07-071-2/+2
| * | Add saving vehicle physics data to the databaseMelanie2012-07-071-2/+17
* | | Merge branch 'avination' into careminsterMelanie2012-06-291-26/+34
|\ \ \ | |/ /
| * | Prevent bad prim in the database from crashing the sim, list affectedMelanie2012-06-261-26/+34
* | | Merge branch 'avination' into careminsterMelanie2012-06-111-2/+35
|\ \ \ | |/ /
| * | Typo fixMelanie2012-06-071-3/+5
| * | Add the ability to query the MYSQL databse for a list of the stored prim UUIDsMelanie2012-06-071-0/+31
* | | Merge branch 'master' into careminsterMelanie2012-05-271-0/+62
|\ \ \ | | |/ | |/|
| * | Environment Module - allows Environment settings for Viewer3 warning: include...PixelTomsen2012-05-231-0/+62
* | | Merge branch 'avination' into careminsterMelanie2012-05-151-1/+8
|\ \ \ | | |/ | |/|
| * | Port the mel/dahlia fixMelanie2012-05-151-1/+8
* | | Merge branch 'master' into careminsterMelanie2012-04-301-134/+133
|\ \ \ | |/ / |/| / | |/
| * If there are no new prim items to store then don't bother opening the MySqlCo...Justin Clark-Casey (justincc)2012-04-301-3/+3
| * Consistently use using() to make sure we dispose of used MySqlCommands where ...Justin Clark-Casey (justincc)2012-04-301-134/+133
* | Fix an invalid cast that only showed at runtimeMelanie2012-03-201-1/+1
* | Store and reload extra physics from databaseMelanie2012-03-201-2/+20
* | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...Melanie2012-03-041-2/+23
|\ \
| * | Move KeyframeMotion from SOG to SOP because we can't persist it anyMelanie2012-02-261-2/+23
* | | Merge branch 'master' into careminsterMelanie2012-03-031-1/+1
|\ \ \ | |/ / |/| / | |/
| * Use correct casing of RegionSettings.Sandbox in the various database modules.Justin Clark-Casey (justincc)2012-02-291-1/+1
* | Merge branch 'master' into careminsterMelanie2012-02-041-3/+4
|\ \ | |/
| * Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?i...PixelTomsen2012-02-031-3/+4
| * Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie2012-02-021-8/+9