Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | do calls to m_host.AddScriptLPS() on the right place on osslm this stat is ↵ | UbitUmarov | 2017-06-30 | 1 | -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 ↵ | UbitUmarov | 2017-06-30 | 1 | -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) | 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 ↵ | UbitUmarov | 2017-06-26 | 1 | -2/+15 | |
| | | | | but commented, just to be more visible | |||||
* | add respective ossl helper funtion osDrawScaleTransform(string drawList, ↵ | UbitUmarov | 2017-06-25 | 1 | -2/+3 | |
| | | | | LSL_Float x, LSL_Float y) | |||||
* | add string osDrawTranslationTransform(string drawList, LSL_Float x, ↵ | UbitUmarov | 2017-06-24 | 1 | -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 ↵ | UbitUmarov | 2017-06-24 | 1 | -1/+1 | |
| | | | | internal code; let blend alpha work if < 255; let blend work with the selected face; etc | |||||
* | 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 ↵ | UbitUmarov | 2017-05-31 | 6 | -6/+6 | |
| | | | | in single NeighbourServicesOutConnector | |||||
* | 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 ↵ | UbitUmarov | 2017-01-07 | 1 | -1/+1 | |
| | | | | original idea | |||||
* | 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 | |
| | | | | | 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 Thielker | 2016-12-29 | 1 | -0/+37 | |
| | | | | asset server | |||||
* | gc is also a unwanted cache, so use it. With this, memcache with short ↵ | UbitUmarov | 2016-12-29 | 1 | -2/+2 | |
| | | | | expires is no longer needed | |||||
* | fix typos (thanks you know who) | UbitUmarov | 2016-12-25 | 1 | -3/+2 | |
| | ||||||
* | FloatSamCache: dont use slideexpire on current libovm expirecache. Change ↵ | UbitUmarov | 2016-12-25 | 1 | -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_GOD | Melanie Thielker | 2016-12-23 | 1 | -1/+2 | |
| | ||||||
* | replace the (hidden) GRID_GOD by a more usefull GOD so includes all types. ↵ | UbitUmarov | 2016-12-23 | 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 | |||||
* | correct the new npc entries in osslEnable.ini | UbitUmarov | 2016-12-14 | 1 | -2/+2 | |
| | ||||||
* | update osslEnable.ini | UbitUmarov | 2016-12-14 | 1 | -0/+1 | |
| | ||||||
* | also reduce check threat level of osNpcSetProfileAbout to Low; update ↵ | UbitUmarov | 2016-12-14 | 1 | -0/+2 | |
| | | | | osslEnable.ini | |||||
* | fix the FileCleanupTimer coment | UbitUmarov | 2016-11-30 | 1 | -1/+1 | |
| | ||||||
* | disable floatSam FileCleanupTimer option on ini.example since it is ↵ | UbitUmarov | 2016-11-30 | 1 | -1/+1 | |
| | | | | currently a broken resources expensive option. Users should do it by hand when its impact on region is acceptable | |||||
* | sync osForceAttachToOtherAvatarFromInventory thread level in code and in ↵ | UbitUmarov | 2016-08-16 | 1 | -1/+1 | |
| | | | | osslEnable.ini mantis: 7997 | |||||
* | fix osGetHealRate thread level | UbitUmarov | 2016-08-06 | 1 | -1/+1 | |
| | ||||||
* | remove obsolete config setting | UbitUmarov | 2016-07-30 | 2 | -30/+0 | |
| | ||||||
* | add osGetHealRate(avatarkey) and osSetHealRate(avatarkey, healrate); ↵ | UbitUmarov | 2016-07-25 | 1 | -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) | UbitUmarov | 2016-07-24 | 1 | -0/+1 | |
| | ||||||
* | Corrections to ini example files for standalones v2 | Ai Austin | 2015-11-12 | 1 | -8/+6 | |
| | | | | | | | | | | | Remove "currently unused" indicators for some parameters and add missing "DestinationGuide" parameter in [GridServiceInfo] in StandaloneCommon.ini.example as they do work for a standalone. Regularize example URLs for externally provided web page and economy helper information for uniformity. Correct mistake in reference to grid wide DestinationGuide in override capability in OpenSim.ini.example. Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
* | Clean up of simulation version, the number that rules the compatibility of ↵ | Diva Canto | 2015-10-18 | 2 | -30/+0 | |
| | | | | | | | | teleports: - It's not configurable anymore, it's fixed in code. Each number means an increase in features of the teleport procedure - Its definition moved to the global VersionInfo class As of now it's still 0.3. | |||||
* | Deleted access control spec from [LoginService] section of standalone ↵ | Diva Canto | 2015-09-06 | 1 | -17/+0 | |
| | | | | config. It's in OpenSim.ini now under [AccessControl]. Backwards compatibility preserved. | |||||
* | Restore FlotsamAssetCache as default and pre-enabled asset cache module | Ai Austin | 2015-08-26 | 1 | -5/+5 | |
| | | | | | | | Keep FlotsamAssetCache as default and pre-enabled asset cache module in StandaloneCommon.ini./example to have common behaviour between grids and standalones. Asset cache is needed to better support temporary assets and texture drawing functions. | |||||
* | Still about Ai's patch: it turns out OpenSim doesn't work well without an ↵ | Diva Canto | 2015-08-25 | 1 | -2/+2 | |
| | | | | asset cache because of temporary assets. So setting the default asset cache to Cenome, which is the in-memory cache. | |||||
* | Changes to .ini.example files to improve instructions and workflow for ↵ | Ai Austin | 2015-08-25 | 1 | -12/+6 | |
| | | | | | | | | | | | | standalone setups Clarify what must be changed in initial .ini files to create a working standalone setup now that [Const] variables are used. Fix separator used in one of choice lists for [Const] BaseURL descriptor. Minor changes to line spacing of some sections in StandaloneCommon.ini.example file for layout regularity. Correction of a typo in comment. Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
* | Refine comments .ini file setup for new Standalone | Ai Austin | 2015-08-21 | 1 | -2/+2 | |
| | | | | | | | Helpful comment for setting [const] section of OpenSim.ini to allow for standalone. Correction to StandaloneCommon.ini.example as [GridInfoServices] welcome parameter does work and is also useful for standalones. | |||||
* | create osGetAvatarHomeURI | Christopher | 2015-08-04 | 1 | -0/+1 | |
| | | | | Signed-off-by: Melanie Thielker <melanie@t-data.com> | |||||
* | Robust config loader does not support config includes. Replace these ↵ | AliciaRaven | 2015-07-22 | 2 | -21/+0 | |
| | | | | | | | | additions for FSAssets with direct options in robust.ini example files instead. As suggested by Orenh in mantis 7644, in the future it would be beneficial and less confusing to use only 1 of the 3 current config loaders. Signed-off-by: Oren Hurvitz <orenh@kitely.com> | |||||
* | Add config options for FSAssetService. The default is the original asset ↵ | AliciaRaven | 2015-07-13 | 2 | -0/+21 | |
| | | | | | | service. Signed-off-by: Melanie Thielker <melanie@t-data.com> | |||||
* | A few bug fixes for Agent Preferences to actually work. Also added missing ↵ | Diva Canto | 2015-06-13 | 2 | -0/+6 | |
| | | | | config for standalone. | |||||
* | Refactor AgentPreferences so that database operations happen centrally. the ↵ | Cinder | 2015-06-13 | 5 | -0/+10 | |
| | | | | | | opensim way. Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
* | Add an entry for osGetGender to config-include/osslEnable.ini. Thanks to ↵ | dahlia | 2015-05-30 | 1 | -3/+4 | |
| | | | | Austin Tate for the suggestion. | |||||
* | fix file perms and change AllowLightshareFunctions to AllowLightShareFunctions | Michael Cerquoni | 2015-05-25 | 1 | -1/+1 | |
| | ||||||
* | Enable OSSL functions by default using the osslEnable.ini configuration file. | Robert Adams | 2015-04-14 | 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. |