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
|
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
|
cadcf412ec
|
linux likes other tz names
|
2019-04-08 14:04:02 +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
|
4626f0850a
|
fix osSet/GetPrimitiveParams threat level
|
2019-03-31 02:12:30 +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
|
f03ee2f795
|
still another
|
2018-12-19 04:01:52 +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
|
2c2b887c8a
|
change osSetContentType threat level
|
2018-12-11 14:55:32 +00:00 |
|
UbitUmarov
|
47bc1fb257
|
OSSL remove functions with illegal lsl types, also redundante
|
2018-11-28 08:20:38 +00:00 |
|
UbitUmarov
|
911ef0ce52
|
remove a ossl dev only option
|
2018-11-26 18:35:45 +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
|
be2c0aa552
|
fix ossl severe error
|
2018-11-25 23:10:44 +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
|
fad6295398
|
change ossl link sound functions to search for sound both on script host and target prims
|
2018-11-14 19:02:00 +00:00 |
|
UbitUmarov
|
56d5b3bf92
|
oops
|
2018-10-20 16:21:36 +01:00 |
|
UbitUmarov
|
2c3522a826
|
ossl error messages are not from a agent
|
2018-10-20 15:38:50 +01:00 |
|
UbitUmarov
|
d1d370ada3
|
avoid a null ref during jenkins tests
|
2018-10-20 15:35:04 +01:00 |
|
UbitUmarov
|
05b79e203d
|
change ossl error report and NPC create error handling
|
2018-10-20 15:25:28 +01:00 |
|
UbitUmarov
|
8b5b251d1a
|
mantis 8398: fix with previus commits; removed redundante code
|
2018-10-20 14:10:56 +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
|
075ebf3524
|
fix osDie harakiri for Yengine
|
2018-09-13 12:32:55 +01:00 |
|
UbitUmarov
|
e6615a193d
|
a few changes to ScriptSleep() functions
|
2018-09-04 22:19:30 +01:00 |
|
UbitUmarov
|
50627304a6
|
avoid using new c# sintaxe that will fail on older compilers
|
2018-08-30 20:09:12 +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
|
ca7bd13dee
|
sound radius is a prim prop only set by llSetSoundRadius, fix it in case viewers do fix its use (ignored for now)
|
2018-04-10 21:45:11 +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
|
80c7ffeb29
|
fix the comment about return value of osAngleBetween() its 0 to PI
|
2018-04-04 01:25:49 +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
|
c889eb64e5
|
let ossl have its own config section
|
2018-02-02 03:50:43 +00:00 |
|
UbitUmarov
|
8a68c330e8
|
fix a string format
|
2018-01-14 00:47:12 +00:00 |
|
Kevin Cozens
|
fbb2f7f319
|
Corrected name of function in call to CheckThreatLevel.
|
2017-10-26 13:29:14 -04:00 |
|
Kevin Cozens
|
d65f055e4e
|
Whitespace cleanup.
|
2017-10-26 11:26:49 -04:00 |
|