Commit Graph

5650 Commits

Author SHA1 Message Date
UbitUmarov
667a18161b some cosmetics, like npcs down eat terrain 2022-03-30 01:15:31 +01:00
UbitUmarov
6155c202a7 minor cosmetics 2022-03-26 04:58:14 +00:00
UbitUmarov
9bd8e45b30 remove some more of obsolete ninha joints code 2022-03-19 01:06:44 +00:00
UbitUmarov
21c02fca19 more uuid == 2022-03-18 23:09:53 +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
846d2df245 replace util.clip by utils.clamp (from libomv), and a few more cosmetics 2022-03-18 02:20:40 +00:00
UbitUmarov
bfa620ed09 a few changes in presence sit 2022-03-16 15:15:22 +00:00
UbitUmarov
ad17ce0b51 CameraData is a bit too large to be a struct 2022-03-14 21:39:21 +00:00
UbitUmarov
5728d634b5 cosmetics 2022-03-14 21:12:53 +00:00
UbitUmarov
e1de79dad2 some more == UUID.Zero 2022-03-14 20:47:10 +00:00
UbitUmarov
f5d132175b minor typo 2022-03-14 20:45:49 +00:00
UbitUmarov
e043d8a2eb use array.Empty<byte> 2022-03-12 15:21:24 +00:00
UbitUmarov
63b7e2ca15 fix a outdated condition 2022-01-26 21:09:27 +00:00
UbitUmarov
58b114647f alert user if Take copy fails because no permission to take copy. This is needed because HG spargetti code makes it hard to do it right 2022-01-26 20:57:19 +00:00
UbitUmarov
fbbcc1edd7 == string.Empty is .Lenght == 0 2022-01-13 20:31:52 +00:00
UbitUmarov
53d7115ee1 uuid does have gethashcode 2022-01-10 21:31:15 +00:00
UbitUmarov
9b33ef9c8c a few more changes on vectors etc 2022-01-10 02:21:17 +00:00
UbitUmarov
dd846ffc6c update libomv with vector2 and 3 IsZero() 2022-01-09 23:52:42 +00:00
UbitUmarov
da928d6099 != UUID.Zero is slow 2022-01-09 02:28:51 +00:00
UbitUmarov
7e0fc95c3a == UUID.Zero is slow 2022-01-09 00:33:16 +00:00
UbitUmarov
357f20eb14 == UUID.Zero is slow 2022-01-08 23:35:56 +00:00
UbitUmarov
2fa1b1f948 a potencial lock issue 2021-12-22 15:22:29 +00:00
UbitUmarov
021756895e exclude selected things from viewer cache again 2021-12-21 20:17:07 +00:00
UbitUmarov
8557f31f73 minor cpu savings 2021-12-20 17:00:42 +00:00
UbitUmarov
112a86b9e0 clean some white spaces 2021-12-19 02:20:50 +00:00
UbitUmarov
2eb31e718e minor change 2021-12-19 02:18:28 +00:00
UbitUmarov
bc590c2fc4 NeighbourHandler child agents distances control 2021-12-19 01:54:29 +00:00
UbitUmarov
f4db2813e4 change IsViewerCachable conditions a bit 2021-12-15 22:57:36 +00:00
UbitUmarov
a0e039e876 useless ms xml things 2021-12-14 16:04:45 +00:00
UbitUmarov
257664d62c minor cpu save on scene allowed client checks 2021-12-06 22:00:18 +00:00
UbitUmarov
249f0fc4c2 mantis 7896 and 7910: fix lsl setting of flexi and impact on prim type 2021-11-30 16:29:04 +00:00
UbitUmarov
52cd923c2e fix typos 2021-11-23 17:54:32 +00:00
UbitUmarov
b8bea0bd69 mantis 8944: do not trigger moving_end if kfm is alreadu stopped 2021-11-23 17:50:02 +00:00
UbitUmarov
4229b08741 put back global locking on PriorityQueue 2021-11-22 01:22:56 +00:00
UbitUmarov
b022ae0898 cosmetics 2021-11-21 02:20:59 +00:00
UbitUmarov
52d21bd38a mantis 8943: fix alpha wearable save 2021-11-20 05:38:02 +00:00
UbitUmarov
852245d81c a few more changes on script running flag 2021-11-20 04:39:29 +00:00
UbitUmarov
ca3525bf0a mantis 3315: change the control of script flag running (needs testing) 2021-11-20 03:24:34 +00:00
UbitUmarov
846d955e26 do not enqueue changed_region on a new script 2021-11-20 02:28:12 +00:00
UbitUmarov
a145453ba0 cosmetics 2021-11-17 13:16:24 +00:00
UbitUmarov
74d1500133 change PriorityQueue locking and add some try/catch 2021-11-13 20:54:01 +00:00
UbitUmarov
39f0343069 mantis 8935: do send animesh animations of rezobject 2021-10-20 00:04:08 +01:00
UbitUmarov
042c49385f mantis 7941: change llCollisionFilter code 2021-10-07 17:52:08 +01:00
UbitUmarov
a8a85ebb91 a few checks for deleted presence 2021-09-21 03:21:42 +01:00
UbitUmarov
55fb69f8e0 a few changes on teleport lookat 2021-09-15 23:01:01 +01:00
UbitUmarov
a3ab4db5fc several changes to llTeleport so it does HG lms 2021-09-15 21:05:00 +01:00
UbitUmarov
b89f7eca35 oops BUG fix: do not modify shared list of scene presences 2021-09-14 18:02:58 +01:00
UbitUmarov
acf02563f2 some cleanup 2021-09-14 01:35:32 +01:00
UbitUmarov
288cc5ef46 delegate.BeginInvoke is a dead end 2021-09-09 20:01:46 +01:00
UbitUmarov
da3a1981ff delegate.BeginInvoke is a dead end 2021-09-09 17:58:12 +01:00