aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-06Various config file merges and fix ups.onefang1-90/+309
Plus some sorting.
2020-09-10Various map generation tweaks.onefang1-13/+13
Fix up Warp3DCachedImageModule to work with my directory structure. Remove some excess code from it. Clean up maptile directory creation code. When the generate map command is given, generate the map. The month check seems a bit dodgy, but I'll let it ride for now.
2020-09-08Major clean up of config and ini files.onefang1-141/+177
2020-09-08Move various paths out of the bin directory.onefang1-5/+14
2019-11-22YEngine, change default number of exec threads to 2 of priority Normal. Let ↵UbitUmarov1-0/+27
the threads priority a option on ini files
2019-11-16remove some llUDP optionsUbitUmarov1-12/+0
2019-11-14make attachments WearReplacesAll option visibleUbitUmarov1-0/+5
2019-10-29update server release notes default URLUbitUmarov1-1/+1
2019-08-07add cap EstateChangeInfoUbitUmarov1-1/+1
2019-08-07Make showing NPCs on the world map an optionMelanie1-0/+3
2019-08-07add cap EstateAccessUbitUmarov1-0/+1
2019-07-30Restore the OpenSimDefaults I had to move out of the way to test thisMelanie1-0/+2248
2019-07-30Remove the outdated and no longer useful hardcoded config defaultsMelanie1-2248/+0
2019-05-28add sim feature AvatarHoverHeightEnabled; mantis 8535: make option ↵UbitUmarov1-6/+9
MeshModelAllowTextureToInventory visible
2019-04-06change a commentUbitUmarov1-0/+1
2019-04-06set SupportViewerObjectsCache true by defaultUbitUmarov1-22/+7
2019-04-05make sure viewer knows where to place a sitting avatar, this will need deep ↵UbitUmarov1-1/+1
revision with culling
2019-04-05add option RegionViewDistanceUbitUmarov1-8/+3
2019-03-23make the text enable option visible for testingUbitUmarov1-0/+2
2019-03-19LSL update texture entry is heavy, set all parameters on same updateUbitUmarov1-1/+1
2019-03-05llupd direct encode object updates for agents; let terse updates be ↵UbitUmarov1-21/+0
zeroencoded. This is not as spec but does work
2019-03-01put back assetViewer cap code, to allow viewers testing. It is disabled at ↵UbitUmarov1-0/+1
OpenSimDefaults, and should not be enabled until all major viewers do it right on opensim
2019-02-24make the options visible on OpenSimDefaultsUbitUmarov1-0/+19
2019-01-31change default config: allow grid gods by default, if you don't trust grid ↵UbitUmarov1-2/+3
admins what are you doing there?; disable most god powers unless god level is requested on viewer
2019-01-31remove MRM module (minimodule). Its outdated and we have no maintainers. ↵UbitUmarov1-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 ;)
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.