Commit Graph

4130 Commits

Author SHA1 Message Date
Jeff Kelley
1e3cbd42ba add llGetInventoryAcquireTime
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2023-01-26 14:48:01 +00:00
UbitUmarov
eea5d14ec6 more cosmetics 2023-01-21 15:49:46 +00:00
UbitUmarov
8d16d0b0ba minor cosmetics 2022-12-30 00:16:37 +00:00
UbitUmarov
c2fbd10f89 fix llstopanimation patch, as i did on master 2022-12-29 21:53:33 +00:00
lickx
60d4724284 Mantis 9042 allow llStopAnimation with overridden animations
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2022-12-24 00:01:42 +00:00
UbitUmarov
41b718626f cosmetics 2022-12-15 22:19:09 +00:00
UbitUmarov
de418e9596 mantis 9039: do not lose runtime permitions on llAttachToAvatarTemp 2022-11-18 03:38:58 +00:00
UbitUmarov
a4752eb051 ossl cosmetics; change some string comparer to ordinal 2022-11-13 00:05:31 +00:00
UbitUmarov
209b6babb5 mantis 9036: do not allow ForceAttachToAvatarFromInventory to attach coalesced inventory assets 2022-11-12 19:35:45 +00:00
UbitUmarov
7aa83ee6a7 cosmetics 2022-11-12 03:05:58 +00:00
UbitUmarov
d9380c9b83 clean some spurius chars and a few other things. Thanks Vincent Sylvester 2022-11-12 02:49:01 +00:00
UbitUmarov
472c243362 add some null refs checks on script removal 2022-11-10 16:10:47 +00:00
UbitUmarov
87cf092666 ubode do ray-avatar collision in managed space 2022-11-08 03:51:30 +00:00
UbitUmarov
fd6edf81d9 remove some xengine code; remove OSSLPrim, whatever that was 2022-11-01 01:23:04 +00:00
UbitUmarov
9559b402e9 LSL fix a vector lslvector cast 2022-10-30 21:17:50 +00:00
UbitUmarov
aa572df663 add some missing default group owner powers on xmlrpc groups module
plus more dotnet6 code style changes
2022-10-28 20:08:54 +01:00
UbitUmarov
d27516ac01 cosmetics 2022-10-22 22:51:55 +01:00
UbitUmarov
a28c875ce4 add llSHA256String() same as osSHA256 2022-10-22 14:10:07 +01:00
UbitUmarov
0d35531200 add llObjectGetLinkKey(...) 2022-10-22 12:13:44 +01:00
UbitUmarov
fddb3761a0 use some shared char arrays on string split 2022-10-19 01:38:25 +01:00
UbitUmarov
8895577c80 use Random.Shared 2022-10-16 15:06:36 +01:00
UbitUmarov
bf1feaa616 more useless changes 2022-10-15 19:11:59 +01:00
UbitUmarov
020df45772 some use of in parameters and other sugar; change object sandbox position limitation a bit 2022-10-15 19:06:32 +01:00
UbitUmarov
cb706f7058 c# sugar on lsl timers code 2022-10-07 17:30:00 +01:00
UbitUmarov
5b4c3c9f33 try another way... 2022-10-02 23:39:09 +01:00
UbitUmarov
51970c6f28 dotnet claims sslv2 and 3 are not supported 2022-10-02 20:51:40 +01:00
UbitUmarov
cce98b18c0 betterrandom was not that better 2022-10-02 11:42:07 +01:00
UbitUmarov
6ff8ecaae0 appdomains are gone. XEngine does not make much sense without them 2022-10-02 11:38:50 +01:00
UbitUmarov
f6a47a9f47 thread.abort is gone. Coment out so things compile 2022-10-02 11:30:41 +01:00
UbitUmarov
8fd4781c02 fix llcreatelink test 2022-09-23 23:33:48 +01:00
UbitUmarov
e3091033c0 llcreatelink permission must be granted by owner 2022-09-23 20:26:56 +01:00
UbitUmarov
88f4e5eed9 do not let *createlink run on attachments or link nonmod objects 2022-09-23 19:26:38 +01:00
UbitUmarov
b4c057c80c cosmetics 2022-09-18 14:07:53 +01:00
UbitUmarov
1d7acb7bcb avoid a null ref 2022-08-30 02:52:58 +01:00
UbitUmarov
d545506efc add a few more parameters to llGetObjectDetails(); add intger log2(uint) 2022-08-23 17:27:02 +01:00
UbitUmarov
20c12e195b make a xengine test happier 2022-08-20 19:17:33 +01:00
UbitUmarov
7a710f09c0 fix llRequestInventoryData lm math 2022-07-19 20:24:54 +01:00
UbitUmarov
e3636de572 .. another 2022-06-21 02:42:45 +01:00
UbitUmarov
858e00d578 still some files missing 2022-06-21 02:40:28 +01:00
UbitUmarov
16d5d7d7fc direct post listen events on chat, bypassing intermediate storage and timed pooling. ( code still dirty) 2022-06-21 02:18:38 +01:00
UbitUmarov
2d1e5eb5ac use them on lslapi 2022-06-19 13:26:38 +01:00
UbitUmarov
e08ba5bbd0 do not let llOwnerSay send to a group 2022-06-19 02:22:34 +01:00
UbitUmarov
adf818370a mke sending to listeners code a bit more confusing 2022-06-19 01:22:03 +01:00
UbitUmarov
c972c23d2e try simplify lsl listen code a bit 2022-06-18 22:40:01 +01:00
UbitUmarov
ade2ceb098 simplify lsl CreateLink 2022-06-18 19:52:48 +01:00
UbitUmarov
3d4abfb218 trigger some parcel changed events lost on last commit 2022-06-18 18:04:26 +01:00
UbitUmarov
06f2ec0097 several changes on lslapi like add uuid zero checks, etc 2022-06-18 18:01:50 +01:00
UbitUmarov
77dab36866 do no try to teleport to a long gone avination region on llTeleportHome 2022-06-18 16:16:27 +01:00
UbitUmarov
fa2da18c5f minor lsl changes like direct call DeliverMessage(ChatTypeEnum type, int channel, string name, UUID id, string msg, Vector3 sourcePosition) 2022-06-18 16:08:17 +01:00
UbitUmarov
26d49f3af1 mantis 8996. a few minor changes to llCastRay, but also add a missing sqrt(), that does have large impact on the performance issue, (if len < region size). Main unmanaged lib still needs improvement 2022-05-24 18:30:44 +01:00