aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace the tabs that have crept into isolated places in config and config ↵Justin Clark-Casey (justincc)2015-01-211-15/+15
| | | | example files with spaces
* Also deleted the option of setting Cap_WebFetchInventoryDescendents from ↵Diva Canto2015-01-141-4/+0
| | | | OpenSim.ini.example
* Added GetDisplayNames capability. For now, we don't actually use display ↵Diva Canto2015-01-091-0/+1
| | | | names, and this cap returns the regular name. But this moves the server side into the newer, preferred, protocol used by the viewer for fetching the names of agents in the scene given their UUIDs. (the old protocol is via UDP). This works fine in my limited tests, but could use further testing by others.
* Added a different/better way of specifying data services in DataSnapshot -- ↵Diva Canto2015-01-071-0/+3
| | | | using DATA_SRV_ keys, one per service. This allows 3rd party modules to add data services automatically.
* Fix typo in OpenSim.ini.exampleBlueWall2015-01-041-1/+1
|
* Slight change in the way region module addins handle their configuration. ↵Diva Canto2015-01-021-3/+5
| | | | Rather than opensim grabbing their config file automatically from the addins folder, it's the module's responsibility to read its own config file. This makes it consistent with Robust-bound addins.
* Add support for expansion of key values in nini config files.Diva Canto2014-12-301-0/+10
| | | | Add loading of 3rd-party addin inis automatically.
* Fix typo in iniBlueWall2014-12-011-1/+1
|
* Set configuration files to use key expansion for widely used common settings.BlueWall2014-11-301-4/+16
|
* Add [BulletSim] option AvatarToAvatarCollisionsByDefault to control whether ↵Justin Clark-Casey (justincc)2014-11-251-0/+5
| | | | | | | | | avatars collide. This is true by default. This is implemented with a new collision type (PhantomToOthersAvatar) to potentially allow colliding and non-colliding avatars to be present in the same scene. So there is no provision yet for giving avatars different collision types. This commit replaces the temporary change in commit f3eaa6d8 where avatars would never collide when using BulletSim This is equivalent to the av_av_collisions_off option in ODE.
* Add persistent command history in consoleJak Daniels2014-09-231-0/+13
| | | | Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* OpenSimExtrasBlueWall2014-08-061-12/+9
| | | | Move the experimental extra features functionality into the GridService. This sends default values for map, search and destination guide, plus ExportSupported control to the region on startup. Please watch http://opensimulator.org/wiki/SimulatorFeatures_Extras for changes and documentation.
* Add region-side extra feature setting for destination guideBlueWall2014-07-311-0/+2
|
* Simulator Extra Features ServiceBlueWall2014-07-301-0/+5
| | | | | Provide a means for regions to fetch extra features supported by modern viewers from a central location .
* fix comments in physics section of [Startup] to reflect the actual default ↵Michael Cerquoni2014-07-251-1/+1
| | | | engine.
* Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto2014-05-231-0/+10
|
* Add DebugMessagingEnabled = false to OpenSim.ini.example for consistency. ↵Justin Clark-Casey (justincc)2014-05-191-1/+4
| | | | Slightly simplify config comments.
* minor: Change configuration text in config files to reflect the existing ↵Justin Clark-Casey (justincc)2014-05-061-5/+6
| | | | situation of BulletSim as the default physics engine.
* Added a optional key between the group remote connectors, sim and service. ↵Diva Canto2014-05-031-0/+4
| | | | This allows for more secure group services, to be used by collections of mutually-trusting grids.
* minor: Change incorrect "Maximum" in the PhysicalPrimMin OpenSim.ini.example ↵Justin Clark-Casey (justincc)2014-03-261-1/+1
| | | | | | description to "Minimum" Thanks to aiaustin for the spot.
* minor: change misspelling of overriden to overridden in comments within ↵Justin Clark-Casey (justincc)2014-03-261-7/+7
| | | | | | config files Thanks to aiaustin for the spot.
* minor: Remove "js" (Javascript) from list of allowed languages in script ↵Justin Clark-Casey (justincc)2014-03-261-1/+1
| | | | | | | | config since it hasn't been present in OpenSimulator for a very long time (0.6 days) One reason support was removed is that the external DLL that implemented Javascript stopped development. Not sure how well this ever worked in OpenSimulator. Not removing vb for now as this is directly supported by Mono (via vbnc compiler) though I strongly suspect it is also inoperable.
* Allow Region specific static maptiles to be loaded from file.Jak Daniels2014-03-181-0/+1
|
* PhysicalPrimMax 64m for OpenSim_ini_example standard size primLani Global2014-03-101-3/+3
| | | | Signed-off-by: Robert Adams <misterblue@misterblue.com>
* Samle configurations for the baked texture server.Melanie2014-02-041-0/+5
|
* Merge branch 'master' into varregionRobert Adams2014-01-211-0/+6
|\
| * Materials module: a) Store materials as assets; b) Finalized it (removed the ↵Oren Hurvitz2014-01-201-0/+6
| | | | | | | | | | | | "Demo" label; removed most of the logging); c) Enabled by default Changed UuidGatherer to use 'sbyte' to identify assets instead of 'AssetType'. This lets UuidGatherer handle Materials, which are defined in a different enum from 'AssetType'.
* | varregion: Update Warp3D to properly handle varregions.Robert Adams2014-01-191-0/+12
|/ | | | | | | This includes additions to Warp3D: Optional rendering of mesh and scupltie prims (INI parameter. Off by default) Texturing of large prims (INI parameter. On by default) Better garbage collection
* minor: Change ProfileServiceURL reference in OpenSim.ini.example to be ↵Justin Clark-Casey (justincc)2013-11-281-1/+1
| | | | consistent
* minor: Make PID file examples in OpenSim and Robust config somewhat more ↵Justin Clark-Casey (justincc)2013-11-061-1/+1
| | | | meaningful than just /tmp/my.pid
* minor: Clean up tabbing and spacing issues in OpenSim.ini.exampleJustin Clark-Casey (justincc)2013-09-271-25/+26
|
* Amend to last commit -- remove the obsolete var from OpenSim.ini.exampleDiva Canto2013-08-071-4/+0
|
* Clarification on docs of .ini.examples for Groups (again)Diva Canto2013-07-271-2/+2
|
* Clarifications on documentation of Group configsDiva Canto2013-07-271-3/+9
|
* Document obscure Groups config related to the user level required for ↵Diva Canto2013-07-141-0/+4
| | | | creating groups
* Some consistency fixes for the ini to stop parser breakageBlueWall2013-07-041-6/+10
|
* Adding back the BasicProfileModuleBlueWall2013-05-311-2/+2
|
* UserProfilesBlueWall2013-05-301-0/+6
| | | | UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module.
* Added AvatarPickerSearch capability handler.Diva Canto2013-05-071-1/+3
|
* Add DisableInterRegionTeleportCancellation option in [EntityTransfer] ↵Justin Clark-Casey (justincc)2013-03-121-0/+7
| | | | | | | | | section of OpenSim.ini. False by default. This option allows the simulator to specify that the cancel button on inter-region teleports should never appear. This exists because sometimes cancellation will result in a stuck avatar requiring relog. It may be hard to prevent this due to the protocol design (the LL grid has the same issue) In small controlled grids where teleport failure is practically impossible it can be better to disable teleport cancellation entirely.
* Update comment about setting physics=BulletSimN as the C# BulletRobert Adams2013-03-101-2/+1
| | | | | version has been wrapped into one BulletSim and the physics engine selection is now done as specified in OpenSimDefaults.ini.
* Move AllowedClients and BannedClients section to new [AccessControl] section ↵Justin Clark-Casey (justincc)2013-03-021-2/+6
| | | | | | | in OpenSim.ini from [Startup] This change also corrects the setting names - they were actually wrong (though the text in {} was correct). If there are settings in [Startup] they will continue to be used and anything there will override settings in [AccessControl]
* Revert "Removed more vars from [Startup]. I think these were already moved ↵Justin Clark-Casey (justincc)2013-03-021-0/+20
| | | | | | elsewhere, because I can't find any reference to them in the code." This reverts commit efa722786509bd8e02e23f11da974b4282dbd185.
* Moved permissions config vars out of [Startup] into [Permissions]. Backwards ↵Diva Canto2013-03-011-44/+44
| | | | compatible ([Startup] still being looked up), but please update your configs sometime soon.
* Removed more vars from [Startup]. I think these were already moved ↵Diva Canto2013-03-011-20/+0
| | | | elsewhere, because I can't find any reference to them in the code.
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2013-02-271-4/+11
|\
| * Improve description of GenerateMapTiles config optionJustin Clark-Casey (justincc)2013-02-271-7/+8
| |
| * Add documentation on default or Warp3D image module choice to ↵Justin Clark-Casey (justincc)2013-02-271-0/+6
| | | | | | | | | | | | | | OpenSim.ini.example. As before, default is MapImageModule. Thanks to Ai Austin for pointing out this omission.
* | Moved the HG default variables out of [Startup] and into their own section ↵Diva Canto2013-02-271-17/+0
|/ | | | [Hypergrid] in *Common.ini.example. Backwards compatible for now.
* Move map related settings from [Startup] to a new [Map] section in OpenSim.iniJustin Clark-Casey (justincc)2013-02-251-26/+29
| | | | | | | Existing map settings in [Startup] will continue to work, and if present will override anything in [Map] However, the proper place for such settings would now be [Map] This is to reduce the use of [Startup] as a bag for non-generic settings which should really go in sections, in common with other settings. This commit also extends Diva's previous work to allow a default setting to be given when looking at multiple sections for settings.