aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-17add LSL_Integer osIsNotValidNumber(LSL_Float v)UbitUmarov1-0/+1
2019-10-11add osResetAllScripts(LSL_Integer AllLinkset). use with careUbitUmarov1-0/+2
2019-09-04add osSlerp()UbitUmarov1-0/+2
2019-08-27mantis 8583: osGetRegionMapTexture(); now returns prim region map textureID, ...UbitUmarov1-1/+1
2019-08-16mantis 8577: add key osGetInventoryItemKey(string name) to get a inventory it...UbitUmarov1-0/+1
2019-07-31mantis8548: change more LSL arguments declarations to their formal form. Stil...UbitUmarov1-25/+25
2019-07-31change value of PARCEL_DETAILS_DWELL to a higher value to give more room for ...UbitUmarov1-1/+1
2019-07-31Mantis #8481 part two.TBG Renfold1-0/+1
2019-05-01add osLocalTeleportAgent(key agent, vector position, vector velocity, vector ...UbitUmarov1-0/+1
2019-04-18change osSetProjectionParams a bit and add a variant that atkes a linknumber ...UbitUmarov1-2/+3
2019-04-08add osGetPSTWallclock() returns wall clock in PST or PDT, for those that for ...UbitUmarov1-0/+1
2019-02-22remove redundant osInventoryDescription() and improve osInventoryDesc() to do...UbitUmarov1-3/+1
2019-02-21add LSL_Key osGetLastChangedEventKey() ( it is a alias for lldetectedkey(0) b...UbitUmarov1-0/+1
2019-02-21add LSL_String osGetInventoryName(LSL_Key itemId) and LSL_String osGetInvento...UbitUmarov1-1/+3
2019-02-21add LSL_Key osGetInventoryLastOwner(string itemNameorid)UbitUmarov1-0/+1
2019-02-20add osKickAvatar(LSL_Key agentKey, string alert)UbitUmarov1-7/+8
2018-12-28add some LSLUbitUmarov1-0/+3
2018-12-11cleanup last patchUbitUmarov1-1/+1
2018-12-11Add osNpcSayTo(key npc, key target, integer channel, string message)Bill Blight1-0/+1
2018-11-28OSSL remove functions with illegal lsl types, also redundanteUbitUmarov1-2/+0
2018-11-26add script constant OS_APIVERSION, we should inc this on any change on any ap...UbitUmarov1-2/+2
2018-11-20add osApproxEquals for float, vector and rotation, note that default margin i...UbitUmarov1-0/+7
2018-11-18add a few string functions to OSSLUbitUmarov1-0/+11
2018-11-18some cleanupUbitUmarov1-4/+4
2018-11-18remove odd ossl functionUbitUmarov1-2/+0
2018-11-15remove CM api, add replacement ossl functions, as i should had done on the me...UbitUmarov2-46/+3
2018-11-10add a bit more things to ScriptSyntax, change a few more incoerent lsl types ...UbitUmarov1-6/+14
2018-10-25remove a unnecessary scripts constants fileUbitUmarov3-3/+4
2018-10-23a few changes to last commitUbitUmarov1-6/+6
2018-10-23llName2Key. Thanks to mewtwo0641 and watcher64.Mandarinka Tasty1-0/+1
2018-10-20remove TempAttachments moduleUbitUmarov1-2/+3
2018-09-29minor changesUbitUmarov1-1/+1
2018-09-29**CONFIRMED**AGAIN** , Add new function, osSetOwnerSpeed(float speed), threat...Bill Blight1-0/+1
2018-08-30minor changes to last patchUbitUmarov1-1/+1
2018-08-30Adding check permission CanIssueEstateCommand for osRegionNotice and new func...Mandarinka Tasty1-0/+1
2018-07-27mantis 8346: fix argument of osUnixTimeToTimestampUbitUmarov1-1/+1
2018-04-10 mantis 8305: add osTriggerSoundLimited(..)UbitUmarov1-0/+2
2018-04-09 mantis 8305: add several ossl sound funtions that accept a link number for t...UbitUmarov1-0/+11
2018-04-03add auxiliar functions float osVecMagSquare(a), float osVecDistSquare(vector ...UbitUmarov1-0/+6
2018-03-05fix some LSL functions to return type Key as they should and not stringUbitUmarov1-7/+7
2017-10-15add osGetSimulatorMemoryKB(). This allows work around the fact osGetSimulator...UbitUmarov1-0/+1
2017-10-01bug fix: add missing stub for osSetInertiaUbitUmarov1-0/+1
2017-06-28put back getAgentIP bug restricted, script owner must be a Administrator (god)UbitUmarov1-0/+1
2017-06-27remove osGetAgentIP() this was not a good idea to have :(UbitUmarov1-1/+0
2017-06-26add osGetNPCList()UbitUmarov1-0/+1
2017-06-25add respective ossl helper funtion osDrawScaleTransform(string drawList, LSL_...UbitUmarov1-2/+3
2017-06-24add string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_Float...UbitUmarov1-0/+3
2017-06-24add string osSetDynamicTextureDataFace(string dynamicID, string contentType, ...UbitUmarov1-0/+1
2017-06-24osDrawFilledEllipse or string comand FillEllipse identical do Ellipse oneUbitUmarov1-0/+1
2017-04-15several changes for osTeleportObjectUbitUmarov1-2/+1