| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| |
| |
| |
| | |
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
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Fix folding feet by using collision normals.
Add constraint specification.
|
|\ \
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Don't know of a good reason not to do this, seems to work fine.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
the end.
Tidy up GridCommon.ini.example
|
|\ \
| |/ |
|
| |
| |
| |
| | |
needs its own cap)
|
| |
| |
| |
| |
| |
| |
| |
| | |
This matches the ability to disable the memory part
This is controlled through the FileCacheEnabled parameter in FlotsamCache.ini
Default is true, so existing installations are not affected.
Improved fcache command feedback when various caches are disabled.
Re-enabled test for flotsam cache with file caching disabled.
|
| |
| |
| |
| |
| |
| | |
user expectations.
It also matches the default setting in the OpenSim.ini.example file
|
| | |
|
| |
| |
| |
| | |
consistency
|
| |
| |
| |
| |
| |
| | |
according to implementation
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| |
| |
| |
| |
| |
| | |
Linux. These are not yet hooked up.
I'm not sure which one you actually need, Robert, so please prune as appropriate. I haven't tested or hooked these up in any way yet.
|
|/ |
|
| |
|
|
|
|
|
|
| |
the contents of the response.
Changed the experimental capability introduced a couple of commits ago: now sending that extra information as part of the response in the SimulatorFeatures cap.
|
|
|
|
| |
variables added in order for this to work. See .ini.example changes
|
|
|
|
| |
with Kokua viewer if devs are willing to do it.
|
| |
|
|
|
|
| |
some issues with the zoom level -- TBD.
|
| |
|
|
|
|
| |
FlotsamCache.ini.example
|
|
|
|
|
|
|
|
|
| |
config-include/FlotsamCache.ini.example. Enable the flotsam console commands even if FlotsamCache.ini isn't present.
For the most part, defaults are made to match those already in FlotsamCache.ini.example.
The one exception is that the 48 hour file timeout from the code is used instead of the 0 hours that was in the example file. This can be tweaked if necessary.
Most importantly, the default cache directory is now ./assetcache (as in FlotsamCache.ini.example) rather than ./FlotsamAssetCache (as was the internal code default).
Therefore, if you were using flotasm without using the config file, then please rename your cache directory or start using the ini file and change the default there if you want to keep using your existing cache.
|
| |
|
|
|
|
| |
http://opensimulator.org/mantis/view.php?id=5529 related to sending IMs to foreign friends who are offline. Hopefully.
|
|
|
|
| |
IMs where the local recipient is offline. I can't test any of this, because I don't run an offline IM server.
|
|\ |
|
| |
| |
| |
| | |
OpenSim.ini.example to config/StandaloneCommon.ini.example where it belongs.
|