Commit Graph

3137 Commits

Author SHA1 Message Date
Kevin Cozens
e40fe91966 Fix mantis #6170 - Check if first argument of PRIM_TEXT is string or key
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2023-03-15 08:34:56 +00:00
UbitUmarov
fc41ab3d93 misisng file 2023-02-28 10:01:45 +00:00
UbitUmarov
3b31dc94ba mantis 9065: rename llObjectGetLink as spec llGetObjectLink 2023-02-28 09:56:13 +00:00
UbitUmarov
b8702a094e fix typo 2023-02-24 08:29:23 +00:00
UbitUmarov
3b181f21ae mantis 9064: apply Jeff Kelley patch by hand, plus simular object_mass fix and cosmetics 2023-02-24 08:12:35 +00:00
UbitUmarov
a1faed8d47 missing api number change 2023-02-09 11:04:43 +00:00
UbitUmarov
8706ea8a92 add llLinkSetSoundQueueing and llLinkSetSoundRadius 2023-02-09 10:55:44 +00:00
UbitUmarov
bc2590c82d fix typo 2023-02-06 19:31:32 +00:00
UbitUmarov
797ba85b35 add llLinkAdjustSoundVolume, llLinkPlaySound and llLinkStopSound 2023-02-06 18:47:39 +00:00
UbitUmarov
4d84d4b116 update api version and script syntax 2023-01-31 17:07:44 +00:00
UbitUmarov
9edba5582e mantis 9056: add llReplaceSubString() 2023-01-31 16:58:09 +00:00
UbitUmarov
0eb22bbc96 fix old bug just ported to new function 2023-01-26 15:14:00 +00:00
UbitUmarov
1e58b71813 minor change to unixtime conversion 2023-01-26 14:41:09 +00:00
Jeff Kelley
f3b2b4eed6 add llGetInventoryAcquireTime
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2023-01-26 14:28:22 +00:00
UbitUmarov
2c2b340afe mantis 4092: apply patch, wit a change, to llstopanimation 2022-12-27 18:14:13 +00:00
UbitUmarov
6b4dfcde84 mantis 9039: do not lose runtime permitions on llAttachToAvatarTemp 2022-11-18 03:36:35 +00:00
UbitUmarov
04c4a707e5 mantis 9036: do not allow ForceAttachToAvatarFromInventory to attach coalesced inventory assets 2022-11-12 19:31:38 +00:00
UbitUmarov
61527e82ff LSL fix a vector lslvector cast 2022-10-30 20:47:09 +00:00
UbitUmarov
06f5933187 missing using statement 2022-10-22 13:49:29 +01:00
UbitUmarov
ee243b8ad4 add llSHA256String() same as osSHA256 2022-10-22 13:42:17 +01:00
UbitUmarov
016ff2fb11 add llObjectGetLinkKey(...) 2022-10-22 13:19:13 +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
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
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
UbitUmarov
33f748a978 can be a tiny bit more complex 2022-05-22 19:37:25 +01:00
UbitUmarov
184de0bbb8 osGetPrimitiveParams(key prim, list rules) also silent refused if owner of script and prim has no modify rights on that prim 2022-05-22 19:15:19 +01:00
UbitUmarov
fef8743548 osSetPrimitiveParams(key prim, list rules) silent refused if owner of script and prim has no modify rights on that prim 2022-05-22 19:04:49 +01:00
UbitUmarov
fc8dbb11d9 clean some more useless casts 2022-05-22 17:23:54 +01:00
UbitUmarov
3160ad0cd5 fix last patch 2022-05-22 17:11:15 +01:00
Vincent Sylvester
7168fa0031 llGet projector info
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2022-05-22 16:59:57 +01:00
UbitUmarov
398fe1ffe6 change again, on disable leave parameters as they where; add values check to osSetProjectionParams 2022-05-22 16:54:19 +01:00
UbitUmarov
c843cc2b16 minor change... 2022-05-22 16:07:45 +01:00
lickx
7809eb5ba0 Support PRIM_PROJECTOR
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2022-05-22 15:13:47 +01:00
UbitUmarov
68539cf3e6 can improve a tiny bit, thanks Plugh 2022-05-04 19:59:30 +01:00