| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
a few commits ago in 43a2da9
|
| | | |/ / / |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
the scene graph
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This patch trims leading and trailing spaces from NPC chat and
suppresses the sending of empty chat strings on open chat channel 0.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Allow NPCS to touch obects.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Scene.AddObject()
Only IncomingCreateObject() needs these checks. General object adding does not need to perform crossing perm checks
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
AttachObject() for better code comprehension
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
timer setting.
This is to help detect situations where thread timeout warnings are being generated because of general machine issues rather than deadlock, network or other problems.
|
| | |\ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Conflicts:
OpenSim/Framework/Servers/HttpServer/PollServiceEventArgs.cs
OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
| | |\ \ \ \ \
| | | | |/ / /
| | | |/| | |
| | | | | | |
| | | | | | |
| | | | | | | |
Conflicts:
OpenSim/Region/Framework/Scenes/Scene.cs
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
messages from concurrent logins. Also adds destination resolution debug log message showing region endpoint.
Adding endpoint to the log helps to find issues where the region external host information has been wrongly configured
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
I can't see that these present any real hazard to sim functioning.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
in using PARCEL_OWNER, PARCEL_GROUP_MEMBER, ESTATE_MANAGER, ESTATE_OWNER permission categories
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This works like osForceAttachToAvatar() but allows an object to be directly specified from the script object's inventory rather than forcing it to be rezzed in the scene first.
Still only attaches objects to the owner of the script.
This allows one to bypass the complicated co-ordination of first rezzing objects in the scene before attaching them.
Threat level high.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
dictionary
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
inspecting a clone of the TaskInventory dictionary that was not cloned thread-safe
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
rather than inspecting a clone of the TaskInventory dictionary that was not cloned thread-safe
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
renamed from ScriptByName()
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
GetInventoryItem()
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
TaskInventory directory
GetInventoryItems() returns a new list and so is equivalent, and creates this list under lock whereas Clone() is not thread-safe
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
TaskInventory directory
GetInventoryItems() returns a new list and so is equivalent, and creates this list under lock whereas Clone() is not thread-safe
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
rather than have it iterate through TaskInventory itself.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
rather than have it iterate through TaskInventory itself.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
rather than iterate through TaskInventory itself.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
to reflect what it actually is
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
GroupForFull/PartUpdate() to indicate when region modules need to invoke them
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This puts an extra m_part.ParentGroup.Scene == null check at the top of SceneObjectPartInventory.QueryScriptStates()
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Melanie <melanie@t-data.com>
|
| | |\ \ \ \ \
| | | |/ / / / |
|
| | | | | | | |
|
| | |\ \ \ \ \
| | | |/ / / / |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
It appears this was never actually used since attachments were rezzed in other code.
This was never available on remote simulator comms, only local.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
incoming attachments from pre-fatpack regions (versions of OpenSimulator more than a year old)
|
| | |\ \ \ \ \
| | | |/ / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Conflicts:
OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
OpenSim/Region/Framework/Scenes/Scene.cs
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
rather than outside to avoid a very occasional race condition with the stat collection thread
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
_collisionEventPrimChanges to m_collisionEventActorsChanges to reflect their actual contents.
These dictionaries handle all actor types, not just physical prims.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
reporting on logout, rather than stopping clearing their collision events.
This occurred in b18c8c8 (Thu May 17 2012).
This was a cause of very occasional race conditions and likely memory leakage as clients came and went from the region.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
try to add it to the return data rather than suffering an exception later on
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
in many, many log messages.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
directly instead of an item ID to then shuffle through attachments, saving CPU busywork.
Almost all callers already had the sog to hand.
Still checking that it's really an attachment, but now by inspecting SOG.AttachedAvatar
|