aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'master' into careminsterMelanie2012-05-151-1/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | Guard against null root part on SQLite. This really needs to be fixed so SQLiteMelanie2012-05-151-1/+1
| * | | Try to fix sqlite breakageMelanie2012-05-151-0/+3
| * | | Port Avination's collision fixes to core.Melanie2012-05-151-501/+181
| | |/ | |/|
* | | Merge branch 'avination' into careminsterMelanie2012-05-141-501/+171
|\ \ \ | | |/ | |/|
| * | Completely revamp collision handling. Now works as it is supposed to.Melanie2012-05-141-501/+171
* | | Merge branch 'master' into careminsterMelanie2012-05-091-4/+5
|\ \ \ | | |/ | |/|
| * | Remove physics actor related race conditions in SetVehicleFlags() and SetPhys...Justin Clark-Casey (justincc)2012-05-091-7/+9
* | | Merge branch 'avination'Melanie2012-05-021-0/+3
|\ \ \ | | |/ | |/|
| * | Preserve attachment rotation on objects rezzed via a script. Makes toastersMelanie2012-05-021-0/+3
* | | Merge branch 'avination'Melanie2012-04-291-3/+37
|\ \ \ | |/ /
| * | fix llGetCenterOfMass ( checked with ubitODE only)UbitUmarov2012-04-281-3/+37
* | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...Melanie2012-04-231-0/+14
|\ \ \ | |/ /
| * | changed seletion code. SOP now knows about parts selection. UI actions are se...UbitUmarov2012-04-201-0/+14
* | | Merge branch 'master' into careminsterMelanie2012-04-231-1/+0
|\ \ \ | | |/ | |/|
| * | Fix bug where setting phantom on a prim would result in a server log message ...Justin Clark-Casey (justincc)2012-04-221-3/+6
* | | Merge branch 'master' into careminsterMelanie2012-04-221-3/+6
|\ \ \ | |/ / | | / | |/ |/|
| * Add regression test for prim status when root prim in a new linkset is non-ph...Justin Clark-Casey (justincc)2012-04-211-1/+1
| * Add TestSetPhysics() to SOP status testsJustin Clark-Casey (justincc)2012-04-211-3/+6
* | 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