| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
spam, so it should not load unless HG is desired.
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
For this change to show up you will need to clear viewer cache.
|
|
|
|
| |
development and experimental.
|
|
|
|
|
| |
These weren't working properly anyway.
You will need to rerun prebuild.sh/.bat after this commit, and maybe "nant clean" as well.
|
|
|
|
| |
a00327d
|
|
|
|
|
|
|
| |
This reverts commit 44a491f36bbe2094634e356591381c90f87e2125.
This makes packaging OpenSim slightly easier but then generates a FriendsConnector error if naively used after compilation.
So let's revert to stick with the "DataStore" error for now - at least that's a known error.
|
|
|
|
|
|
|
|
| |
eyes by mistake.
I must have had it cached last night.
This now makes completely fresh avatar setups appear properly (remember to wipe viewer cache and server cache as well as database).
As a bonus, eyes now appear by default too!
|
| |
|
|
|
|
|
|
|
| |
clothes necessary to display a viewer 2 avatar, as implemented in c4efb97d
This is controlled by the CreateDefaultAvatarEntries switch in the [UserAccountService] section of config-include/Stnadalone.ini
This is left as false in grid mode
|
|
|
|
|
|
|
|
|
|
|
|
| |
entries to make a newly created user appear as a non-cloud on viewer 2
Viewer 2 no longer contains the default avatar assets (i.e. "Ruth") that would appear if the user had insufficient body part/clothing entries.
Instead, avatars always appear as a cloud, which is a very bad experience for out-of-the-box OpenSim.
Default is currently off. My intention is to switch it on for standalone shortly.
This is not particularly flexible as "Ruth" is hardcoded, but this can change in the future, in co-ordination with the existing RemoteAdmin capabilities.
Need to fix creation of suitable entries for users created as estate owners on standalone.
Avatars still appear with spooky empty eyes, need to see if we can address this.
This commit adds a "Default Iris" to the library (thanks to Eirynne Sieyes from http://opensimulator.org/mantis/view.php?id=1461) which can be used.
|
|
|
|
|
| |
This is to make my life easier when creating releases.
I think that it also gives a better story for anybody newly compiling from source.
|
| |
|
| |
|
|
|
|
| |
to leave the new config file
|
|
|
|
| |
the source.
|
| |
|
|
|
|
| |
to hulls for physical objects.
|
|\ |
|
| |
| |
| |
| | |
tabs to spaces
|
|\ \
| |/
| |
| |
| | |
Conflicts:
OpenSim/Region/Framework/Scenes/SceneManager.cs
|
| |
| |
| |
| | |
HttpServer_OpenSim.dll (patched version) instead
|
| |
| |
| |
| |
| |
| | |
OpenSim.ini.example.
As per http://opensimulator.org/mantis/view.php?id=5638. Thanks DutchGlory.
|
| |
| |
| |
| |
| |
| |
| | |
(with memory caching not enabled).
This matches the GridCommon setting and is the best tested setting. It appears to work fine on standalone.
Also, add information that the flotsam asset cache is the recommended cache, since it is most used and actively maintained.
|
| |
| |
| |
| | |
right now, pending the new plugin
|
| |
| |
| |
| | |
currency name shown in the viewer.
|
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| | |
Had to stop using AvatarService for now since it doesn't store baked texture IDs (which is why this was failing).
Also failing because cloning appearance was also cloning the AvatarApperance.Owner field, which we weren't then changing.
Extended TestCreate() to check 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.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
they use the defaults instead.
Some items had completely wrong permissions - this is easier than correcting them all.
The ability to set permissions in xml is retained since there are use cases for this (e.g. to create no-mod library scripts)
|
| |
| |
| |
| |
| |
| |
| |
| | |
item xml files - always use PermissionMask.All instead (which was the existing default)."
There actually are uses for this. I will correct the perms instead since some entries appear to be wrong.
This reverts commit 667b54f5a2a04fa5a2859397868d270eab3913f1.
|
| |
| |
| |
| |
| |
| | |
files - always use PermissionMask.All instead (which was the existing default).
Library items always need the same permissions, so it doesn't make sense to load them from the xml files. This just opens the door to permissions mistakes.
|
| |
| |
| |
| | |
value tuning
|
| | |
|