| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
As discussed in http://lists.berlios.de/pipermail/opensim-dev/2011-October/010599.html and the preceeding thread mails,
the aim of this setting is to avoid overloading the viewer UDP connection where the client is failing to ack packets.
Please mantis any anomalous viewer connection behaviour which wasn't there before.
|
|
|
|
|
|
|
| |
to physics
This had stopped working. However, at the moment it still allows the physics flag to be set even though this has no effect. This needs to be fixed.
Default for this flag is true as previously.
|
|
|
|
|
|
|
|
|
| |
This exactly fits five ODE steps in the default frame time (0.089).
This means that ODE execution time now matches the default minimum frame time.
This eliminates errors between distance travelled as calculated by ODE in clear air and simple extrapolation.
On the old values, ODE would actually do calculations over 0.1 seconds rather than 0.089.
This means that once the avatar is at top speed, no additional packets need to be sent for smooth movement, since no error develops between server and viewer.
This approach replaces the tweaks previously discussed on the opensim-dev mailing list
|
|
|
|
|
|
|
| |
Settings are at bottom of [Startup] in OpenSimDefaults.ini, override in OpenSim.ini to change
Defaults are the same as previously.
More information to come on opensim-dev shortly.
Feel free to tweak but if you do please don't expect any support unless feedback on certain tweaks is explicitly requested.
|
|
|
|
|
| |
by default) the config default. This way it will work for current cases while
allowing the use of other groups modules without config bloat.
|
|
|
|
| |
Default is currently on since this is the historical setting
|
|
|
|
| |
there are no restrictions if not set
|
|
|
|
|
|
| |
Also adds password check to some functions where this was missing and fixes some parameter checking.
This is a patch from http://opensimulator.org/mantis/view.php?id=5715 with a few small unrelated spacing tweaks from me.
Thanks Michelle Argus.
|
| |
|
|
|
|
|
|
| |
OpenSim.ini.example
I this is generally useful rather than a 'default' setting
|
|
|
|
|
|
| |
allow attachments to be temporarily turned off.
This is for debugging purposes. Defaults to Attachments Enabled
|
|
|
|
|
|
| |
to start up with no regions configured.
I added the boolean config setting "allow_regionless", defaulting to false. If set to true, opensim will start up ok if no region configurations are found in the specified region_info_source. It will not ask the user to create a region.
|
|
|
|
|
|
| |
this to OpenSim.ini.example since it's very useful if you're not updating OpenSim from source.
On reflection, "DeleteScriptsOnStartup" isn't a great name since it suggests real script deletion rather than compiled versions.
|
|
|
|
| |
the source.
|
|
|
|
| |
to hulls for physical objects.
|
|\
| |
| |
| |
| | |
Conflicts:
OpenSim/Region/Framework/Scenes/SceneManager.cs
|
| |
| |
| |
| | |
timeouts (default 10 minutes; see also new config file setting BlacklistTimeout) and removing backlisted neigboring regions that have been restarted from the blacklist.
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| | |
Default is disabled. You will need to explicitly enable to toy with this.
|
| | |
|
| |
| |
| |
| |
| |
| | |
When this setting is false and other defaults haven't been changed, scripts entering the simulator from another sim are automatically restarted but their state is not preserved.
When this setting is true, state that accompanies the script is reloaded (e.g. if a script had a variable i = 1 when leaving the source region, it will still have i = 1 on the destination region).
This setting does not affect crossings when regions are run in the same simulator. In this case, state is already preserved.
|
| | |
|
|/
|
|
| |
value tuning
|
| |
|
| |
|
| |
|
|
|
|
| |
Don't know of a good reason not to do this, seems to work fine.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
rather than just saying "destination not found"
Instead of performing the 4096 check when the region is linked (and subsequently removing the link), leave the link in place and perform the check in the entity transfer module
This allows us to explicitly tell the hypergridder why the teleport failed (region out of range).
It also allows people on regions that are within range (on a large source grid) to teleport.
The Check4096 config parameter in the [GridService] section is replaced by a max_distance paramter in a new [EntityTransfer] section in OpenSimDefaults.ini
Since the parameter is in OpenSimDefaults.ini no action needs to be taken unless you want to increase this limit. It could also be decreased.
The check is being made in the base entity transfer module, since I believe the viewer problem occurs both on extremely large grids and while hypergridding.
|
| |
|
|
|
|
| |
Added an event to signal the eabling of logins and added an alert to send to a configured service.
|
|
|
|
| |
This just covers script loading for now. More to come.
|
|\ |
|
| |\ |
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
http://opensimulator.org/mantis/view.php?id=5440
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Adding ssl support for "Out of Band" applications such as the remote
admin module or Robust services
|
| | | |
| | | |
| | | |
| | | | |
WebFetch cap by default).
|
| |_|/
|/| |
| | |
| | | |
OpenSimDefaults.ini.
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
limits because the only ones used now are the defaults (which are overwritten
by the client throttles anyway). Updated the default rates to correspond to
about 350kbps.
Also added a configuration to disable adaptive throttle. The default
is the previous behavior (no adaptation).
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
config parameters.
Default remains true.
OpenSimDefault.ini changed so if you haven't overriden this switch then you don't need to do anything.
|
| |
| |
| |
| |
| |
| |
| | |
are coalesced to inventory
This is the CoalesceMultipleObjectsToInventory setting in [Inventory] in OpenSimDefaults.ini
Default is true.
|
| | |
|
| | |
|
|/ |
|