Commit Graph

2063 Commits

Author SHA1 Message Date
UbitUmarov
d545506efc add a few more parameters to llGetObjectDetails(); add intger log2(uint) 2022-08-23 17:27:02 +01:00
UbitUmarov
61085cc25e add proper way for viewers to request mute of collision sounds by setting flag 0x80 on agent update Flags (const U8 AU_FLAGS_MUTECOLLISIONS = 0x80;). Their current method of comparing sound UUIDS is just BROKEN, even at SL. 2022-05-10 14:14:33 +01:00
UbitUmarov
e8395daea0 missed another spot on the test 2022-04-15 02:25:59 +01:00
UbitUmarov
b854acf9ed fix a test 2022-04-15 02:10:11 +01:00
UbitUmarov
b5fa51d05b a few more 'useless changes' like telling compiler to do inlining 2022-04-12 23:05:26 +01:00
UbitUmarov
1a183339f7 make parcel size unit a global constant, plus several 'useless changes' 2022-04-12 15:31:56 +01:00
UbitUmarov
40a6c60932 minor code simplification on landobject 2022-04-12 03:51:39 +01:00
UbitUmarov
d5dca5972d if osParcelSubdivide does match the entire original parcel, just do nothing 2022-04-12 01:16:41 +01:00
UbitUmarov
44e0d238ec remove legacy Clouds module no longer supported by most viewers 2022-04-02 16:20:15 +01:00
UbitUmarov
4ebc639669 terrain: change how initial all not in view patchs are send 2022-04-02 01:41:08 +01:00
UbitUmarov
bea0f4d18b terrain bug fix: setfalse does not mean write true 2022-04-01 22:58:30 +01:00
UbitUmarov
667a18161b some cosmetics, like npcs down eat terrain 2022-03-30 01:15:31 +01:00
UbitUmarov
3f30f17187 add TerrainTaintsArray, a specialized BitArray for terrain taints. Start using it 2022-03-29 22:18:28 +01:00
UbitUmarov
0b205b91a6 more uuid == 2022-03-18 23:18:38 +00:00
UbitUmarov
21c02fca19 more uuid == 2022-03-18 23:09:53 +00:00
UbitUmarov
846d2df245 replace util.clip by utils.clamp (from libomv), and a few more cosmetics 2022-03-18 02:20:40 +00: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
9b33ef9c8c a few more changes on vectors etc 2022-01-10 02:21:17 +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
b8c907ae87 GenericCommunicationPermission() is still useless, so comment it out 2021-12-30 15:20:15 +00:00
UbitUmarov
a0e039e876 useless ms xml things 2021-12-14 16:04:45 +00:00
UbitUmarov
162454bdc0 cosmetics 2021-10-26 18:51:32 +01:00
UbitUmarov
bc7f9b9d68 mantis 5596: do override terrain raw file like other formats seem to do, just for coerence 2021-10-20 02:03:08 +01:00
UbitUmarov
b658f9bb13 BUG: silly stack overflow bc typo 2021-09-15 13:56:17 +01:00
UbitUmarov
acf02563f2 some cleanup 2021-09-14 01:35:32 +01:00
UbitUmarov
11f9f67453 parcel dwell: viewers shoul done see parcel fakeID 2021-09-14 00:55:02 +01:00
UbitUmarov
b0814951bd stop sending god as estate owner 2021-09-06 15:55:54 +01:00
UbitUmarov
58df13587f reduce map spam block time 2021-09-02 05:01:33 +01:00
UbitUmarov
cc86bdddcf oar load: do a block check for assets presence on grid services, instead of one by one 2021-08-10 17:02:27 +01:00
UbitUmarov
75dac827fa mantis 8896: triggersound does not stop loopsound 2021-06-01 21:54:08 +01:00
Oren Hurvitz
4445bc1222 Fixed unit tests for Load OAR 2021-03-18 12:55:40 +02:00
Oren Hurvitz
c92c1f985e Renamed "Default Daycycle(3/1)" to "Default Daycycle (More Daylight)"
This makes it easier for users to understand the difference between this asset
and the asset called "Default Daycycle".
2021-03-18 10:35:57 +02:00
Oren Hurvitz
e082892cf1 When migrating Windlight region settings to EEP, store the EEP settings immediately.
Previously the migration was done only in memory, but the settings in the database weren't modified.
They would only get updated in the database the first time the user made any change to the EEP settings.

Also, added better error logging: include the full stack trace.
2021-03-18 10:35:57 +02:00
Oren Hurvitz
521754ba84 Save a couple of estate settings in OAR files.
The settings that are saved are:
* AllowDirectTeleport - required in order to make Telehubs work
* AllowEnvironmentOverride - required in order to allow parcels to have different EEP settings from the region
2021-03-17 17:47:06 +02:00
UbitUmarov
2abea09e83 comment out code for map deregister, still not done 2021-01-08 16:14:11 +00:00
UbitUmarov
78d38aa832 move map itens to objectjobengine 2021-01-08 16:07:44 +00:00
UbitUmarov
feba9a70c4 do not send parcel environment changes to npcs 2021-01-06 14:39:33 +00:00
UbitUmarov
1d528727db simplify mapsearchmodule, do not block client requests while one is in progress puting it back on client secondary exec thread job (this may cause issues, to see later) 2020-12-17 21:49:40 +00:00
UbitUmarov
b514bac6c2 a few changes 2020-12-17 03:35:37 +00:00
UbitUmarov
2a1e518495 update mapsearch 2020-12-16 23:56:51 +00:00
UbitUmarov
582e9250ad update warp3d.dll; let prims have a bit higher LOD 2020-12-11 00:12:21 +00:00
UbitUmarov
90e441e805 mantis 8800: update warp3d.dll; fix export-map 2020-12-10 17:12:46 +00:00
UbitUmarov
9d0d82ab6e split usermanagement adduser into simpler per case methods 2020-11-26 12:14:00 +00:00
UbitUmarov
d008654ae0 mantis 8819: fix ParcelPropertiesRequest bounds check 2020-11-24 21:47:23 +00:00
UbitUmarov
81474d6959 add post displacement clip on oar load 2020-11-06 22:18:31 +00:00