| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
reduce log verbiage. Please revert if still required.
|
| |
|
|
|
|
|
|
|
| |
propogate_permissions = false, don't propogate permissions of prim inventory items.
This was a regression from 13f31fd (4 Nov 2013)
Relates to http://opensimulator.org/mantis/view.php?id=7399
|
|
|
|
| |
Relates to http://opensimulator.org/mantis/view.php?id=7337
|
|
|
|
| |
IInventoryAccessModule reference that other methods are already using rather than fetching its own copy.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
removal by locking on the script's EventQueue and only proceeding if it's flagged as still running.
Relates to http://opensimulator.org/mantis/view.php?id=7407
|
|
|
|
|
|
|
|
| |
one as these are ignored since .state is saved in the attachment's asset.
This eliminates pointless work and exceptions when an appdomain is unloaded whilst an attachment script state is persisted.
Adds test for this case.
Relates to http://opensimulator.org/mantis/view.php?id=7407
|
|
|
|
|
|
|
|
| |
NPC or an HG user with no set server URI to avoid log spam.
Messages concerning failure to contact a given user profiles service are preserved by logging within called code with the agent ID.
If the "No Presence - foreign friend" log message is important then please revert.
Relates to http://opensimulator.org/mantis/view.php?id=7414
|
|
|
|
|
|
| |
assets were no longer being posted.
Addresses regression from 08606ae (Thu Jan 8 2015)
|
|
|
|
|
|
|
|
| |
(RegionFlags.Persistent but not RegioNFlags.RegionOnline) on startup and when an avatar completes a teleport.
This eliminates spurious network calls and failure reporting.
This is done by adding RegionFlags to the GridRegion returned data in a backward compatible way as an alternative to multiple IGridService.GetRegionFlags() calls
Using a simulator or a grid service older than this commit will just see previous behaviour.
|
| |
|
|
|
|
|
|
| |
would fail with a casting exception for scenes with NPCs
Present since 51eb8fa (Oct 2 2014)
|
|
|
|
| |
conference code use a generic JobEngine class rather than 4 slightly different copy/pasted versions.
|
|
|
|
| |
that (plus GridURL, in case viewers want to use it too) to the GridService that gives out that info to simulators.
|
|\ |
|
| |
| |
| |
| | |
with an exception. To aid debugging.
|
| |
| |
| |
| |
| |
| |
| | |
embedded therein.
This is primarily to fix an issue where inventory items for NPC attachments would not be saved in archives as the assets referenced in the appearance notecard were not checked in this manner.
Relates to http://opensimulator.org/mantis/view.php?id=7376
|
| |
| |
| |
| |
| | |
This UUID gatherer provides a superset of the previous gatherer's functionality
as it also allows the caller to control gathering iterations for load purposes.
|
|/
|
|
| |
names, and this cap returns the regular name. But this moves the server side into the newer, preferred, protocol used by the viewer for fetching the names of agents in the scene given their UUIDs. (the old protocol is via UDP). This works fine in my limited tests, but could use further testing by others.
|
|\ |
|
| | |
|
| |
| |
| |
| | |
math showing the odd PrimitiveBaseShape value rather than a constant.
|
| |
| |
| |
| |
| |
| |
| | |
closer to SL. This change should address small floor edges acting like
walls, approaching a step at any angle (other than walking backwards)
will allow walking up, and reducing the avatar pop-up when going up
stairs.
|
|/
|
|
| |
using DATA_SRV_ keys, one per service. This allows 3rd party modules to add data services automatically.
|
|
|
|
|
| |
which seems to cause the tests to fail when compiled on the OpenSim
build system. It compiles and runs everywhere else. More research is needed.
|
|
|
|
| |
Whoever defined that structure was really into esoteric coding.
|
|
|
|
| |
a88bc50a168ae729307740fa84540e9571258b13. It's not needed.
|
|
|
|
| |
compiling doesn't like it
|
|
|
|
|
|
| |
Change how physics engine is created in unit tests to resolve a lib reference problem.
Add ShapeInfoInfo class to collect info about the created physical shape
for debugging and unit test testing.
|
|
|
|
|
| |
Allows locking of prim/linkset relative moving in each of the linear
and angular axis. Limits on movement or rotation can be set.
|
| |
|
| |
|
|\ |
|
| |\
| | |
| | |
| | | |
Merge in the new throttle code.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
them in the code for later use rather than just reverting them.
Fixed the throttle tests for the new algorithm used when packets
are marked as expired.
|
| | |
| | |
| | |
| | | |
coming later
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
rather
than drop exponentially to 0 (and then adjust up for the minimum flow), drop on
the delta between current rate and the minimum rate. This should smooth the fallback
to minimum.
|
| | |
| | |
| | |
| | | |
compute the expected values without depending on the token bucket code.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
adaptive throttle by a full MTU. This is consistent with some implementations
of congestion control algorithms and certainly has the effect of opening
the throttle window more quickly after errors. This is especially important
after initial scene load when the number and size of packets is small.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
throttles. Setting adaptive_throttle_min_bps will change the
minimum rate that the adapative throttles will drop to in case
of network packet loss. The current rate default rate is 256kbps.
The viewer can throttle rates under that amount, but the dynamic
adaptation will not.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
algorithm for dropping packets is a modified two state algorithm for creating
bursts of dropped packets. As configured there is about a 1.5% drop rate.
Invocation of the packet loss code is commented out by default.
|
|/ /
| |
| |
| | |
Add loading of 3rd-party addin inis automatically.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
- It establishes 4 digits for opensim versions
- It uses the same number between opensim releases and mono addins versions
It also eliminates the last addin.xml files that were still there, for consistency.
|
|\ \ |
|
| |/ |
|
| |
| |
| |
| |
| |
| |
| | |
This cleans up Opensim's use of mono addins. In particular, the extension points /OpenSim/RegionModules and /OpenSim/WindModule moved from OpenSim.exe to OpenSim.Region.Framework.dll. From here on, developers of region modules should declare their dlls to be dependent on OpenSim.Region.Framework, starting with version 0.8.1
Additional changes:
- Addins version uniformly updated to 0.8.1. These numbers should be compatible with the release numbers or else it becomes very confusing.
- Mono addins directives moved from files addins.xml to embedded directives in the class and assembly declarations, to make it all consistent
|