aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Various config file merges and fix ups.onefang2021-07-061-90/+309
| | | | Plus some sorting.
* Various map generation tweaks.onefang2020-09-101-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.
* Major clean up of config and ini files.onefang2020-09-081-141/+177
|
* Move various paths out of the bin directory.onefang2020-09-081-5/+14
|
* YEngine, change default number of exec threads to 2 of priority Normal. Let ↵UbitUmarov2019-11-221-0/+27
| | | | the threads priority a option on ini files
* remove some llUDP optionsUbitUmarov2019-11-161-12/+0
|
* make attachments WearReplacesAll option visibleUbitUmarov2019-11-141-0/+5
|
* update server release notes default URLUbitUmarov2019-10-291-1/+1
|
* 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
|\ \ | |/