aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime (follow)
Commit message (Expand)AuthorAgeFilesLines
* change some lsl flag constants to HexaUbitUmarov2020-01-071-5/+5
* add a few lsl constantsUbitUmarov2019-10-191-0/+6
* add LSL_Integer osIsNotValidNumber(LSL_Float v)UbitUmarov2019-10-172-1/+6
* 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
* mantis 8577: add key osGetInventoryItemKey(string name) to get a inventory it...UbitUmarov2019-08-162-1/+6
* mantis8548: change more LSL arguments declarations to their formal form. Stil...UbitUmarov2019-07-311-30/+30
* change value of PARCEL_DETAILS_DWELL to a higher value to give more room for ...UbitUmarov2019-07-312-3/+4
* Mantis #8481 part two.TBG Renfold2019-07-311-0/+5
* Mantis #8481 part one.TBG Renfold2019-07-311-0/+1
* 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
* change osSetProjectionParams a bit and add a variant that atkes a linknumber ...UbitUmarov2019-04-181-2/+7
* add osGetPSTWallclock() returns wall clock in PST or PDT, for those that for ...UbitUmarov2019-04-081-0/+6
* update script sintaxeUbitUmarov2019-02-221-1/+1
* remove redundant osInventoryDescription() and improve osInventoryDesc() to do...UbitUmarov2019-02-221-7/+2
* add LSL_Key osGetLastChangedEventKey() ( it is a alias for lldetectedkey(0) b...UbitUmarov2019-02-211-0/+5
* add LSL_String osGetInventoryName(LSL_Key itemId) and LSL_String osGetInvento...UbitUmarov2019-02-211-1/+10
* 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
* 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 ap...UbitUmarov2018-11-262-3/+4
* add osApproxEquals for float, vector and rotation, note that default margin i...UbitUmarov2018-11-201-0/+30
* 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 me...UbitUmarov2018-11-152-71/+10
* add a bit more things to ScriptSyntax, change a few more incoerent lsl types ...UbitUmarov2018-11-102-8/+21
* 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
* 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), threat...Bill Blight2018-09-291-1/+6
* minor changes to last patchUbitUmarov2018-08-301-1/+1
* Adding check permission CanIssueEstateCommand for osRegionNotice and new func...Mandarinka Tasty2018-08-301-0/+5
* 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 t...UbitUmarov2018-04-091-0/+49
* add auxiliar functions float osVecMagSquare(a), float osVecDistSquare(vector ...UbitUmarov2018-04-031-0/+21