aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of brain.opensimulator.org:/var/git/opensimMelanie2019-08-091-1/+1
|\
| * add cap EstateChangeInfoUbitUmarov2019-08-071-1/+1
| |
* | Make showing NPCs on the world map an optionMelanie2019-08-071-0/+3
|/
* add cap EstateAccessUbitUmarov2019-08-071-0/+1
|
* add sim feature AvatarHoverHeightEnabled; mantis 8535: make option ↵UbitUmarov2019-05-281-6/+9
| | | | MeshModelAllowTextureToInventory visible
* change a commentUbitUmarov2019-04-061-0/+1
|
* set SupportViewerObjectsCache true by defaultUbitUmarov2019-04-061-22/+7
|
* make sure viewer knows where to place a sitting avatar, this will need deep ↵UbitUmarov2019-04-051-1/+1
| | | | revision with culling
* add option RegionViewDistanceUbitUmarov2019-04-051-8/+3
|
* make the text enable option visible for testingUbitUmarov2019-03-231-0/+2
|
* LSL update texture entry is heavy, set all parameters on same updateUbitUmarov2019-03-191-1/+1
|
* llupd direct encode object updates for agents; let terse updates be ↵UbitUmarov2019-03-051-21/+0
| | | | zeroencoded. This is not as spec but does work
* put back assetViewer cap code, to allow viewers testing. It is disabled at ↵UbitUmarov2019-03-011-0/+1
| | | | OpenSimDefaults, and should not be enabled until all major viewers do it right on opensim
* make the options visible on OpenSimDefaultsUbitUmarov2019-02-241-0/+19
|
* change default config: allow grid gods by default, if you don't trust grid ↵UbitUmarov2019-01-311-2/+3
| | | | admins what are you doing there?; disable most god powers unless god level is requested on viewer
* remove MRM module (minimodule). Its outdated and we have no maintainers. ↵UbitUmarov2019-01-311-25/+0
| | | | Thanks to all that worked on it. You should either use scripts or a full region module. Or revert this commit and update its code ;)
* 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"