| Commit message (Expand) | Author | Age | Files | Lines |
* | whitespace++ | onefang | 2021-07-07 | 1 | -1/+1 |
* | LessOhSilly threat level nonsense. | onefang | 2021-07-07 | 1 | -11/+6 |
* | Fix up the usual script messes. | onefang | 2021-07-06 | 1 | -332/+3 |
* | Various script engine speed ups, and Oh Silly Threat clean ups. | onefang | 2020-09-10 | 1 | -196/+202 |
* | Various teleport fixes. | onefang | 2020-09-09 | 1 | -1/+1 |
* | Gatekeeper -> GatekeeperURI | root | 2020-09-09 | 1 | -2/+2 |
* | Remove various limits. | onefang | 2020-09-09 | 1 | -1/+20 |
* | cosmetics | UbitUmarov | 2019-11-20 | 1 | -3/+3 |
* | terrain replace double by float | UbitUmarov | 2019-11-12 | 1 | -1/+1 |
* | same for osSetDynamicTextureURLBlendFace(). thx djphil | UbitUmarov | 2019-10-19 | 1 | -1/+1 |
* | change osSetDynamicTextureURL(Blend) to ThreatLevel.VeryHigh,ESTATE_MANAGER,E... | UbitUmarov | 2019-10-19 | 1 | -6/+3 |
* | add LSL_Integer osIsNotValidNumber(LSL_Float v) | UbitUmarov | 2019-10-17 | 1 | -25/+28 |
* | OSSL: threading issue | UbitUmarov | 2019-10-16 | 1 | -1/+1 |
* | OSSL: stop reading configuration file on every script start. | UbitUmarov | 2019-10-16 | 1 | -63/+78 |
* | make OSSL parsing error warning more clear | UbitUmarov | 2019-10-16 | 1 | -4/+8 |
* | change OSSL functions allow control code. Behavior should stat pretty much th... | UbitUmarov | 2019-10-16 | 1 | -68/+121 |
* | add OSSL option PermissionErrortoOwner (true or false). if true ossl functio... | UbitUmarov | 2019-10-16 | 1 | -93/+101 |
* | add osResetAllScripts(LSL_Integer AllLinkset). use with care | UbitUmarov | 2019-10-11 | 1 | -0/+34 |
* | remove useragentserviceconnector dns lookup also on ossl | UbitUmarov | 2019-10-06 | 1 | -1/+1 |
* | fix saving appearence to notecard, so they can work on older regions | UbitUmarov | 2019-09-15 | 1 | -12/+6 |
* | add osSlerp() | UbitUmarov | 2019-09-04 | 1 | -0/+12 |
* | mantis 8583: osGetRegionMapTexture(); now returns prim region map textureID, ... | UbitUmarov | 2019-08-27 | 1 | -3/+8 |
* | mantis 8577: add key osGetInventoryItemKey(string name) to get a inventory it... | UbitUmarov | 2019-08-16 | 1 | -0/+19 |
* | change value of PARCEL_DETAILS_DWELL to a higher value to give more room for ... | UbitUmarov | 2019-07-31 | 1 | -1/+1 |
* | Mantis #8481 part two. | TBG Renfold | 2019-07-31 | 1 | -0/+10 |
* | soem cleanup | UbitUmarov | 2019-05-02 | 1 | -1/+1 |
* | add osLocalTeleportAgent(key agent, vector position, vector velocity, vector ... | UbitUmarov | 2019-05-01 | 1 | -0/+17 |
* | change osSetProjectionParams a bit and add a variant that atkes a linknumber ... | UbitUmarov | 2019-04-18 | 1 | -3/+33 |
* | linux likes other tz names | UbitUmarov | 2019-04-08 | 1 | -0/+11 |
* | add osGetPSTWallclock() returns wall clock in PST or PDT, for those that for ... | UbitUmarov | 2019-04-08 | 1 | -1/+22 |
* | fix osSet/GetPrimitiveParams threat level | UbitUmarov | 2019-03-31 | 1 | -2/+2 |
* | remove redundant osInventoryDescription() and improve osInventoryDesc() to do... | UbitUmarov | 2019-02-22 | 1 | -24/+1 |
* | add LSL_Key osGetLastChangedEventKey() ( it is a alias for lldetectedkey(0) b... | UbitUmarov | 2019-02-21 | 1 | -0/+9 |
* | add LSL_String osGetInventoryName(LSL_Key itemId) and LSL_String osGetInvento... | UbitUmarov | 2019-02-21 | 1 | -1/+33 |
* | add LSL_Key osGetInventoryLastOwner(string itemNameorid) | UbitUmarov | 2019-02-21 | 1 | -2/+19 |
* | add osKickAvatar(LSL_Key agentKey, string alert) | UbitUmarov | 2019-02-20 | 1 | -8/+33 |
* | still another | UbitUmarov | 2018-12-19 | 1 | -2/+4 |
* | cleanup last patch | UbitUmarov | 2018-12-11 | 1 | -18/+23 |
* | Add osNpcSayTo(key npc, key target, integer channel, string message) | Bill Blight | 2018-12-11 | 1 | -0/+26 |
* | change osSetContentType threat level | UbitUmarov | 2018-12-11 | 1 | -1/+1 |
* | OSSL remove functions with illegal lsl types, also redundante | UbitUmarov | 2018-11-28 | 1 | -75/+0 |
* | remove a ossl dev only option | UbitUmarov | 2018-11-26 | 1 | -11/+1 |
* | add script constant OS_APIVERSION, we should inc this on any change on any ap... | UbitUmarov | 2018-11-26 | 1 | -47/+77 |
* | fix ossl severe error | UbitUmarov | 2018-11-25 | 1 | -5/+5 |
* | add osApproxEquals for float, vector and rotation, note that default margin i... | UbitUmarov | 2018-11-20 | 1 | -0/+98 |
* | add a few string functions to OSSL | UbitUmarov | 2018-11-18 | 1 | -1/+176 |
* | remove odd ossl function | UbitUmarov | 2018-11-18 | 1 | -20/+0 |
* | remove CM api, add replacement ossl functions, as i should had done on the me... | UbitUmarov | 2018-11-15 | 1 | -0/+48 |
* | change ossl link sound functions to search for sound both on script host and... | UbitUmarov | 2018-11-14 | 1 | -18/+20 |
* | oops | UbitUmarov | 2018-10-20 | 1 | -1/+1 |