aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-27mantis 8218 make Meshmerizer UseMeshiesPhysicsMesh defualt to true, to match ↵UbitUmarov1-1/+1
stated on ini files.
2017-07-22ubOde: make option MinSizeToMeshmerize visible in OpenSimDefaults.iniUbitUmarov1-6/+8
2017-07-21fix a few EN typosUbitUmarov1-5/+5
2017-07-21ubOde suport convex shapes on all normal prims and sculpts. Since code is ↵UbitUmarov1-7/+24
experimental this is controled by options ConvexPrims and ConvexSculpts, on section Mesh, that can be set to false in case of problems
2017-07-15fixes and changes on TreePopulatorModule. Please read OpenSimDefaults.iniUbitUmarov1-6/+14
[Trees] section. Does need more work, and some hardcode settings may not be the optimal still"
2017-06-19 a defual can me comented outUbitUmarov1-1/+1
2017-06-16 framework main thread pool is always active and in use ( even id hard to ↵UbitUmarov1-0/+2
catch) so show in on show stats. Disable ServerStatsCollector by default, since most don't use it, Adicionally it uses shared framework performance counters system that may be affected if a region crashs
2017-06-14 remove options about script compilers the got back somehow on defaults alsoUbitUmarov1-8/+0
2017-06-13 remove excessive notion of paralelismUbitUmarov1-8/+0
2017-05-02coment out optional fields that should be edited and uncomented if neededUbitUmarov1-3/+4
2017-05-02fix some commentsUbitUmarov1-2/+1
2017-01-06Remove parcel_owner_is_god option. It is conceptually wrong and withUbitUmarov1-4/+0
limited use. Relevant parcel owners can just be made estate managers with better regions management logic
2017-01-06Restructure god level and permissionsMelanie Thielker1-0/+10
Create a class GodController which controls all aspects of god level, viewer modes and user levels at ScenePresence level.
2016-12-21remove a odd raycastv3 config optionUbitUmarov1-3/+0
2016-12-18leave stupid broken permissions aloneUbitUmarov1-15/+0
2016-12-17allow a creator that is also onwer to change export flag. Add missing ↵UbitUmarov1-0/+15
setting to ini files
2016-12-15set pbs shape acording to mesh number of (material) facesUbitUmarov1-1/+1
2016-12-15 respective .ini settingsUbitUmarov1-0/+4
2016-12-07change a few ssl config commentsUbitUmarov1-5/+3
2016-12-07add SSL certs validation options for regions to allow simple encriptation ↵UbitUmarov1-1/+14
without any peer autentification using simple homemade (or even shared) certs.
2016-11-23 take parcel_owner_is_god option from ini.example since it is not a ↵UbitUmarov1-1/+1
recomended option for general use
2016-11-12mantis 8055: fix default value of npc optionsUbitUmarov1-4/+4
2016-11-11reduce diferencs btw OpenSimDefaults.ini and OpenSim.ini.exampleUbitUmarov1-19/+50
2016-11-08 add some configuration options missing in OpenSimDeafults.ini but present ↵UbitUmarov1-1/+33
in OpenSim.ini.example
2016-11-03fix some coments, thanks Austin TateUbitUmarov1-2/+2
2016-11-03XEngine: make calls to gc.collect on region startup scripts loading a ↵UbitUmarov1-8/+17
configurable option, since it is very slow operation
2016-10-15Xengine option AppDomainLoading default option true is causing problems with ↵UbitUmarov1-5/+6
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.
2016-10-10 change some coments relative to ssl in config filesUbitUmarov1-3/+4
2016-10-09 add a comment about selfsigned certsUbitUmarov1-0/+1
2016-10-09changes to regions ssl suport: verify if hostnames are validate by the ↵UbitUmarov1-3/+5
selected cert, make clear that for now all regions need to have the same ExternalHostName if using sll (due to other code that needs to be changed later)
2016-10-06recover regions main http server ssl suport. Using a PKCS12 cert file, and ↵UbitUmarov1-6/+5
not certs store for now. Option http_listener_cn, cert CN need to the same as external IP. Self sign certs do seem to work, but the viewers option NoVerifySLLCert needs to be set true. CA check is not done but they do check the IP
2016-10-01 fix comment telling the correct default physics engineUbitUmarov1-1/+1
2016-08-21 remove region combine option (mega region) for config ini filesUbitUmarov1-5/+0
2016-08-19 add cap GroupMemberDataUbitUmarov1-0/+1
2016-08-18 allow cap HomeLocation to be disabled setting Cap_HomeLocation = ""UbitUmarov1-1/+1
2016-07-06 add test option ObjectsCullingByDistance. In future, if true, it mayUbitUmarov1-0/+4
prevent sending objects outside view range to viewers. DO NOT SET TRUE unless testing it. Code still not completei!!!
2016-07-03New config var: DisableObjectTransfer. If set to True, objects never cross; ↵Diva Canto1-0/+4
instead they stay in the region, possibly placed outside its borders.
2016-06-23Mantis #7934 and related: landing points and telehubs for gods. Added a new ↵Diva Canto1-0/+5
configuration variable LandingPointBehavior that can switch between what we're used to in OpenSim and the behavior in SL.
2016-04-15Remove "f" (float) type markers that may have crept in through copypasta.Melanie Thielker1-6/+6
2016-03-14Implement parameterization of HTTP_BODY_MAXLENGTH maximum as proposed in ↵Jeff Kelley1-0/+6
Mantis 7839.
2016-01-30 change parcel_owner_is_god configuration option from default from true to ↵UbitUmarov1-1/+1
false, leaving only region_owner true by default
2016-01-26 update OpenSimDefaults.iniUbitUmarov1-5/+11
2015-12-19update the xmlrpcGroups http keep alive option, and comentUbitUmarov1-4/+2
2015-12-16add the option to not display parcel ban linesUbitUmarov1-0/+3
2015-11-26Mantis #7765: Add new ClampNegativeZ option. Defaults to false to restore ↵Melanie Thielker1-0/+3
prior functionality. Avination code wasn't designed for deep building.
2015-11-17 add LegacySitOffsets option to configuration fileUbitUmarov1-0/+7
2015-11-12Fixed typosDiva Canto1-5/+5
2015-11-13 configuration options relative to last tow commitsUbitUmarov1-0/+18
2015-11-12Add some values to the SimulatorFeatures cap's OpenSimExtras section:Melanie Thielker1-1/+9
SimulatorFPS: The actual optimal FPS of the simulator, un-fudged SimulatorFPSFactor: The fudge factor that is applied to the stats sent to the viewer SimulatorFPSWarnPercent: The percentage below which a lag meter should go to amber SimulatorFPSCritPercent: The percentage below which a lag meter should go to red To display the real values, a viewer would divide the reported FPS by the SimulatorFPSFactor and use that to calculate the percentage of SimulatorFPS. E.g. reported is 55fps, SimulatorFPSFactor is 5.0 and SimulatorFPS is 11.
2015-11-09 fix: set Normalized55FPS default to TRUEUbitUmarov1-1/+1