aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-21update OpenSimDefaults.iniUbitUmarov1-0/+9
2018-12-16update url to 0.9.1.0 pageUbitUmarov1-2/+2
2018-12-16several changes to last patchUbitUmarov1-6/+3
2018-12-16Enables the buildin Caps ServerReleaseNotesfly-man-1-0/+7
~ Dedicated to Quill Littlefeather ~ Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2018-12-08mantis 8416: testUbitUmarov1-1/+1
2018-12-07disable GetAsset (ViewerAsset) cap. Current viewers implementation is not ↵UbitUmarov1-1/+0
compatible with opensim
2018-12-01replace GetMeshModule and GetTextureModuleUbitUmarov1-0/+1
2018-11-30recover GetMesh2 capUbitUmarov1-0/+1
2018-11-08update ini files comments on InterestManagementUbitUmarov1-4/+7
2018-11-06if viewer asks for range reply in same format even if its full dataUbitUmarov1-10/+2
2018-10-23remove ThrottlePer100PrimsRezzed option, do not delay attachments with ↵UbitUmarov1-6/+0
thread.sleep
2018-09-30Implementation-and-design-of-ClientOnParcelGodMarkMandarinka Tasty1-0/+6
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2018-07-21make BanLineSafeHeight option visible in OpenSimDefaults.iniUbitUmarov1-0/+4
2018-07-14update ini.example filesUbitUmarov1-0/+3
2018-06-09Yengine apply a fix to CheckRunLockInvariants by mriekerUbitUmarov1-3/+3
2018-05-28 change MaxRegionsViewDistance description a bitUbitUmarov1-5/+8
2018-03-19Removed trailing semi-colons from option settingsKevin Cozens1-47/+47
2018-03-19Removed trailing whitespaceKevin Cozens1-94/+94
2018-03-05make the setting economymodule visible on Economy section of ↵UbitUmarov1-20/+28
OpenSimDefaults.ini and OpenSim.ini.example. This setting must be changed to allow other modules and disable our simple one. (ours does also look for it at Startup section for legacy reasons)
2018-03-05make the setting economymodule visible on Economy section of ↵UbitUmarov1-20/+28
OpenSimDefaults.ini and OpenSim.ini.example. This setting must be changed to allow other modules and disable our simple one. (ours does look for it at Startup section for legacy reasons)
2018-01-31remove cap FetchLib2 suport codeUbitUmarov1-5/+0
2018-01-31disable the new Cap_FetchLib2 because viewers do not suport it for opensim. ↵UbitUmarov1-1/+5
To decide when to use it, they use a hardcode LL owner ID on same code paths, while on others just compare owner to the agent. This makes suport for this cap impossible"
2018-01-27add Cap_FetchLib2 note that this is still local to regions, not using grid ↵UbitUmarov1-0/+1
as it possible should, but this needs more work, and issue with HG older grids/regions
2017-10-26Fixed typo in a comment.Kevin Cozens1-1/+1
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