aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* 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 ↵UbitUmarov2018-11-261-2/+2
| | | | api. a few changes to os npc and avatar animation functions
* add osApproxEquals for float, vector and rotation, note that default margin ↵UbitUmarov2018-11-201-0/+7
| | | | is 1e-6 to match strings rounding
* 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 ↵UbitUmarov2018-11-152-46/+3
| | | | merge of avination code contrib. (runprebuild)
* add a bit more things to ScriptSyntax, change a few more incoerent lsl types ↵UbitUmarov2018-11-101-6/+14
| | | | in function arguments
* 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
| | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* remove TempAttachments moduleUbitUmarov2018-10-201-2/+3
|
* minor changesUbitUmarov2018-09-291-1/+1
|
* **CONFIRMED**AGAIN** , Add new function, osSetOwnerSpeed(float speed), ↵Bill Blight2018-09-291-0/+1
| | | | | | threat level moderate Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* minor changes to last patchUbitUmarov2018-08-301-1/+1
|
* Adding check permission CanIssueEstateCommand for osRegionNotice and new ↵Mandarinka Tasty2018-08-301-0/+1
| | | | | | function osRegionNotice(string agentID, string msg) Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* 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 ↵UbitUmarov2018-04-091-0/+11
| | | | the prim associated to that sound. The link number must point to a single prim
* add auxiliar functions float osVecMagSquare(a), float osVecDistSquare(vector ↵UbitUmarov2018-04-031-0/+6
| | | | a), float osAngleBetween(vector a, vector b) and float osRound(ffloat value, integer ndigits)
* 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 ↵UbitUmarov2017-10-151-0/+1
| | | | osGetSimulatorMemory() reports at most 2GB. This one limit is now 2TB, should ne enought for a while
* 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, ↵UbitUmarov2017-06-251-2/+3
| | | | LSL_Float x, LSL_Float y)
* add string osDrawTranslationTransform(string drawList, LSL_Float x, ↵UbitUmarov2017-06-241-0/+3
| | | | LSL_Float y), string osDrawRotationTransform(string drawList, LSL_Float x) and string osDrawResetTransform(string drawList) helper functions for the new vector renderer comands. Removed ThreadLevel check of similar funtions that had it None, and actually only set strings
* add string osSetDynamicTextureDataFace(string dynamicID, string contentType, ↵UbitUmarov2017-06-241-0/+1
| | | | string data, string extraParams, int timer, int face) to easy only setting a prim face
* osDrawFilledEllipse or string comand FillEllipse identical do Ellipse oneUbitUmarov2017-06-241-0/+1
|
* several changes for osTeleportObjectUbitUmarov2017-04-151-2/+1
|
* add a little speedup on repeated requests for same name on osGetLinkNumber.UbitUmarov2017-04-041-0/+1
|
* mantis 8740: rename osObjectTeleport as osTeleportObject, replaced the stop ↵UbitUmarov2017-04-041-1/+1
| | | | parameter by flags, add flags OSTPOBJ_STOPATTARRGET and OSTPOBJ_SETROT
* add EXPERIMENTAL osObjectTeleport(LSL_Key objectUUID, LSL_Vector targetPos, ↵UbitUmarov2017-04-031-0/+2
| | | | LSL_Rotation rotation, LSL_Integer stop)
* add OSSL functions to override linksets total mass, center of mass and ↵UbitUmarov2017-03-311-0/+8
| | | | inertia. replacing the crude automatic estimation based on prims known to physics and density. Changed parameters are still not saved, and are lost on region crossings. only suported by UbODE. EXPERIMENTAL feature, only test it for now.. don't try to use in products.
* restore argument name material_bitsUbitUmarov2017-01-081-1/+1
|
* mantis 8117: fix llSetPhysicsMaterial, using proper LSL_float typeUbitUmarov2017-01-081-1/+1
|
* Massive tab and trailing space cleanupMelanie Thielker2017-01-052-5/+5
|
* Add osDie(key)Jeff Kelley2016-12-141-0/+7
| | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This ↵Mandarinka Tasty2016-12-141-0/+1
| | | | | | | patch gives possibility to set image in created NPC's profile. You can use UUID of the texture or name of texture included in prim's inventory. Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile ↵UbitUmarov2016-12-061-0/+1
| | | | About text. requires OsNpcCreate rights
* add llGetMaxScaleFactor and llGetMinScaleFactorUbitUmarov2016-11-251-0/+2
|
* Implementation of LSL_Integer llScaleByFactor(double scaling_factor)Mandarinka Tasty2016-11-251-0/+1
| | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* Implementation of new LSL function: list llGetAttachedList(key avatar); It ↵Mandarinka Tasty2016-11-041-0/+1
| | | | | | | also returns HUDs' keys. Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* experimental function. Results still too volatile to be usefullUbitUmarov2016-08-271-0/+1
|