aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteSimulationData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminated many warningsOren Hurvitz2014-04-231-2/+2
* Repair database routines so they properly return null when asked forRobert Adams2014-01-281-1/+5
* varregion: remove unused terrain serialization code in SQLite and PGSQL modulesRobert Adams2013-11-041-16/+0
* varregion: push TerrainData implementation up and down the database storage s...Robert Adams2013-11-011-18/+11
* varregion: plug in TerrainData class and modify TerrainModule and LLClientVie...Robert Adams2013-10-071-24/+16
* Remove time based terrain storage in SQLite so revision number can be usedRobert Adams2013-09-281-12/+2
* Preserve attachment point & position when attachment is rezzed in worldAleric Inglewood2013-09-221-0/+16
* 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/+3
* * Adds KeyFrameMotion storage support to SQLite, just a note, seems that ...teravus2013-06-111-0/+24
* Added physics parameters support to MSSQL and SQLite (not tested)Oren Hurvitz2013-02-091-0/+18
* 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/+0
* Encapsulate an OSDMap in DAMap (was DynAttrsOSDMap) rather than inheriting fr...Justin Clark-Casey (justincc)2013-01-251-4/+4
* Implement Dynamic Attributes for SOP and PBS. Implement storage in SQLiteJustin Clark-Casey (justincc)2013-01-251-0/+21
* SQLite DB: some values of land data will be not saved / loadedPixelTomsen2012-10-211-5/+20
* Add a skeleton for a name value storage associated with regionsMelanie2012-08-151-0/+12
* Environment Module - allows Environment settings for Viewer3 warning: include...PixelTomsen2012-05-231-1/+100
* Use correct casing of RegionSettings.Sandbox in the various database modules.Justin Clark-Casey (justincc)2012-02-291-1/+1
* Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process.Justin Clark-Casey (justincc)2012-02-211-0/+3
* Parcel sales support to SQLiteBlueWall2012-02-171-0/+3
* Fillin missing SQLite support for TelehubsBlueWall2012-02-171-0/+102
* Fix: Lightshare Module(Windlight)-Region settings are not applicable for data...PixelTomsen2012-02-141-305/+622
* Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?i...PixelTomsen2012-02-031-0/+3
* Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie2012-02-021-6/+6
* refactor: Pull up Assembly of the SQLite classes as a protected property, so ...Marck2011-07-161-2/+6
* In SQLiteSimulationData.RemoveLandObject(), don't manually remove the row fro...Justin Clark-Casey (justincc)2011-02-111-6/+0
* Fix joining land parcels not being stored correctly in SQLite. Thank you to g...Marck2010-11-231-0/+3
* Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto2010-11-211-2/+2
* Updated SQLite/SQLiteSimulationData to use SOP.CreatorInformation instead of ...Diva Canto2010-11-211-2/+2
* Add lsClearWindlightScene() to the lightshare module to remove WL settingsMelanie2010-11-031-0/+3
* * Add CSharpSqlite to prebuildTeravus Ovares (Dan Olivares)2010-09-231-1/+5
* Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-161-1/+1
* MergedJohn Hurliman2010-09-121-30/+27
|\
| * Formatting cleanup.Jeff Ames2010-09-121-30/+27
* | * Added ISimulationDataService and IEstateDataServiceJohn Hurliman2010-09-121-0/+9
|/
* Changed all string references of "IRegionDataStore" to "ISimulationDataStore"John Hurliman2010-09-111-2/+0
* Fixed the naming mess around data connectors for simulation dataJohn Hurliman2010-09-111-0/+2355