aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSActorAvatarMove.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-30Major renaming of Physics dlls / folders. No functional changes, just renames.Diva Canto1-457/+0
2015-08-09BulletSim: update the motion actors so they completely clean themselvesRobert Adams1-2/+1
2015-01-07BulletSim: fix line ending problems.Robert Adams1-1/+1
2015-01-07BulletSim: tweek step parameters and logic to make walking up stepsRobert Adams1-8/+18
2014-11-29Somewhat improve avatar region crossings by properly preserving velocity when...Justin Clark-Casey (justincc)1-0/+5
2014-06-27Bulletsim: Create AvatarTerminalVelocity to BulletSim like what ODE and SL ha...Vegaslon1-2/+22
2014-06-18BulletSim: more tweeks to AliciaRaven's flying mods. Added parametersRobert Adams1-11/+12
2014-06-17Fix previous commit to ignore water height and allow flying underwater (swimm...AliciaRaven1-16/+1
2014-06-17Add upward force to flight when close to the ground. Prevents current belly f...AliciaRaven1-0/+26
2014-05-17BulletSim: adjust avatar step up parameters to better walk up smallRobert Adams1-2/+2
2013-09-20BulletSim: reduce avatar walking stopped threshold.Robert Adams1-0/+1
2013-09-20BulletSim: zero velocity when avatar not moving.Robert Adams1-0/+1
2013-09-11BulletSim: add ID parameter to TaintedObject calls so logging will include Lo...Robert Adams1-1/+1
2013-08-14BulletSim: include check for volume detect in check for zeroing avatar motion.Robert Adams1-1/+1
2013-08-14BulletSim: add physical object initialized flag so updates and collisionsRobert Adams1-1/+3
2013-08-12BulletSim: add check in avatar stair step code to verify the collisionRobert Adams1-13/+20
2013-07-18BulletSim: add position resetting for stationary avatars so they don'tRobert Adams1-1/+16
2013-06-20BulletSim: rework velocity updating when not colliding and not flyingRobert Adams1-5/+39
2013-05-06BulletSim: remove friction calcuation from BSMotor and move linear andRobert Adams1-1/+0
2013-04-29BulletSim: remove trailing white space to make git happier. No functional cha...Robert Adams1-1/+1
2013-04-29BulletSim: massive refactor of shape classes. Removed shape specific code fro...Robert Adams1-2/+2
2013-04-23BulletSim: improve avatar stair walking up. Add more parameters to control forceRobert Adams1-18/+85
2013-04-08BulletSim: clean up actor code so routines use the same coding pattern.Robert Adams1-12/+10
2013-04-08BulletSim: complete movement of physical object action code out of theRobert Adams1-0/+287