| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
this appears to cause problems with the system timer resolution.
This caused a problem with tokens going into the root throttle as
bursts leading to some starvation.
Also changed EnqueueOutgoing to always queue a packet if there
are already packets in the queue. Ensures consistent ordering
of packet sends.
|
|\ |
|
| |
| |
| |
| |
| | |
initialized scene presence. Not sure why we are dumping updates
to a client that isn't there yet...
|
|\ \
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
types of property updates to be specified. Not sure if one form
of property update should supercede another. But for now the old
OpenSim behavior is preserved by sending both.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
to the entity update queue. The number of property packets can
become significant when selecting/deselecting large numbers of
objects.
This is experimental code.
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
when client and simulator throttles are set. This algorithm also uses
pre-defined burst rate of 150% of the sustained rate for each of the
throttles.
Removed the "state" queue. The state queue is not a Linden queue and
appeared to be used just to get kill packets sent.
|
| |
| |
| |
| |
| |
| | |
InventoryAccessModule.
Continue to restore original absolute positions of stored scene objects, though it's possible that these aren't used again
|
| |
| |
| |
| |
| |
| | |
bounding box and offset numbers.
Extend test to check position of objects in the rezzed coalescence.
|
| |
| |
| |
| | |
CoalescedSceneObjects from the serializer.
|
| |
| |
| |
| |
| |
| |
| | |
as the item.
This now only happens for the first object (which was the item selected last when the coalesce was originally taken)
This matches the expected behaviour of the environment as seen on the Linden Labs grid.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
used by the TestRezCoalescedObject() regression test.
This structure matches the existing one for SceneObjects and will allow code to be reused by the uuid gatherer, other tests, etc.
Test is not yet fully implemented due to a bug in rezzing coalesced objects where they all get the same name as the item.
Only one object should get the same name as the item, which appears to be the one selected last when the the objects were coalesced in the first place.
This bug will be addressed shortly.
|
| | |
|
| |
| |
| |
| | |
inventory
|
| | |
|
| |
| |
| |
| | |
OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd.
|
| |
| |
| |
| | |
now, only saves to .png.
|
| | |
|
|\ \ |
|
| |/ |
|
| |
| |
| |
| | |
RayEndIsIntersection byte
|
| |
| |
| |
| | |
rotation it was stored with.
|
| |
| |
| |
| | |
whether to use the serialized rotation or not. Not used yet.
|
| |
| |
| |
| |
| |
| |
| |
| | |
inventory.
This should happen if the client supplies a task ID with the RezObject call.
The rez goes through the same code as llRezObject(), so the same perms are applied.
Rotation isn't yet preserved, this should be fixed shortly.
|
| | |
|
| |
| |
| |
| |
| |
| | |
types of property updates to be specified. Not sure if one form
of property update should supercede another. But for now the old
OpenSim behavior is preserved by sending both.
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
to the entity update queue. The number of property packets can
become significant when selecting/deselecting large numbers of
objects.
This is experimental code.
|
|\ \ \
| |/ /
|/| /
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
This is to create greater consistency with all the other show commands.
|
| |
| |
| |
| | |
exception output on Windows.
|
|/
|
|
|
|
|
|
|
| |
when client and simulator throttles are set. This algorithm also uses
pre-defined burst rate of 150% of the sustained rate for each of the
throttles.
Removed the "state" queue. The state queue is not a Linden queue and
appeared to be used just to get kill packets sent.
|
|\
| |
| |
| |
| |
| |
| |
| | |
queuetest
Conflicts:
OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
OpenSim/Region/Framework/Scenes/Prioritizer.cs
|
| |
| |
| |
| |
| |
| |
| |
| | |
time to wait to retransmit packets) always maxed out (no retransmissions
for 24 or 48 seconds.
Note that this is going to cause faster (and more) retransmissions. Fix
for dynamic throttling needs to go with this.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
improved networking performance.
Reprioritization algorithms need to be ported still. One is
in place.
|
| | |
|
| |
| |
| |
| |
| |
| | |
a warning. There appears to be a race condition on slow logins
that attempts to prioritize before the scene presence is fully
initialized.
|
| |
| |
| |
| | |
is big enough.
|
| |
| |
| |
| |
| |
| |
| |
| | |
time to wait to retransmit packets) always maxed out (no retransmissions
for 24 or 48 seconds.
Note that this is going to cause faster (and more) retransmissions. Fix
for dynamic throttling needs to go with this.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
improved networking performance.
Reprioritization algorithms need to be ported still. One is
in place.
|
| |
| |
| |
| |
| |
| | |
implement the display names functionality as such, but it allows scripts
that are display name aware to function as if the display name were implemented
and set to the avatar name.
|