| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
original idea
|
| |
|
|
|
|
|
| |
If clustered services are used, another try would go to another server
and may succeed.
|
|
|
|
| |
asset server
|
|
|
|
| |
expires is no longer needed
|
| |
|
|
|
|
| |
example settings to use memory cache with short expire time. ( 20% to 40% mem cache hit rates observed
|
| |
|
|
|
|
| |
This needs to be changed to current effective godlevel check (sp.GodLevel) when that is fixed. Automatic god powers need be (optionaly) removed
|
| |
|
| |
|
|
|
|
| |
osslEnable.ini
|
| |
|
|
|
|
| |
currently a broken resources expensive option. Users should do it by hand when its impact on region is acceptable
|
|
|
|
| |
osslEnable.ini mantis: 7997
|
| |
|
| |
|
|
|
|
| |
healrate from 0 (disables auto heal) to 100 (maybe too fast) % per second. (untested)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Remove "currently unused" indicators for some parameters and add missing
"DestinationGuide" parameter in [GridServiceInfo] in
StandaloneCommon.ini.example as they do work for a standalone.
Regularize example URLs for externally provided web page and economy
helper information for uniformity. Correct mistake in reference to grid
wide DestinationGuide in override capability in OpenSim.ini.example.
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
|
|
|
|
|
|
|
|
| |
teleports:
- It's not configurable anymore, it's fixed in code. Each number means an increase in features of the teleport procedure
- Its definition moved to the global VersionInfo class
As of now it's still 0.3.
|
|
|
|
| |
config. It's in OpenSim.ini now under [AccessControl]. Backwards compatibility preserved.
|
|
|
|
|
|
|
| |
Keep FlotsamAssetCache as default and pre-enabled asset cache module in
StandaloneCommon.ini./example to have common behaviour between grids and
standalones. Asset cache is needed to better support temporary assets
and texture drawing functions.
|
|
|
|
| |
asset cache because of temporary assets. So setting the default asset cache to Cenome, which is the in-memory cache.
|
|
|
|
|
|
|
|
|
|
|
|
| |
standalone setups
Clarify what must be changed in initial .ini files to create a working
standalone setup now that [Const] variables are used. Fix separator used
in one of choice lists for [Const] BaseURL descriptor. Minor changes to
line spacing of some sections in StandaloneCommon.ini.example file for
layout regularity. Correction of a typo in comment.
Signed-off-by: Diva Canto <diva@metaverseink.com>
|
|
|
|
|
|
|
| |
Helpful comment for setting [const] section of OpenSim.ini to allow for
standalone. Correction to StandaloneCommon.ini.example as
[GridInfoServices] welcome parameter does work and is also useful for
standalones.
|
|
|
|
| |
Signed-off-by: Melanie Thielker <melanie@t-data.com>
|
|
|
|
|
|
|
|
| |
additions for FSAssets with direct options in robust.ini example files instead.
As suggested by Orenh in mantis 7644, in the future it would be beneficial and less confusing to use only 1 of the 3 current config loaders.
Signed-off-by: Oren Hurvitz <orenh@kitely.com>
|
|
|
|
|
|
| |
service.
Signed-off-by: Melanie Thielker <melanie@t-data.com>
|
|
|
|
| |
config for standalone.
|
|
|
|
|
|
| |
opensim way.
Signed-off-by: Diva Canto <diva@metaverseink.com>
|
|
|
|
| |
Austin Tate for the suggestion.
|
| |
|
|
|
|
|
| |
This changes OpenSim.ini.example to, by default, include osslEnable.ini which
turns on the OSSL functions and limits who can do which operations.
|
|
|
|
|
|
|
|
|
|
| |
where
they were moved. At the moment, ossl settings are in the XEngine section although
they should apply to any LSLish script engine. Moves all ossl settings to osslEnable.ini
Update osslEnable.ini with more decriptive comments and set some functions to be more
restrictive -- especially the functions that allow scripts to do things to other
avatars and prims.
|
|
|
|
|
|
| |
forces animations
on avatars without requesting user permission.
|
|
|
|
|
|
|
| |
Per comments, putting new configuration files in bin/ is not preferred.
Add comments and instructions to heading of osslEnable.ini.
Add a commented out include of osslEnable.ini to OpenSim.ini.example.
Fix line endings of osslEnable.ini to be Unix style.
|
|
|
|
| |
example files with spaces
|
| |
|
|
|
|
|
|
| |
allows to have one central database for estates without having to open the MySql port. This is off by default, so not to disturb everyone's existing installations. To use it, see GridCommon.ini.example [EstateDataStore] section and Robust*.ini.example's new additions.
Note that I also made things consistent by removing both the EstateDataService and the SimulationService into their own dlls, just like all other services. They really didn't belong in Services.Connectors, since everything in that component is about network connectors to robust backends. We may have too many dlls, and at some point it might not be a bad idea to merge all services into one single dll, since they all have more or less the same dependencies.
|
| |
|
| |
|
|
|
|
| |
StandaloneHypergrid.ini
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
Hypergrid setups as well as normal grid.
Should have been done in recent commit 6048dfcd
Resolves http://opensimulator.org/mantis/view.php?id=7281
|
|
|
|
|
|
| |
can stop misleading grid service only console commands from registering.
We need to do this because the simulator initializes and internal copy of the GridService in grid mode for internal purposes
|