Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add osResetAllScripts(LSL_Integer AllLinkset). use with care | UbitUmarov | 2019-10-11 | 1 | -0/+2 |
| | |||||
* | add osSlerp() | UbitUmarov | 2019-09-04 | 1 | -0/+2 |
| | |||||
* | mantis 8583: osGetRegionMapTexture(); now returns prim region map textureID, ↵ | UbitUmarov | 2019-08-27 | 1 | -1/+1 |
| | | | | without any requests to grid | ||||
* | mantis 8577: add key osGetInventoryItemKey(string name) to get a inventory ↵ | UbitUmarov | 2019-08-16 | 1 | -0/+1 |
| | | | | item ID within prim inventory. the llGetInventory does return the asset it, not item. | ||||
* | mantis8548: change more LSL arguments declarations to their formal form. ↵ | UbitUmarov | 2019-07-31 | 1 | -25/+25 |
| | | | | Still a lot more to do. This is a case where coerence matters over performance, to avoid more future issues | ||||
* | change value of PARCEL_DETAILS_DWELL to a higher value to give more room for ↵ | UbitUmarov | 2019-07-31 | 1 | -1/+1 |
| | | | | standard values, change return types, update script syntaxe | ||||
* | Mantis #8481 part two. | TBG Renfold | 2019-07-31 | 1 | -0/+1 |
| | | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | add osLocalTeleportAgent(key agent, vector position, vector velocity, vector ↵ | UbitUmarov | 2019-05-01 | 1 | -0/+1 |
| | | | | lookat, LSL_Integer flags). Velocity only works with ubOde but still not good. flags = bit field: 1 use velocity, 2 use lookat, 4 rotate avatar look in current velocity direction (ignored if 2 ie flag = 7 is same as 3). This bypasses most the unnecessary logic of osTeleportAgent, having usage same permissions. It may do region crossings(?). Experimental stage, feedbakc expected ;) | ||||
* | change osSetProjectionParams a bit and add a variant that atkes a linknumber ↵ | UbitUmarov | 2019-04-18 | 1 | -2/+3 |
| | | | | argument. For now can only change one prim per call | ||||
* | add osGetPSTWallclock() returns wall clock in PST or PDT, for those that for ↵ | UbitUmarov | 2019-04-08 | 1 | -0/+1 |
| | | | | some odd reason think need it. OpenSim girds shoudl use UTC (gtm) but whatever | ||||
* | remove redundant osInventoryDescription() and improve osInventoryDesc() to ↵ | UbitUmarov | 2019-02-22 | 1 | -3/+1 |
| | | | | do the same | ||||
* | add LSL_Key osGetLastChangedEventKey() ( it is a alias for lldetectedkey(0) ↵ | UbitUmarov | 2019-02-21 | 1 | -0/+1 |
| | | | | but don't tell anyone | ||||
* | add LSL_String osGetInventoryName(LSL_Key itemId) and LSL_String ↵ | UbitUmarov | 2019-02-21 | 1 | -1/+3 |
| | | | | osGetInventoryDescription(LSL_String itemNameOrId) | ||||
* | add LSL_Key osGetInventoryLastOwner(string itemNameorid) | UbitUmarov | 2019-02-21 | 1 | -0/+1 |
| | |||||
* | add osKickAvatar(LSL_Key agentKey, string alert) | UbitUmarov | 2019-02-20 | 1 | -7/+8 |
| | |||||
* | add some LSL | UbitUmarov | 2018-12-28 | 1 | -0/+3 |
| | |||||
* | cleanup last patch | UbitUmarov | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | Add osNpcSayTo(key npc, key target, integer channel, string message) | Bill Blight | 2018-12-11 | 1 | -0/+1 |
| | | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | OSSL remove functions with illegal lsl types, also redundante | UbitUmarov | 2018-11-28 | 1 | -2/+0 |
| | |||||
* | add script constant OS_APIVERSION, we should inc this on any change on any ↵ | UbitUmarov | 2018-11-26 | 1 | -2/+2 |
| | | | | api. a few changes to os npc and avatar animation functions | ||||
* | add osApproxEquals for float, vector and rotation, note that default margin ↵ | UbitUmarov | 2018-11-20 | 1 | -0/+7 |
| | | | | is 1e-6 to match strings rounding | ||||
* | add a few string functions to OSSL | UbitUmarov | 2018-11-18 | 1 | -0/+11 |
| | |||||
* | some cleanup | UbitUmarov | 2018-11-18 | 1 | -4/+4 |
| | |||||
* | remove odd ossl function | UbitUmarov | 2018-11-18 | 1 | -2/+0 |
| | |||||
* | remove CM api, add replacement ossl functions, as i should had done on the ↵ | UbitUmarov | 2018-11-15 | 2 | -46/+3 |
| | | | | merge of avination code contrib. (runprebuild) | ||||
* | add a bit more things to ScriptSyntax, change a few more incoerent lsl types ↵ | UbitUmarov | 2018-11-10 | 1 | -6/+14 |
| | | | | in function arguments | ||||
* | remove a unnecessary scripts constants file | UbitUmarov | 2018-10-25 | 3 | -3/+4 |
| | |||||
* | a few changes to last commit | UbitUmarov | 2018-10-23 | 1 | -6/+6 |
| | |||||
* | llName2Key. Thanks to mewtwo0641 and watcher64. | Mandarinka Tasty | 2018-10-23 | 1 | -0/+1 |
| | | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | remove TempAttachments module | UbitUmarov | 2018-10-20 | 1 | -2/+3 |
| | |||||
* | minor changes | UbitUmarov | 2018-09-29 | 1 | -1/+1 |
| | |||||
* | **CONFIRMED**AGAIN** , Add new function, osSetOwnerSpeed(float speed), ↵ | Bill Blight | 2018-09-29 | 1 | -0/+1 |
| | | | | | | threat level moderate Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | minor changes to last patch | UbitUmarov | 2018-08-30 | 1 | -1/+1 |
| | |||||
* | Adding check permission CanIssueEstateCommand for osRegionNotice and new ↵ | Mandarinka Tasty | 2018-08-30 | 1 | -0/+1 |
| | | | | | | function osRegionNotice(string agentID, string msg) Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | mantis 8346: fix argument of osUnixTimeToTimestamp | UbitUmarov | 2018-07-27 | 1 | -1/+1 |
| | |||||
* | mantis 8305: add osTriggerSoundLimited(..) | UbitUmarov | 2018-04-10 | 1 | -0/+2 |
| | |||||
* | mantis 8305: add several ossl sound funtions that accept a link number for ↵ | UbitUmarov | 2018-04-09 | 1 | -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 ↵ | UbitUmarov | 2018-04-03 | 1 | -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 string | UbitUmarov | 2018-03-05 | 1 | -7/+7 |
| | |||||
* | add osGetSimulatorMemoryKB(). This allows work around the fact ↵ | UbitUmarov | 2017-10-15 | 1 | -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 osSetInertia | UbitUmarov | 2017-10-01 | 1 | -0/+1 |
| | |||||
* | put back getAgentIP bug restricted, script owner must be a Administrator (god) | UbitUmarov | 2017-06-28 | 1 | -0/+1 |
| | |||||
* | remove osGetAgentIP() this was not a good idea to have :( | UbitUmarov | 2017-06-27 | 1 | -1/+0 |
| | |||||
* | add osGetNPCList() | UbitUmarov | 2017-06-26 | 1 | -0/+1 |
| | |||||
* | add respective ossl helper funtion osDrawScaleTransform(string drawList, ↵ | UbitUmarov | 2017-06-25 | 1 | -2/+3 |
| | | | | LSL_Float x, LSL_Float y) | ||||
* | add string osDrawTranslationTransform(string drawList, LSL_Float x, ↵ | UbitUmarov | 2017-06-24 | 1 | -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, ↵ | UbitUmarov | 2017-06-24 | 1 | -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 one | UbitUmarov | 2017-06-24 | 1 | -0/+1 |
| | |||||
* | several changes for osTeleportObject | UbitUmarov | 2017-04-15 | 1 | -2/+1 |
| | |||||
* | add a little speedup on repeated requests for same name on osGetLinkNumber. | UbitUmarov | 2017-04-04 | 1 | -0/+1 |
| |