| Commit message (Expand) | Author | Age | Files | Lines |
* | Bring back DebuggerSafe, default to true. | onefang | 2021-08-27 | 1 | -2/+2 |
* | Fix up the usual script messes. | onefang | 2021-07-06 | 1 | -632/+0 |
* | Various script engine speed ups, and Oh Silly Threat clean ups. | onefang | 2020-09-10 | 1 | -536/+469 |
* | Various teleport fixes. | onefang | 2020-09-09 | 1 | -3/+3 |
* | Revert list content type check. | onefang | 2020-09-09 | 1 | -6/+10 |
* | Remove various limits. | onefang | 2020-09-09 | 1 | -10/+3 |
* | mantis 8632: stop trigering Changed on just scale checks | UbitUmarov | 2019-12-03 | 1 | -3/+4 |
* | limit max number of attachments to 38. All can be on same point | UbitUmarov | 2019-11-13 | 1 | -1/+1 |
* | 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 |
* | change OSSL functions allow control code. Behavior should stat pretty much th... | UbitUmarov | 2019-10-16 | 1 | -4/+0 |
* | allow particles scale max to be 7.96m, supported by protocol | UbitUmarov | 2019-09-12 | 1 | -1/+1 |
* | mantis8548: change more LSL arguments declarations to their formal form. Stil... | UbitUmarov | 2019-07-31 | 1 | -45/+53 |
* | mantis8564: add region_up_time to llGetEnv. Returns string with seconds since... | UbitUmarov | 2019-07-31 | 1 | -66/+55 |
* | 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 one. | TBG Renfold | 2019-07-31 | 1 | -0/+3 |
* | 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 text... | UbitUmarov | 2019-05-14 | 1 | -1/+1 |
* | 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 par... | UbitUmarov | 2019-04-18 | 1 | -53/+72 |
* | mantis 8508: ignore llAttachToAvatar if already attached | UbitUmarov | 2019-03-28 | 1 | -0/+4 |
* | LSL update texture entry is heavy, set all parameters on same update | UbitUmarov | 2019-03-19 | 1 | -5/+57 |
* | LSL: limit sittext and touchtext to length current viewers cand display | UbitUmarov | 2019-03-15 | 1 | -2/+8 |
* | prims have at most 9 face textures | UbitUmarov | 2019-03-07 | 1 | -3/+3 |
* | ll rez objects: silent ginore null object id; remove redundante llSetColor code | UbitUmarov | 2019-03-02 | 1 | -40/+1 |
* | also throttle llhttprequest by owner, options: PrimOwnerRequestsBurst = 5, Pr... | UbitUmarov | 2019-02-24 | 1 | -1/+1 |
* | several changes to llHttpRequest processing: options section renamed ScriptsH... | UbitUmarov | 2019-02-24 | 1 | -10/+9 |
* | changes on sog boundingbox and other cleanup | UbitUmarov | 2019-01-25 | 1 | -38/+21 |
* | some cleanup | UbitUmarov | 2019-01-21 | 1 | -2/+2 |
* | change float to byte rounding | UbitUmarov | 2019-01-21 | 1 | -44/+88 |
* | a few more changes to texturesentry handling on libomv and os | UbitUmarov | 2019-01-14 | 1 | -33/+56 |
* | mantis 8447: empty buttons list in llDialog now shows Ok button | UbitUmarov | 2019-01-10 | 1 | -3/+3 |
* | add some LSL | UbitUmarov | 2018-12-28 | 1 | -0/+32 |
* | LINK_ALL_CHILDREN includes sitting avatars | UbitUmarov | 2018-12-19 | 1 | -0/+4 |
* | let osGetPrimitiveParams also return sitting avatar informationg, if PRIM_LIN... | UbitUmarov | 2018-12-19 | 1 | -4/+9 |
* | oops | UbitUmarov | 2018-12-19 | 1 | -2/+2 |
* | bug fixes | UbitUmarov | 2018-12-19 | 1 | -57/+62 |
* | mantis 8427: add new reject flags, change default, see mantis | UbitUmarov | 2018-12-17 | 1 | -3/+4 |
* | minor changes on llSetContentType | UbitUmarov | 2018-12-11 | 1 | -9/+16 |
* | Remove OpenID cookie check (agni_sl_session_id) from *SetContentType Remove c... | uriesk | 2018-12-11 | 1 | -13/+0 |
* | mantis 8410: llwhisper, llSay and llShout emit from the source prim not root | UbitUmarov | 2018-11-19 | 1 | -3/+3 |
* | some cleanup | UbitUmarov | 2018-11-18 | 1 | -390/+384 |
* | add a bit more things to ScriptSyntax, change a few more incoerent lsl types ... | UbitUmarov | 2018-11-10 | 1 | -6/+6 |
* | a few changes to last commit | UbitUmarov | 2018-10-23 | 1 | -7/+5 |
* | llName2Key. Thanks to mewtwo0641 and watcher64. | Mandarinka Tasty | 2018-10-23 | 1 | -0/+20 |
* | double Ooopss | UbitUmarov | 2018-10-20 | 1 | -1/+1 |
* | remove TempAttachments module | UbitUmarov | 2018-10-20 | 1 | -5/+52 |
* | oooops | UbitUmarov | 2018-09-08 | 1 | -1/+7 |