aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* actually disable osSetContentType on osslEnable.ini, so is only enabled by ↵UbitUmarov2018-12-131-1/+1
| | | | machine owner intentionally
* cleanup last patchUbitUmarov2018-12-111-1/+1
|
* Add osNpcSayTo(key npc, key target, integer channel, string message)Bill Blight2018-12-111-0/+1
| | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* change osSetContentType threat levelUbitUmarov2018-12-111-1/+1
|
* OSSL remove functions with illegal lsl types, also redundanteUbitUmarov2018-11-281-2/+0
|
* remove unmaintaned and obsolete GlynnTucker.CacheUbitUmarov2018-11-272-4/+0
|
* add osApproxEquals for float, vector and rotation, note that default margin ↵UbitUmarov2018-11-201-1/+2
| | | | is 1e-6 to match strings rounding
* removed repeated linesUbitUmarov2018-11-191-3/+0
|
* update osslEnableUbitUmarov2018-11-181-0/+10
|
* update osslEnableUbitUmarov2018-11-181-1/+2
|
* **CONFIRMED**AGAIN** , Add new function, osSetOwnerSpeed(float speed), ↵Bill Blight2018-09-291-0/+1
| | | | | | threat level moderate Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* minor changes to last patchUbitUmarov2018-08-301-1/+1
|
* mantis 8305: add osTriggerSoundLimited(..)UbitUmarov2018-04-101-0/+1
|
* update osslEnable.ini with the new functionsUbitUmarov2018-04-091-0/+11
|
* Added references to new math related OSSL functionsKevin Cozens2018-04-041-0/+4
|
* fix merge issueUbitUmarov2018-03-208-56/+56
|\
| * Removed trailing whitespaceKevin Cozens2018-03-198-56/+56
| |
* | let ossl have its own config sectionUbitUmarov2018-02-021-86/+86
|/
* remove some tabs added to config filesUbitUmarov2018-01-043-4/+4
|
* update configuration files and examples for mutesUbitUmarov2018-01-043-2/+7
|
* increase sample rate of WaitGetScenePresence()UbitUmarov2017-12-112-0/+8
|
* Added missing Allow line for osGetSimulatorMemoryKB.Kevin Cozens2017-10-261-0/+1
|
* Sorted the groups of Allow statements by alphabetical order.Kevin Cozens2017-10-261-10/+10
|
* Fixed typos in comments in osslEnable.iniKevin Cozens2017-09-041-2/+2
|
* Remove profile from basic configurationKevin Cozens2017-08-051-3/+0
|
* a few changes to ubOde avatar collisionsUbitUmarov2017-07-011-1/+0
|
* do calls to m_host.AddScriptLPS() on the right place on osslm this stat is ↵UbitUmarov2017-06-301-2/+2
| | | | of course still wrong LPS does not mean api function calls
* put osGetAgentIP() in threat control with level Severe so it can be disabled ↵UbitUmarov2017-06-301-55/+61
| | | | even for inworld administrators as needed on some grids. rearrage the osslEnable.ini file segregating the funtions only listed for information
* put back getAgentIP bug restricted, script owner must be a Administrator (god)UbitUmarov2017-06-281-1/+1
|
* add osGetNPCList()UbitUmarov2017-06-261-0/+1
|
* take a few more out of level checkUbitUmarov2017-06-261-31/+30
|
* update osslEnable.ini. functions that have no level check are still listed ↵UbitUmarov2017-06-261-2/+15
| | | | but commented, just to be more visible
* add respective ossl helper funtion osDrawScaleTransform(string drawList, ↵UbitUmarov2017-06-251-2/+3
| | | | LSL_Float x, LSL_Float y)
* add string osDrawTranslationTransform(string drawList, LSL_Float x, ↵UbitUmarov2017-06-241-16/+21
| | | | LSL_Float y), string osDrawRotationTransform(string drawList, LSL_Float x) and string osDrawResetTransform(string drawList) helper functions for the new vector renderer comands. Removed ThreadLevel check of similar funtions that had it None, and actually only set strings
* revert the thread level change; remove unused dynamic texture timer from ↵UbitUmarov2017-06-241-1/+1
| | | | internal code; let blend alpha work if < 255; let blend work with the selected face; etc
* change thread level of osSetDynamicTextureDataBlendFace to VeryHighUbitUmarov2017-06-241-1/+1
|
* osDrawFilledEllipse or string comand FillEllipse identical do Ellipse oneUbitUmarov2017-06-241-0/+1
|
* merge LocalNeighbourServicesConnector and RemoteNeighbourServicesConnector ↵UbitUmarov2017-05-316-6/+6
| | | | in single NeighbourServicesOutConnector
* fix osTeleportObject OSFunctionThreatLevel setting on osslEnable.iniUbitUmarov2017-04-051-1/+1
|
* give osTeleportObject proper OSFunctionThreatLevel setting on osslEnable.iniUbitUmarov2017-04-051-0/+1
|
* add the new GOD ossl option to osslEnable.iniUbitUmarov2017-01-071-1/+2
|
* rename OSSL enable option GOD as ACTIVE_GOD so its use is more clearUbitUmarov2017-01-071-1/+1
|
* change OSSL enable option GOD to use IsGod, so it means a active god, as my ↵UbitUmarov2017-01-071-1/+1
| | | | original idea
* fix typosUbitUmarov2016-12-301-3/+3
|
* Add a MaxRetries option to the inventory connector.Melanie Thielker2016-12-291-0/+1
| | | | | If clustered services are used, another try would go to another server and may succeed.
* Add negative caching to flotsam cache. Prevents scripts from hammering the ↵Melanie Thielker2016-12-291-0/+37
| | | | asset server
* gc is also a unwanted cache, so use it. With this, memcache with short ↵UbitUmarov2016-12-291-2/+2
| | | | expires is no longer needed
* fix typos (thanks you know who)UbitUmarov2016-12-251-3/+2
|
* FloatSamCache: dont use slideexpire on current libovm expirecache. Change ↵UbitUmarov2016-12-251-4/+9
| | | | example settings to use memory cache with short expire time. ( 20% to 40% mem cache hit rates observed
* Add en explanation to osslEnable.ini for GRID_GODMelanie Thielker2016-12-231-1/+2
|