| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | | |
Unchecking "Running" box in script editor now persists. This fixes http://opensimulator.org/mantis/view.php?id=6057
|
| | |
| | |
| | |
| | | |
script URLs by more consistently locking on m_UrlMap
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
can trigger an exception is the URL was being removed at the same time.
This involves three steps
1) Return gracefully in UrlModule.HttpRequestHandler() instead of throwing an exception when the url cannot be found in its index
2) Return true instead of false in HasEvents() if no matching request is found in the map. This call will only happen in the first place for raced requests.
3) Return a 404 in GetEvents() if the request is not in the index, rather than a blank 200 OK.
Many thanks to Tom Haines in http://opensimulator.org/mantis/view.php?id=6051 for doing some of the work on this.
|
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
AttachmentsModule.UpdateAttachmentPosition() in order to avoid a hud update race condition.
Previously, setting IsAttachment to false then true was necessary to serialize the updated attachment object information.
However, UpdateAttachmentPosition no longer does this update.
Whilst IsAttachment is set to false there is a race condition where the update thread can wrongly send hud object updates to clients that do not own the hud, resulting in screen artifacts.
|
| | |
| | |
| | |
| | |
| | |
| | | |
moved.
This was because we were not setting AttachedPos in SOG.UpdateGroupPositionPR, unlike UpdateGroupPosition
|
| | |
| | |
| | |
| | | |
attachment item setup
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | | |
instead of magic numbers
|
| | |
| | |
| | |
| | | |
instead of attachmentpoint magic numbers.
|
| | |
| | |
| | |
| | |
| | |
| | | |
LLSDInventoryFolder for inventory CAPs as integers rather than strings.
Should also resolve some issues with exceptions being thrown in some inventory fetches.
|
| | |
| | |
| | |
| | | |
It's a valid configuration not to have these modules, but I think it's still worth logging the fact that certain permissions won't work (always return true)
|
| | |
| | |
| | |
| | |
| | |
| | | |
to debug
It's perfectly okay not to have this section.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is to reduce log spam from script loading, which is especially spammy for avatar movements with scripted attachments.
All important messages are at warn or above.
If you still want/need to see these messages, set <level value="DEBUG"/> in the <logger name="OpenSim.Region.ScriptEngine.XEngine"> section of OpenSim.exe.config.
This affects no other package logs, which still output at the root configured level (currently DEBUG by default).
|
| | |
| | |
| | |
| | | |
logging
|
| | |
| | |
| | |
| | | |
are starting up
|
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | |
| | | |
main scene loop before RegionReady is signalled when initial script compilation finishes.
Also raises this logging level to Info from Debug since this information is of high importance. This matches the behaviour of the RegionReady module
|
| | |
| | |
| | |
| | | |
object UUID rather than local id, since UUID doesn't potentially vary between simulator starts.
|
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
| | | |
| | | |
| | | | |
max_external_urls_per_simulator, which is what it was meant to be
|
| | | |
| | | |
| | | |
| | | | |
would always return OK even if some other status code had been set
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
configuration of how many urls can be set up by llRequestURL()
Defaults remains as 100.
This setting is per simulator instead of per region due to how the url script module is structured.
|
|\ \ \
| |/ / |
|
| | | |
|
| | |
| | |
| | |
| | | |
scattering them over other categories
|
|\ \ \
| | |/
| |/|
| | |
| | | |
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.
|
| | |
| | |
| | |
| | | |
asking physics engines all the time. Some engines delays may make them give wrong answers.
|
| | |
| | |
| | |
| | | |
ResetChildPrimPhysicsPositions() if root part. Plus 'cosmetics'
|
| |\ \ |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
not to break inworld contents. SL ported scripts will show a sit error around 0.1m. Added respective compensation in LSL api to maintain coerence. Fixed several bugs still on SET/GET[link]PrimitiveParams[fast] and llGetObjectDetails()
|
| | | |
| | | |
| | | |
| | | | |
SitTarget. Something seems to be doing that before this gets called, but just in case...
|
| | | |
| | | |
| | | |
| | | | |
'cosmetics' and added some parts costs information.
|