Gwyneth Llewelyn
|
6ade61d685
Upload the latest and greatest
|
3 years ago |
UbitUmarov
|
a3b26255dd
add vector variant of osSlerp; update script syntax
|
3 years ago |
UbitUmarov
|
8fa28d96f5
clean tabs from osSHA256 patch (mantis 8839)
|
3 years ago |
Mike Higgins
|
0da43a8ef5
added a new function string=osSHA256(string)
|
3 years ago |
UbitUmarov
|
64fea8f20c
mantis 8770: let osGetSunParam(day_length) return the same as llGetDayLength() ie day length at prim location
|
4 years ago |
UbitUmarov
|
b64e1792ff
wt* remove osSetStateEvents, any script using it must just DIE
|
4 years ago |
UbitUmarov
|
cd5ac2eae9
some cleanup to last patch from Bill Blight and Vincent (mantis 8738)
|
4 years ago |
Vincent Sylvester
|
4eee476423
osSetParcelMusicURL
|
4 years ago |
UbitUmarov
|
5b87347476
and add some untested ossl
|
4 years ago |
UbitUmarov
|
5b56a09cb2
some fixes on env protocol, forced env, etc
|
4 years ago |
UbitUmarov
|
e3ecf0ddbe
add LSL_Integer osReplaceAgentEnvironment(LSL_Key agentkey, LSL_Integer transition, LSL_String environment). note this is a hack, we cant do the ll* one
|
4 years ago |
UbitUmarov
|
3bf0f6c407
do not display 0:xx:xx PM
|
4 years ago |
UbitUmarov
|
d1ecccfaca
add some ossl
|
4 years ago |
UbitUmarov
|
9bd5310fe8
expose the option to save HUDs into notecard on the API
|
4 years ago |
UbitUmarov
|
66eb8a2c2e
let engines Suspend and resume scripts return false if script not on that engine
|
4 years ago |
UbitUmarov
|
248d56d3ad
add LSL_Integer osClearObjectAnimations() to remove all animations on a prim, returning the number it had; some clean on sending
|
4 years ago |
UbitUmarov
|
76987fb647
... osSetLinkStandTarget
|
4 years ago |
UbitUmarov
|
868c05fdf6
why not also osGetLinkStandTarget
|
4 years ago |
UbitUmarov
|
004cab9289
add osGetLinkSitActiveRange
|
4 years ago |
UbitUmarov
|
64c7e1de5b
add osSetLinkSitActiveRange
|
4 years ago |
UbitUmarov
|
7adaede14a
mantis 8634: add osSetSitActiveRange(float range) , osSetStandTarget(vector feetAproxPosition) and respective get functions. range <0 disables sits on the prim, = 0 uses region default,feetAproxPosition is in prim local frame. <0,0,0> disables it. Still no persistance. feedback required!
|
4 years ago |
UbitUmarov
|
2a90f78fe1
add LSL_Integer osIsNotValidNumber(LSL_Float v)
|
5 years ago |
UbitUmarov
|
2c1909a873
add osResetAllScripts(LSL_Integer AllLinkset). use with care
|
5 years ago |
UbitUmarov
|
93f13aa00d
add osSlerp()
|
5 years ago |
UbitUmarov
|
718c6d1e4d
mantis 8583: osGetRegionMapTexture(); now returns prim region map textureID, without any requests to grid
|
5 years ago |
UbitUmarov
|
64c56fc52b
mantis 8577: add key osGetInventoryItemKey(string name) to get a inventory item ID within prim inventory. the llGetInventory does return the asset it, not item.
|
5 years ago |
UbitUmarov
|
b5b518dc0d
change value of PARCEL_DETAILS_DWELL to a higher value to give more room for standard values, change return types, update script syntaxe
|
5 years ago |
TBG Renfold
|
0163af970f
Mantis #8481 part two.
|
5 years ago |
UbitUmarov
|
11c945a565
add osLocalTeleportAgent(key agent, vector position, vector velocity, vector lookat, LSL_Integer flags). Velocity only works with ubOde but still not good. flags = bit field: 1 use velocity, 2 use lookat, 4 rotate avatar look in current velocity direction (ignored if 2 ie flag = 7 is same as 3). This bypasses most the unnecessary logic of osTeleportAgent, having usage same permissions. It may do region crossings(?). Experimental stage, feedbakc expected ;)
|
5 years ago |
UbitUmarov
|
5314f375c5
change osSetProjectionParams a bit and add a variant that atkes a linknumber argument. For now can only change one prim per call
|
5 years ago |