aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* a bit faster collision sound type verification plus a few fixes/changesUbitUmarov2012-05-191-20/+60
* modulate collision sound intensity with collision relative velocity for parts...UbitUmarov2012-05-191-16/+29
* trigger collision sounds on active agent position for better spatial effect ...UbitUmarov2012-05-171-16/+4
* default colisionVolume is 0, use it only for user specified soundUbitUmarov2012-05-171-3/+6
* default collision sounds. Incomplete, untested, needs revisionUbitUmarov2012-05-171-1/+1
* collision sounds: simplify send code a bit and limit sending rate to 5 per s...UbitUmarov2012-05-161-1/+36
* Added a invalidCollisionSoundUUID so that scripts can stop all collision sou...UbitUmarov2012-05-161-4/+13
* use part VolumeDetectActive and not rootPart.VolumeDetectActive to be coeren...UbitUmarov2012-05-151-2/+5
* sop colisions don't play sounds on volume detectorsUbitUmarov2012-05-151-1/+1
* sop: - added UpdatePhysicsSubscribedEvents() to update physics ator collision...UbitUmarov2012-05-151-48/+118
* Port the mel/dahlia fixMelanie2012-05-151-0/+3
* don't send colision events to volume detectorsUbitUmarov2012-05-151-1/+2
* Fix an omissionMelanie2012-05-151-1/+1
* Completely revamp collision handling. Now works as it is supposed to.Melanie2012-05-141-501/+171
* Preserve attachment rotation on objects rezzed via a script. Makes toastersMelanie2012-05-021-0/+3
* fix llGetCenterOfMass ( checked with ubitODE only)UbitUmarov2012-04-281-3/+37
* changed seletion code. SOP now knows about parts selection. UI actions are se...UbitUmarov2012-04-201-0/+14
* changed - VolumeDetect and phantom setting interaction. Script VD(true) forc...UbitUmarov2012-04-191-11/+28
* make llGetGeometricCenter() work as in current SL. Now this is not real geom ...UbitUmarov2012-04-091-9/+20
* sop.AddToPhysics(..) fixed and in use. For now it seems it needs to set sop....UbitUmarov2012-04-091-263/+147
* Merge branch 'master' into careminsterMelanie2012-04-071-22/+60
|\
| * Rather than having a FromFolderID property on every single prim and only ever...Justin Clark-Casey (justincc)2012-04-071-2/+0
| * Store FromItemID for attachments once on SOG instead of on every SOP and only...Justin Clark-Casey (justincc)2012-04-071-2/+0
| * refactor: Eliminate unnecessary SOP.m_physActorJustin Clark-Casey (justincc)2012-04-061-10/+1
| * Fix llGetLinkPrimParams for PRIM_POS_LOCAL for child prims whether in scene o...Justin Clark-Casey (justincc)2012-04-061-3/+13
| * remove possible PhysActor unexpectedly null race conditions when changing pri...Justin Clark-Casey (justincc)2012-04-031-57/+74
* | minor changes.. a few physicsactor -> pa and a use a constant with |'ed bit...UbitUmarov2012-04-041-35/+31
* | remove more merge artefactsUbitUmarov2012-04-041-10/+3
* | reverted changes to llApplyRotationalImpulse execution in SOP/SOG. This funct...UbitUmarov2012-04-041-1/+1
* | Fix the last merge artefactsMelanie2012-04-031-4/+5
* | Fix more merge artefactsMelanie2012-04-031-3/+3
* | Remove duplicate implementation of Material { get; set; }Melanie2012-04-031-14/+0
* | Fix merge artefactsMelanie2012-04-031-1/+1
* | Merge branch 'master' into careminsterMelanie2012-04-031-54/+98
|\ \ | |/
| * Eliminate race condition where many callers would check SOP.PhysicsActor != n...Justin Clark-Casey (justincc)2012-04-031-91/+116
* | fix a bad reset of shapetype on pbshape change, added missing checksculpload...UbitUmarov2012-03-211-7/+10
* | 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 to...UbitUmarov2012-03-211-0/+2
* | Merge branch 'ubitwork'Melanie2012-03-201-6/+27
|\ \
| * | add some more notifications about changes on physical parameters ( still inc...UbitUmarov2012-03-201-10/+9
* | | 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. F...UbitUmarov2012-03-151-1/+1
* | bug fixs, added a default physics shape estimator based on being a mesh or no...UbitUmarov2012-03-141-13/+71
* | let PhysicsShapeType none remove physics remove physics on child parts **UnT...UbitUmarov2012-03-131-10/+38
* | initial suport for ExtraPhysical parts parameters. Reading from llclientView ...UbitUmarov2012-03-131-14/+100
* | Refactor, move OjectChangeData into it's own file and renameMelanie2012-03-131-2/+2
* | allocate UndoRedoStore only on demandUbitUmarov2012-03-121-10/+17
* | Physical phantoms testable with chOde. Volume detection was changed and also...UbitUmarov2012-03-111-138/+145