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
|
0d48c292e9
|
update libomv; cosmetics
|
2022-02-12 08:25:50 +00:00 |
|
UbitUmarov
|
6a0f29f182
|
mantis 8972: avoid null ref plus cosmetics
|
2022-02-10 16:37:37 +00:00 |
|
UbitUmarov
|
9d390564a9
|
avoid a possible null ref; cosmetics
|
2022-02-09 23:08:58 +00:00 |
|
UbitUmarov
|
38d3346a6a
|
save ns using a cached response on materials
|
2022-02-09 22:39:53 +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
|
f4ae8d90ef
|
a few changes to materials put cap
|
2022-02-09 20:30:19 +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
|
16b106821d
|
cosmetics
|
2022-02-07 18:57:56 +00:00 |
|
UbitUmarov
|
771bb0a1a0
|
mantis 8967: try fix estate regions url for ssl
|
2022-02-07 18:56:29 +00:00 |
|
UbitUmarov
|
17b5123f21
|
cosmetics
|
2022-02-02 03:45:11 +00:00 |
|
UbitUmarov
|
e011fb773e
|
cosmetics
|
2022-01-31 21:30:40 +00:00 |
|
UbitUmarov
|
fc8c08ec8a
|
cosmetics
|
2022-01-29 18:28:33 +00:00 |
|
UbitUmarov
|
6d595dbccd
|
a few more changes to hg im
|
2022-01-29 16:31:45 +00:00 |
|
UbitUmarov
|
f997d77075
|
on HG landmark teleport, check gatekeeper first
|
2022-01-28 16:25:31 +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
|
e2c9591fa9
|
do export landmarks even if OutboundPermission is false
|
2022-01-26 20:40:49 +00:00 |
|
UbitUmarov
|
dea5b83e8b
|
also revert osMessageAttachments time penalty. It does dispturb current existent action games
|
2022-01-22 21:27:36 +00:00 |
|
UbitUmarov
|
5c0bd1c279
|
ubOdeMeshmerizer: try log a bit more information in case of fail to decode a mesh asset header
|
2022-01-19 00:32:14 +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
|
fe6bcd79f5
|
proper bypass lludp header extra bytes, even if not seen so far
|
2022-01-10 21:21:23 +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
|
1545b73e64
|
remove a spurius space
|
2022-01-09 03:28:45 +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
|
cb98fb309c
|
UUID == and != are bad
|
2022-01-08 19:39:35 +00:00 |
|
UbitUmarov
|
a0ed214a6e
|
save a few NS (hope not 2 much)
|
2022-01-07 04:15:58 +00:00 |
|
UbitUmarov
|
0bbcd7bf63
|
Maximum notecard size is 65,536 bytes, enforce it on osmakenotecard
|
2022-01-06 21:16:18 +00:00 |
|
UbitUmarov
|
e78caeeac8
|
add explicit osMakeNotecard(string notecardName, LSL_String contents) so it does not depend on implicit cast from string to list, as before
|
2022-01-06 20:42:50 +00:00 |
|
UbitUmarov
|
ce5dca5c56
|
revert the slowdown of osMessageObject. Also reduce the slowdown osMessageAttachments to (100 + 10 *NumberTargetedPrims) miliseconds. Some action games shown a bit of visible negative impact, so lets test
|
2022-01-06 02:34:14 +00:00 |
|
UbitUmarov
|
e6528e828d
|
do use listObjToInt()
|
2022-01-01 18:52:35 +00:00 |
|
UbitUmarov
|
67bdbc02a1
|
change osMessageAttachments() a bit more
|
2022-01-01 18:32:54 +00:00 |
|
UbitUmarov
|
0a447d1a9c
|
slowdown osMessageObject a bit. Also slowdown osMessageAttachments by (200 + 10 *NumberTargetedPrims) miliseconds, plus some implementation changes
|
2022-01-01 18:06:19 +00:00 |
|
UbitUmarov
|
63db74c393
|
Ooopps.. better call initLSL
|
2021-12-31 04:20:03 +00:00 |
|
UbitUmarov
|
e3d8450692
|
throttle osnpcsay as llSay
|
2021-12-31 04:12:21 +00:00 |
|
UbitUmarov
|
f15ebe9822
|
(HG)MessageTransferModule: add trivial toAgentID == UUID.Zero check again
|
2021-12-30 20:43:50 +00:00 |
|
UbitUmarov
|
321d45882b
|
(HG)MessageTransferModule: allow direct send to child agents again
|
2021-12-30 20:40:11 +00:00 |
|
UbitUmarov
|
d316379984
|
silly typos
|
2021-12-30 19:36:12 +00:00 |
|
UbitUmarov
|
b8c907ae87
|
GenericCommunicationPermission() is still useless, so comment it out
|
2021-12-30 15:20:15 +00:00 |
|
UbitUmarov
|
35d3889e5d
|
simplify some log messages
|
2021-12-22 15:59:03 +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
|
3f584dbf12
|
add auxiliar httpresponse.Redirect(string url, [HttpStatusCode redirStatusCode = HttpStatusCode.Redirect])
|
2021-12-20 11:07:26 +00:00 |
|