Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Actually trigger land collisions in the root even when a child collides | Melanie | 2012-06-04 | 1 | -1/+1 |
| | |||||
* | Fix collision filtering | Melanie | 2012-05-29 | 1 | -10/+10 |
| | |||||
* | missing update script events call | UbitUmarov | 2012-05-20 | 1 | -1/+12 |
| | |||||
* | a bit faster collision sound type verification plus a few fixes/changes | UbitUmarov | 2012-05-19 | 1 | -20/+60 |
| | |||||
* | modulate collision sound intensity with collision relative velocity for ↵ | UbitUmarov | 2012-05-19 | 1 | -16/+29 |
| | | | | parts also | ||||
* | trigger collision sounds on active agent position for better spatial effect ↵ | UbitUmarov | 2012-05-17 | 1 | -16/+4 |
| | | | | without using the detailed collision position. (current error will be half max physical prim size). Moved some checks from sop to collisionSound code | ||||
* | default colisionVolume is 0, use it only for user specified sound | UbitUmarov | 2012-05-17 | 1 | -3/+6 |
| | |||||
* | default collision sounds. Incomplete, untested, needs revision | UbitUmarov | 2012-05-17 | 1 | -1/+1 |
| | |||||
* | collision sounds: simplify send code a bit and limit sending rate to 5 per ↵ | UbitUmarov | 2012-05-16 | 1 | -1/+36 |
| | | | | sec per part ??? | ||||
* | Added a invalidCollisionSoundUUID so that scripts can stop all collision ↵ | UbitUmarov | 2012-05-16 | 1 | -4/+13 |
| | | | | sounds with llCollisionSound("",...). UUID.Zero means defaults should be used. In case part has several scripts with confliting llCollisionSound result depende on exec order. Specially on reset the efect of "" depends on reset order, it should override the others. This is intermediate improve(?) since collisions sounds seem to need a deaper revision. | ||||
* | use part VolumeDetectActive and not rootPart.VolumeDetectActive to be ↵ | UbitUmarov | 2012-05-15 | 1 | -2/+5 |
| | | | | coerent with other places in case of future changes. Should be equivalent if all is well. | ||||
* | sop colisions don't play sounds on volume detectors | UbitUmarov | 2012-05-15 | 1 | -1/+1 |
| | |||||
* | sop: - added UpdatePhysicsSubscribedEvents() to update physics ator ↵ | UbitUmarov | 2012-05-15 | 1 | -48/+118 |
| | | | | collision events subcription where needed. Made it consider also VolumeDtc and phantom cases. - added extra calls to it on physics ator proprieties changes. - Fixed land collisions reports. - Handle the case of physics sending a last zero colisions reports to trigger collision_end. - Made the physics collisions report rate be 20 per second. (needs review/testing) | ||||
* | Port the mel/dahlia fix | Melanie | 2012-05-15 | 1 | -0/+3 |
| | |||||
* | don't send colision events to volume detectors | UbitUmarov | 2012-05-15 | 1 | -1/+2 |
| | |||||
* | Fix an omission | Melanie | 2012-05-15 | 1 | -1/+1 |
| | |||||
* | Completely revamp collision handling. Now works as it is supposed to. | Melanie | 2012-05-14 | 1 | -501/+171 |
| | |||||
* | Preserve attachment rotation on objects rezzed via a script. Makes toasters | Melanie | 2012-05-02 | 1 | -0/+3 |
| | | | | work right, finally. | ||||
* | fix llGetCenterOfMass ( checked with ubitODE only) | UbitUmarov | 2012-04-28 | 1 | -3/+37 |
| | |||||
* | changed seletion code. SOP now knows about parts selection. UI actions are ↵ | UbitUmarov | 2012-04-20 | 1 | -0/+14 |
| | | | | sent to SOP and this reports to SOG. Group is selected if any part is selected.sop.isSelect get() is only used in SOG. Will need to be improved for better performance on largelinksets. *UNTESTED* NEEDS CHECKING for side efects | ||||
* | changed - VolumeDetect and phantom setting interaction. Script VD(true) ↵ | UbitUmarov | 2012-04-19 | 1 | -11/+28 |
| | | | | forces phantom ON. UI phantom off turns off VD. Other transitions should only change specific parameter. This is not as current SL. - Fixed volumedetect prims being wrongly removed from physics. | ||||
* | make llGetGeometricCenter() work as in current SL. Now this is not real geom ↵ | UbitUmarov | 2012-04-09 | 1 | -9/+20 |
| | | | | center but a average of positions relative to root prim ignoring prims details, so no need to use physics engine. | ||||
* | sop.AddToPhysics(..) fixed and in use. For now it seems it needs to set ↵ | UbitUmarov | 2012-04-09 | 1 | -263/+147 |
| | | | | sop.PhysActor, so made it return void. | ||||
* | Merge branch 'master' into careminster | Melanie | 2012-04-07 | 1 | -22/+60 |
|\ | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs OpenSim/Region/CoreModules/World/Land/LandObject.cs OpenSim/Region/Framework/Scenes/Scene.Inventory.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | ||||
| * | Rather than having a FromFolderID property on every single prim and only ↵ | Justin Clark-Casey (justincc) | 2012-04-07 | 1 | -2/+0 |
| | | | | | | | | | | | | ever using the root prim one, store on SOG instead. This reduces pointless memory usage. | ||||
| * | Store FromItemID for attachments once on SOG instead of on every SOP and ↵ | Justin Clark-Casey (justincc) | 2012-04-07 | 1 | -2/+0 |
| | | | | | | | | | | | | only ever using the root part entry. This eliminates some pointless memory use. | ||||
| * | refactor: Eliminate unnecessary SOP.m_physActor | Justin Clark-Casey (justincc) | 2012-04-06 | 1 | -10/+1 |
| | | |||||
| * | Fix llGetLinkPrimParams for PRIM_POS_LOCAL for child prims whether in scene ↵ | Justin Clark-Casey (justincc) | 2012-04-06 | 1 | -3/+13 |
| | | | | | | | | | | | | | | | | or attachments. Return relative position to root prim rather than 0,0,0. Should fix same issue with llGetLocalPos() http://opensimulator.org/mantis/view.php?id=5951 | ||||
| * | remove possible PhysActor unexpectedly null race conditions when changing ↵ | Justin Clark-Casey (justincc) | 2012-04-03 | 1 | -57/+74 |
| | | | | | | | | | | | | prim collision status factor out common SOP physics scene adding code into a common SOP.AddToPhysics() that is the counterpart to the existing RemoveFromPhysics() | ||||
* | | minor changes.. a few physicsactor -> pa and a use a constant with |'ed ↵ | UbitUmarov | 2012-04-04 | 1 | -35/+31 |
| | | | | | | | | bit fields in place of 6 individual checks ||'ed | ||||
* | | remove more merge artefacts | UbitUmarov | 2012-04-04 | 1 | -10/+3 |
| | | |||||
* | | reverted changes to llApplyRotationalImpulse execution in SOP/SOG. This ↵ | UbitUmarov | 2012-04-04 | 1 | -1/+1 |
| | | | | | | | | functions naming is misleading, Here Apply means to apply a instante impulse that may add to previus unprocessed ones and not setting a permanente torque (that is done by llSetTorque). | ||||
* | | Fix the last merge artefacts | Melanie | 2012-04-03 | 1 | -4/+5 |
| | | |||||
* | | Fix more merge artefacts | Melanie | 2012-04-03 | 1 | -3/+3 |
| | | |||||
* | | Remove duplicate implementation of Material { get; set; } | Melanie | 2012-04-03 | 1 | -14/+0 |
| | | |||||
* | | Fix merge artefacts | Melanie | 2012-04-03 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2012-04-03 | 1 | -54/+98 |
|\ \ | |/ | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | ||||
| * | Eliminate race condition where many callers would check SOP.PhysicsActor != ↵ | Justin Clark-Casey (justincc) | 2012-04-03 | 1 | -91/+116 |
| | | | | | | | | | | | | | | | | null then assume it was still not null in later code. Another thread could come and turn off physics for a part (null PhysicsActor) at any point. Had to turn off localCopy on warp3D CoreModules section in prebuild.xml since on current nant this copies all DLLs in bin/ which can be a very large number with compiled DLLs No obvious reason for doing that copy - nothing else does it. | ||||
* | | fix a bad reset of shapetype on pbshape change, added missing ↵ | UbitUmarov | 2012-03-21 | 1 | -7/+10 |
| | | | | | | | | checksculpload ( to reload mesh on change ) | ||||
* | | Changes of PrimShapeType should now work with UbitOde ( almost untested ) | UbitUmarov | 2012-03-21 | 1 | -17/+26 |
| | | |||||
* | | Tell physics about physics shape when creating. Added some virtual methods ↵ | UbitUmarov | 2012-03-21 | 1 | -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' | Melanie | 2012-03-20 | 1 | -6/+27 |
|\ \ | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | ||||
| * | | add some more notifications about changes on physical parameters ( still ↵ | UbitUmarov | 2012-03-20 | 1 | -10/+9 |
| | | | | | | | | | | | | incomple and there should be a better away ) | ||||
* | | | Cover the case where prims are loaded and ParentGroup is not yet set | Melanie | 2012-03-20 | 1 | -5/+10 |
|/ / | |||||
* | | Cause prims to be saved if extra physics parameters are changed | Melanie | 2012-03-20 | 1 | -0/+5 |
| | | |||||
* | | some more work on costs | UbitUmarov | 2012-03-16 | 1 | -0/+62 |
| | | |||||
* | | added ObjectPhysicsProperties http event message to send viewer that data. ↵ | UbitUmarov | 2012-03-15 | 1 | -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 ↵ | UbitUmarov | 2012-03-14 | 1 | -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 ↵ | UbitUmarov | 2012-03-13 | 1 | -10/+38 |
| | | | | | | | | **UnTested** | ||||
* | | initial suport for ExtraPhysical parts parameters. Reading from llclientView ↵ | UbitUmarov | 2012-03-13 | 1 | -14/+100 |
| | | | | | | | | to SOP including SOPserialization (not to databases). No action on physics still. No send to viewer, etc |