Commit Graph

5867 Commits

Author SHA1 Message Date
UbitUmarov
1128942062 fix listeners count 2022-06-19 01:43:30 +01:00
UbitUmarov
adf818370a mke sending to listeners code a bit more confusing 2022-06-19 01:22:03 +01:00
UbitUmarov
6e1aa77416 oops create listeners active on all paths 2022-06-18 22:57:27 +01:00
UbitUmarov
c972c23d2e try simplify lsl listen code a bit 2022-06-18 22:40:01 +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
d9fb48cdcf ok add 2 much, so now the rest 2022-04-17 22:26:41 +01:00
UbitUmarov
208a9af53c cosmetics 2022-04-17 22:13: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
6a404c98de a few changes to simulatorFeatures cap 2022-04-09 15:57:51 +01:00
UbitUmarov
aed7810d2a fs sends a useless texture alos ok skirt, when using universal 2022-04-09 02:58:58 +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
e6059a7ca1 add some headers to llemail emails; cosmetics 2022-03-22 03:09:34 +00: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
93f292ca39 Emailmodule. Add throttles by sender ownerID, prim or smpt target address and smpt emails per day 2022-03-18 19:24:52 +00:00
UbitUmarov
d06efefb48 Emailmodule. Receive mailbox dependis on prim having email event on scripts; send via smpt or to external prims are now options. The ini section name smtp is not wrong" 2022-03-18 16:15:32 +00:00
UbitUmarov
a2f7a3e34a oops... replace EmailModule with EmailModule2 2022-03-18 13:19:36 +00:00
UbitUmarov
7a67935802 EmailModule2 a few more changes 2022-03-18 04:26:28 +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
811b2de565 EmailModule2 (lsl email), support selfsigned server certs, use mailkit email address validation, etc 2022-03-18 00:15:08 +00:00
UbitUmarov
85c6d52e6a a few changes on textures uuid compare etc 2022-03-17 03:10:24 +00:00
UbitUmarov
1058fd6a07 minor clean 2022-03-16 23:15:02 +00:00
UbitUmarov
7b34b23d73 entityTransfer is a nonshared module, so lets use its scene, sp ones should be the same, or something is bad 2022-03-16 22:54:26 +00:00
UbitUmarov
1c45e039eb a few changes in regionsinview and related code 2022-03-16 12:04:00 +00:00
UbitUmarov
f01301392a increase BannedRegionCache expire 2022-03-16 11:12:21 +00:00
UbitUmarov
c044e4d458 change entity transfer BannedRegionCache 2022-03-16 10:33:23 +00:00
UbitUmarov
073098e1b6 a few more changes on universal id 2022-03-15 02:03:06 +00:00
UbitUmarov
a46f0b4fd4 a few changes on universal id 2022-03-15 01:41:49 +00:00
UbitUmarov
7c9099de36 reduce useless log 2022-03-15 01:22:47 +00:00
UbitUmarov
476ea2b51d reduce number of useless strings on get displaynames cap 2022-03-15 00:44:33 +00:00
UbitUmarov
2a196190d9 ..Equals() is also not good 2022-03-14 20:21:18 +00:00
UbitUmarov
e043d8a2eb use array.Empty<byte> 2022-03-12 15:21:24 +00:00
UbitUmarov
5ffa1801d8 avoid a mulithread dictionary values change issue 2022-03-10 14:10:53 +00:00
UbitUmarov
85e7add566 btw take off the extra comma at end.. 2022-03-10 13:37:48 +00:00
Vincent Sylvester
0832d5eefd Write the comma
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2022-03-10 13:11:53 +00:00
UbitUmarov
52fdab0c67 add a scripts emailmodule2 that uses MailKit.dll to send email using recent tls. This will replace current, once tested. Note that MailKit and Minekit versions are old to avoid use of ...unsafe.dll. This still will not work with gmail after May22, since only uses simple user:password login 2022-03-08 23:46:35 +00:00
UbitUmarov
9a897683f4 avoid null ref 2022-02-23 13:38:13 +00:00
UbitUmarov
5beffddf2a minor changes on profiles module; add some .trim() to create user avatar
names
2022-02-17 10:54:28 +00:00
UbitUmarov
9d390564a9 avoid a possible null ref; cosmetics 2022-02-09 23:08:58 +00:00
UbitUmarov
aa7ef54d6b bug fix: do not duplicate received ims on several regions per instance case 2022-02-09 21:32:10 +00:00
UbitUmarov
57e8cac8cb cosmetics 2022-02-07 20:11:09 +00:00