Adil El Farissi
|
ac9ed3d5d1
Add selfsigned certificates support to Robust and osGetLinkInventoryKeys plus some fixes
|
7 months ago |
UbitUmarov
|
ecdc979687
oops it is sRGB not linear, so rename to osTemperature2sRGB
|
5 months ago |
UbitUmarov
|
1d9d39328d
add osTemperatureToLinearColor()
|
5 months ago |
UbitUmarov
|
270427ba2a
add vector osGetLinkColor(LSL_Integer linknum, LSL_Integer face)
|
6 months ago |
UbitUmarov
|
782bad9944
and rename it again as just osGetLinkInventoryKey, so it is coerent with llGetInventoryKey (mantis 9119)
|
8 months ago |
UbitUmarov
|
7c63ff1150
rename new osGetLinkInventoryItemKey as osGetLinkInventoryItemAssetKey
|
8 months ago |
Jeff Kelley
|
1aa7bea608
osGetLinkInventoryAssetKey
|
8 months ago |
UbitUmarov
|
6afa7d564b
same for osGetLinkInventoryItemKeys
|
8 months ago |
UbitUmarov
|
c618c4a6c4
rename the new osGetInventoryKeys as osgetinventoryitemkeys and osgetlinkinventorykey as osgetinventoryitemkey for coerence and to make clear that key means the item key within prim inventory and not its asset key as in ll funtion
|
8 months ago |
UbitUmarov
|
97b03f76c7
fix the last patch
|
8 months ago |
UbitUmarov
|
18ec6d6380
cosmetics
|
9 months ago |
Adil El Farissi
|
60214e6e81
Add 2 OSSL functions to the LinkInventory collection
|
9 months ago |
Adil El Farissi
|
db80781e7d
Basic implementation of AES encryption/decryption and respective OSSL functions
|
9 months ago |
Adil El Farissi
|
ca722ecdd8
Add some OSSL functions related to child prims inventory manipulations
|
9 months ago |
UbitUmarov
|
2849e57920
add osGetPrimCount([key primKey]) and osGetSittingAvatarsCount([key primkey]) that just do want name says unlike ll mess, absent primKey argument means current linkset
|
1 year ago |
Jeff Kelley
|
b96ef0d00c
osSetPenColor
|
1 year ago |
UbitUmarov
|
549ebc1025
add old llList2ListStrided renamed osOldList2ListStrided to easy any possible script fixes
|
1 year ago |
UbitUmarov
|
7b7071f778
fix bad c&p
|
1 year ago |
UbitUmarov
|
4c061a0602
add llListSortStrided and osListSortInPlaceStrided
|
1 year ago |
UbitUmarov
|
93e06f87f6
add list osGetParcelIDs() and key osGetParcelID(), plus a few changes to previus commits
|
1 year ago |
UbitUmarov
|
e78caeeac8
add explicit osMakeNotecard(string notecardName, LSL_String contents) so it does not depend on implicit cast from string to list, as before
|
2 years ago |
UbitUmarov
|
74a0bb3837
simplify combatmodule npc kill check
|
3 years ago |
UbitUmarov
|
916e981214
precision issues
|
3 years ago |
UbitUmarov
|
4855e11346
a few more changes to lsl list; add osListSortInPlace(LSL_List src, LSL_Integer stride, LSL_Integer ascending), does the sort directly on src, avoiding creation on a new list when that is not needed
|
3 years ago |
UbitUmarov
|
15d0b02ba9
add LSL_Integer osAvatarType(string firts, string last)
|
3 years ago |
UbitUmarov
|
9d1bd02d12
add LSL_Integer osAvatarType(LSL_Key avkey)
|
3 years ago |
UbitUmarov
|
1c29f3378d
mantis 8865: add experimental osNpcLookAt
|
3 years ago |
UbitUmarov
|
e25b05a454
remove the expire argument from os[Link]ParticleSystem.. expire is controled by maxage != 0
|
3 years ago |
UbitUmarov
|
72f7009b10
add os[Link]ParticleSystem with expire option. If expire true and system MaxAge > 0, the system will be be (lazy) removed from the prim after that MaxAge
|
3 years ago |
UbitUmarov
|
a3b26255dd
add vector variant of osSlerp; update script syntax
|
3 years ago |