| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(The changes weren't visible before because updates to attachments aren't sent while the attachment is selected.)
|
| |
|
|
|
|
| |
events. Normally, physics engines do not return updates for child prims so, under normal operation, this code should never execute. Will only be used when using flexible linkset linkages.
|
|
|
|
|
| |
The previous logic would generate land_collision_start and land_collision_end
but would not generate the land_collision itself.
|
|
|
|
|
|
| |
should better allow you to run it in multiple region scenarios (but why would you really want to do that?) Source in OpenSimLibs.
* Fixed a null ref during shutdown.
|
|
|
|
|
|
|
|
| |
in order to avoid a race condition.
A separate PhysicsActor variable is used in case some other thread removes the PhysicsActor whilst this code is executing.
If this is now impossible please revert - just adding this now whilst I remember.
Also makes method comment into proper method doc.
|
|
|
|
|
| |
collision events. Improve logic for knowing when to add processing
routine to physics actor.
|
| |
|
|
|
|
| |
'/'. What a nightmare this '/' is!
|
|
|
|
|
|
|
| |
there's still something wrong with keyframed motion starting when the sim starts up, you have to 'select' and 'deselect' the prim again to get it to appear to move. Not sure what this is but maybe melanie_t can comment on this.
* Has a prim table migration.. that might take a while, hold on to your hats.
* Fixes a null-ref when shutting down while keyframed motion is active.
|
|
|
|
| |
may yield unexpected results in some cases. No database persistence yet,
|
|
|
|
|
|
|
| |
OpenSimulator session would change the prices on both prims.
This is because the PayPrice array refernence was being memberwise cloned and not the array itself.
Addresses http://opensimulator.org/mantis/view.php?id=6639
|
|
|
|
|
|
| |
This is controlled by the viewer, not the server.
So as per http://wiki.secondlife.com/wiki/LlSetSoundQueueing, only two sounds can be queued per prim.
You probably need to use llPreloadSound() for best results
|
|
|
|
| |
that are normally sent via RenderMaterials CAP. This can cause a race condition for updating TextureEntry fields. Therefore filter any TextureEntry updates so they only update if something actually changed.
|
| |
|
|
|
|
| |
values could be returned if the sit orientation was changed whilst the property was being fetched.
|
|
|
|
| |
than one that could change whilst the method is being executed.
|
|
|
|
| |
could occur if the sit target position changed whilst the property was fetched
|
|
|
|
| |
old OffsetPosition rather than one which may vary if it simultaneously changes.
|
|
|
|
|
|
| |
GetCenterOfMass() could return results which were never the case if these values were changed whilst the method was running
No need to create new Vector3s since these are structs.
|
|
|
|
|
|
| |
works. Setting perms for prims also works but they don't propagate correctly yet.
NOT FOR PRODUCTIN USE. Your database will need to be updated before you can use this!
|
|
|
|
|
|
|
|
| |
scripts in attachments.
This was because the script resumption in AttachmentsModule was firing the attach event instead.
Had to reinstate the code in 285bd3a do we can resume the scripts there instead, though the bug existed before its removal.
This is to resolve http://opensimulator.org/mantis/view.php?id=6578
|
|
|
|
| |
with our own and add export permissions as well as a new definition for "All" as meaning "all conventional permissions" rather than "all possible permissions"
|
|
|
|
| |
this is being done lazily
|
|
|
|
|
|
|
|
|
| |
This allows region modules to add dynamic objects to SOPs rather than having to continually push and pull OSD dynamic attributes.
This is to explore the original MOAP use case for dynamic attributes where it could be very awkward and possibly time-consuming to keep reconstructing MediaEntrys from stored DynamicAttributes.
This commit adds a DOExampleModule to demonstrate/evolve this code.
Dynamic objects involve no storage or persistence changes - the 'backing store' for any data that does need to be saved will remain the DAMap.
DOExampleModule in this commit only attaches a fresh dynamic object. Actually constructing this from stored dynamic attributes and handling persistence is left for later.
These changes should affect no existing functionality, though it may or may not reveal necessary changes in DAMap down the road.
|
|
|
|
| |
default texture defined.. so apply better fallback protection against that. The net result is clients will have their selected textures set when they would have previously had an ignored exception.
|
|
|
|
| |
from the physical scene. Invocations added in SceneObjectPart.
|
| |
|
|
|
|
| |
to work with the new params. Not actually plumbed just yet.
|
| |
|
|
|
|
| |
This reverts commit c658fa1c0dd83f23c66ccfedb12e8ab02ff01d0a.
|
|
|
|
| |
Addition of entries to PhysicsActor and setting code in SceneObjectPart.
|
| |
|
|
|
|
|
|
|
|
| |
Implements the parameters as properties, the serialization and
database storage (MySQL only). Implements llSetPrimitiveParams for
prim physics shape and the other 4 extra params. Only the prim shape type
"None" is currently functional. No support for the Viewer UI (yet), that
will be ported in due course. Lots more to port, this is a large-ish changeset.
|
| |
|
|
|
|
| |
use deep copy for DynAttrs.
|
|
|
|
|
|
| |
from it
This is the easier way to give us control over locking, rather than asking that OSDMap IDictionary methods be virtual
|
| |
|
|
|
|
| |
working', and if you look deep enough, you see that the results are not really stable depending on the direction of the ray.
|
|
|
|
|
| |
routines on the physics engine. Won't make a difference for any
existing scripts since ODE always returned Vector3.Zero.
|
|
|
|
| |
rather than just saying it happened.
|
|
|
|
|
|
|
|
| |
As per http://wiki.secondlife.com/wiki/LlGetLinkKey
This is done by keeping a scene-object wide list of sitters.
This also fixes bugs in this function where linknums 0 and 1 weren't treated properly if there were sitting avatars on a single prim.
This also fixes a minor race condition for multiple concurrent sitters on a prim with no current sitters by locking on the object-wide list rather than individual sop lists
Addresses http://opensimulator.org/mantis/view.php?id=6477
|
|
|
|
| |
Also made it so llSetStatus() can individually enable disable rotation axi using the bitmask of flags.
|
|
|
|
| |
more helpfully log the name, id, position and region of that object.
|
|
|
|
|
|
|
| |
causing subsequent issues if physics was re-enabled.
Added regression tests
Addresses http://opensimulator.org/mantis/view.php?id=6365
|
|
|
|
| |
specifies a UUID rather than a string
|
| |
|
|
|
|
| |
from the root prim rather than the source prim
|
|
|
|
| |
SceneObjectPart.SendSound as linksets are only meant to have a single owner
|
| |
|