aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLSimulationData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | Don't store the default WL profile. This will prevent "valid" from beingMelanie2011-07-051-1/+1
| * | | | | | | | | | | | | | | | | Add some flags to control content in search betterMelanie2011-06-201-2/+7
| * | | | | | | | | | | | | | | | | Add a missing virtual keywordMelanie2011-05-201-1/+1
| * | | | | | | | | | | | | | | | | Make public interface methods in MySQLSimulation data virtual so the CMMelanie2011-05-201-14/+14
* | | | | | | | | | | | | | | | | | Remove some use of database connection locking from MySQLSimulationData - thi...Justin Clark-Casey (justincc)2014-08-221-318/+298
* | | | | | | | | | | | | | | | | | Fix a bug in previous commit 01520bb where I accidentally saved OtherCleanTim...Justin Clark-Casey (justincc)2014-03-181-1/+1
* | | | | | | | | | | | | | | | | | Save and load dwell parcel stat in MySQL DB adaptor. Field in table already ...Justin Clark-Casey (justincc)2014-03-181-3/+4
* | | | | | | | | | | | | | | | | | Repair database routines so they properly return null when asked forRobert Adams2014-01-281-1/+5
* | | | | | | | | | | | | | | | | | varregion: push TerrainData implementation up and down the database storage s...Robert Adams2013-11-011-21/+11
* | | | | | | | | | | | | | | | | | varregion: plug in TerrainData class and modify TerrainModule and LLClientVie...Robert Adams2013-10-071-30/+17
* | | | | | | | | | | | | | | | | | Remove time based terrain storage in SQLite so revision number can be usedRobert Adams2013-09-281-3/+4
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Preserve attachment point & position when attachment is rezzed in worldAleric Inglewood2013-09-221-5/+24
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Make the concept of namespaces explicit in dynamic attributesJustin Clark-Casey (justincc)2013-06-271-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | * 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
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Environment Module - allows Environment settings for Viewer3 warning: include...PixelTomsen2012-05-231-0/+62
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | 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
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Use correct casing of RegionSettings.Sandbox in the various database modules.Justin Clark-Casey (justincc)2012-02-291-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | 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
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Add ParcelImageID to RegionSettings so we can have that overlay.Melanie2012-01-301-2/+4
* | | | | | | Add a forgotten parameterMelanie2012-01-241-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Change Telehubs to store only the data that is really needed and notMelanie2012-01-241-40/+13
| |_|_|_|/ |/| | | |
* | | | | Fix up some parameter namingMelanie2012-01-221-2/+2
* | | | | Finish connecting Telehub to databaseBlueWall2012-01-221-3/+19
* | | | | Hooking up new telehub data to the databaseBlueWall2012-01-221-0/+14
| |_|_|/ |/| | |
* | | | Move Telehub tables and data from EstateSettings to RegionSettings.Melanie2012-01-221-0/+70
| |_|/ |/| |
* | | Save the default terrain texture UUIDs for a new region instead of leaving th...Justin Clark-Casey (justincc)2011-09-091-1/+0
| |/ |/|
* | Remove code which was automatically deleting non-root prims from scene object...Justin Clark-Casey (justincc)2011-09-011-17/+0
|/
* Pull up Assembly of the MySQL classes as a protected property, so that it can...Diva Canto2011-03-081-2/+6
* Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto2010-11-211-2/+2
* Global creator information working on MySQL DB and on load/save OARs. Creator...Diva Canto2010-11-211-2/+2
* Add lsClearWindlightScene() to the lightshare module to remove WL settingsMelanie2010-11-031-0/+15
* When LightShare is enabled, the standard day cycle is bypassed and replaced byMelanie2010-11-031-0/+1
* UPdated the MySql driver to 6.2.4. Also established a much larger MySqlComman...Diva Canto2010-10-151-0/+1