aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix a bad reset of shapetype on pbshape change, added missing ↵UbitUmarov2012-03-211-7/+10
| | | | checksculpload ( to reload mesh on change )
* Changes of PrimShapeType should now work with UbitOde ( almost untested )UbitUmarov2012-03-211-17/+26
|
* Tell physics about physics shape when creating. Added some virtual methods ↵UbitUmarov2012-03-211-0/+2
| | | | 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 )
* Merge branch 'ubitwork'Melanie2012-03-201-6/+27
|\ | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
| * add some more notifications about changes on physical parameters ( still ↵UbitUmarov2012-03-201-10/+9
| | | | | | | | incomple and there should be a better away )
* | Cover the case where prims are loaded and ParentGroup is not yet setMelanie2012-03-201-5/+10
|/
* Cause prims to be saved if extra physics parameters are changedMelanie2012-03-201-0/+5
|
* some more work on costsUbitUmarov2012-03-161-0/+62
|
* added ObjectPhysicsProperties http event message to send viewer that data. ↵UbitUmarov2012-03-151-1/+1
| | | | For now on caps/EventQueue, and still only used on a material change...
* bug fixs, added a default physics shape estimator based on being a mesh or ↵UbitUmarov2012-03-141-13/+71
| | | | 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
* let PhysicsShapeType none remove physics remove physics on child parts ↵UbitUmarov2012-03-131-10/+38
| | | | **UnTested**
* initial suport for ExtraPhysical parts parameters. Reading from llclientView ↵UbitUmarov2012-03-131-14/+100
| | | | to SOP including SOPserialization (not to databases). No action on physics still. No send to viewer, etc
* Refactor, move OjectChangeData into it's own file and renameMelanie2012-03-131-2/+2
| | | | | ObjectChnageWhat what into ObjectChangeType change. What is no name for a variable or type!
* allocate UndoRedoStore only on demandUbitUmarov2012-03-121-10/+17
|
* Physical phantoms testable with chOde. Volume detection was changed and ↵UbitUmarov2012-03-111-138/+145
| | | | also needs testing. Started making it more independent of phantom acording to new sl. ** 99.999...% UNTESTED ***
* Changed undo redo internals. moved exec code to UndoState.cs from sop that ↵UbitUmarov2012-03-111-133/+22
| | | | 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***
* BIG MESS. changed Iclient interface so only one event is used to inform ↵UbitUmarov2012-03-101-4/+43
| | | | 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 ****
* Merge branch 'ubitwork'Melanie2012-03-091-2/+2
|\
| * more changes in undo/redo. Basicly moved control to llclientview.cs. later ↵UbitUmarov2012-03-091-2/+2
| | | | | | | | 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
* | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ↵Melanie2012-03-081-45/+27
|\ \ | |/ | | | | careminster
| * changes on undo/redo (untested/incomplete). Think we may consider moving ↵UbitUmarov2012-03-071-45/+27
| | | | | | | | this mfrom SOP to client side. At least does seem to work a bit better ( again there wwas a issue on sop.copy )
* | Merge branch 'master' into careminsterMelanie2012-03-071-2/+0
|\ \ | |/ |/| | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
| * Always zero the PhysActor on dupes to prevent side effects on the orignal primMelanie2012-03-071-4/+1
| |
* | Null PhysActor on SOP.Copy() to prevent clobbering the original oneMelanie2012-03-061-4/+3
| |
* | make copied parts have diferent LocalIds than original. More building ↵UbitUmarov2012-03-061-2/+3
| | | | | | | | control for ubitODE. for all let physics know about linking of physical parts. Assume UNTESTED
* | Fix vehicles going physical stopping llTargetOmega parts (boat radar)Melanie2012-02-271-3/+5
| |
* | Move KeyframeMotion from SOG to SOP because we can't persist it anyMelanie2012-02-261-3/+11
| | | | | | | | other way because SOG doesn't technically exist in the DB
* | Fix deserialization of Buoyancy, Force and Torque. Remove debug from the newMelanie2012-02-261-3/+3
| | | | | | | | code.
* | Fix an infinite recursion caused by checking the wrong values forMelanie2012-02-261-24/+27
| | | | | | | | Buoyancy, Force and Torque
* | Merge branch 'ubitwork'Melanie2012-02-261-12/+81
|\ \
| * | changed SOP Force and Torque, adding XML (de/)serialization, also changed ↵UbitUmarov2012-02-251-12/+81
| | | | | | | | | | | | 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)
* | | Implement llSetKeyframedMotion. No persistence, no region crossing. Yet.Melanie2012-02-261-0/+3
|/ /
* | Also preserve angular velocity on crossing.Melanie2012-02-211-0/+3
| |
* | Make vehicles retain velocity when crossing between regions.Melanie2012-02-201-0/+4
| |
* | Merge branch 'ubitwork'Melanie2012-02-191-0/+13
|\ \
| * | Vehicle XML serialization more complete. Inactived by coments in ↵UbitUmarov2012-02-191-0/+13
| | | | | | | | | | | | SceneObjectSerializar.cs until proper testing
* | | Merge branch 'ubitwork'Melanie2012-02-191-16/+93
|\ \ \ | |/ / | | | | | | | | | | | | Conflicts: OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs OpenSim/Region/Physics/ChOdePlugin/OdePlugin.cs
| * | moved vehicle from SOG to SOPUbitUmarov2012-02-191-11/+76
| | |
| * | let SOG know about vehicles. Still needs serialization and applyphyscis on ↵UbitUmarov2012-02-181-23/+19
| | | | | | | | | | | | deserialize, etc
| * | try to make crossings work better. chode no longer prevents crossings i hopeUbitUmarov2012-02-151-3/+3
| | |
| * | initial introdution of physics actor building control.UbitUmarov2012-02-081-2/+16
| | |
| * | first change in SOP. in AddPrimShape(..) give physics the world rotation and ↵UbitUmarov2012-02-081-2/+4
| | | | | | | | | | | | not local offset. Currently physics interface only knows about world frame
* | | Merge branch 'master' of ssh://3dhosting.de/var/git/careminsterMelanie2012-02-191-3/+6
|\ \ \
| * \ \ Merge branch 'master' into careminsterMelanie2012-02-191-3/+3
| |\ \ \ | | | |/ | | |/|
| | * | Fix:OmegaX, OmegaY and OmegaZ not saved for child prims ↵PixelTomsen2012-02-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | http://opensimulator.org/mantis/view.php?id=5893 Signed-off-by: nebadon <michael@osgrid.org>
| * | | Merge branch 'master' into careminsterMelanie2012-02-161-0/+3
| |\ \ \ | | |/ / | | | / | | |/ | |/| Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs
| | * In ObjectTortureTests, run garbage collector on Teardown and run scene loop ↵Justin Clark-Casey (justincc)2012-02-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | try to make crossings work better. chode no longer prevents crossings i hopeUbitUmarov2012-02-151-3/+3
|/ /
* | Merge branch 'master' into careminsterMelanie2012-02-071-5/+1
|\ \ | |/ | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs OpenSim/Region/ScriptEngine/XEngine/XEngine.cs
| * Remove debug logging if physics actor is null in SOP.ApplyPhysics()Justin Clark-Casey (justincc)2012-02-071-5/+1
| | | | | | | | 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).