| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
checksculpload ( to reload mesh on change )
|
| |
|
|
|
|
| |
to get/set density,gravmod, frition,bounce and shape type ( not in use ). UbitOde now should do convex type on creation or everytime the mesh is changed ( as in change size, shape, etc )
|
|\
| |
| |
| |
| | |
Conflicts:
OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
|
| |
| |
| |
| | |
incomple and there should be a better away )
|
|/ |
|
| |
|
| |
|
|
|
|
| |
For now on caps/EventQueue, and still only used on a material change...
|
|
|
|
| |
not and use it on unlink if new root part as type none. Viewer doesn't get updated even with fullupdates we are missing something still
|
|
|
|
| |
**UnTested**
|
|
|
|
| |
to SOP including SOPserialization (not to databases). No action on physics still. No send to viewer, etc
|
|
|
|
|
| |
ObjectChnageWhat what into ObjectChangeType change. What is
no name for a variable or type!
|
| |
|
|
|
|
| |
also needs testing. Started making it more independent of phantom acording to new sl. ** 99.999...% UNTESTED ***
|
|
|
|
| |
now only sees a unified UndoRedoStore class, added size limit on buffers so only last 5 undo/redo are kept. (5 is hardcode like it was ) ***UNTESTED***
|
|
|
|
| |
scene about position scale or rotation change by client (others can be added). Its served at SceneGraph that does permition checks, undostore and sends down to SOG. changed values are stored in a class (ObjectChangeData) and what is changed as a enum (ObjectChangeWhat) with bit fields and 'macros' of this for better readability (at top of scenegraph.cs lasy to find better place for now) this can be extended for other things clients changes and need undo/redo. SOG process acording to what is changed. Changed UNDO/redo to use this also (warning is only storing what is changed, previus stored all, this must be checked for side efects. to save all PRS change commented line in scenegraph). Still have excessive calls to ScheduleGroupForTerseUpdate. **** UNTESTED ****
|
|\ |
|
| |
| |
| |
| | |
we can move back to a dispatcher function on SOG that handles the several cases( in a viwer independent way (?)) and calls current exec funtions. made cosmetic changes replacing decimals by hexs so bits are easier to read. Changed behavour of case 12 and 28 ( 0x0c and 0x1c) to make identical to 0x0d and 0x1d ( scale only and scale plus position). DOn't see 12 and 28 in use... cases 1c and 1d still broken
|
|\ \
| |/
| |
| | |
careminster
|
| |
| |
| |
| | |
this mfrom SOP to client side. At least does seem to work a bit better ( again there wwas a issue on sop.copy )
|
|\ \
| |/
|/|
| |
| | |
Conflicts:
OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
|
| | |
|
| | |
|
| |
| |
| |
| | |
control for ubitODE. for all let physics know about linking of physical parts. Assume UNTESTED
|
| | |
|
| |
| |
| |
| | |
other way because SOG doesn't technically exist in the DB
|
| |
| |
| |
| | |
code.
|
| |
| |
| |
| | |
Buoyancy, Force and Torque
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Buoyance. PLEASE trap deserialization from inventory etc, making force and torque vector3.Zero, unless we want then to rez moving. (needs checking/testing as usual)
|
|/ / |
|
| | |
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | | |
SceneObjectSerializar.cs until proper testing
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs
OpenSim/Region/Physics/ChOdePlugin/OdePlugin.cs
|
| | | |
|
| | |
| | |
| | |
| | | |
deserialize, etc
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
not local offset. Currently physics interface only knows about world frame
|
|\ \ \ |
|
| |\ \ \
| | | |/
| | |/| |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
http://opensimulator.org/mantis/view.php?id=5893
Signed-off-by: nebadon <michael@osgrid.org>
|
| |\ \ \
| | |/ /
| | | /
| | |/
| |/| |
Conflicts:
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
update when scene objects have been deleted.
At least on mono 2.6.4, running GC.Collect() is not guaranteed to force gc of all objects when run in the same method where those objects had references.
Therefore, GC.Collect() is now being done in the per-script teardown of ObjectTortureTests.
In addition, scene loop update is being run after garbage collection in order to clean out the viewer update list of scene objects in the SceneGraph.
These measures mean that scene objects/parts are now garbage collected after a test run if deleted from the scene, resulting in a much better memory usage report (though probably still not very accurate).
However, deletion takes a very long time - what's really needed is to find out now why the entire scene isn't being GC'd by this measure.
This change hasn't yet been applied to the other stress tests.
|
|/ / |
|
|\ \
| |/
| |
| |
| |
| | |
Conflicts:
OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs
OpenSim/Region/ScriptEngine/XEngine/XEngine.cs
|
| |
| |
| |
| | |
This is not valid in the case of BasicPhysics which can return a null PhysicsActor (though I think it should really return a do-nothing PhysicsActor).
|