| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |\ \ \ \
| | |/ / / |
|
| | | | |
| | | | |
| | | | |
| | | | | |
assets behave like phantom by Nebadon request
|
| | | | | |
|
|\ \ \ \ \
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
Conflicts:
OpenSim/Region/Framework/Scenes/Scene.cs
|
| | |_|/
| |/| |
| | | |
| | | | |
it's being iterated
|
|\ \ \ \
| |/ / / |
|
| | | |
| | | |
| | | |
| | | | |
is being saved at that point, not asset data.
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Unlike "save oar", this was happening on the same thread as the original request.
The timeout happens on another so the original thread is never aborted.
On "save oar" this leaves the thread hanging (still bad) but on "save iar" it left the console thread hanging.
Temporary fix is to make "save iar" do asset request on a separate thread, like "save oar".
Longer term fix will be to restructure asset save to use a ManualResetEvent rather than a separate timeout timer.
|
|\ \ \ \ \
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Conflicts:
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
| | | | | |
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
any AO hud is"
This reverts commit fa484c3494a7190b4d7526094347be74d091e125.
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs
OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
OpenSim/Region/Framework/Scenes/Scene.PacketHandlers.cs
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs
OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
|
| | | |
| | | |
| | | |
| | | | |
to set estate owner to a user that doesn't exist a little more obvious.
|
| | | |
| | | |
| | | |
| | | | |
with a private setter
|
| | | |
| | | |
| | | |
| | | | |
general-purpose function to see if a given string matches a given regex
|
| | | |
| | | |
| | | |
| | | | |
OSSL to get git diff to not complain
|
| | | |
| | | |
| | | |
| | | | |
LSL_List when converting values from LSL for modInvoke()
|
| | | |
| | | |
| | | |
| | | | |
if-else-if-else block in ConvertFromLSL can have a consistent appearance
|
| | | |
| | | |
| | | |
| | | | |
unknown list element type errors in ConvertFromLSL (via modInvoke)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
since the call itself does nothing and the return value is ignored by all callers.
This is a very old method (+4 years) so is probably confusing code cruft.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
instead of attempting to run another shutdown concurrently.
Thanks to Oren Hurvitz for this change.
|
| | | | |
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
hud is
loaded. Thank you tglion
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
script events can still access Physics scene until the script engine shuts down (triggered off base.Close())
XEngine listeners to EventManager.OnShutdown which is triggered from base.Close().
Possibly it could listen for the earlier OnSceneShuttingDown instead, but the easier solution right now is to relocate disposal of the physics scene.
This bug has existed since c150320 (Thu Jul 26 15:27:18 2012) and was in 0.7.4
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Viewer 3 will discard such a message if the chat message owner does not match the avatar.
We were filling the ownerID with the primID, so this never matched, hence viewer 3 did not see any script error messages.
This commit fills the ownerID in with the prim ownerID so the script owner will receive script error messages.
This does not affect viewer 1 and associated viewers which continue to process script errors as normal.
|
| | | |
| | | |
| | | |
| | | | |
appearance notecard does not exist, rather than returning UUID.Zero or silently failing.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
parameter) throw ScriptException instead of just a plain old exception.
This is to make it easier to distinguish these exceptions from unexpected OpenSimulator problems internally and in regression tests.
No functional changes.
|
| | | |
| | | |
| | | |
| | | | |
notecard name is invalid. Make osNpcLoadAppearance() fail silently in same circumstance rather than throwing exception.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
OSSL_ApiNpcTests
This is a more intuitive location.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
accept a local ID as well as a UUID.
This means that the sub-commands are now id rather than uuid, e.g. show object id
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
filename to save already exists, rather than exception throwing.
Also changes ConsoleUtil.CheckFileExists to CheckFileDoesNotExist() since this is more meaningful in the context, even though it does result in double negatives.
|
| | | |
| | | |
| | | |
| | | | |
to be serialized and dumped to XML for debug purposes.
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change terrain activation state to DISABLE_SIMULATION for better performance.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
ConsoleUtil.CoordHelp
|
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
assets weren't already in the cache. Comment cleanups.
|
| | | | |
| | | | |
| | | | |
| | | | | |
failed flag in BSPrim.ForceBodyShapeRebuild()
|
| | | | | |
|
| | | | | |
|
| |/ / /
| | | |
| | | |
| | | | |
linksets into own subclass. Will eventually add manual movement linkset subclass.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
running via the "debug lludp pool <on|off>" console command. For debug purposes.
This does not currently apply to the higher LLUDP packetpool.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
they are enabled. Add count stats for existing LLUDP pool.
This introduces a pull stat type in addition to the push stat type.
A pull stat takes a method on construction which knows how to update the stat on request.
In this way, special interfaces for pull stat collection are not necessary.
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
Conflicts:
OpenSim/Framework/LandData.cs
|