Commit Graph

4097 Commits

Author SHA1 Message Date
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
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
UbitUmarov
df03e64f5c try improve lsl list compare with null, hopefuly not looping for ever 2022-05-04 19:24:16 +01:00
UbitUmarov
04dafe4313 some cleaup; simplify some animations code 2022-04-20 14:12:45 +01:00
UbitUmarov
91167c47ea add to llGetParcelDetails parameter 65 to get land claim date (unix time) 2022-04-15 19:51:42 +01:00
UbitUmarov
fba442097b add some more things to llGetParcelDetails. Thanks Tampa for some initial code. 2022-04-15 17:57:40 +01:00
UbitUmarov
d3ec735283 clamp/limit a few things; a few cosmetics on animation control 2022-04-15 02:01:54 +01:00
UbitUmarov
1df00ca5cc limit osTerrainFlush calls to one per minute with silent ignore 2022-03-29 16:36:46 +01:00
UbitUmarov
e6001fb703 put back yeng mvv command 2022-03-25 18:50:01 +00:00
UbitUmarov
8579cc0d20 mantis 8936: make yeng comand work only on selected (or first that did load, like other comands) region. Add option 'allregions' to some. With this option those comands run on all regions. Do 'yeng help' to list comands. Ofc this assuming i made no typroe/bug ;) 2022-03-25 18:38:04 +00:00
UbitUmarov
9bd8e45b30 remove some more of obsolete ninha joints code 2022-03-19 01:06:44 +00:00
UbitUmarov
7bf6e2e543 more uuid == 2022-03-18 22:48:24 +00:00
UbitUmarov
94f291fd99 missing changes 2022-03-18 19:28:17 +00:00
UbitUmarov
1097145e08 a few more 2022-03-18 02:29:00 +00:00
Vincent Sylvester
13dbbc2683 Remove tabs, indent code properly
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2022-03-13 13:15:05 +00:00
UbitUmarov
60e67e5320 yengine, only send out of heap errors to owner and wigotu stacktrace 2022-03-09 22:03:55 +00:00
UbitUmarov
0e5abf6bc1 a few changes on yengine heap control 2022-03-09 21:04:47 +00:00
UbitUmarov
aa164b1bcb on lsl list size estimation, consider each entry pointer size, plus each char on strings is 2 bytes 2022-03-09 21:01:47 +00:00
UbitUmarov
9a897683f4 avoid null ref 2022-02-23 13:38:13 +00:00
UbitUmarov
6a0f29f182 mantis 8972: avoid null ref plus cosmetics 2022-02-10 16:37:37 +00:00
UbitUmarov
e011fb773e cosmetics 2022-01-31 21:30:40 +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
fbbcc1edd7 == string.Empty is .Lenght == 0 2022-01-13 20:31:52 +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