aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-10Various script engine speed ups, and Oh Silly Threat clean ups.onefang4-743/+682
2020-09-09Various teleport fixes.onefang2-4/+4
2020-09-09Gatekeeper -> GatekeeperURIroot1-2/+2
2020-09-09Revert list content type check.onefang1-6/+10
2020-09-09Remove various limits.onefang2-11/+23
2020-09-09Remove useless executable bit that Windows adds.onefang3-0/+0
2020-09-08Move various paths out of the bin directory.onefang2-2/+2
2020-01-07change some lsl flag constants to HexaUbitUmarov1-5/+5
2019-12-03mantis 8632: stop trigering Changed on just scale checksUbitUmarov1-3/+4
2019-11-22YEngine: change some startup log messagesUbitUmarov2-23/+25
2019-11-22YEngine, change default number of exec threads to 2 of priority Normal. Let t...UbitUmarov2-6/+28
2019-11-22OooopssUbitUmarov1-2/+2
2019-11-22more changes on YEngine scripts heap usageUbitUmarov6-45/+54
2019-11-20cosmeticsUbitUmarov1-0/+2
2019-11-20cosmeticsUbitUmarov1-3/+3
2019-11-18Yengine: more on constants operations reductionUbitUmarov3-86/+60
2019-11-18mantis 8551: Simplify Yengine heap usage controlUbitUmarov5-108/+66
2019-11-13mantis 8627: handle the case constant compareOp constant on YengineUbitUmarov1-12/+95
2019-11-13limit max number of attachments to 38. All can be on same pointUbitUmarov2-2/+2
2019-11-12terrain replace double by floatUbitUmarov1-1/+1
2019-11-11Yengine: we also need to cancel timer events in queue, because some bad scrip...UbitUmarov5-2/+50
2019-11-10terraforming changes: missing fileUbitUmarov1-15/+4
2019-11-06handle null refs on llSubStringIndex()UbitUmarov1-0/+4
2019-11-05YEngine: fix credits commentUbitUmarov1-1/+1
2019-11-04YEngine: fix wrong language detection on some comments in first lineUbitUmarov1-5/+7
2019-10-22remove some more useless NULL argumentsUbitUmarov2-11/+7
2019-10-20a few changes on LlGetObjectDetailsUbitUmarov1-9/+17
2019-10-19add a few lsl constantsUbitUmarov2-4/+93
2019-10-19same for osSetDynamicTextureURLBlendFace(). thx djphilUbitUmarov1-1/+1
2019-10-19change osSetDynamicTextureURL(Blend) to ThreatLevel.VeryHigh,ESTATE_MANAGER,E...UbitUmarov1-6/+3
2019-10-18Xengine: more on division by ZeroUbitUmarov1-22/+70
2019-10-18Yengine: Also error on division by ZeroUbitUmarov5-222/+154
2019-10-17add LSL_Integer osIsNotValidNumber(LSL_Float v)UbitUmarov5-26/+40
2019-10-17simplify last code a bitUbitUmarov1-8/+13
2019-10-17Xengine: Error on division by Zero. Yengine will take a lot more work. If you...UbitUmarov1-9/+46
2019-10-17Yengine make float.tostring culture invariantUbitUmarov1-1/+2
2019-10-16tests: windows does not have 1ms time resolutionUbitUmarov1-3/+3
2019-10-16fix some texts initUbitUmarov4-0/+18
2019-10-16OSSL: threading issueUbitUmarov1-1/+1
2019-10-16OSSL: stop reading configuration file on every script start.UbitUmarov1-63/+78
2019-10-16make OSSL parsing error warning more clearUbitUmarov1-4/+8
2019-10-16change OSSL functions allow control code. Behavior should stat pretty much th...UbitUmarov2-72/+121
2019-10-16 add OSSL option PermissionErrortoOwner (true or false). if true ossl functio...UbitUmarov3-101/+138
2019-10-11add osResetAllScripts(LSL_Integer AllLinkset). use with careUbitUmarov4-1/+41
2019-10-06remove useragentserviceconnector dns lookup also on osslUbitUmarov1-1/+1
2019-09-15fix saving appearence to notecard, so they can work on older regionsUbitUmarov2-14/+8
2019-09-12allow particles scale max to be 7.96m, supported by protocolUbitUmarov1-1/+1
2019-09-04add osSlerp()UbitUmarov5-1/+72
2019-08-28add a few lsl constantsUbitUmarov1-1/+13
2019-08-27mantis 8583: osGetRegionMapTexture(); now returns prim region map textureID, ...UbitUmarov3-6/+11