| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |/ /
| | |
| | |
| | |
| | |
| | | |
SetPhysicsAxisRotation()
sop.PhysActor can currently become null at any time.
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Region to region was fixed some time ago in EntityTransferModule.
This applies the same fix for same region teleports.
|
| |/ / |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
This is always available from m_host.LocalId
|
| | |
| | |
| | |
| | | |
in self item on initialization.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
used for link and delinking, in order to avoid race conditions.
DuplicateObject() relies on source object having correct link numbers for the duration of the dupe.
Both link and delink can change link numbers such that they are not consistent for short periods of time.
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | | |
This reverts commit 65c88b2ff4e2616fa5c1d4c5e75298ed1eb1c0d8.
Yet again I accidentally committed something whilst evaluating it.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
osGetGridCustom(), try to read from the [GridInfoService] section on standalone rather than [GridInfo]
[GridInfoService] is the section that's actually in bin/config-include/StandaloneCommon.ini.example
|
| | |
| | |
| | |
| | | |
LocateClientObject() and GetClientScene(), do the lookup just once in LocateClientObject()
|
| | |
| | |
| | |
| | | |
not be notified once a non-local friend was found.
|
|\ \ \
| | |/
| |/| |
|
| |\ \ |
|
| | | | |
|
| |/ / |
|
|\ \ \
| | |/
| |/| |
|
| | | |
|
| | |
| | |
| | |
| | | |
moving NPCs
|
| | | |
|
|\ \ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | | |
dinamic larger more identical to static.
|
| | |
| | |
| | |
| | | |
change here also)
|
| | |
| | |
| | |
| | | |
UpdatePositionAndVelocity() from move() so it's done at end of each ode step and when it reports positions to core. There should be no need to check in both places. - Addforce() and AddAngularForce now apply a force if parameter pushforce is true or apply a impulse if false as it's actually needed (the prims grab case should be a force)
|
|\ \ \
| |/ / |
|
| | | |
|
| | |
| | |
| | |
| | | |
significant change like new 'velocity' or new position, etc, requests
|
| | | |
|
| | |
| | |
| | |
| | | |
Unit's reverted patch
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
to/fromArray in array element 0. This may cause compatibilities issues, but think this information is needed for proper crossings. OSG regions did survived tps in/out with this. ALso added velocity in crossings cases, for now detected by Teleport flag equal to Default (0);"
This reverts commit 12c9916193bbb87aaa95407f798c241cbe5e23cb.
|
| | |
| | |
| | |
| | | |
to/fromArray in array element 0. This may cause compatibilities issues, but think this information is needed for proper crossings. OSG regions did survived tps in/out with this. ALso added velocity in crossings cases, for now detected by Teleport flag equal to Default (0);
|
| | |
| | |
| | |
| | | |
changed crossing code to restore sitting avas in case of group cross fail
|
| | | |
|
| | | |
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Framework/WebUtil.cs
OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs
OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs
OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
OpenSim/Region/Framework/Scenes/ScenePresence.cs
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
changed owners is rezzed.
This needs to occur after the script is resumed rather than before, when the event is just dropped.
Addresses http://opensimulator.org/mantis/view.php?id=5890 and http://opensimulator.org/mantis/view.php?id=5952
|
| | |
| | |
| | |
| | | |
FlotasmAssetCache.m_CurrentlyWriting
|
| | |
| | |
| | |
| | |
| | | |
This may cause IOErrors on Windows.
Aims to help with http://opensimulator.org/mantis/view.php?id=6003
|
| | |
| | |
| | |
| | | |
To help with http://opensimulator.org/mantis/view.php?id=5993
|
| | |
| | |
| | |
| | | |
this patch - Deletes any objects that have damage set > 0 that deliver that damage to an avatar Stops Gods receiving damage, Stops volume detect objects causing damage Deletes NPCS when their helth reduces to zero Gradually "heals" damage to an avatar Resets health on going to a non damage area
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
a runtime error.
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
source region after teleport to resolve Imprudence teleport problems.
Viewers 1 and 3 are fine with doing this immediately. However, Imprudence has a small delay (<200ms, >500ms) after receiving the AgentCompleteMovement reply packet on the destination region before regarding that region as the currnet region.
If Imprudence receives a DisableSimulator in this period, it quits.
We are not restoring the full 5000ms delay since this brings back a bug where teleports permanently fail if an avatar tries to teleport back too quickly.
This commit also sends the AgentCompleteMovement packet to the client before telling the source region to release its old agent, in order to further cut down any possibility of the DisableSimulator being recieved before the AgentMovementComplete.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
can relate a slow request to what the handler actually does and the agent it serves, if applicable.
This is most useful for capabilities where the url is not self-describing.
|
|\ \ \
| | |/
| |/| |
|