aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface (follow)
Commit message (Expand)AuthorAgeFilesLines
* add LSL_Integer osIsNotValidNumber(LSL_Float v)UbitUmarov2019-10-171-0/+1
* add osResetAllScripts(LSL_Integer AllLinkset). use with careUbitUmarov2019-10-111-0/+2
* add osSlerp()UbitUmarov2019-09-041-0/+2
* mantis 8583: osGetRegionMapTexture(); now returns prim region map textureID, ...UbitUmarov2019-08-271-1/+1
* mantis 8577: add key osGetInventoryItemKey(string name) to get a inventory it...UbitUmarov2019-08-161-0/+1
* mantis8548: change more LSL arguments declarations to their formal form. Stil...UbitUmarov2019-07-311-25/+25
* 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/+1
* add osLocalTeleportAgent(key agent, vector position, vector velocity, vector ...UbitUmarov2019-05-011-0/+1
* change osSetProjectionParams a bit and add a variant that atkes a linknumber ...UbitUmarov2019-04-181-2/+3
* add osGetPSTWallclock() returns wall clock in PST or PDT, for those that for ...UbitUmarov2019-04-081-0/+1
* remove redundant osInventoryDescription() and improve osInventoryDesc() to do...UbitUmarov2019-02-221-3/+1
* add LSL_Key osGetLastChangedEventKey() ( it is a alias for lldetectedkey(0) b...UbitUmarov2019-02-211-0/+1
* add LSL_String osGetInventoryName(LSL_Key itemId) and LSL_String osGetInvento...UbitUmarov2019-02-211-1/+3
* add LSL_Key osGetInventoryLastOwner(string itemNameorid)UbitUmarov2019-02-211-0/+1
* add osKickAvatar(LSL_Key agentKey, string alert)UbitUmarov2019-02-201-7/+8
* add some LSLUbitUmarov2018-12-281-0/+3
* cleanup last patchUbitUmarov2018-12-111-1/+1
* Add osNpcSayTo(key npc, key target, integer channel, string message)Bill Blight2018-12-111-0/+1
* OSSL remove functions with illegal lsl types, also redundanteUbitUmarov2018-11-281-2/+0
* add script constant OS_APIVERSION, we should inc this on any change on any ap...UbitUmarov2018-11-261-2/+2
* add osApproxEquals for float, vector and rotation, note that default margin i...UbitUmarov2018-11-201-0/+7
* add a few string functions to OSSLUbitUmarov2018-11-181-0/+11
* some cleanupUbitUmarov2018-11-181-4/+4
* remove odd ossl functionUbitUmarov2018-11-181-2/+0
* remove CM api, add replacement ossl functions, as i should had done on the me...UbitUmarov2018-11-152-46/+3
* add a bit more things to ScriptSyntax, change a few more incoerent lsl types ...UbitUmarov2018-11-101-6/+14
* remove a unnecessary scripts constants fileUbitUmarov2018-10-253-3/+4
* a few changes to last commitUbitUmarov2018-10-231-6/+6
* llName2Key. Thanks to mewtwo0641 and watcher64.Mandarinka Tasty2018-10-231-0/+1
* remove TempAttachments moduleUbitUmarov2018-10-201-2/+3
* minor changesUbitUmarov2018-09-291-1/+1
* **CONFIRMED**AGAIN** , Add new function, osSetOwnerSpeed(float speed), threat...Bill Blight2018-09-291-0/+1
* minor changes to last patchUbitUmarov2018-08-301-1/+1
* Adding check permission CanIssueEstateCommand for osRegionNotice and new func...Mandarinka Tasty2018-08-301-0/+1
* mantis 8346: fix argument of osUnixTimeToTimestampUbitUmarov2018-07-271-1/+1
* mantis 8305: add osTriggerSoundLimited(..)UbitUmarov2018-04-101-0/+2
* mantis 8305: add several ossl sound funtions that accept a link number for t...UbitUmarov2018-04-091-0/+11
* add auxiliar functions float osVecMagSquare(a), float osVecDistSquare(vector ...UbitUmarov2018-04-031-0/+6
* fix some LSL functions to return type Key as they should and not stringUbitUmarov2018-03-051-7/+7
* add osGetSimulatorMemoryKB(). This allows work around the fact osGetSimulator...UbitUmarov2017-10-151-0/+1
* bug fix: add missing stub for osSetInertiaUbitUmarov2017-10-011-0/+1
* put back getAgentIP bug restricted, script owner must be a Administrator (god)UbitUmarov2017-06-281-0/+1
* remove osGetAgentIP() this was not a good idea to have :(UbitUmarov2017-06-271-1/+0
* add osGetNPCList()UbitUmarov2017-06-261-0/+1
* add respective ossl helper funtion osDrawScaleTransform(string drawList, LSL_...UbitUmarov2017-06-251-2/+3
* add string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_Float...UbitUmarov2017-06-241-0/+3
* add string osSetDynamicTextureDataFace(string dynamicID, string contentType, ...UbitUmarov2017-06-241-0/+1
* osDrawFilledEllipse or string comand FillEllipse identical do Ellipse oneUbitUmarov2017-06-241-0/+1
* several changes for osTeleportObjectUbitUmarov2017-04-151-2/+1