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
6c857b7ff9
Fix wrong primary key on telehub spawn points. With the RegionUUID being created as a unique primary key only one spawn point could be created. Replaced the primary key with one using multiple columns to guarantee that each spawn point occupies a unique space in the region.
...
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2024-06-24 19:49:06 +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
0923ed6f4d
update ScriptSyntax
2024-06-23 21:58:00 +01:00
UbitUmarov
cc1227364c
add llDerezObject(..)
2024-06-23 21:54:46 +01:00
UbitUmarov
583cc04910
also add default uuid zero string to mysql and pgsql pbr entries
2024-06-23 21:50:32 +01:00
Mike Dickson
127fee104f
Look for default config files in dll.config instead of exe.config because of dotnet changes.
2024-06-23 13:57:26 -04:00
Mike Dickson
32b21239bd
Add a default value of NULL_KEY for PBR Terrain textures to keep mixed grids of new and old code happy. Probably not an issue ultimately but during migration to the new code its likely to be. Bump the version number.
2024-06-23 12:14:42 -04:00
Mike Dickson
8dc009d334
Merge remote-tracking branch 'upstream/master' through 6/19/2024 into develop
CodeQL / Analyze (csharp) (push) Has been cancelled
dotnet package / build (8.0.x) (push) Has been cancelled
dotnet package / build (9.0.x) (push) Has been cancelled
2024-06-22 18:26:12 -04:00
UbitUmarov
c4635d86d0
llSetCameraAtOffset() or llSetCameraEyeOffset() on a child prim do not mess root prim ( reverts 174df94172
)
2024-06-19 20:22:43 +01:00
UbitUmarov
37d37665bf
fix sqlite migration
2024-06-19 11:13:09 +01:00
Adil El Farissi
f397fc36a4
Merge branch 'opensim:master' into master
2024-06-15 22:33:50 +00:00
UbitUmarov
644af5093e
remove duplicated cap service
2024-06-15 05:30:22 +01:00
UbitUmarov
8e874d97c5
if at load all pbt terrain id are zero reset all to non pbr ids (so on version update they look the same automaticly)
2024-06-15 00:31:25 +01:00
UbitUmarov
58f74dceb3
do not reset SentTPBR state
2024-06-14 21:59:56 +01:00
Adil El Farissi
3bcc96e42d
Merge branch 'opensim:master' into master
2024-06-13 22:21:39 +00:00
UbitUmarov
ed455616f7
decouple mirrors feature from VTPBR
2024-06-12 13:33:50 +01:00
UbitUmarov
8becea09c1
oops wrong sent flag
2024-06-11 23:21:33 +01:00
UbitUmarov
f81a11aaab
duhh why did i compare regionSize Z ?? phhhh
2024-06-11 22:26:15 +01:00
UbitUmarov
65738b3766
a few more changes for hypothetical terrain PBR
2024-06-10 21:02:31 +01:00
UbitUmarov
183350b617
viewers MUST ask for pbr terrain, requesting fake cap VTPBR if only support terrain pbr on standard size regions or cap VETPBR support on all region sizes
2024-06-08 22:05:41 +01:00
UbitUmarov
54fe5747ea
add storage for pbr terrain feature that viewers for opensim may add
2024-06-08 21:58:46 +01:00
Adil El Farissi
6ab23c8d6b
Merge branch 'opensim:master' into master
2024-06-07 21:03:53 +00:00
Mike Dickson
201d8e69ca
Merge tag '0.9.3.0.8915' into develop
...
CodeQL / Analyze (csharp) (push) Has been cancelled
dotnet package / build (8.0.x) (push) Has been cancelled
dotnet package / build (9.0.x) (push) Has been cancelled
- Additional changes from Core to handle recompiles if the framework has
changed and to call through a jump table to avoid direct references.
- Added logging on Asset POST to detect unwanted accesses.
2024-06-07 12:44:57 -04:00
Mike Dickson
10f37a5ca9
Merge branch 'release/0.9.3.0.8915'
CodeQL / Analyze (csharp) (push) Has been cancelled
2024-06-07 12:43:07 -04:00
UbitUmarov
ecdc979687
oops it is sRGB not linear, so rename to osTemperature2sRGB
2024-06-04 09:46:11 +01:00
UbitUmarov
1d9d39328d
add osTemperatureToLinearColor()
2024-06-04 09:05:03 +01:00
UbitUmarov
30586b34f6
replace Util.Clamp<T>()
2024-06-04 09:01:10 +01:00
Mike Dickson
3891738813
Log message at Info level when an Asset PUT/POST is done to create a new asset. We log IP address, Asset name and type, creator and description.
2024-05-29 17:34:57 -04:00
Mike Dickson
fcd9d5f6e4
Set RenderMinHeight to Z = 0 and clamp values to that.
2024-05-29 17:33:34 -04:00
Mike Dickson
99001fa109
bump version number
2024-05-29 00:42:49 -04:00
UbitUmarov
5ffe928392
remove some warnings in unused code
2024-05-28 22:21:31 +01:00
Mike Dickson
4aca979bd1
Merge branch 'feature/8882-fixes' into develop
CodeQL / Analyze (csharp) (push) Has been cancelled
dotnet package / build (8.0.x) (push) Has been cancelled
dotnet package / build (9.0.x) (push) Has been cancelled
2024-05-27 10:47:37 -04:00
Mike Dickson
3ed5150059
Remove duplicate log4j reference in OpenSim.Framework
2024-05-27 10:44:35 -04:00
UbitUmarov
547c431c43
update github action
2024-05-22 02:16:22 +01:00
Mike Dickson
be0146c5ad
A bit more defensive code around serialization. Still causing issues. Im considering moving it to the SOG (in memory) as Core did. There is no sog table so persistence is the same to the root part.
2024-05-19 23:40:04 -04:00
Mike Dickson
2b3e46bdab
Be a bit more defensive on handling LinksetData items. Check for empty or null key, etc.
2024-05-19 11:00:50 -04:00
UbitUmarov
270427ba2a
add vector osGetLinkColor(LSL_Integer linknum, LSL_Integer face)
2024-05-18 22:17:10 +01:00
Mike Dickson
14d2228bcd
Commit the same changes for LinkSetData,cs after save
2024-05-18 16:29:05 -04:00
Mike Dickson
a7d2271b67
Clean up a few LinkSet Data calls and make sure we lock around state changes.
2024-05-18 16:28:23 -04:00
Mike Dickson
17b1778cd5
Clean up references to runtime classes that are explicitely listed and coming from bin
2024-05-18 11:12:52 -04:00
UbitUmarov
7b731a387b
oops we do have DATA_PAYINFO for local users, thx Tampa
2024-05-17 22:07:16 +01:00
UbitUmarov
c69a112293
mantis 9130: several changes to llRequestAgentData
2024-05-17 19:27:08 +01:00
Mike Dickson
d2f08c1401
Remove reference to System.Security. It comes from the framework.
2024-05-16 11:13:20 -04:00
Michael Dickson
36c1d2b8ae
Merge remote-tracking branch 'upstream/master' into feature/8882-fixes
2024-05-16 11:06:12 -04:00
UbitUmarov
cbe6071f29
and more on broke pgsql
2024-05-16 01:07:45 +01:00
UbitUmarov
f7fd1a5497
and more..
2024-05-16 00:40:00 +01:00
UbitUmarov
d0173f40f8
and more..
2024-05-16 00:34:09 +01:00
UbitUmarov
18a0718508
and more..
2024-05-15 23:46:01 +01:00