aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 exclude...UbitUmarov2017-11-141-0/+1
* add osGetSimulatorMemoryKB(). This allows work around the fact osGetSimulator...UbitUmarov2017-10-151-1/+6
* bug fix: add missing stub for osSetInertiaUbitUmarov2017-10-011-0/+5
* osSetParcelDetails: place hard restrictions on change owner,claimdate (both ...UbitUmarov2017-07-121-1/+3
* put back getAgentIP bug restricted, script owner must be a Administrator (god)UbitUmarov2017-06-281-0/+5
* remove osGetAgentIP() this was not a good idea to have :(UbitUmarov2017-06-271-6/+1
* add osGetNPCList()UbitUmarov2017-06-261-0/+5
* add respective ossl helper funtion osDrawScaleTransform(string drawList, LSL_...UbitUmarov2017-06-251-4/+9
* add string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_Float...UbitUmarov2017-06-241-0/+15
* add string osSetDynamicTextureDataFace(string dynamicID, string contentType, ...UbitUmarov2017-06-241-0/+6
* osDrawFilledEllipse or string comand FillEllipse identical do Ellipse oneUbitUmarov2017-06-241-0/+5
* reWrite lsl json functions, forward slash is not escaped as LitJson spec; cod...UbitUmarov2017-05-191-9/+11
* several changes for osTeleportObjectUbitUmarov2017-04-152-3/+3
* add LSL_Integer osGetLinkNumber(LSL_String name). uses a cache for the strin...UbitUmarov2017-04-041-0/+5
* mantis 8740: rename osObjectTeleport as osTeleportObject, replaced the stop ...UbitUmarov2017-04-042-2/+9
* add EXPERIMENTAL osObjectTeleport(LSL_Key objectUUID, LSL_Vector targetPos, L...UbitUmarov2017-04-031-0/+4
* add OSSL functions to override linksets total mass, center of mass and inert...UbitUmarov2017-03-311-0/+26
* restore argument name material_bitsUbitUmarov2017-01-081-2/+2
* mantis 8117: fix llSetPhysicsMaterial, using proper LSL_float typeUbitUmarov2017-01-081-2/+2
* Massive tab and trailing space cleanupMelanie Thielker2017-01-054-14/+14
* reserve constant OBJECT_ATTACHED_SLOTS_AVAILABLE from mantis 8096. But do not...UbitUmarov2016-12-161-0/+1