aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLSimulationData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Make ban, eject, freeze and the scripted versions of those work.Melanie2012-02-021-8/+9
* | Merge branch 'master' into careminsterMelanie2012-01-301-2/+4
|\ \ | |/
| * Add ParcelImageID to RegionSettings so we can have that overlay.Melanie2012-01-301-2/+4
| * Add a forgotten parameterMelanie2012-01-241-1/+1
* | Correct some SQL syntaxMelanie2012-01-241-1/+1
* | Fix merge artefacts and build breakMelanie2012-01-241-1/+1
* | Merge branch 'master' into careminsterMelanie2012-01-241-39/+13
|\ \ | |/
| * Change Telehubs to store only the data that is really needed and notMelanie2012-01-241-40/+13
* | Merge branch 'master' into careminsterMelanie2012-01-231-4/+35
|\ \ | |/
| * 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
* | Merge branch 'master' into careminsterMelanie2012-01-221-0/+70
|\ \ | |/
| * Move Telehub tables and data from EstateSettings to RegionSettings.Melanie2012-01-221-0/+70
* | Spin off terrain save into a new thread and make it so that it uses the oldMelanie2011-12-131-29/+34
* | Don't allow deletion of a terrain from the database unless we have one to rep...Melanie2011-12-051-7/+21
* | Bring us up to date.Tom2011-09-141-1/+0
|\ \ | |/
| * Save the default terrain texture UUIDs for a new region instead of leaving th...Justin Clark-Casey (justincc)2011-09-091-1/+0
* | Resolve merge commits, stage 1Tom2011-09-041-17/+0
|\ \ | |/
| * Remove code which was automatically deleting non-root prims from scene object...Justin Clark-Casey (justincc)2011-09-011-17/+0
* | 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
|/
* 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
* Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-161-1/+1
* MergedJohn Hurliman2010-09-121-11/+11
|\
| * Formatting cleanup.Jeff Ames2010-09-121-11/+11
* | * Added ISimulationDataService and IEstateDataServiceJohn Hurliman2010-09-121-0/+9
|/
* Fixed the naming mess around data connectors for simulation dataJohn Hurliman2010-09-111-0/+1820