aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/PGSQL/PGSQLSimulationData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix passcollisions bool value on storeUbitUmarov2017-05-131-2/+2
* PGSQL: Convert PassCollision in table prims to bool to avoid a hopeless cast ...Geir Nøklebye2017-05-131-3/+4
* store the physics inertia override in the databaseGeir Nøklebye2017-04-201-4/+15
* update for The new Constant: integer OBJECT_REZZER_KEY = 32 + adding missing ...Geir Nøklebye2017-04-191-5/+28
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-78/+78
* add load baked terrain methodsUbitUmarov2016-09-171-0/+33
* add to databases a table to store baked terrain.UbitUmarov2016-09-171-0/+43
* PGSQL: Update simulation data with a number of missing fields for parcels. So...Geir Nøklebye2016-07-151-2/+22
* POSTGRES: Added check for Heightfield not equal to Database NULL.. Mirrors Op...Geir Nøklebye2016-04-251-2/+7
* seems to compile ( tests comented out)UbitUmarov2015-09-021-0/+5
* Repair database routines so they properly return null when asked forRobert Adams2014-01-281-1/+5
* Merge branch 'master' into varregionRobert Adams2013-11-241-4/+5
|\
| * Fixed the update StoreRegionWindlightSettings() wasn't updating regionwindlig...Fernando Oliveira2013-11-221-4/+5
* | varregion: remove unused terrain serialization code in SQLite and PGSQL modulesRobert Adams2013-11-041-24/+0
* | varregion: push TerrainData implementation up and down the database storage s...Robert Adams2013-11-011-24/+24
* | varregion: update PGSQL driver for storing variable terrain size blobs.Robert Adams2013-10-161-15/+30
|/
* * Fixes mantis #6802 Simulator crashes whist loading (lighshare enabled)fernando2013-10-151-4/+4
* Fernando Oliveira's Postgress SQL Server Data Connector as a single commit.Fernando Oliveira2013-10-121-0/+2247