UbitUmarov
cd6efb7553
persist start string parameter (from rezobject)
2024-11-26 18:34:26 +00:00
BlueWall
48a300fa2f
Adding missing 'regionextra' table and associated handlers to the PgSQL adapter.
...
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt >
2024-06-24 19:55:15 +01:00
BlueWall
eb74fa6eec
Fix region data loading to prevent deletion of telehub spawnpoints
...
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt >
2024-06-24 19:51:44 +01:00
BlueWall
ebcc0f0077
Postgresql Fixes: region store, mutelist and generic table handler.
...
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt >
2024-06-24 19:42:20 +01:00
UbitUmarov
54fe5747ea
add storage for pbr terrain feature that viewers for opensim may add
2024-06-08 21:58:46 +01:00
UbitUmarov
cbe6071f29
and more on broke pgsql
2024-05-16 01:07:45 +01:00
UbitUmarov
d0173f40f8
and more..
2024-05-16 00:34:09 +01:00
UbitUmarov
f4f30de344
pgsql: missing lnkstBinData in insert select
2024-05-09 23:32:36 +01:00
UbitUmarov
037afe8373
fix compile with new npgsql
2024-05-08 20:46:58 +01:00
UbitUmarov
f1cb40aa59
a few more useless changes
2024-04-07 22:26:51 +01:00
UbitUmarov
ed0044564d
store linksetdata in sqlite and pgsql
2024-03-29 00:46:29 +00:00
UbitUmarov
0c05c6efce
sog temporay flags check is same for all DB engines
2024-02-17 12:47:46 +00:00
UbitUmarov
8641e0b34c
persist test feature and old sop animations in pgsql *untested(
2023-03-13 12:45:12 +00:00
UbitUmarov
496deb92d4
cosmetics
2022-10-25 04:18:01 +01:00
UbitUmarov
da928d6099
!= UUID.Zero is slow
2022-01-09 02:28:51 +00:00
UbitUmarov
e894b4cafc
update libomv and apply necessary related changes
2020-10-06 17:29:01 +01:00
UbitUmarov
6a2058e0ac
there is no prim Omega, we call it angular velocity
2020-08-07 18:54:23 +01:00
UbitUmarov
b7750e52d6
lang env on PGSQL
2020-06-24 11:36:34 +01:00
UbitUmarov
e2be90caaf
replace lightshare early work
2020-06-10 09:26:55 +01:00
UbitUmarov
0958eceadd
store sop pseudocrc and region cacheID on PGSQL ( others later)
2020-03-28 01:31:00 +00:00
UbitUmarov
f61b83b1ea
store the new variables on sqlite and pgsql ( could not test)
2020-01-23 10:47:09 +00:00
UbitUmarov
6ae1341c58
don't read from dbs wrong sound flags
2019-03-07 04:53:41 +00:00
UbitUmarov
33a062612f
remove terraindata abstraction layer, since we only have heightmap type
2019-01-21 06:05:21 +00:00
UbitUmarov
4d3d9998a9
still pgsql
2018-12-28 23:16:05 +00:00
UbitUmarov
650cef67d1
PGSQL: store vehicle data
2018-12-28 18:44:33 +00:00
UbitUmarov
dd0269df48
fix passcollisions bool value on store
2017-05-13 17:22:56 +01:00
Geir Nøklebye
7cf82a71d6
PGSQL: Convert PassCollision in table prims to bool to avoid a hopeless cast that fails with newer versions of NPGSQL.
...
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt >
2017-05-13 17:15:47 +01:00
Geir Nøklebye
ebcfad1a83
store the physics inertia override in the database
...
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt >
2017-04-20 21:21:23 +01:00
Geir Nøklebye
28125202cc
update for The new Constant: integer OBJECT_REZZER_KEY = 32 + adding missing support for fields in the prims table.
...
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com >
2017-04-19 14:04:54 -04:00
Melanie Thielker
b16abc8166
Massive tab and trailing space cleanup
2017-01-05 19:07:37 +00:00
UbitUmarov
71bd3ce49f
add load baked terrain methods
2016-09-17 16:42:40 +01:00
UbitUmarov
3f9f105295
add to databases a table to store baked terrain.
2016-09-17 15:45:11 +01:00
Geir Nøklebye
653b896794
PGSQL: Update simulation data with a number of missing fields for parcels. Some of the fields should probably be migrated to type Boolean to avoid the hairy casting in the query. In addition the overall server code relies in the Replace in SQL statement that is proprietary to MySQL, so the PGSQL code is rather unsafe as it is. Should probably set a transaction on the whole operation so that if something goes wrong the database record is not zapped as it is now. PostgreSQL 9.5 has the upsert functionality which would bring the code closer to the MySQL version. This commit also has an update to PGSQLRegionData
...
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt >
2016-07-15 15:45:39 +01:00
Geir Nøklebye
b91cfcca2b
POSTGRES: Added check for Heightfield not equal to Database NULL.. Mirrors OpenSim commit 50d738
...
Signed-off-by: Kevin Cozens <kevin@ve3syb.ca > (mantis #7845 )
2016-04-25 12:01:36 -04:00
UbitUmarov
a11edceb00
seems to compile ( tests comented out)
2015-09-02 19:54:53 +01:00
Robert Adams
e5d59dc696
Repair database routines so they properly return null when asked for
...
the heighmap of a region that does not exist.
2014-01-28 15:29:06 -08:00
Robert Adams
3193bcaae1
Merge branch 'master' into varregion
2013-11-24 07:23:12 -08:00
Fernando Oliveira
f3f3d390f7
Fixed the update StoreRegionWindlightSettings() wasn't updating regionwindlight table, raising PrimaryKey violation;
...
Signed-off-by: Fernando Oliveira <fernando@oliveira.eti.br >
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com >
2013-11-22 20:48:12 -05:00
Robert Adams
ac94dc8a14
varregion: remove unused terrain serialization code in SQLite and PGSQL modules
2013-11-04 22:06:20 -08:00
Robert Adams
ff5885ab23
varregion: push TerrainData implementation up and down the database storage stack.
...
Implement both LoadTerrain and StoreTerrain for all DBs.
Move all database blob serialization/deserialization into TerrainData.
2013-11-01 11:35:31 -07:00
Robert Adams
c581506058
varregion: update PGSQL driver for storing variable terrain size blobs.
2013-10-16 08:13:06 -07:00
fernando
3e1ca2bd21
* Fixes mantis #6802 Simulator crashes whist loading (lighshare enabled)
...
* Please test
2013-10-15 11:55:08 -05:00
Fernando Oliveira
ff8a768258
Fernando Oliveira's Postgress SQL Server Data Connector as a single commit.
...
* Added PostGreSQL support
* Added MySQL/MySQLXGroupData.cs
* PostgreSQL data access implementation
* PostgreSQL dll binarie and RegionStore.migrations
* Migrations Scripts from MSSQL to POSTGRES
* Postgres SQL Type fixes
* Postgres SQL Connection string
* Data type issues
* more fixes
* tests and +tests
* UUID x string - FIGHT!
* Fixed PG types to internal csharp types
* More data type fix (PostgreSQL fields are case sensitive) :(
* more field case sensitive fixes
* changed the migration files to be case sensitive for fields.
* fixed fields case
* finished converting, now search for hidden bugs.
* some more fixes
* bool type fixed
* more case fixes;
* creatorID case fixed
* case fields fixed
* fixed default now() for TMStamp fields with don't allow nulls.
* fix case sensitve for Region name and Estate name
* fixed case for names for search
* fix class name Error
* Bug fixed on select and migrations
* Un-Reverting my change due to Postgres issue with the ILIKE function
* Fixed some issued for Diva Distro
* Fixes for integration with Diva Distro
* Added System.Core to prebuild.xml for PG project
* Configured to make DIff for Push to OpenSim Project
* Diffs only to PostgreSQL mods.
2013-10-12 16:33:45 -05:00