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
|
2021-05-31 18:12:33 +01:00 |
|
UbitUmarov
|
15d0b02ba9
|
add LSL_Integer osAvatarType(string firts, string last)
|
2021-04-21 16:25:58 +01:00 |
|
UbitUmarov
|
9d1bd02d12
|
add LSL_Integer osAvatarType(LSL_Key avkey)
|
2021-04-21 15:52:09 +01:00 |
|
UbitUmarov
|
1c29f3378d
|
mantis 8865: add experimental osNpcLookAt
|
2021-02-16 03:16:54 +00:00 |
|
UbitUmarov
|
e25b05a454
|
remove the expire argument from os[Link]ParticleSystem.. expire is controled by maxage != 0
|
2021-01-12 16:12:44 +00:00 |
|
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
|
2021-01-12 15:38:10 +00:00 |
|
UbitUmarov
|
a3b26255dd
|
add vector variant of osSlerp; update script syntax
|
2021-01-06 16:32:51 +00:00 |
|
UbitUmarov
|
8fa28d96f5
|
clean tabs from osSHA256 patch (mantis 8839)
|
2020-12-29 13:31:08 +00:00 |
|
Mike Higgins
|
0da43a8ef5
|
added a new function string=osSHA256(string)
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2020-12-29 13:17:29 +00:00 |
|
UbitUmarov
|
64fea8f20c
|
mantis 8770: let osGetSunParam(day_length) return the same as llGetDayLength() ie day length at prim location
|
2020-09-12 16:14:14 +01:00 |
|
UbitUmarov
|
b64e1792ff
|
wt* remove osSetStateEvents, any script using it must just DIE
|
2020-08-31 15:01:26 +01:00 |
|
UbitUmarov
|
cd5ac2eae9
|
some cleanup to last patch from Bill Blight and Vincent (mantis 8738)
|
2020-08-08 18:27:45 +01:00 |
|
Vincent Sylvester
|
4eee476423
|
osSetParcelMusicURL
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2020-08-08 18:16:15 +01:00 |
|
UbitUmarov
|
5b87347476
|
and add some untested ossl
|
2020-06-21 12:41:10 +01:00 |
|
UbitUmarov
|
5b56a09cb2
|
some fixes on env protocol, forced env, etc
|
2020-06-21 01:41:14 +01:00 |
|
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
|
2020-06-19 19:55:40 +01:00 |
|
UbitUmarov
|
d1ecccfaca
|
add some ossl
|
2020-06-11 19:55:12 +01:00 |
|
UbitUmarov
|
9bd5310fe8
|
expose the option to save HUDs into notecard on the API
|
2020-06-01 21:05:57 +01:00 |
|
UbitUmarov
|
248d56d3ad
|
add LSL_Integer osClearObjectAnimations() to remove all animations on a prim, returning the number it had; some clean on sending
|
2020-03-03 23:21:05 +00:00 |
|
UbitUmarov
|
76987fb647
|
... osSetLinkStandTarget
|
2020-01-25 15:51:36 +00:00 |
|
UbitUmarov
|
868c05fdf6
|
why not also osGetLinkStandTarget
|
2020-01-25 15:29:59 +00:00 |
|
UbitUmarov
|
004cab9289
|
add osGetLinkSitActiveRange
|
2020-01-25 14:24:53 +00:00 |
|
UbitUmarov
|
64c7e1de5b
|
add osSetLinkSitActiveRange
|
2020-01-25 13:32:52 +00:00 |
|
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!
|
2020-01-22 18:23:35 +00:00 |
|
UbitUmarov
|
2a90f78fe1
|
add LSL_Integer osIsNotValidNumber(LSL_Float v)
|
2019-10-17 23:33:11 +01:00 |
|
UbitUmarov
|
2c1909a873
|
add osResetAllScripts(LSL_Integer AllLinkset). use with care
|
2019-10-11 00:01:59 +01:00 |
|
UbitUmarov
|
93f13aa00d
|
add osSlerp()
|
2019-09-04 23:27:48 +01:00 |
|
UbitUmarov
|
718c6d1e4d
|
mantis 8583: osGetRegionMapTexture(); now returns prim region map textureID, without any requests to grid
|
2019-08-27 21:16:22 +01:00 |
|
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.
|
2019-08-16 21:24:07 +01:00 |
|
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
|
2019-07-31 13:38:49 +01:00 |
|
TBG Renfold
|
0163af970f
|
Mantis #8481 part two.
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2019-07-31 12:58:11 +01:00 |
|
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 ;)
|
2019-05-01 01:36:10 +01:00 |
|
UbitUmarov
|
5314f375c5
|
change osSetProjectionParams a bit and add a variant that atkes a linknumber argument. For now can only change one prim per call
|
2019-04-18 15:26:27 +01:00 |
|
UbitUmarov
|
b104934a25
|
add osGetPSTWallclock() returns wall clock in PST or PDT, for those that for some odd reason think need it. OpenSim girds shoudl use UTC (gtm) but whatever
|
2019-04-08 13:50:51 +01:00 |
|
UbitUmarov
|
d89a089ca2
|
remove redundant osInventoryDescription() and improve osInventoryDesc() to do the same
|
2019-02-22 22:28:47 +00:00 |
|
UbitUmarov
|
6e05695244
|
add LSL_Key osGetLastChangedEventKey() ( it is a alias for lldetectedkey(0) but don't tell anyone
|
2019-02-21 23:41:49 +00:00 |
|
UbitUmarov
|
bd27573130
|
add LSL_String osGetInventoryName(LSL_Key itemId) and LSL_String osGetInventoryDescription(LSL_String itemNameOrId)
|
2019-02-21 23:11:03 +00:00 |
|
UbitUmarov
|
16596b6ad0
|
add LSL_Key osGetInventoryLastOwner(string itemNameorid)
|
2019-02-21 21:56:27 +00:00 |
|
UbitUmarov
|
fdf5274c25
|
add osKickAvatar(LSL_Key agentKey, string alert)
|
2019-02-20 02:06:25 +00:00 |
|
UbitUmarov
|
d6c9ddfdee
|
cleanup last patch
|
2018-12-11 18:23:26 +00:00 |
|
Bill Blight
|
0881840946
|
Add osNpcSayTo(key npc, key target, integer channel, string message)
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2018-12-11 17:32:50 +00:00 |
|
UbitUmarov
|
47bc1fb257
|
OSSL remove functions with illegal lsl types, also redundante
|
2018-11-28 08:20:38 +00:00 |
|
UbitUmarov
|
87acd20d95
|
add script constant OS_APIVERSION, we should inc this on any change on any api. a few changes to os npc and avatar animation functions
|
2018-11-26 16:45:04 +00:00 |
|
UbitUmarov
|
cb1ebd1604
|
add osApproxEquals for float, vector and rotation, note that default margin is 1e-6 to match strings rounding
|
2018-11-20 18:12:18 +00:00 |
|
UbitUmarov
|
9dfb906666
|
add a few string functions to OSSL
|
2018-11-18 22:40:59 +00:00 |
|
UbitUmarov
|
ba87ba9c47
|
remove odd ossl function
|
2018-11-18 19:40:51 +00:00 |
|
UbitUmarov
|
7bcef500a9
|
remove CM api, add replacement ossl functions, as i should had done on the merge of avination code contrib. (runprebuild)
|
2018-11-15 20:29:25 +00:00 |
|
UbitUmarov
|
7479638e88
|
remove a unnecessary scripts constants file
|
2018-10-25 02:06:44 +01:00 |
|
UbitUmarov
|
8812684355
|
minor changes
|
2018-09-29 21:40:52 +01:00 |
|
Bill Blight
|
6d9de17d77
|
**CONFIRMED**AGAIN** , Add new function, osSetOwnerSpeed(float speed), threat level moderate
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2018-09-29 21:16:33 +01:00 |
|