aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* same for osSetDynamicTextureURLBlendFace(). thx djphilUbitUmarov2019-10-191-1/+1
* change osSetDynamicTextureURL(Blend) to ThreatLevel.VeryHigh,ESTATE_MANAGER,E...UbitUmarov2019-10-191-6/+3
* add LSL_Integer osIsNotValidNumber(LSL_Float v)UbitUmarov2019-10-171-25/+28
* OSSL: threading issueUbitUmarov2019-10-161-1/+1
* OSSL: stop reading configuration file on every script start.UbitUmarov2019-10-161-63/+78
* make OSSL parsing error warning more clearUbitUmarov2019-10-161-4/+8
* change OSSL functions allow control code. Behavior should stat pretty much th...UbitUmarov2019-10-161-68/+121
* add OSSL option PermissionErrortoOwner (true or false). if true ossl functio...UbitUmarov2019-10-161-93/+101
* add osResetAllScripts(LSL_Integer AllLinkset). use with careUbitUmarov2019-10-111-0/+34
* remove useragentserviceconnector dns lookup also on osslUbitUmarov2019-10-061-1/+1
* fix saving appearence to notecard, so they can work on older regionsUbitUmarov2019-09-151-12/+6
* add osSlerp()UbitUmarov2019-09-041-0/+12
* mantis 8583: osGetRegionMapTexture(); now returns prim region map textureID, ...UbitUmarov2019-08-271-3/+8
* 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