aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/PGSQL/PGSQLSimulationData.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-09Remove useless executable bit that Windows adds.onefang1-0/+0
2019-05-19Remove useless executable bit that Windows adds.onefang1-0/+0
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-83/+224
2019-03-07don't read from dbs wrong sound flagsUbitUmarov1-1/+4
2019-01-21remove terraindata abstraction layer, since we only have heightmap typeUbitUmarov1-3/+3
2018-12-28still pgsqlUbitUmarov1-3/+3
2018-12-28PGSQL: store vehicle dataUbitUmarov1-6/+16
2017-05-13fix passcollisions bool value on storeUbitUmarov1-2/+2
2017-05-13PGSQL: Convert PassCollision in table prims to bool to avoid a hopeless cast ...Geir Nøklebye1-3/+4
2017-04-20store the physics inertia override in the databaseGeir Nøklebye1-4/+15
2017-04-19update for The new Constant: integer OBJECT_REZZER_KEY = 32 + adding missing ...Geir Nøklebye1-5/+28
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-78/+78
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-468/+492
2015-03-27varregion: refactor use of 'double heightmap[,]' into references to new class...Robert Adams1-34/+49
2014-11-28Remove unmaintained MSSQL support.Justin Clark-Casey (justincc)1-2242/+0
2014-01-28Repair database routines so they properly return null when asked forRobert Adams1-1/+5
2013-11-01varregion: push TerrainData implementation up and down the database storage s...Robert Adams1-30/+32
2013-10-07varregion: plug in TerrainData class and modify TerrainModule and LLClientVie...Robert Adams1-30/+15
2013-09-28Remove time based terrain storage in SQLite so revision number can be usedRobert Adams1-1/+1
2013-09-25Remove time based terrain storage in SQLite so revision number can be usedRobert Adams1-1/+1
2013-09-22Preserve attachment point & position when attachment is rezzed in worldAleric Inglewood1-4/+13
2013-06-27Make the concept of namespaces explicit in dynamic attributesJustin Clark-Casey (justincc)1-1/+1
2013-02-09Added physics parameters support to MSSQL and SQLite (not tested)Oren Hurvitz1-3/+18
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-10/+3
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-6/+17
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-06-07Add the ability to query the MYSQL databse for a list of the stored prim UUIDsMelanie1-0/+5
2012-05-23Environment Module - allows Environment settings for Viewer3 warning: include...PixelTomsen1-0/+66
2012-03-06Updates to MSSQL store for 0.7.3 to include:Chris Hart1-5/+78
2012-02-29Use correct casing of RegionSettings.Sandbox in the various database modules.Justin Clark-Casey (justincc)1-2/+2
2012-02-03Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?i...PixelTomsen1-4/+5
2012-02-02Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie1-6/+6
2012-02-02Make ban, eject, freeze and the scripted versions of those work.Melanie1-6/+6
2011-09-01Remove code which was automatically deleting non-root prims from scene object...Justin Clark-Casey (justincc)1-15/+0
2011-06-01Updates to MSSQL to most recent compatibility, also included Windlight suppor...Chris Hart1-14/+499
2011-04-28Thank you MrMonkE for a patch that seems to bring the MSSQL data layer up to ...Diva Canto1-7/+18
2010-11-03Add lsClearWindlightScene() to the lightshare module to remove WL settingsMelanie1-0/+3
2010-09-16Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman1-2/+2
2010-09-12* Added ISimulationDataService and IEstateDataServiceJohn Hurliman1-0/+10
2010-09-12Formatting cleanup.Jeff Ames1-3/+3
2010-09-11Fixed the naming mess around data connectors for simulation dataJohn Hurliman1-1/+1
2010-09-05Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker1-4/+2
2010-09-05Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker1-4/+2
2010-08-26Remove parts locking from data classes since these are using a copy of the sc...Justin Clark-Casey (justincc)1-49/+45
2010-08-26Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)1-46/+48
2010-08-13refactor: Use SOP.Flags rather than SOP.ObjectFlagsJustin Clark-Casey (justincc)1-2/+2
2010-08-04fix mysql/mssql prim serialization problemJustin Clark-Casey (justincc)1-6/+2