aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* mantis 8577: add key osGetInventoryItemKey(string name) to get a inventory it...UbitUmarov2019-08-161-0/+19
* change value of PARCEL_DETAILS_DWELL to a higher value to give more room for ...UbitUmarov2019-07-311-1/+1
* Mantis #8481 part two.TBG Renfold2019-07-311-0/+10
* soem cleanupUbitUmarov2019-05-021-1/+1
* add osLocalTeleportAgent(key agent, vector position, vector velocity, vector ...UbitUmarov2019-05-011-0/+17
* change osSetProjectionParams a bit and add a variant that atkes a linknumber ...UbitUmarov2019-04-181-3/+33
* linux likes other tz namesUbitUmarov2019-04-081-0/+11
* add osGetPSTWallclock() returns wall clock in PST or PDT, for those that for ...UbitUmarov2019-04-081-1/+22
* fix osSet/GetPrimitiveParams threat levelUbitUmarov2019-03-311-2/+2
* remove redundant osInventoryDescription() and improve osInventoryDesc() to do...UbitUmarov2019-02-221-24/+1
* add LSL_Key osGetLastChangedEventKey() ( it is a alias for lldetectedkey(0) b...UbitUmarov2019-02-211-0/+9
* add LSL_String osGetInventoryName(LSL_Key itemId) and LSL_String osGetInvento...UbitUmarov2019-02-211-1/+33
* add LSL_Key osGetInventoryLastOwner(string itemNameorid)UbitUmarov2019-02-211-2/+19
* add osKickAvatar(LSL_Key agentKey, string alert)UbitUmarov2019-02-201-8/+33
* still anotherUbitUmarov2018-12-191-2/+4
* cleanup last patchUbitUmarov2018-12-111-18/+23
* Add osNpcSayTo(key npc, key target, integer channel, string message)Bill Blight2018-12-111-0/+26
* change osSetContentType threat levelUbitUmarov2018-12-111-1/+1
* OSSL remove functions with illegal lsl types, also redundanteUbitUmarov2018-11-281-75/+0
* remove a ossl dev only optionUbitUmarov2018-11-261-11/+1
* add script constant OS_APIVERSION, we should inc this on any change on any ap...UbitUmarov2018-11-261-47/+77
* fix ossl severe errorUbitUmarov2018-11-251-5/+5
* add osApproxEquals for float, vector and rotation, note that default margin i...UbitUmarov2018-11-201-0/+98
* add a few string functions to OSSLUbitUmarov2018-11-181-1/+176
* remove odd ossl functionUbitUmarov2018-11-181-20/+0
* remove CM api, add replacement ossl functions, as i should had done on the me...UbitUmarov2018-11-151-0/+48
* change ossl link sound functions to search for sound both on script host and...UbitUmarov2018-11-141-18/+20
* oopsUbitUmarov2018-10-201-1/+1
* ossl error messages are not from a agentUbitUmarov2018-10-201-1/+1
* avoid a null ref during jenkins testsUbitUmarov2018-10-201-1/+2
* change ossl error report and NPC create error handlingUbitUmarov2018-10-201-10/+11
* mantis 8398: fix with previus commits; removed redundante codeUbitUmarov2018-10-201-11/+5
* minor changesUbitUmarov2018-09-291-34/+52
* **CONFIRMED**AGAIN** , Add new function, osSetOwnerSpeed(float speed), threat...Bill Blight2018-09-291-0/+10
* fix osDie harakiri for YengineUbitUmarov2018-09-131-17/+20
* a few changes to ScriptSleep() functionsUbitUmarov2018-09-041-3/+6
* avoid using new c# sintaxe that will fail on older compilersUbitUmarov2018-08-301-3/+5
* minor changes to last patchUbitUmarov2018-08-301-7/+7
* Adding check permission CanIssueEstateCommand for osRegionNotice and new func...Mandarinka Tasty2018-08-301-7/+30
* mantis 8346: fix argument of osUnixTimeToTimestampUbitUmarov2018-07-271-1/+1
* sound radius is a prim prop only set by llSetSoundRadius, fix it in case vie...UbitUmarov2018-04-101-7/+7
* mantis 8305: add osTriggerSoundLimited(..)UbitUmarov2018-04-101-0/+20
* mantis 8305: add several ossl sound funtions that accept a link number for t...UbitUmarov2018-04-091-0/+193
* fix the comment about return value of osAngleBetween() its 0 to PIUbitUmarov2018-04-041-2/+2
* add auxiliar functions float osVecMagSquare(a), float osVecDistSquare(vector ...UbitUmarov2018-04-031-0/+28
* let ossl have its own config sectionUbitUmarov2018-02-021-5/+10
* fix a string formatUbitUmarov2018-01-141-1/+1
* Corrected name of function in call to CheckThreatLevel.Kevin Cozens2017-10-261-1/+1
* Whitespace cleanup.Kevin Cozens2017-10-261-19/+19
* add osGetSimulatorMemoryKB(). This allows work around the fact osGetSimulator...UbitUmarov2017-10-151-0/+16