Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove parcel_owner_is_god option. It is conceptually wrong and with | UbitUmarov | 2017-01-06 | 1 | -4/+0 |
| | | | | limited use. Relevant parcel owners can just be made estate managers with better regions management logic | ||||
* | Restructure god level and permissions | Melanie Thielker | 2017-01-06 | 1 | -0/+10 |
| | | | | | Create a class GodController which controls all aspects of god level, viewer modes and user levels at ScenePresence level. | ||||
* | Create a generic way for passing constructor args to plugins | Melanie Thielker | 2017-01-02 | 1 | -2/+3 |
| | | | | | | | The old syntax didn't allow for any parameters except for services listed in the ServiceList. Now, services loaded by other services can also be made to use different ini sections or have additional paramters. Syntax is: [<ExtraParam>@]...<DllName>[:<ClassName>] | ||||
* | Replaced OpenMetaverse libs/xmls with new ones. Also added a file in ↵ | Diva Canto | 2016-12-31 | 7 | -7477/+8039 |
| | | | | openmetaverse_data that was added recently to libomv and was missing. | ||||
* | 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 | ||||
* | Allow the use of modular configs with Robust as we already can with OpenSim | Melanie Thielker | 2016-12-22 | 2 | -2/+2 |
| | |||||
* | Update the ini examples to add options missing from one to the other. | Melanie Thielker | 2016-12-22 | 2 | -34/+68 |
| | | | | | Group hypergrid related options within each section to ease transition from non-HG to HG | ||||
* | remove a odd raycastv3 config option | UbitUmarov | 2016-12-21 | 1 | -3/+0 |
| | |||||
* | leave stupid broken permissions alone | UbitUmarov | 2016-12-18 | 2 | -19/+0 |
| | |||||
* | allow a creator that is also onwer to change export flag. Add missing ↵ | UbitUmarov | 2016-12-17 | 2 | -0/+19 |
| | | | | setting to ini files | ||||
* | set pbs shape acording to mesh number of (material) faces | UbitUmarov | 2016-12-15 | 2 | -2/+2 |
| | |||||
* | respective .ini settings | UbitUmarov | 2016-12-15 | 2 | -0/+9 |
| | |||||
* | 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 | ||||
* | Allow OpenSim to respond to Unix signals. This may need work to be | Melanie Thielker | 2016-12-12 | 1 | -0/+0 |
| | | | | | | properly ignoed on Windows. Windows devs, please test and check for platform flags if this causes issues in Windows | ||||
* | 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 | ||||
* | it is nice to save a file to atually change it... | UbitUmarov | 2016-11-23 | 1 | -4/+0 |
| | |||||
* | take parcel_owner_is_god option from ini.example since it is not a ↵ | UbitUmarov | 2016-11-23 | 1 | -1/+1 |
| | | | | recomended option for general use | ||||
* | Include new Region.ini option for DefaultLandingPoint for teleports with no ↵ | AliciaRaven | 2016-11-22 | 1 | -0/+3 |
| | | | | | | coords specified. This is useful when using a Telehub would be to restrictive as it would block landmarks and map teleports. This location is only ever used when no coordinates are provided. If config value not set, the previous default of 128,128 is used. | ||||
* | Include config option to disable stats thread showing read/write stats in ↵ | AliciaRaven | 2016-11-20 | 2 | -0/+6 |
| | | | | | | | console. Keeping default as true to retain current behaviour. Also checked to prevent counters being added to so there wont be any integer overflows over time | ||||
* | mantis 8055: fix default value of npc options | UbitUmarov | 2016-11-12 | 2 | -12/+12 |
| | |||||
* | reduce diferencs btw OpenSimDefaults.ini and OpenSim.ini.example | UbitUmarov | 2016-11-11 | 2 | -25/+54 |
| | |||||
* | add some configuration options missing in OpenSimDeafults.ini but present ↵ | UbitUmarov | 2016-11-08 | 1 | -1/+33 |
| | | | | in OpenSim.ini.example | ||||
* | fix some coments, thanks Austin Tate | UbitUmarov | 2016-11-03 | 2 | -3/+3 |
| | |||||
* | XEngine: make calls to gc.collect on region startup scripts loading a ↵ | UbitUmarov | 2016-11-03 | 2 | -8/+24 |
| | | | | configurable option, since it is very slow operation | ||||
* | fix a coment on OpenSim.ini.example ( mantis 8037) | UbitUmarov | 2016-10-16 | 1 | -1/+1 |
| | |||||
* | Xengine option AppDomainLoading default option true is causing problems with ↵ | UbitUmarov | 2016-10-15 | 2 | -7/+10 |
| | | | | several mono versions. Until a fix is found change the default to false, so this is not a major problem for the less technical skilled users. | ||||
* | fix comment telling the correct default physics engine | UbitUmarov | 2016-10-01 | 1 | -1/+1 |
| | |||||
* | minor change on warp3d lib | UbitUmarov | 2016-08-24 | 1 | -0/+0 |
| | |||||
* | replace warp3D.dll by a newer modified version. (only minor testing done :( | UbitUmarov | 2016-08-23 | 1 | -0/+0 |
| | |||||
* | remove region combine option (mega region) for config ini files | UbitUmarov | 2016-08-21 | 2 | -14/+0 |
| | |||||
* | add cap GroupMemberData | UbitUmarov | 2016-08-19 | 1 | -0/+1 |
| | |||||
* | allow cap HomeLocation to be disabled setting Cap_HomeLocation = "" | UbitUmarov | 2016-08-18 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | update libode for mac osX. Thanks Gavin Hird (mantis 7781) | UbitUmarov | 2016-08-04 | 1 | -0/+0 |
| | |||||
* | update libode for mac osX. Thanks Gavin Hird (mantis 7781) | UbitUmarov | 2016-08-04 | 1 | -0/+0 |
| | |||||
* | 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 |
| | |||||
* | add test option ObjectsCullingByDistance. In future, if true, it may | UbitUmarov | 2016-07-06 | 2 | -0/+7 |
| | | | | | prevent sending objects outside view range to viewers. DO NOT SET TRUE unless testing it. Code still not completei!!! |