Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-04-05 | fix osTeleportObject OSFunctionThreatLevel setting on osslEnable.ini | UbitUmarov | 1 | -1/+1 | |
2017-04-05 | give osTeleportObject proper OSFunctionThreatLevel setting on osslEnable.ini | UbitUmarov | 1 | -0/+1 | |
2017-01-07 | add the new GOD ossl option to osslEnable.ini | UbitUmarov | 1 | -1/+2 | |
2017-01-07 | rename OSSL enable option GOD as ACTIVE_GOD so its use is more clear | UbitUmarov | 1 | -1/+1 | |
2017-01-07 | change OSSL enable option GOD to use IsGod, so it means a active god, as my ↵ | UbitUmarov | 1 | -1/+1 | |
original idea | |||||
2016-12-23 | Add en explanation to osslEnable.ini for GRID_GOD | Melanie Thielker | 1 | -1/+2 | |
2016-12-23 | replace the (hidden) GRID_GOD by a more usefull GOD so includes all types. ↵ | UbitUmarov | 1 | -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 | |||||
2016-12-14 | correct the new npc entries in osslEnable.ini | UbitUmarov | 1 | -2/+2 | |
2016-12-14 | update osslEnable.ini | UbitUmarov | 1 | -0/+1 | |
2016-12-14 | also reduce check threat level of osNpcSetProfileAbout to Low; update ↵ | UbitUmarov | 1 | -0/+2 | |
osslEnable.ini | |||||
2016-08-16 | sync osForceAttachToOtherAvatarFromInventory thread level in code and in ↵ | UbitUmarov | 1 | -1/+1 | |
osslEnable.ini mantis: 7997 | |||||
2016-08-06 | fix osGetHealRate thread level | UbitUmarov | 1 | -1/+1 | |
2016-07-25 | add osGetHealRate(avatarkey) and osSetHealRate(avatarkey, healrate); ↵ | UbitUmarov | 1 | -0/+2 | |
healrate from 0 (disables auto heal) to 100 (maybe too fast) % per second. (untested) | |||||
2016-07-24 | add osSetHealth() value from 1 to 100; (mantis 7973) | UbitUmarov | 1 | -0/+1 | |
2015-08-04 | create osGetAvatarHomeURI | Christopher | 1 | -0/+1 | |
Signed-off-by: Melanie Thielker <melanie@t-data.com> | |||||
2015-05-30 | Add an entry for osGetGender to config-include/osslEnable.ini. Thanks to ↵ | dahlia | 1 | -3/+4 | |
Austin Tate for the suggestion. | |||||
2015-05-25 | fix file perms and change AllowLightshareFunctions to AllowLightShareFunctions | Michael Cerquoni | 1 | -1/+1 | |
2015-04-14 | Enable OSSL functions by default using the osslEnable.ini configuration file. | Robert Adams | 1 | -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. | |||||
2015-04-14 | Remove ossl settings in XEngine section of OpenSim.ini.example with note to ↵ | Robert Adams | 1 | -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. | |||||
2015-04-12 | Add warnings in osslEnable.ini about use of osAvatarPlayAnimation which ↵ | Robert Adams | 1 | -0/+4 | |
forces animations on avatars without requesting user permission. | |||||
2015-04-12 | Move osslEnable.ini file from bin/ to bin/config-include. | Robert Adams | 1 | -186/+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. | |||||
2015-04-12 | Add the missing commas to parcel parameter setting in osslEnable.ini | Robert Adams | 1 | -2/+2 | |
2015-04-11 | Add 'osslEnable.ini' file which enables a restricted set of ossl functions. | Robert Adams | 1 | -0/+186 | |
An 'include' in OpenSim.ini would enable the ossl functions but, for the moment, the functions are still disabled by default and this file is an example of what could be done. |