4390 Commits

Author SHA1 Message Date
UbitUmarov
2a5389cc67 cosmetics 2026-03-15 04:45:37 +00:00
UbitUmarov
eaed2f5b02 add llSetRenderMaterial (ugly code) 2026-02-22 11:51:58 +00:00
UbitUmarov
8467ee34ff add lsl constant CLICK_ACTION_IGNORE 2026-01-31 16:14:09 +00:00
UbitUmarov
25ad17d068 mantis 9230: flag need for prims inventory saves in more 9un0link cases 2026-01-24 21:40:00 +00:00
UbitUmarov
4833652d9b let osNpcPlayAnimation play any animation from asset service, if a uuid is provided, instead of only default animations 2026-01-14 02:46:18 +00:00
UbitUmarov
9132b1c982 avoid going out bounds on llInsertString. Thx Tampa 2026-01-13 02:39:43 +00:00
UbitUmarov
d9d876fb5c avoid possible null refs in parseString2List. thx Tampa 2025-12-19 05:12:18 +00:00
UbitUmarov
5590105e31 cosmetics 2025-10-05 03:31:55 +01:00
UbitUmarov
886fada445 cosmetics on YEngine 2025-10-05 03:20:44 +01:00
Vincent Sylvester
67e7dbc2e2 Cosmetics, unnecessary strings
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2025-09-16 18:43:22 +01:00
UbitUmarov
153a5e978a let llSetBuoyancy work on attachments. But unlike at sl, the effect is not removed when the script or its prim is removed/deattached. SO use with care. THis lmitation was a reason why we did not let is work on attachments 2025-09-05 19:22:12 +01:00
UbitUmarov
9dbaa4d3ac change api,yengine compile and serial version numbers (this will force scripts recompile and return to start state) 2025-08-21 22:27:47 +01:00
UbitUmarov
15dc813fae some changes to llWorldPosToHUD. May need more (ofc it is opensim) 2025-08-17 01:23:44 +01:00
UbitUmarov
392d324863 add llWorldPosToHUD 2025-08-16 04:31:17 +01:00
UbitUmarov
4ec6248dad add llIsLinkGLTFMaterial 2025-08-16 02:32:54 +01:00
UbitUmarov
0197ffc3ee add llGetRenderMaterial 2025-08-16 01:42:39 +01:00
UbitUmarov
6f5eb8c7b8 ok that was not the stub.. 2025-08-14 22:26:23 +01:00
UbitUmarov
f79e04d307 add stub for llMapBeacon 2025-08-14 22:24:31 +01:00
UbitUmarov
6edc1f962b llMap* lookat does nothing 2025-08-13 12:30:07 +01:00
UbitUmarov
be8b208bf5 missing file 2025-08-12 23:48:13 +01:00
UbitUmarov
739e7a21a1 add llMapBeacon 2025-08-12 23:45:38 +01:00
UbitUmarov
7ac111627f some changes to llMapDestination 2025-08-12 22:26:46 +01:00
UbitUmarov
5ef4abdf25 mantis 9211: change handling of event args on Yeng. Ofc needs some
testing
2025-08-05 19:02:17 +01:00
UbitUmarov
e3a50fb2f1 cosmetics 2025-08-02 17:33:26 +01:00
UbitUmarov
fce1666f04 change handling of event arguments (should only impact new compilations) 2025-08-02 17:31:43 +01:00
UbitUmarov
d504d1f679 remember heap used by locals 2025-08-02 17:28:35 +01:00
UbitUmarov
0d71b6d871 very useless changes 2025-06-25 02:22:28 +01:00
UbitUmarov
157de21332 cosmetics 2025-06-20 04:08:20 +01:00
UbitUmarov
f20e3818af a few changes on udp zero encoder and part text color 2025-06-06 23:27:51 +01:00
UbitUmarov
1dd9393fff Yengine use internal shared empty arrays 2025-06-05 11:57:22 +01:00
UbitUmarov
e0006fb17d stop old useless bytes to float and back to bytes 2025-06-04 23:41:26 +01:00
UbitUmarov
74c64e199d mantis 9205: fix text alpha for lsl 2025-06-04 22:37:47 +01:00
UbitUmarov
85a927da28 fix YEngine HasScript() 2025-05-27 10:35:11 +01:00
UbitUmarov
0fa1d54d5b typo 2025-05-09 21:28:47 +01:00
UbitUmarov
d92940b62b add functions osListAs*(list src, integer index) identical to llList2*, but a bit faster with no typecast and index only from origin ( ie >= 0) 2025-05-09 20:00:19 +01:00
UbitUmarov
ef2fce034f a few , mostly cosmetic, changes to osSetTerrainTextures and add prim inventory osSetTerrainTextures with a list of possible asset types to match 2025-05-06 23:40:40 +01:00
UbitUmarov
23ad195e7a add osSetTerrainTextures(LSL_List textures, LSL_Integer types) to set terrain textures for legacy viewers it types == 0 or 2; textures for new viewers if types == 1 or 2 or PBR materials if types == 1 (untested :( ) 2025-05-06 01:29:24 +01:00
UbitUmarov
7a4c6ff5b3 add another ossl tooltip 2025-05-01 19:42:53 +01:00
UbitUmarov
71fd5c5dea minor file formating fix 2025-05-01 19:32:06 +01:00
UbitUmarov
c69ed37dd8 fix to compile 2025-05-01 19:20:28 +01:00
Vincent Sylvester
1847b6be24 Tooltips for ossl
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2025-05-01 18:54:57 +01:00
UbitUmarov
8b962b19db remove attachments from current appearence if they are not found in inventory 2025-04-20 23:52:12 +01:00
UbitUmarov
147d90b258 ok no static.. 2025-04-17 20:34:43 +01:00
UbitUmarov
de749dd6ed minor change 2025-04-17 20:24:47 +01:00
Vincent Sylvester
28266fc7b6 HMAC function, stubs and interfaces for compute hash
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2025-04-17 20:20:28 +01:00
UbitUmarov
70eafec6fa fix compile since HMAC_SHA224() is missing 2025-04-17 19:46:05 +01:00
Vincent Sylvester
f6227d26eb Fix llHMAC and ComputeHash
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2025-04-17 19:10:44 +01:00
UbitUmarov
b00df07563 do not allow estate bans to grid admins 2025-04-17 15:50:08 +01:00
UbitUmarov
4b5d9c0696 ooops 2025-04-12 04:10:05 +01:00
UbitUmarov
47e9a13e2b ugly cosmetics 2025-04-11 20:49:05 +01:00