| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
configs
This is to fix an issue since recent commit fbcb763 where these are no longer removed automatically.
OpenSim.*.config was already not appending these newlines
|
| |
|
|
|
|
| |
Slightly simplify config comments.
|
|
|
|
|
|
|
|
|
| |
that of the groups module.
This is to allow us to get useful information on messaging without being overwhelmed by the rest of groups debug.
Enabled with [Groups] DebugMessagingEnabled = true in config (default false)
Or "debug groups messaging verbose true|false on the console" (similar to existing groups setting).
Done for both xmlrpc and V2 groups.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Robust[.HG].ini.example so that home can be set for new users rather than always warning that it can't be set.
Code already exists to do this but forgot to put entry into config files a long time ago.
Thanks to AliciaRaven for the spot.
Relates to http://opensimulator.org/mantis/view.php?id=7155
|
| |
| |
| |
| | |
Robust.HG.ini.example
|
| |
| |
| |
| | |
situation of BulletSim as the default physics engine.
|
|/
|
|
|
|
|
|
| |
central services of a Robust server EXCEPT assets. In other words, grids where the simulators' assets are kept in one DB and the users' inventory assets
are kept on another. When users rez items from inventory or take objects from world, an HG-like asset copy takes place between the 2 servers, the world asset server and the user's asset server. This makes the simulators independent of the central asset server.
Note that this an advanced configuration and requires some security strengthening coming up.
|
|
|
|
| |
This allows for more secure group services, to be used by collections of mutually-trusting grids.
|
|
|
|
|
|
| |
config option, LogOverloads, to log when a thread pool overload occurs.
This option defaults to "True" because the logging data is useful for
diagnosing threading issues.
|
| |
|
|
|
|
| |
Signed-off-by: Melanie <melanie@t-data.com>
|
|
|
|
|
| |
This adjustment makes a default, shoeless avatar stand properly on a prim
for the various heights (0% to 100% in the appearance adjustment).
|
|
|
|
|
|
|
|
| |
a capsule. Set the default to be the rectangle shape and adjust the
parameters in OpenSimDefaults.ini for the new shape.
The rectangle shape will perform better and avatar height can be
computed more accurately.
|
|\ |
|
| |
| |
| |
| |
| |
| | |
description to "Minimum"
Thanks to aiaustin for the spot.
|
| |
| |
| |
| |
| |
| | |
config files
Thanks to aiaustin for the spot.
|
| |
| |
| |
| | |
This reverts commit 8ecab21b379d34f97ac966b13e1605024364142b.
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/ |
|
|
|
|
| |
Resolves http://opensimulator.org/mantis/view.php?id=6950
|
| |
|
|
|
|
| |
Resolves http://opensimulator.org/mantis/view.php?id=6951
|
| |
|
|
|
|
| |
Signed-off-by: Melanie <melanie@t-data.com>
|
| |
|
|
|
|
| |
bin/maptiles
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Robert Adams <misterblue@misterblue.com>
|
|
|
|
|
|
| |
and mesh to be used with vehicles.
Signed-off-by: Robert Adams <misterblue@misterblue.com>
|
| |
|
| |
|
| |
|
|
|
|
| |
Robust.ini.example.
|
|
|
|
| |
StandaloneHypergrid.ini, Grid.ini, GridHypergrid.ini they were redundant and would not allow variables in OpenSim.ini to be set to anything.
|
|
|
|
| |
StandaloneHypergrid.ini to eliminate memory leaking for Warp3D map tiler, these variables should be erased needs more discussion!
|
|
|
|
| |
to eliminate memory leaking for Warp3D map tiler, these variables should be erased needs more discussion!
|
|
|
|
| |
hopefully resolve zlib incompatibilities when rendering maptiles with mesh
|
| |
|
|
|
|
|
|
|
|
| |
It originally looked like mesh terrain would perform better for vehicles
but, after much use, heightmap is the clear winner.
Force terrain implementation to heightmap if the physics region is
larger than legacy region size. This solves running out of memory for
very large regions.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
udp texture throttle and move it to the task throttle. Since most
viewers are using http textures, the udp texture throttle is holding
onto bw that could be used for more responsive prims updates. See
the documentation for CannibalizeTextureRate in OpenSimDefaults.ini.
Option is disabled by default.
|
| |
| |
| |
| | |
(bf4e9f654ff99c85e20b53e56faac38e307dd8c2) which fixes JSON OSD serialization to a standards compliant means of encoding floating point NaN and Infinity
|
| |
| |
| |
| |
| |
| | |
"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
|
|
|
|
|
| |
From http://opensimulator.org/mantis/view.php?id=6917
Thanks to FreakyTech for this spot.
|
|
|
|
| |
consistent
|