| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| | |
Conflicts:
OpenSim/Region/CoreModules/World/Warp3DMap/MapImageModule.cs
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
| |
| |
| |
| | |
incomplete list of column names if another thread was creating the list at the same time. Now this is thread-safe.
|
| |
| |
| |
| | |
Previously NULL fields were converted to an empty string due to the use of ToString(). But if the field was an Int (e.g., "locZ"), then the subsequent attempt to convert an empty string to an int caused an exception. Now the field is null so we don't try to convert it, so there's no exception.
|
| | |
|
| |
| |
| |
| | |
chiefly some break up of the long line.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
from ODEPrim.SetGeom.
This occurred in 7a574be3fd from Sat 21 Apr 2012.
This should fix collision detection.
Mnay thanks to tglion for the spot and the fix in http://opensimulator.org/mantis/view.php?id=5988
|
| | |
|
| |
| |
| |
| | |
Improve output table formatting.
|
| |
| |
| |
| |
| |
| | |
These behave identically to llAttachToAvatar() and llDetachFromAvatar() except that they do not enforce the PERMISSION_ATTACH check
Intended for use in completely controlled dedicated environments where these checks are more a UI hinderance than a help.
Threat level high.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
GetSelfInventoryItem()
However, at some point it would be far more convenient to receive the TaskInventoryItem in the constructor rather than just the item UUID, so we don't have to constantly refetch our self item.
|
| | |
| | |
| | |
| | | |
There's no point look up an item ID that we already have.
|
|\ \ \
| | | |
| | | |
| | | | |
careminster
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
doesn't colide with it)
|
| | | |
| | | |
| | | |
| | | | |
sent to SOP and this reports to SOG. Group is selected if any part is selected.sop.isSelect get() is only used in SOG. Will need to be improved for better performance on largelinksets. *UNTESTED* NEEDS CHECKING for side efects
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
efects reporting null velocity and aceleration when stopped near the right position, where they can still have instantanius large values that can get magnified by interpolators, specially using diferent timing estimation.
|
|\ \ \ \
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs
OpenSim/Region/Framework/Scenes/Scene.cs
OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
|
| | |/
| |/|
| | |
| | | |
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
|
| | | |
|
| | |
| | |
| | |
| | | |
order to test more code paths.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
rather than setting phantom.
This was an oversight when removing some race conditions from PhysicsActor setting recently.
Regression tests extended to probe this code path.
Extending regression tests required implementation of a BasicPhysicsPrim (there was none before). However, BasicPhysics plugin is still of no current practical use other than to fill in as a component for other parts of regression testing.
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | | |
disableBody() sets Body == IntPtr.Zero on all code paths.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
non-physical
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
would make the non-physical prim phantom rather than part of the physics object.
On region restart, the whole object would become physical as expected.
Observed behaviour from elsewhere is that all prims in a new linkset should take on the status of the root prim.
Add regression test for this behaviour.
|
| | |
| | |
| | |
| | | |
Also fixes last build break.
|
| | | |
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
prim_geom == IntPtr.Zero only before a new add prim taint is processed (which is the first taint) or in operations such as scale change which are done in taint or under lock.
Therefore, we can remove these checks which were not consistently applied anyway.
If there is a genuine problem, better to see it quickly in a NullReferenceException than hide the bug.
|
| | | | |
|
|\ \ \ \
| | |/ /
| |/| | |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
disposal of uninitialized variables.
This issue doesn't cause the mono 2.10.5 compiler to fail but appears to cause the windows compiler to fail.
Resolves http://opensimulator.org/mantis/view.php?id=5973
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
position as well as the body position
This is necessary to stop the moved prim snapping back to the original position on deselection if moved only once
This resolves http://opensimulator.org/mantis/view.php?id=5966
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/CoreModules/Avatar/Lure/LureModule.cs
OpenSim/Region/ScriptEngine/XEngine/XEngine.cs
OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs
|
| | |
| | |
| | |
| | | |
simply dropping the reference if the existing file didn't contain a bitmap of the same size.
|
| | |
| | |
| | |
| | | |
JPEG.cs
|
| | |
| | |
| | |
| | | |
GatekeeperServiceConnector.GetMapImage()
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
in OpenSim\Region\CoreModules\World\Terrain\FileLoaders\GenericSystemDrawing.cs
Ln 67
Apply Justin's solution
Signed-off-by: Garmin Kawaguichi <garmin.kawaguichi@magalaxie.com>
|
| | |
| | |
| | |
| | | |
BaseHttpServer.HandleRequest()
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
floor when lured by short avatars.
This involves giving the ceiling of the Z-component in a lure rather than the floor.
Ideally we would give the exact float compensating for relative avatar height but it looks like that isn't possible with the parcel id format used in lures
|
| | | |
|
|\ \ \
| | |/
| |/|
| | | |
careminster
|