UbitUmarov
|
ab335b5926
|
add a few lsl constants
|
2019-10-19 18:00:45 +01: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
|
0e33014572
|
add a few lsl constants
|
2019-08-28 05:54:18 +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
|
0bcd58fd0f
|
mantis8548: change more LSL arguments declarations to their formal form. Still a lot more to do. This is a case where coerence matters over performance, to avoid more future issues
|
2019-07-31 16:27:36 +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 |
|
TBG Renfold
|
8de67dad76
|
Mantis #8481 part one.
Add llGetParcelDetails(vector pos, [PARCEL_DETAILS_LANDDWELL])
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2019-07-31 12:58:00 +01:00 |
|
UbitUmarov
|
8410a01fb4
|
missing old flag VEHICLE_FLAG_NO_FLY_UP
|
2019-05-22 23:16:36 +01:00 |
|
UbitUmarov
|
3a055c578d
|
soem cleanup
|
2019-05-02 03:11:16 +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
|
009af3122f
|
update script sintaxe
|
2019-02-22 22:42:07 +00: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
|
c14209e362
|
add some LSL
|
2018-12-28 14:40:51 +00:00 |
|
UbitUmarov
|
530a6a40ed
|
mantis 8427: add new reject flags, change default, see mantis
|
2018-12-17 10:57:09 +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
|
01b84ef46b
|
some cleanup
|
2018-11-18 22:39:08 +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
|
9185d397df
|
add a bit more things to ScriptSyntax, change a few more incoerent lsl types in function arguments
|
2018-11-10 21:00:04 +00:00 |
|
UbitUmarov
|
7479638e88
|
remove a unnecessary scripts constants file
|
2018-10-25 02:06:44 +01:00 |
|
UbitUmarov
|
c643b4236f
|
a few changes to last commit
|
2018-10-23 18:55:26 +01:00 |
|
Mandarinka Tasty
|
06a35b9559
|
llName2Key. Thanks to mewtwo0641 and watcher64.
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2018-10-23 18:01:13 +01:00 |
|
UbitUmarov
|
f01e4600d1
|
double Ooopss
|
2018-10-20 02:06:05 +01:00 |
|
UbitUmarov
|
0611d3339b
|
remove TempAttachments module
|
2018-10-20 01:00:55 +01:00 |
|
UbitUmarov
|
db255c97d6
|
fix AGENT_MALE lsl constant havinf same value as AGENT_AUTOPILOT
|
2018-10-18 23:15:58 +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 |
|
UbitUmarov
|
9647a1e6c5
|
minor changes to last patch
|
2018-08-30 14:51:07 +01:00 |
|
Mandarinka Tasty
|
99a23421a8
|
Adding check permission CanIssueEstateCommand for osRegionNotice and new function osRegionNotice(string agentID, string msg)
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2018-08-30 14:25:19 +01:00 |
|
UbitUmarov
|
a6d5da3e7f
|
mantis 8346: fix argument of osUnixTimeToTimestamp
|
2018-07-27 14:20:59 +01:00 |
|
UbitUmarov
|
acd55c6f12
|
mantis 8084: add the missing PRIM_ALPHA_MODE constants
|
2018-05-04 20:15:56 +01:00 |
|
UbitUmarov
|
5d0a1656bf
|
mantis 8305: add osTriggerSoundLimited(..)
|
2018-04-10 03:58:54 +01:00 |
|
UbitUmarov
|
63da4d3f99
|
mantis 8305: add several ossl sound funtions that accept a link number for the prim associated to that sound. The link number must point to a single prim
|
2018-04-09 00:15:45 +01:00 |
|
UbitUmarov
|
e031d79d48
|
add auxiliar functions float osVecMagSquare(a), float osVecDistSquare(vector a), float osAngleBetween(vector a, vector b) and float osRound(ffloat value, integer ndigits)
|
2018-04-03 23:00:37 +01:00 |
|
UbitUmarov
|
befe1ad4be
|
fix some LSL functions to return type Key as they should and not string
|
2018-03-05 17:02:07 +00:00 |
|