Commit Graph

28520 Commits

Author SHA1 Message Date
Adil El Farissi
ca722ecdd8 Add some OSSL functions related to child prims inventory manipulations
Add functions:

+ osGiveLinkInventory(integer linkNumber, key destination, string inventory)
Give an item located in a child prim inventory.

+ osGetInventoryNames(integer type)
Return a list of items names by type (or INVENTORY_ALL) located in the prim inventory.

+ osGetLinkInventoryNames(integer linkNumber, integer type)
Return a list of items names by type (or INVENTORY_ALL) located in a child prim inventory.

+ osGetInventoryKeys(integer type)
Return a list of the items UUIDs by type (or INVENTORY_ALL) located in the prim inventory.

+ osGetLinkInventoryKeys(integer linkNumber, integer type)
Return a list of the items UUIDs by type (or INVENTORY_ALL) located in a child prim inventory.

+ osGetLinkInventoryKey(integer linkNumber, string name)
Return the UUID of the specified item name located in a child prim inventory.

+ osGetLinkInventoryDesc(integer linkNumber, string itemNameorid)
Return the description of an item located in a child prim inventory.

+ osGetLinkInventoryName(integer linkNumber, key itemId)
Return the name of an item located in a child prim inventory.

Note: the LinkInventory functions don't have access to the root prim contents. This may change if requested by the community...
2024-02-20 17:36:33 +00:00
UbitUmarov
cf27093ee9 several changes to llIsFriend and related methods 2024-02-16 20:14:06 +00:00
UbitUmarov
4e2bea288a add llIsFriend 2024-02-16 17:17:59 +00:00
UbitUmarov
dd58a3a57c cosmetics; remove old unused sop rotation axis ints 2024-02-15 18:48:00 +00:00
UbitUmarov
cc3adba92a make sure login last location is within the region 2024-02-13 19:52:41 +00:00
UbitUmarov
854f6723ac mantis 9111: make code a bit more resilient to requests for large bit rates 2024-02-07 22:12:05 +00:00
UbitUmarov
e31ad4869c copy linksetdata when doing a sog copy.. 2024-02-07 01:37:40 +00:00
UbitUmarov
fbdb6c420f missing file... 2024-02-06 23:48:07 +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
00e9e3c77a change limits on parcel name and description on llupd packets 2024-02-05 19:13:57 +00:00
UbitUmarov
f127fd56a2 pesty warning 2024-02-05 18:44:51 +00:00
UbitUmarov
f1cba63aad retire StringToBytes variants with string format. Do the format before calling.. 2024-02-05 18:34:44 +00:00
UbitUmarov
db04234685 update libomv 2024-02-05 18:07:57 +00:00
UbitUmarov
47810b04d5 pcampbot do not add 0 to last name if only making one bot; do not try to look for tree textures 2024-02-01 18:39:43 +00:00
UbitUmarov
52bd793120 some more rounding issues on pbr overrides 2024-01-31 17:19:53 +00:00
UbitUmarov
6ca32cb8ef some rounding issues on pbr overrides 2024-01-31 16:12:01 +00:00
UbitUmarov
ece71a6aa3 cosmetics 2024-01-31 13:09:27 +00:00
UbitUmarov
3e54b78668 avoid sending pbr lludp messages to older viewers 2024-01-31 13:06:53 +00:00
UbitUmarov
2ffa845af4 pesty warning 2024-01-26 19:02:03 +00:00
UbitUmarov
a7944dd065 whatever.. 2024-01-26 18:59:38 +00:00
UbitUmarov
45e600e4fb small change to map grid service 2024-01-26 18:46:45 +00:00
UbitUmarov
c0082b4c3f a few changes to map grid service 2024-01-26 18:39:03 +00:00
UbitUmarov
7ce6dd4cf8 update warp3d.dll 2024-01-26 18:20:25 +00:00
UbitUmarov
7b888ec02c add configuration option MaxOfflineIMs to robust offlineIMService with default value of 25. Simplify that service code a bit (do runprebuild since a file was removed) 2024-01-23 13:30:35 +00:00
UbitUmarov
f44dca3684 minor change 2024-01-22 19:59:28 +00:00
UbitUmarov
37622f3fd3 a few changes to warp3d map 2024-01-22 19:33:40 +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
cff95e4aae on GetLinkNumPart ignore again link number 0 on a linkset with more than one prim 2024-01-22 02:32:23 +00:00
UbitUmarov
f21aca428f do not auto set reflection_probe_ambiance on old skies, so a viewer can decide to fix for pbr (ofc seems tha currently they just set it 0 and do nothing showing broke skies in same cases); a few changes on notecards uuid detection 2024-01-10 13:30:14 +00:00
UbitUmarov
75952d9bea cosmetics 2024-01-02 23:14:38 +00:00
UbitUmarov
10cdd17d27 cosmetics on LogWriter 2024-01-02 23:07:12 +00:00
UbitUmarov
66ba47d544 fix a attachment update (add pbr part) 2024-01-02 20:59:16 +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
7547909256 a few changes to materials 2023-12-06 22:47:14 +00:00
UbitUmarov
1d27845e2a a few changes to materials upload to inventory 2023-12-06 21:54:53 +00:00
UbitUmarov
cd4c009e64 a few changes to materials 2023-12-06 19:39:49 +00:00
UbitUmarov
738e7894b1 mantis 9103: update libBulletsim for macs (unversal dylib). Thanks Cuga 2023-12-05 18:57:57 +00:00
UbitUmarov
cbdcf3b4a0 more changes on the test feature 2023-12-02 16:29:58 +00:00
UbitUmarov
acf41e9eef mantis 9100: change Yengine order of precendence of && to be same as ||. It had higher and that did not match lsl specification or xengine. (||| stays with higher than ||| as per c# spec) 2023-12-02 13:54:07 +00:00
UbitUmarov
602569e5f7 try to match viewer protocol changes on test feature 2023-12-01 23:32:25 +00:00
UbitUmarov
1440731dd2 cosmetics 2023-11-29 14:56:49 +00:00
UbitUmarov
79ac5c7f54 remove some obsolete code 2023-11-29 12:17:08 +00:00
UbitUmarov
f94f6e77bf a few cosmetic changes 2023-11-12 22:24:53 +00:00
UbitUmarov
953c646786 fix projector focus range.Thanks Rene Vega 2023-09-24 19:59:06 +01:00
UbitUmarov
6acba7a4bc update test 2023-08-26 02:19:29 +01:00
UbitUmarov
29b8191225 YEngine: reduce calls to CheckRunLockInvariants 2023-08-22 18:37:17 +01:00
UbitUmarov
28ffa3e2c0 fix AllowAccessOverride logic (used on sit checks) 2023-08-14 23:26:51 +01:00