| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
OpenSim/Framework/Monitoring/BaseStatsCollector.cs
OpenSim/Region/Application/OpenSim.cs
OpenSim/Region/Application/OpenSimBase.cs
OpenSim/Region/Framework/Scenes/SceneManager.cs
bin/OpenMetaverse.Rendering.Meshmerizer.dll
bin/OpenMetaverse.StructuredData.dll
bin/OpenMetaverse.dll
bin/OpenMetaverseTypes.dll
prebuild.xml
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
thread since commit c150320 (Thu Jul 26 15:27:18 2012)
c150320 started explicitly disposing of the physics scene and nulling it out on region shutdown.
However, the update loop may not have yet checked Scene.ShuttingDown, particularly if avatars were not in the scene, causing failure when it tried to lookup time dilation.
This commit moves the setting of m_shuttingDown above the existing 500ms pause to notify avatars that they are being kicked.
This should not affect the few other places that use this flag.
|
| |
| |
| |
| |
| |
| |
| | |
is always IntPtr.Zero and contacts returned always have a valid geometry.
Possibly this was for a feature that was never implemented or was otherwise removed.
Thanks to SignpostMarv for the spot of the warning that shows this parameter was never changed.
|
| |
| |
| |
| |
| |
| | |
ISceneAgent.PresenceType from which IScenePresence inherits.
No other code changes required.
|
| | |
|
| |\ |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
and into its own class. The BulletSim data structures track
individual prims as linksets of 1 so most of the prim code is not
different between a linked and unlinked object.
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | | |
Fixes exception that happens when shutting down region (improvements from last patch)
|
| | | | |
|
| | |/
| |/|
| | |
| | | |
dictionary on RemoveRegion(), causing a later issue if regions were restarted (removed then readded).
|
| |\ \
| | |/ |
|
| | | |
|
| | |
| | |
| | |
| | | |
Only it's hairdresser knows for sure)
|
| | | |
|
| | |
| | |
| | |
| | | |
forces.
|
| | |
| | |
| | |
| | |
| | | |
to change to have a parameter show up in the ini file and
command line. Will make it much easier for the next person.
|
| | | |
|
| | |
| | |
| | |
| | | |
for more flexibility.
|
| |/
| |
| |
| |
| |
| |
| |
| | |
description field.
If we copy the asset description then we will only ever replicate the very first description, if there was one, not any subsequent changes.
Thanks to Oren Hurvitz of Kitely for this patch from http://opensimulator.org/mantis/view.php?id=6107
I have adapted it slightly to change the order of arguments (name before description rather than vice-versa) and slightly improve some method doc.
|
| |
| |
| |
| | |
with other monitoring code from OpenSim.Framework
|
| |
| |
| |
| | |
This better reflects the long-term purpose of that project and matches Monitoring modules.
|
| |
| |
| |
| |
| |
| |
| |
| | |
region console "show stats" command
This aims to capture the amount of memory that OpenSim turns over whilst operating a region.
This memory is not lost - apart from leaks it is reclaimed by the garbage collector.
However, the more memory that gets turned over the more work the GC has to do to reclaim it.
|
| |
| |
| |
| |
| | |
This is fired when all regions are ready or when at least one region becomes not ready.
Recently added EventManager.OnRegionReady becomes OnRegionReadyStatusChange to match OnLoginsEnabledStatusChange
|
|\ \
| |/
| |
| |
| | |
Conflicts:
OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
|
| |
| |
| |
| |
| | |
There is less justification for this word arrangement (verb after noun) now that command help is categorized.
Also removes "image queues show" in favour of existing alias "show image queues".
|
| | |
|
| |
| |
| |
| | |
since last packeted received by the simulator from a viewer.
|
| |
| |
| |
| | |
It seems that the mono 2.10.8.1 doesn't choke on this but for some reason 2.4.3 fails.
|
| |
| |
| |
| | |
start of script rather than just the script status reported by SOG.ContainsScripts()
|
| |\ |
|
| | |
| | |
| | |
| | | |
is given if not physical.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Modify ZeroMotion() to not make tainting calls and to use new API calls.
|
| | |
| | |
| | |
| | | |
rebuilding the object each time. Makes it an O(n) operation rather than O(n\!).
|
| |/
| |
| |
| | |
correct running status on a re-rezzed attachment
|
| |
| |
| |
| |
| |
| | |
justincc's original work. Sample scripts before doing so. Also refactor some
crucial common code and eliminate parameters that were only ever used with
the same constant value.
|
| |
| |
| |
| |
| |
| | |
When linking, detach the no longer used SOG's from backup so they can be
collected. Since their Children collection is never emptied, they prevent
their former SOPs from being collected as well.
|
| |
| |
| |
| | |
to have and confuses the issue.
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
justincc's original work. Sample scripts before doing so. Also refactor some
crucial common code and eliminate parameters that were only ever used with
the same constant value.
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | | |
if the client told us it wants to log out in the first place.
|
| | |
| | |
| | |
| | |
| | | |
while still in the scene to avoid losing important script state.
DeleteSceneObject can not be called before doing this!
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/ScriptEngine/Shared/Helpers.cs
prebuild.xml
|
| | |
| | |
| | |
| | | |
attempting to fix a mono compile error.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Physical linksets are fully functional.
Tweeking of the vehicle code to make it semi-work.
Utilize the new API2 for some setting operations.
Add GetOrientation() API call for proper reporting of children of linksets.
Changes the interface between C# and C++ code so old DLLs won't work!
|