aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update OpenSimDefaults.iniUbitUmarov2018-12-211-0/+9
|
* update url to 0.9.1.0 pageUbitUmarov2018-12-161-2/+2
|
* several changes to last patchUbitUmarov2018-12-161-6/+3
|
* Enables the buildin Caps ServerReleaseNotesfly-man-2018-12-161-0/+7
| | | | | | ~ Dedicated to Quill Littlefeather ~ Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* mantis 8416: testUbitUmarov2018-12-081-1/+1
|
* disable GetAsset (ViewerAsset) cap. Current viewers implementation is not ↵UbitUmarov2018-12-071-1/+0
| | | | compatible with opensim
* replace GetMeshModule and GetTextureModuleUbitUmarov2018-12-011-0/+1
|
* recover GetMesh2 capUbitUmarov2018-11-301-0/+1
|
* update ini files comments on InterestManagementUbitUmarov2018-11-081-4/+7
|
* if viewer asks for range reply in same format even if its full dataUbitUmarov2018-11-061-10/+2
|
* remove ThrottlePer100PrimsRezzed option, do not delay attachments with ↵UbitUmarov2018-10-231-6/+0
| | | | thread.sleep
* Implementation-and-design-of-ClientOnParcelGodMarkMandarinka Tasty2018-09-301-0/+6
| | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* make BanLineSafeHeight option visible in OpenSimDefaults.iniUbitUmarov2018-07-211-0/+4
|
* update ini.example filesUbitUmarov2018-07-141-0/+3
|
* Yengine apply a fix to CheckRunLockInvariants by mriekerUbitUmarov2018-06-091-3/+3
|
* change MaxRegionsViewDistance description a bitUbitUmarov2018-05-281-5/+8
|
* fix merge issueUbitUmarov2018-03-201-112/+112
|\
| * Removed trailing semi-colons from option settingsKevin Cozens2018-03-191-47/+47
| |
| * Removed trailing whitespaceKevin Cozens2018-03-191-94/+94
| |
| * make the setting economymodule visible on Economy section of ↵UbitUmarov2018-03-051-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)
* | Merge branch 'master' into httptestsUbitUmarov2018-03-051-20/+28
|\ \
| * | make the setting economymodule visible on Economy section of ↵UbitUmarov2018-03-051-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)
* | remove cap FetchLib2 suport codeUbitUmarov2018-01-311-5/+0
| |
* | disable the new Cap_FetchLib2 because viewers do not suport it for opensim. ↵UbitUmarov2018-01-311-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"
* | add Cap_FetchLib2 note that this is still local to regions, not using grid ↵UbitUmarov2018-01-271-0/+1
| | | | | | | | as it possible should, but this needs more work, and issue with HG older grids/regions
* | Merge branch 'master' into httptestsUbitUmarov2017-10-261-1/+1
|\ \ | |/
| * Fixed typo in a comment.Kevin Cozens2017-10-261-1/+1
| |
* | Merge branch 'master' into httptestsUbitUmarov2017-08-161-15/+34
|\ \ | |/
| * mantis 8218 make Meshmerizer UseMeshiesPhysicsMesh defualt to true, to match ↵UbitUmarov2017-07-271-1/+1
| | | | | | | | stated on ini files.
| * ubOde: make option MinSizeToMeshmerize visible in OpenSimDefaults.iniUbitUmarov2017-07-221-6/+8
| |
| * fix a few EN typosUbitUmarov2017-07-211-5/+5
| |
| * ubOde suport convex shapes on all normal prims and sculpts. Since code is ↵UbitUmarov2017-07-211-7/+24
| | | | | | | | experimental this is controled by options ConvexPrims and ConvexSculpts, on section Mesh, that can be set to false in case of problems
* | mergeUbitUmarov2017-07-201-6/+14
|\ \ | |/
| * fixes and changes on TreePopulatorModule. Please read OpenSimDefaults.iniUbitUmarov2017-07-151-6/+14
| | | | | | | | | | [Trees] section. Does need more work, and some hardcode settings may not be the optimal still"
* | Merge branch 'master' into httptestsUbitUmarov2017-06-191-0/+2
|\ \ | |/
| * a defual can me comented outUbitUmarov2017-06-191-1/+1
| |
| * framework main thread pool is always active and in use ( even id hard to ↵UbitUmarov2017-06-161-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
* | Merge branch 'master' into httptestsUbitUmarov2017-06-161-8/+0
|\ \ | |/
| * remove options about script compilers the got back somehow on defaults alsoUbitUmarov2017-06-141-8/+0
| |
* | Merge branch 'master' into httptestsUbitUmarov2017-06-141-8/+0
|\ \ | |/
| * remove excessive notion of paralelismUbitUmarov2017-06-131-8/+0
| |
* | fix mergeUbitUmarov2017-05-031-5/+5
|\ \ | |/
| * coment out optional fields that should be edited and uncomented if neededUbitUmarov2017-05-021-3/+4
| |
| * fix some commentsUbitUmarov2017-05-021-2/+1
| |
* | Merge branch 'master' into httptestsUbitUmarov2017-01-071-4/+0
|\ \ | |/
| * Remove parcel_owner_is_god option. It is conceptually wrong and withUbitUmarov2017-01-061-4/+0
| | | | | | | | limited use. Relevant parcel owners can just be made estate managers with better regions management logic
* | Merge branch 'master' into httptestsUbitUmarov2017-01-061-0/+10
|\ \ | |/
| * Restructure god level and permissionsMelanie Thielker2017-01-061-0/+10
| | | | | | | | | | Create a class GodController which controls all aspects of god level, viewer modes and user levels at ScenePresence level.
* | Merge branch 'master' into httptestsUbitUmarov2016-12-231-3/+0
|\ \ | |/
| * remove a odd raycastv3 config optionUbitUmarov2016-12-211-3/+0
| |