aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/osslEnable.ini (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* 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
* Add en explanation to osslEnable.ini for GRID_GODMelanie Thielker2016-12-231-1/+2
|
* replace the (hidden) GRID_GOD by a more usefull GOD so includes all types. ↵UbitUmarov2016-12-231-0/+1
| | | | This needs to be changed to current effective godlevel check (sp.GodLevel) when that is fixed. Automatic god powers need be (optionaly) removed
* correct the new npc entries in osslEnable.iniUbitUmarov2016-12-141-2/+2
|
* update osslEnable.iniUbitUmarov2016-12-141-0/+1
|
* also reduce check threat level of osNpcSetProfileAbout to Low; update ↵UbitUmarov2016-12-141-0/+2
| | | | osslEnable.ini
* sync osForceAttachToOtherAvatarFromInventory thread level in code and in ↵UbitUmarov2016-08-161-1/+1
| | | | osslEnable.ini mantis: 7997
* fix osGetHealRate thread levelUbitUmarov2016-08-061-1/+1
|
* add osGetHealRate(avatarkey) and osSetHealRate(avatarkey, healrate); ↵UbitUmarov2016-07-251-0/+2
| | | | healrate from 0 (disables auto heal) to 100 (maybe too fast) % per second. (untested)
* add osSetHealth() value from 1 to 100; (mantis 7973)UbitUmarov2016-07-241-0/+1
|
* create osGetAvatarHomeURIChristopher2015-08-041-0/+1
| | | | Signed-off-by: Melanie Thielker <melanie@t-data.com>
* Add an entry for osGetGender to config-include/osslEnable.ini. Thanks to ↵dahlia2015-05-301-3/+4
| | | | Austin Tate for the suggestion.
* fix file perms and change AllowLightshareFunctions to AllowLightShareFunctionsMichael Cerquoni2015-05-251-1/+1
|
* Enable OSSL functions by default using the osslEnable.ini configuration file.Robert Adams2015-04-141-1/+1
| | | | | This changes OpenSim.ini.example to, by default, include osslEnable.ini which turns on the OSSL functions and limits who can do which operations.
* Remove ossl settings in XEngine section of OpenSim.ini.example with note to ↵Robert Adams2015-04-141-41/+68
| | | | | | | | | | where they were moved. At the moment, ossl settings are in the XEngine section although they should apply to any LSLish script engine. Moves all ossl settings to osslEnable.ini Update osslEnable.ini with more decriptive comments and set some functions to be more restrictive -- especially the functions that allow scripts to do things to other avatars and prims.
* Add warnings in osslEnable.ini about use of osAvatarPlayAnimation which ↵Robert Adams2015-04-121-0/+4
| | | | | | forces animations on avatars without requesting user permission.
* Move osslEnable.ini file from bin/ to bin/config-include.Robert Adams2015-04-121-0/+197
Per comments, putting new configuration files in bin/ is not preferred. Add comments and instructions to heading of osslEnable.ini. Add a commented out include of osslEnable.ini to OpenSim.ini.example. Fix line endings of osslEnable.ini to be Unix style.