| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Slightly simplify config comments.
|
|
|
|
| |
situation of BulletSim as the default physics engine.
|
|
|
|
| |
This allows for more secure group services, to be used by collections of mutually-trusting grids.
|
|
|
|
|
|
| |
description to "Minimum"
Thanks to aiaustin for the spot.
|
|
|
|
|
|
| |
config files
Thanks to aiaustin for the spot.
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Signed-off-by: Robert Adams <misterblue@misterblue.com>
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| | |
"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'.
|
|/
|
|
|
|
|
| |
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
|
|
|
|
| |
consistent
|
|
|
|
| |
meaningful than just /tmp/my.pid
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
creating groups
|
| |
|
| |
|
|
|
|
| |
UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module.
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
version has been wrapped into one BulletSim and the physics engine
selection is now done as specified in OpenSimDefaults.ini.
|
|
|
|
|
|
|
| |
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.
|