| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
OpenSim/Region/Framework/Scenes/Scene.cs
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
XEngine if engine specified does not exist.
This is to take account of situations where the user was intending to specify a script engine using colon using its default language.
This probably generates few false positive as scripts are less likely to end a first line colon with a comment for other purposes.
|
|\ \ \ \ \
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
Conflicts:
OpenSim/Framework/Servers/HttpServer/PollServiceWorkerThread.cs
|
| | |_|/
| |/| |
| | | |
| | | | |
sensor.
|
| | | |
| | | |
| | | |
| | | | |
for some results.
|
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This reverts commit 679da63da617d031e5e7ae3f2d2a29db1a23ace3.
Conflicts:
OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs
|
|\ \ \
| | |/
| |/|
| | |
| | | |
Conflicts:
OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
line of a script where the user was not trying to select a different script engine.
This works by only posting the "Selected engine unavailable" message if we're falling back on XEngine and the language is one handled by XEngine.
In cases where the language is not handled or not allowed, the user will still be notified by the later compiler error.
This avoids the overwhelming majority of false positives where the first line contains a : for other reasons (e.g. source control systems, vim settings, etc.)
Ultimately, I think it would be better to detect script language/engine with a mechanism that didn't just rely on : detection (e.g like #! in unix scripts).
|
| | |
| | |
| | |
| | | |
colon is found on the first line will always be the same as for the whole script.
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
OpenSim/Region/ScriptEngine/XEngine/XEngine.cs
|
| | |
| | |
| | |
| | | |
Unchecking "Running" box in script editor now persists. This fixes http://opensimulator.org/mantis/view.php?id=6057
|
| | |
| | |
| | |
| | | |
XEngine.PostObjectEvent and places where the list is modified by extending the m_PrimObjects lock.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
each time 50 scripts have been started.
This is to provide an indication of what's happening now that the default isn't to report every single script start.
Changes XEngine logging level in OpenSim.exe.config from WARN to INFO.
|
| | |
| | |
| | |
| | |
| | |
| | | |
XEngine.DoOnRezScriptQueue()
The later invocation of this function will happen on an empty compile queue.
|
| | |
| | |
| | |
| | |
| | |
| | | |
loading fails.
Drop logging about memory limit exceeded to warn from error
|
| | | |
|
| | |
| | |
| | |
| | | |
retrieving state (e.g. exceeds memory limit)
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs
OpenSim/Region/ScriptEngine/XEngine/XEngine.cs
|
| | |
| | |
| | |
| | | |
when compile queue empties for now
|
| | |
| | |
| | |
| | |
| | |
| | | |
line with other similar cases.
Remove more unnecessary Close() calls - these are being triggered by the Dispose() called when exiting the using statement for these sdk io objects.
|
| | |
| | |
| | |
| | |
| | |
| | | |
started.
Adds DebugLevel infrastructure to XEngine though currently commented out and unused.
|
| | |
| | |
| | |
| | |
| | |
| | | |
XEngine.SetXMLState() if the trust binaries flag is set.
This doesn't affect other locations where the map is written, such as on script compilation.
|
| | |
| | |
| | |
| | |
| | | |
Also removes superflous Close() commands for statements taking place within using() constructs
Also adds some comment out debug log messages for future use.
|
|\ \ \
| | |/
| |/|
| | |
| | | |
Conflicts:
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
| | |
| | |
| | |
| | | |
form
|
| | |
| | |
| | |
| | | |
This reverts commit c8227e1bb70817351de283fb647ec39f090fc9f1.
|
| | |
| | |
| | |
| | | |
sitting avatars rotations broken in previus commit, forcing send of updates.
|
| | |
| | |
| | |
| | | |
ResetChildPrimPhysicsPositions() if root part. Plus 'cosmetics'
|
| |\ \ |
|
| | | | |
|