aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/osslEnable.ini (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.