| Commit message (Expand) | Author | Age | Files | Lines |
* | mantis 8470: add constant PrivURL. Thanks Ai Austin | UbitUmarov | 2019-08-27 | 1 | -13/+13 |
* | minor update to osslEnable.ini | UbitUmarov | 2019-08-17 | 1 | -0/+3 |
* | ll rez objects: silent ginore null object id; remove redundante llSetColor code | UbitUmarov | 2019-03-02 | 1 | -2/+2 |
* | actually disable osSetContentType on osslEnable.ini, so is only enabled by ma... | UbitUmarov | 2018-12-13 | 1 | -1/+1 |
* | 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 |
* | 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 | -2/+0 |
* | remove unmaintaned and obsolete GlynnTucker.Cache | UbitUmarov | 2018-11-27 | 2 | -4/+0 |
* | add osApproxEquals for float, vector and rotation, note that default margin i... | UbitUmarov | 2018-11-20 | 1 | -1/+2 |
* | removed repeated lines | UbitUmarov | 2018-11-19 | 1 | -3/+0 |
* | update osslEnable | UbitUmarov | 2018-11-18 | 1 | -0/+10 |
* | update osslEnable | UbitUmarov | 2018-11-18 | 1 | -1/+2 |
* | **CONFIRMED**AGAIN** , Add new function, osSetOwnerSpeed(float speed), threat... | Bill Blight | 2018-09-29 | 1 | -0/+1 |
* | minor changes to last patch | UbitUmarov | 2018-08-30 | 1 | -1/+1 |
* | mantis 8305: add osTriggerSoundLimited(..) | UbitUmarov | 2018-04-10 | 1 | -0/+1 |
* | update osslEnable.ini with the new functions | UbitUmarov | 2018-04-09 | 1 | -0/+11 |
* | Added references to new math related OSSL functions | Kevin Cozens | 2018-04-04 | 1 | -0/+4 |
* | fix merge issue | UbitUmarov | 2018-03-20 | 8 | -56/+56 |
|\ |
|
| * | Removed trailing whitespace | Kevin Cozens | 2018-03-19 | 8 | -56/+56 |
* | | let ossl have its own config section | UbitUmarov | 2018-02-02 | 1 | -86/+86 |
|/ |
|
* | remove some tabs added to config files | UbitUmarov | 2018-01-04 | 3 | -4/+4 |
* | update configuration files and examples for mutes | UbitUmarov | 2018-01-04 | 3 | -2/+7 |
* | increase sample rate of WaitGetScenePresence() | UbitUmarov | 2017-12-11 | 2 | -0/+8 |
* | Added missing Allow line for osGetSimulatorMemoryKB. | Kevin Cozens | 2017-10-26 | 1 | -0/+1 |
* | Sorted the groups of Allow statements by alphabetical order. | Kevin Cozens | 2017-10-26 | 1 | -10/+10 |
* | Fixed typos in comments in osslEnable.ini | Kevin Cozens | 2017-09-04 | 1 | -2/+2 |
* | Remove profile from basic configuration | Kevin Cozens | 2017-08-05 | 1 | -3/+0 |
* | a few changes to ubOde avatar collisions | UbitUmarov | 2017-07-01 | 1 | -1/+0 |
* | do calls to m_host.AddScriptLPS() on the right place on osslm this stat is of... | UbitUmarov | 2017-06-30 | 1 | -2/+2 |
* | put osGetAgentIP() in threat control with level Severe so it can be disabled ... | UbitUmarov | 2017-06-30 | 1 | -55/+61 |
* | put back getAgentIP bug restricted, script owner must be a Administrator (god) | UbitUmarov | 2017-06-28 | 1 | -1/+1 |
* | add osGetNPCList() | UbitUmarov | 2017-06-26 | 1 | -0/+1 |
* | take a few more out of level check | UbitUmarov | 2017-06-26 | 1 | -31/+30 |
* | update osslEnable.ini. functions that have no level check are still listed bu... | UbitUmarov | 2017-06-26 | 1 | -2/+15 |
* | add respective ossl helper funtion osDrawScaleTransform(string drawList, LSL_... | UbitUmarov | 2017-06-25 | 1 | -2/+3 |
* | add string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_Float... | UbitUmarov | 2017-06-24 | 1 | -16/+21 |
* | revert the thread level change; remove unused dynamic texture timer from inte... | UbitUmarov | 2017-06-24 | 1 | -1/+1 |
* | change thread level of osSetDynamicTextureDataBlendFace to VeryHigh | UbitUmarov | 2017-06-24 | 1 | -1/+1 |
* | osDrawFilledEllipse or string comand FillEllipse identical do Ellipse one | UbitUmarov | 2017-06-24 | 1 | -0/+1 |
* | merge LocalNeighbourServicesConnector and RemoteNeighbourServicesConnector in... | UbitUmarov | 2017-05-31 | 6 | -6/+6 |
* | fix osTeleportObject OSFunctionThreatLevel setting on osslEnable.ini | UbitUmarov | 2017-04-05 | 1 | -1/+1 |
* | give osTeleportObject proper OSFunctionThreatLevel setting on osslEnable.ini | UbitUmarov | 2017-04-05 | 1 | -0/+1 |
* | add the new GOD ossl option to osslEnable.ini | UbitUmarov | 2017-01-07 | 1 | -1/+2 |
* | rename OSSL enable option GOD as ACTIVE_GOD so its use is more clear | UbitUmarov | 2017-01-07 | 1 | -1/+1 |
* | change OSSL enable option GOD to use IsGod, so it means a active god, as my o... | UbitUmarov | 2017-01-07 | 1 | -1/+1 |
* | fix typos | UbitUmarov | 2016-12-30 | 1 | -3/+3 |
* | Add a MaxRetries option to the inventory connector. | Melanie Thielker | 2016-12-29 | 1 | -0/+1 |
* | Add negative caching to flotsam cache. Prevents scripts from hammering the as... | Melanie Thielker | 2016-12-29 | 1 | -0/+37 |
* | gc is also a unwanted cache, so use it. With this, memcache with short expire... | UbitUmarov | 2016-12-29 | 1 | -2/+2 |