Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow people to teleport themselves. | onefang | 2021-08-27 | 1 | -3/+25 |
| | |||||
* | Bring back DebuggerSafe, default to true. | onefang | 2021-08-27 | 2 | -5/+5 |
| | |||||
* | 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 | 3 | -967/+3 |
| | | | | | | | | | Don't slow scripts down with bogus monitoring that isn't used anywhere. Don't make scripts sleep all the time. Don't bother with useless OhSilly Threat checks, and clean up the remains. | ||||
* | Various script engine speed ups, and Oh Silly Threat clean ups. | onefang | 2020-09-10 | 3 | -735/+674 |
| | | | | | | | | Don't bother doing useless threat level, sleep, and bogus stat collections, it only slows things down. https://sledjhamr.org/mantisbt/view.php?id=15 for an analysis of the bogus stat collection. | ||||
* | Various teleport fixes. | onefang | 2020-09-09 | 2 | -4/+4 |
| | | | | | | | | | | | | | TPs from scripts avoid all that silly raycasting nonsense, just go where we ask. For the "teleport from above" case, do the right thing. Which includes looking for designated floor prims, which have ^ as the first character of their description. Don't do "teleport from above" when we have proper coords. Teleport home from off grid shouldn't land on roofs either. | ||||
* | Gatekeeper -> GatekeeperURI | root | 2020-09-09 | 1 | -2/+2 |
| | | | | | | | | | Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s. One of theem even got removed upstream. | ||||
* | Revert list content type check. | onefang | 2020-09-09 | 1 | -6/+10 |
| | | | | https://sledjhamr.org/mantisbt/view.php?id=19 | ||||
* | Remove various limits. | onefang | 2020-09-09 | 2 | -11/+23 |
| | | | | | | | | | | | | | | | | | | | | Silly 4096 sim TP check for a client bug that was fixed long ago, seems they removed it themselves. Upgrade sim height. Allow menu items longer than 24 characters once more. Allow sitting on attachments, and attaching things with people sitting on them. Revert don't wear vegetables. Remove some script distance limits. Gods can do anything they want, including bypassing OhSilly threat levels. Low Y regions are no longer reserved for HG links. Varregions don't have to be square. Both now report a warning, but continue anyway. Cool VL Viewer handles non square regions, Singularity crashes. Not tested on others. | ||||
* | Remove useless executable bit that Windows adds. | onefang | 2020-09-09 | 1 | -0/+0 |
| | |||||
* | mantis 8632: stop trigering Changed on just scale checks | UbitUmarov | 2019-12-03 | 1 | -3/+4 |
| | |||||
* | cosmetics | UbitUmarov | 2019-11-20 | 1 | -3/+3 |
| | |||||
* | limit max number of attachments to 38. All can be on same point | UbitUmarov | 2019-11-13 | 1 | -1/+1 |
| | |||||
* | terrain replace double by float | UbitUmarov | 2019-11-12 | 1 | -1/+1 |
| | |||||
* | Yengine: we also need to cancel timer events in queue, because some bad ↵ | UbitUmarov | 2019-11-11 | 1 | -1/+2 |
| | | | | scripts that do work on X | ||||
* | terraforming changes: missing file | UbitUmarov | 2019-11-10 | 1 | -15/+4 |
| | |||||
* | handle null refs on llSubStringIndex() | UbitUmarov | 2019-11-06 | 1 | -0/+4 |
| | |||||
* | a few changes on LlGetObjectDetails | UbitUmarov | 2019-10-20 | 1 | -9/+17 |
| | |||||
* | add a few lsl constants | UbitUmarov | 2019-10-19 | 1 | -4/+87 |
| | |||||
* | same for osSetDynamicTextureURLBlendFace(). thx djphil | UbitUmarov | 2019-10-19 | 1 | -1/+1 |
| | |||||
* | change osSetDynamicTextureURL(Blend) to ↵ | UbitUmarov | 2019-10-19 | 1 | -6/+3 |
| | | | | ThreatLevel.VeryHigh,ESTATE_MANAGER,ESTATE_OWNER | ||||
* | 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 ↵ | UbitUmarov | 2019-10-16 | 2 | -72/+121 |
| | | | | the same. Some help testing, please | ||||
* | add OSSL option PermissionErrortoOwner (true or false). if true ossl ↵ | UbitUmarov | 2019-10-16 | 1 | -93/+101 |
| | | | | functions permission errors will only be sent to prim owner, defaul false: send all around | ||||
* | 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 |
| | |||||
* | allow particles scale max to be 7.96m, supported by protocol | UbitUmarov | 2019-09-12 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | without any requests to grid | ||||
* | mantis 8577: add key osGetInventoryItemKey(string name) to get a inventory ↵ | UbitUmarov | 2019-08-16 | 1 | -0/+19 |
| | | | | 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 | -45/+53 |
| | | | | Still a lot more to do. This is a case where coerence matters over performance, to avoid more future issues | ||||
* | mantis8564: add region_up_time to llGetEnv. Returns string with seconds ↵ | UbitUmarov | 2019-07-31 | 1 | -66/+55 |
| | | | | since region start. There where ways do get it, but this makes life easier | ||||
* | change value of PARCEL_DETAILS_DWELL to a higher value to give more room for ↵ | UbitUmarov | 2019-07-31 | 2 | -2/+2 |
| | | | | standard values, change return types, update script syntaxe | ||||
* | Mantis #8481 part two. | TBG Renfold | 2019-07-31 | 1 | -0/+10 |
| | | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | Mantis #8481 part one. | TBG Renfold | 2019-07-31 | 1 | -0/+3 |
| | | | | | | Add llGetParcelDetails(vector pos, [PARCEL_DETAILS_LANDDWELL]) Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | mantis 8563: do not modify collection inside a loop on it a foreach on it | UbitUmarov | 2019-07-15 | 1 | -8/+10 |
| | |||||
* | mantis 8527 and 8517: let llSetLinkPrimitiveParam*() PRIM_TEXTURE ignore ↵ | UbitUmarov | 2019-05-14 | 1 | -1/+1 |
| | | | | texture id/name if invalid, processing the other parameters, for compatibily with old scripts. | ||||
* | 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 |
| | | | | 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 | -3/+33 |
| | | | | argument. For now can only change one prim per call | ||||
* | mantis 8517: actually let NULL_KEY do the same as on PRIM_TEXTURE | UbitUmarov | 2019-04-18 | 1 | -1/+1 |
| | |||||
* | mantis 8517: let texture argument of PRIM_TEXTURE only change the other ↵ | UbitUmarov | 2019-04-18 | 1 | -53/+72 |
| | | | | parameters. On PRIM_NORMAL and PRIM_SPECULAR will be as NULL_KEY removing the material. This may be changed for coerence in future | ||||
* | 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 |
| | | | | some odd reason think need it. OpenSim girds shoudl use UTC (gtm) but whatever | ||||
* | fix osSet/GetPrimitiveParams threat level | UbitUmarov | 2019-03-31 | 1 | -2/+2 |
| |