aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-21BulletSim: begin movement of parameters from pinned memory block to variables...Robert Adams2-7/+19
2012-12-20BulletSim: fix incorrectly defined property changed flag.Robert Adams1-3/+1
2012-12-20BulletSim: Check for unspecified TimeScale in BSVMotor and don't scale if not...Robert Adams1-9/+43
2012-12-20BulletSim: replace use of funky nullable values for vehicle property update c...Robert Adams1-26/+43
2012-12-20BulletSim: angularMotorUp working again (seems a little slow as it takes long...Robert Adams2-32/+66
2012-12-20BulletSim: reorganize motor step code to separate error computation allowing ...Robert Adams1-51/+91
2012-12-18BulletSim: improve angularVerticalAttraction calculation to compute angular c...Robert Adams1-18/+15
2012-12-18BulletSim: initial implementation of a PID motor. Not hooked up yet.Robert Adams1-6/+38
2012-12-18BulletSim: comments and TODO list updateRobert Adams2-3/+9
2012-12-17BulletSim: apply friction to linear and angular motion before returning advan...Robert Adams3-14/+2
2012-12-17BulletSim: fix vehicles going underground when unsat. Problem was that, when ...Robert Adams4-29/+32
2012-12-16BulletSim: fix vehicles being shot in the air at border crossings because of ...Robert Adams1-2/+5
2012-12-16BulletSim: add parameter to UpdateProperties call into the linkset so changes...Robert Adams6-36/+65
2012-12-16BulletSim: add even more to the TODO list.Robert Adams1-4/+27
2012-12-16BulletSim: add check for border crossing in character position sanity check.Robert Adams1-2/+10
2012-12-16BulletSim: refactor to combine common terrain height testing code. Add functi...Robert Adams1-38/+48
2012-12-16BulletSim: remove some errors on shutdown by moving terrain destruction until...Robert Adams2-3/+16
2012-12-16BulletSim: rip out old code for linkset child position fetching. BulletSim do...Robert Adams5-45/+31
2012-12-13BulletSim: Add more to the TODO list. Clean up and improve some comments.Robert Adams2-10/+9
2012-12-13Return the last set targetVelocity rather than the current velocity as the de...Robert Adams1-5/+8
2012-12-13BulletSim: fix problem with continuious rebuilding of physical linksets. This...Robert Adams3-79/+88
2012-12-13BulletSim: correct line endings in new BulletSimData.cs file.Robert Adams1-282/+282
2012-12-13BulletSim: Add 'BulletSimData' which separates structures createdRobert Adams7-205/+308
2012-12-13BulletSim: remove extra linkset rebuilds.Robert Adams1-18/+36
2012-12-12BulletSim: fix problem of avatar's floating off the ground after unsitting. R...Robert Adams4-24/+27
2012-12-12BulletSim: non-functional commenting and reorganization of material attribute...Robert Adams2-33/+49
2012-12-12BulletSim: updates and rearrangement of the TODO list.Robert Adams1-14/+33
2012-12-12BulletSim: do not return the current velocity for targetVelocity.Robert Adams1-0/+11
2012-12-11BulletSim: fix crash caused by the creation of a linkset child that is under ...Robert Adams1-4/+4
2012-12-11BulletSim: protect character property setting to remove crash from taints set...Robert Adams2-21/+42
2012-12-11BulletSim: protect prim property setting to remove crash from taints setting ...Robert Adams3-20/+45
2012-12-11BulletSim: modify LIMIT_MOTOR_UP to limit BOAT types to be at water rather th...Robert Adams1-2/+2
2012-12-11BulletSim: add ini file and command line parameters to controlRobert Adams4-8/+22
2012-12-11BulletSim: set mass for single prim linksets when going physical. This fixes ...Robert Adams1-1/+8
2012-12-10BulletSim: comment out some chatty debug logging. Rearrange some code in BSDy...Robert Adams2-5/+7
2012-12-10BulletSim: Fix crash on the destruction of physical linksets.Robert Adams12-38/+155
2012-12-09BulletSim: some comments about rebuilding linksets (having to recompute and r...Robert Adams1-3/+6
2012-12-09BulletSim: adjust friction and restitution based on material type.Robert Adams2-5/+17
2012-12-08BulletSim: set material properties for static objects. Move Linkset.MakeStati...Robert Adams2-11/+24
2012-12-08BulletSim: fix small problem with setting size/scale of native shapes which c...Robert Adams1-6/+9
2012-12-08BulletSim: update comments and add more to TODO list.Robert Adams2-4/+10
2012-12-06BulletSim: rewrite and improve vehicle angularDeflection, verticalAttraction,Robert Adams2-83/+130
2012-12-06BulletSim: update and add to the TODO list.Robert Adams1-31/+56
2012-12-06BulletSim: add detail logging detail flag so I don't have to comment and unco...Robert Adams1-27/+34
2012-12-06BulletSim: only check position sanity if the prim is physical -- the user can...Robert Adams1-3/+1
2012-12-06BulletSim: add values for material friction and restitution. Fix line endings...Robert Adams1-191/+185
2012-12-06BulletSim: Don't add gravity to down force -- let Bullet do that. Add Vehicle...Robert Adams1-14/+28
2012-12-06BulletSim: Vehicle angular vertical attraction works. Other vehicle angular f...Robert Adams2-20/+38
2012-12-03BulletSim: Reduce idle region physics overhead where there are MANYRobert Adams7-80/+95
2012-12-03BulletSim: rework angular corrections to remove any hybrid code and compute a...Robert Adams4-111/+115