UbitUmarov
|
23ad195e7a
|
add osSetTerrainTextures(LSL_List textures, LSL_Integer types) to set terrain textures for legacy viewers it types == 0 or 2; textures for new viewers if types == 1 or 2 or PBR materials if types == 1 (untested :( )
|
2025-05-06 01:29:24 +01:00 |
|
UbitUmarov
|
b00df07563
|
do not allow estate bans to grid admins
|
2025-04-17 15:50:08 +01:00 |
|
UbitUmarov
|
50ce311ac2
|
fix Object bonus decode as Real, thx Tampa
|
2025-01-05 01:35:06 +00:00 |
|
UbitUmarov
|
f1b6d9186e
|
mantis 9135: avoid null ref
|
2024-08-02 03:29:40 +01:00 |
|
UbitUmarov
|
65738b3766
|
a few more changes for hypothetical terrain PBR
|
2024-06-10 21:02:31 +01:00 |
|
UbitUmarov
|
7c3e09f7d3
|
cosmetics
|
2024-04-30 23:17:20 +01:00 |
|
UbitUmarov
|
2736d36391
|
also do send terrain texture change also from viewer to viewers
|
2024-04-28 22:57:58 +01:00 |
|
UbitUmarov
|
7dda8b4154
|
add cap DispatchRegionInfo
|
2024-04-15 04:33:20 +01:00 |
|
UbitUmarov
|
d9380c9b83
|
clean some spurius chars and a few other things. Thanks Vincent Sylvester
|
2022-11-12 02:49:01 +00:00 |
|
UbitUmarov
|
5ef7878613
|
cosmetics
|
2022-09-24 17:14:46 +01:00 |
|
UbitUmarov
|
e043d8a2eb
|
use array.Empty<byte>
|
2022-03-12 15:21:24 +00:00 |
|
UbitUmarov
|
57e8cac8cb
|
cosmetics
|
2022-02-07 20:11:09 +00:00 |
|
UbitUmarov
|
d20dbcb74a
|
cosmetics
|
2022-02-07 19:37:27 +00:00 |
|
UbitUmarov
|
771bb0a1a0
|
mantis 8967: try fix estate regions url for ssl
|
2022-02-07 18:56:29 +00:00 |
|
UbitUmarov
|
fbbcc1edd7
|
== string.Empty is .Lenght == 0
|
2022-01-13 20:31:52 +00:00 |
|
UbitUmarov
|
da928d6099
|
!= UUID.Zero is slow
|
2022-01-09 02:28:51 +00:00 |
|
UbitUmarov
|
357f20eb14
|
== UUID.Zero is slow
|
2022-01-08 23:35:56 +00:00 |
|
UbitUmarov
|
b0814951bd
|
stop sending god as estate owner
|
2021-09-06 15:55:54 +01:00 |
|
UbitUmarov
|
e36619c9f5
|
duhhhh
|
2020-08-23 05:38:11 +01:00 |
|
UbitUmarov
|
0f50b17824
|
change code for urls usage. Still bad after (un)link
|
2020-08-23 03:54:44 +01:00 |
|
UbitUmarov
|
16ab72a223
|
break the top thingies
|
2020-08-22 17:33:38 +01:00 |
|
StolenRuby
|
2f0d2db19d
|
Top Scripts
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2020-08-22 12:38:35 +01:00 |
|
UbitUmarov
|
fb54ca39d1
|
cosmetics ( i hope)
|
2020-08-07 22:10:53 +01:00 |
|
UbitUmarov
|
6c5bf4ed25
|
useless cosmetics
|
2020-07-15 01:40:53 +01:00 |
|
UbitUmarov
|
5b596bb29e
|
update script syntax
|
2020-06-30 13:29:42 +01:00 |
|
UbitUmarov
|
fb35f31078
|
fix the merge
|
2020-06-29 01:29:58 +01:00 |
|
UbitUmarov
|
7cf329c846
|
Merge branch 'master' into uglysky
# Conflicts:
# OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs
# bin/OpenMetaverse.Rendering.Meshmerizer.dll
# bin/OpenMetaverse.StructuredData.dll
# bin/OpenMetaverse.dll
# bin/OpenMetaverseTypes.dll
|
2020-06-29 01:28:33 +01:00 |
|
UbitUmarov
|
1c4300ff91
|
fix a flag name
|
2020-06-29 01:16:12 +01:00 |
|
UbitUmarov
|
362025be38
|
update libomv
|
2020-06-18 14:23:24 +01:00 |
|
UbitUmarov
|
f708b413a1
|
more to go
|
2020-06-18 13:18:08 +01:00 |
|
UbitUmarov
|
369a2e1453
|
clear parcels uglysky on clearing override flag
|
2020-06-17 21:08:52 +01:00 |
|
UbitUmarov
|
e538628dec
|
2first dirty version and non persistent parcel uglysky
|
2020-06-17 15:49:13 +01:00 |
|
UbitUmarov
|
d7089bcff2
|
mantis 8715: fix peer http port. thanks GuduleLapointe
|
2020-06-13 23:59:55 +01:00 |
|
UbitUmarov
|
7a07731371
|
on simple cases no need to parse at all
|
2020-06-04 02:50:39 +01:00 |
|
UbitUmarov
|
b68748507d
|
move /estate handler
|
2020-04-26 20:05:10 +01:00 |
|
UbitUmarov
|
be16cf9531
|
sync some more things with work copy
|
2020-03-02 01:56:34 +00:00 |
|
UbitUmarov
|
5ad62558b3
|
mantis 8643: invert the meaning of internal flag TEXFREE true value to mean NOT allow parcel owner to be more restrictive than estate. This should reduce the impact of this feature on new and current regions, specially since some viewers still do not suport it. (yes still lazy to rename the thing)
|
2020-01-17 09:35:42 +00:00 |
|
UbitUmarov
|
b9e74dd504
|
change IgnoreEstatePaymentAccessControl and IgnoreEstateMinorAccessControl default to true, since this require flags to be set on dbs, and enforcing was not working well
|
2020-01-11 16:16:49 +00:00 |
|
UbitUmarov
|
29a6c1d0c8
|
fix IgnoreEstatePaymentAccessControl option
|
2020-01-11 14:57:43 +00:00 |
|
UbitUmarov
|
db374112c6
|
EstateAccess do fill the fields(mySQL only); fix the response
|
2019-08-17 23:57:05 +01:00 |
|
UbitUmarov
|
c043008e04
|
add cap EstateChangeInfo
|
2019-08-07 21:06:20 +01:00 |
|
UbitUmarov
|
d372309e3c
|
mantis 8558: send sane values for Agents and objects capability (max hard limit)
|
2019-07-06 20:49:00 +01:00 |
|
UbitUmarov
|
d0052c8174
|
add more test code to make usage od compressed updates etc. Should be disable, but well many things can go wrong.
|
2019-03-23 02:18:32 +00:00 |
|
UbitUmarov
|
7211afb3b9
|
missing file
|
2019-03-20 15:12:56 +00:00 |
|
UbitUmarov
|
b56eb2fe63
|
estate kick now just kill user connection if on same region. The teleport home we did, does not make much sense, and would need more work anyways
|
2019-02-20 03:05:23 +00:00 |
|
UbitUmarov
|
796a8efe25
|
a few changes to tp home
|
2019-01-18 22:18:49 +00:00 |
|
UbitUmarov
|
dd67ab6025
|
change the scope of those options variables
|
2018-07-14 16:42:10 +01:00 |
|
UbitUmarov
|
a4881797b9
|
add options for regions to ignore age < 18 and payment access control where they don't apply
|
2018-07-14 16:36:41 +01:00 |
|
UbitUmarov
|
c53658248a
|
reassign estate setting TaxFree to the role of AllowAccessOverride, as viewers did. Keeping name to reuse dbs entries, etc. let viewers change it, but still NOP
|
2018-06-19 01:18:18 +01:00 |
|
UbitUmarov
|
d38161f83d
|
retire our BlockingQueue replaced by BlockingCollection and cross fingers
|
2018-01-22 17:09:38 +00:00 |
|