Commit Graph

865 Commits

Author SHA1 Message Date
UbitUmarov
bd1e32546f cosmetics 2026-01-25 21:05:54 +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
257d4dbe0a fix typo 2025-11-25 17:50:23 +00:00
UbitUmarov
c71e61dfd6 cosmetics 2025-11-25 17:45:06 +00:00
UbitUmarov
7249b20796 irritating warnings 2025-10-05 03:37:32 +01:00
UbitUmarov
7c5ca30636 cosmetics 2025-10-05 03:28:05 +01:00
UbitUmarov
8b96e73938 cosmetics 2025-10-05 02:36:34 +01:00
UbitUmarov
02249bb0af reduce unnecessary saves of prim inventories 2025-09-23 22:54:30 +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
0d71b6d871 very useless changes 2025-06-25 02:22:28 +01:00
UbitUmarov
628ddc1821 more agreesing inline 2025-06-07 01:10:10 +01:00
UbitUmarov
90c367e630 make linknumbers 0 and 1 mean RootPart by default. Since we do not consider sitting avatars on root linknumber, we will never be full compatible with sl variations 2025-02-07 20:44:57 +00:00
UbitUmarov
a20a5f312d add llGetStartString and limited llRezObjectWithParams for testing 2024-11-22 04:01:03 +00:00
UbitUmarov
70fa48280c catch some possible null refs 2024-08-01 20:00:25 +01:00
UbitUmarov
18ec6d6380 cosmetics 2024-02-26 18:07:50 +00:00
UbitUmarov
46f87b58c1 update libomv 2024-02-24 14:04:05 +00:00
UbitUmarov
c1438e0ee5 cosmetics 2024-02-17 14:54:37 +00:00
UbitUmarov
dd58a3a57c cosmetics; remove old unused sop rotation axis ints 2024-02-15 18:48:00 +00:00
UbitUmarov
e31ad4869c copy linksetdata when doing a sog copy.. 2024-02-07 01:37:40 +00:00
UbitUmarov
2e26b8a8bb add LinksetData support. Untested and still does not store in dbs. Not as spec. See mantis 9081 (runprebuild) 2024-02-06 23:45:11 +00:00
UbitUmarov
7ce6dd4cf8 update warp3d.dll 2024-01-26 18:20:25 +00:00
UbitUmarov
c3f2c9324c on GetLinkNumPart ignore again link number 0 on a linkset with more than one prim, fix 2024-01-22 03:12:54 +00:00
UbitUmarov
01b83bf79e on GetLinkNumPart ignore again link number 0 on a linkset with more than one prim, actually do it 2024-01-22 02:36:15 +00:00
UbitUmarov
ef1b5a8a61 remove obsolete add physics taint 2024-01-02 20:56:49 +00:00
UbitUmarov
dce2f138ab a few changes to assets uuid gather to support overrides 2023-12-18 22:50:22 +00:00
UbitUmarov
23daf5340b add some missing matovr full updates 2023-12-12 21:15:58 +00:00
UbitUmarov
cbdcf3b4a0 more changes on the test feature 2023-12-02 16:29:58 +00:00
UbitUmarov
5e627f909b avoid prims sort on FindNextAvailableSitTarget 2023-06-22 16:09:07 +01:00
UbitUmarov
2625eed5e4 add some constants and reserve some linkset_data lsl event slots, compatible to mantis9081 patch, for now not accepted (any future implementation may diverge from that, even sl 2023-06-02 18:30:28 +01:00
UbitUmarov
9fa29c382c avoid spurius count increment on unlink a physical prim 2023-05-05 16:26:47 +01:00
UbitUmarov
77d8bb9968 a few more test changes and cosmetics 2023-03-12 20:26:27 +00:00
UbitUmarov
6d22429329 fix bounds check in GetLinkSitingAvatar 2023-03-11 17:38:06 +00:00
UbitUmarov
0ad8d8da7b add sog GetLinkSitingAvatar(..) 2023-02-08 02:58:45 +00:00
UbitUmarov
a9cc7594e2 reduce possible trigger of Changed.POSITION just due to noise 2023-02-01 18:45:11 +00:00
UbitUmarov
bf952817fa cosmetics, cleanup and other things 2022-12-17 22:04:03 +00:00
UbitUmarov
f5883d8ce6 revert introduction of some in arguments 2022-10-23 21:00:56 +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
3a02bf077d let log4net find its configuration with Robust also 2022-10-15 03:06:29 +01:00
UbitUmarov
5c3d86937f c# sugar... 2022-10-08 02:25:07 +01:00
UbitUmarov
8ca82b2282 c# sugar... 2022-10-08 00:28:28 +01:00
UbitUmarov
90a45494ab add sop getownername so group owned case is handle correctly 2022-06-19 12:48:06 +01:00
UbitUmarov
f5d132175b minor typo 2022-03-14 20:45:49 +00:00
UbitUmarov
da928d6099 != UUID.Zero is slow 2022-01-09 02:28:51 +00:00
UbitUmarov
357f20eb14 == UUID.Zero is slow 2022-01-08 23:35:56 +00:00
UbitUmarov
021756895e exclude selected things from viewer cache again 2021-12-21 20:17:07 +00:00
UbitUmarov
f4db2813e4 change IsViewerCachable conditions a bit 2021-12-15 22:57:36 +00:00
UbitUmarov
288cc5ef46 delegate.BeginInvoke is a dead end 2021-09-09 20:01:46 +01:00
UbitUmarov
c816c220af scripts line per second is no longer used and was wrong 2021-04-22 13:33:00 +01:00
UbitUmarov
caddb8ac97 let osteleportobject work with phantom prims (still not kfm ones)(at least until i remember why not..) 2021-02-01 21:07:44 +00:00
UbitUmarov
6a5023650f a few changes on collision events 2020-09-04 16:50:04 +01:00