aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add osResetAllScripts(LSL_Integer AllLinkset). use with careUbitUmarov2019-10-112-1/+5
|
* add osSlerp()UbitUmarov2019-09-042-1/+6
|
* add a few lsl constantsUbitUmarov2019-08-281-1/+13
|
* mantis 8583: osGetRegionMapTexture(); now returns prim region map textureID, ↵UbitUmarov2019-08-271-2/+2
| | | | without any requests to grid
* mantis 8577: add key osGetInventoryItemKey(string name) to get a inventory ↵UbitUmarov2019-08-162-1/+6
| | | | item ID within prim inventory. the llGetInventory does return the asset it, not item.
* mantis8548: change more LSL arguments declarations to their formal form. ↵UbitUmarov2019-07-311-30/+30
| | | | Still a lot more to do. This is a case where coerence matters over performance, to avoid more future issues
* change value of PARCEL_DETAILS_DWELL to a higher value to give more room for ↵UbitUmarov2019-07-312-3/+4
| | | | standard values, change return types, update script syntaxe
* Mantis #8481 part two.TBG Renfold2019-07-311-0/+5
| | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* Mantis #8481 part one.TBG Renfold2019-07-311-0/+1
| | | | | | Add llGetParcelDetails(vector pos, [PARCEL_DETAILS_LANDDWELL]) Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* missing old flag VEHICLE_FLAG_NO_FLY_UPUbitUmarov2019-05-221-0/+1
|
* soem cleanupUbitUmarov2019-05-021-1/+14
|
* add osLocalTeleportAgent(key agent, vector position, vector velocity, vector ↵UbitUmarov2019-05-011-0/+5
| | | | 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 ;)
* change osSetProjectionParams a bit and add a variant that atkes a linknumber ↵UbitUmarov2019-04-181-2/+7
| | | | argument. For now can only change one prim per call
* add osGetPSTWallclock() returns wall clock in PST or PDT, for those that for ↵UbitUmarov2019-04-081-0/+6
| | | | some odd reason think need it. OpenSim girds shoudl use UTC (gtm) but whatever
* update script sintaxeUbitUmarov2019-02-221-1/+1
|
* remove redundant osInventoryDescription() and improve osInventoryDesc() to ↵UbitUmarov2019-02-221-7/+2
| | | | do the same
* add LSL_Key osGetLastChangedEventKey() ( it is a alias for lldetectedkey(0) ↵UbitUmarov2019-02-211-0/+5
| | | | but don't tell anyone
* add LSL_String osGetInventoryName(LSL_Key itemId) and LSL_String ↵UbitUmarov2019-02-211-1/+10
| | | | osGetInventoryDescription(LSL_String itemNameOrId)
* add LSL_Key osGetInventoryLastOwner(string itemNameorid)UbitUmarov2019-02-211-0/+6
|
* add osKickAvatar(LSL_Key agentKey, string alert)UbitUmarov2019-02-201-7/+12
|
* add some LSLUbitUmarov2018-12-281-0/+15
|
* mantis 8427: add new reject flags, change default, see mantisUbitUmarov2018-12-171-0/+2
|
* cleanup last patchUbitUmarov2018-12-111-2/+4
|
* Add osNpcSayTo(key npc, key target, integer channel, string message)Bill Blight2018-12-111-2/+4
| | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* OSSL remove functions with illegal lsl types, also redundanteUbitUmarov2018-11-282-11/+1
|
* add script constant OS_APIVERSION, we should inc this on any change on any ↵UbitUmarov2018-11-262-3/+4
| | | | api. a few changes to os npc and avatar animation functions
* add osApproxEquals for float, vector and rotation, note that default margin ↵UbitUmarov2018-11-201-0/+30
| | | | is 1e-6 to match strings rounding
* add a few string functions to OSSLUbitUmarov2018-11-181-0/+50
|
* some cleanupUbitUmarov2018-11-181-3/+3
|
* remove odd ossl functionUbitUmarov2018-11-181-5/+0
|
* remove CM api, add replacement ossl functions, as i should had done on the ↵UbitUmarov2018-11-152-71/+10
| | | | merge of avination code contrib. (runprebuild)
* add a bit more things to ScriptSyntax, change a few more incoerent lsl types ↵UbitUmarov2018-11-102-8/+21
| | | | in function arguments
* remove a unnecessary scripts constants fileUbitUmarov2018-10-253-100/+70
|
* a few changes to last commitUbitUmarov2018-10-231-5/+5
|
* llName2Key. Thanks to mewtwo0641 and watcher64.Mandarinka Tasty2018-10-231-0/+5
| | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* double OoopssUbitUmarov2018-10-201-1/+1
|
* remove TempAttachments moduleUbitUmarov2018-10-201-2/+7
|
* fix AGENT_MALE lsl constant havinf same value as AGENT_AUTOPILOTUbitUmarov2018-10-181-12/+14
|
* minor changesUbitUmarov2018-09-291-2/+2
|
* **CONFIRMED**AGAIN** , Add new function, osSetOwnerSpeed(float speed), ↵Bill Blight2018-09-291-1/+6
| | | | | | threat level moderate Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* minor changes to last patchUbitUmarov2018-08-301-1/+1
|
* Adding check permission CanIssueEstateCommand for osRegionNotice and new ↵Mandarinka Tasty2018-08-301-0/+5
| | | | | | function osRegionNotice(string agentID, string msg) Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* mantis 8346: fix argument of osUnixTimeToTimestampUbitUmarov2018-07-271-1/+1
|
* mantis 8084: add the missing PRIM_ALPHA_MODE constantsUbitUmarov2018-05-041-0/+6
|
* mantis 8305: add osTriggerSoundLimited(..)UbitUmarov2018-04-101-0/+7
|
* mantis 8305: add several ossl sound funtions that accept a link number for ↵UbitUmarov2018-04-091-0/+49
| | | | the prim associated to that sound. The link number must point to a single prim
* add auxiliar functions float osVecMagSquare(a), float osVecDistSquare(vector ↵UbitUmarov2018-04-031-0/+21
| | | | a), float osAngleBetween(vector a, vector b) and float osRound(ffloat value, integer ndigits)
* fix some LSL functions to return type Key as they should and not stringUbitUmarov2018-03-051-7/+7
|
* add AGENT_LIST_EXCLUDENPC bit mask option to llGetAgentList scope to ↵UbitUmarov2017-11-141-0/+1
| | | | exclude NPCs
* add osGetSimulatorMemoryKB(). This allows work around the fact ↵UbitUmarov2017-10-151-1/+6
| | | | osGetSimulatorMemory() reports at most 2GB. This one limit is now 2TB, should ne enought for a while