| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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]
|
|
|
|
|
|
| |
elsewhere, because I can't find any reference to them in the code."
This reverts commit efa722786509bd8e02e23f11da974b4282dbd185.
|
|
|
|
| |
compatible ([Startup] still being looked up), but please update your configs sometime soon.
|
|
|
|
| |
elsewhere, because I can't find any reference to them in the code.
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
OpenSim.ini.example.
As before, default is MapImageModule.
Thanks to Ai Austin for pointing out this omission.
|
|/
|
|
| |
[Hypergrid] in *Common.ini.example. Backwards compatible for now.
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
| |
default under [Startup]. They can then be overwritten in the other sections (but probably shouldn't). I kept the existing code for backwards compatibility, so this should not cause any breaks from people's current configurations. But people should move to have these 2 vars under [Startup] -- see OpenSim.ini.example and Robust.HG.ini.example. And yes, both names now end with "URI" for consistency.
|
|
|
|
| |
rest to Addons.Groups.dll.
|
|
|
|
| |
core, so that it will be easier to plugin a SQLite backend, if anyone is interested in doing that.
|
| |
|
|
|
|
| |
tile has been set. Do more informative warn instead.
|
|
|
|
|
|
|
|
|
|
|
| |
and OpenSim.ini.example. Default remains abort.
This setting controls whether scripts are stopped by aborting their threads externally (abort) or by co-operative checks from the compiled script (co-op)
co-op should be more stable but this option is experimental.
If moving from co-op to abort, existing script DLLs will need to be recompiled.
This currently can only be done manually, either by setting DeleteScriptsOnStartup = true for one run
or by deleting the script DLL* files in bin/ScriptEngines/<region-id>/
One can move from co-op back to abort without recompilation, but reverting back to co-op again will need script recompile
|
|
|
|
| |
in OpenSimDefaults.ini and the code.
|
| |
|
|
|
|
| |
Expose configuration options for the XmlRpcGridRouter to allow simulators to register llRemoteData channels with an external routing service
|
|\ |
|
| |
| |
| |
| |
| |
| | |
This controls how many undo steps the simulator will store for each prim.
Default is now 20 rather than 5 as it briefly was.
The default number could be increased through this is a memory tradeoff which will scale with the number of prims in the sim and level of activity.
|
|/
|
|
| |
WARNING: migration on GridUser withdrawn too, but left the migration number there.
|
| |
|
|\ |
|
| |
| |
| |
| | |
Make lines fint in 80x24 terminal for easier reading
|
|/ |
|
|
|
|
| |
Make correct defaults to Phys/nonPhys prims to fix errors in prev. commit
|
|
|
|
|
|
| |
Fix inconsistencies between configuration parameter names and their description names. Changing the configuration parameters for non physical prim size min-max from Nonphys* to NonPhys*.
Please update your OpenSim.ini and Regions.ini to reflect these changes.
|
|
|
|
| |
783ee949
|
|
|
|
|
|
|
|
| |
can have in a linkset
Applied with changes - patch was based on a repo different from core
Signed-off-by: Melanie <melanie@t-data.com>
|
|
|
|
| |
StackOverflowExceptions during script conversion/compilation (e.g. on Windows 64-bit)
|
| |
|
|
|
|
|
|
|
| |
names in OpenSim.ini.example to AllowedClients and BannedClients to match long-existing settings in [LoginService]
Also changes separator from comma to bar to match existing [LoginService] config features.
Divergence of config names for identical facilities in different places makes for an unnecessarily confusing user experience.
|
| |
|
| |
|
| |
|
|
|
|
| |
in using PARCEL_OWNER, PARCEL_GROUP_MEMBER, ESTATE_MANAGER, ESTATE_OWNER permission categories
|
|
|
|
| |
Signed-off-by: Melanie <melanie@t-data.com>
|
|
|
|
| |
Setting to allow use of landmarks to override telehub routing. Default is off.
|
|
|
|
| |
Configuration value should be "sequence" instead of "sequential"
|
| |
|
|
|
|
|
|
| |
of step with documentation at 1024, so boosted to 4096). Added configuration item for maximum email size. Redundant sleep inside email module was fixed (LSL Api was already sleeping). Added sleep time configuration item for snooze between email sending for LSL Api. Added two new configuration items (email_max_size and email_pause_time) into the example OpenSim.ini, plus fixed a spelling error (llimits) and odd tabbing.
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
|
| |
|
|
|
|
|
|
| |
DEFAULT. Turns out that this can't be expressed by cascading Permission modules, so I did it as per this patch."
This reverts commit 6146e7ef258b10888ad7464b72b75cca701e02c9.
|
|
|
|
| |
Turns out that this can't be expressed by cascading Permission modules, so I did it as per this patch.
|
|
|
|
| |
terrain. Default is still pinhead island. I much rather have a flat land in the beginning.
|
|
|
|
| |
as opposed to how it was first designed.
|
|
|
|
|
|
|
|
| |
This is configured in the new [Estates] section of OpenSim.ini.
If a default estate is configured then all new regions are automatically joined to it instead of asking the user.
If the default estate does not already exist then it is created.
Current default behaviour remains the same - the user is asked for estate details when necessary.
Thanks to Frenando Oliveira for the patch which I adapated further.
|