aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* BulletSim: fix crash caused when linksets were rebuilt. A problem addedRobert Adams2013-01-311-2/+2
* BulletSim: clean up TargetVelocity implementation by using the default defn i...Robert Adams2013-01-311-2/+2
* BulletSim: do not zero an avatar's standing velocity if it is standingRobert Adams2013-01-281-6/+7
* BulletSim: allow changing position and rotation of a child of a linksetRobert Adams2013-01-211-1/+1
* BulletSim: More aggressive as setting character velocity to zeroRobert Adams2013-01-201-7/+23
* BulletSim: fix problem of avatar sliding very slowly occasionally after stopp...Robert Adams2013-01-201-34/+41
* BulletSim: modify motors to return correction rather than current valueRobert Adams2013-01-201-1/+2
* BulletSim: reduce jitter in avatar velocity when walking or flying.Robert Adams2013-01-181-1/+8
* BulletSim: Add one function that all actors who act on the physicalRobert Adams2013-01-171-0/+3
* BulletSim: don't modify angular parameters when doing LIMIT_MOTOR_UP.Robert Adams2013-01-151-1/+1
* BulletSim: add debugging messages to know when assets for physicalRobert Adams2013-01-151-1/+4
* BulletSim: fix not moving physical objects below terrain to over terrain.Robert Adams2013-01-141-2/+2
* BulletSim: Add IsSelected attribute to physical objects. Have vehicles check ...Robert Adams2013-01-111-0/+4
* BulletSim: add function to push avatar up when hitting stairs.Robert Adams2013-01-071-26/+71
* BulletSim: comments and removing small compile errors introduced in last commit.Robert Adams2013-01-061-2/+0
* BulletSim: convert avatar movement from a force to an impulse. Shouldn'tRobert Adams2013-01-041-2/+2
* BulletSim: nearly complete in conversion from BulletSimAPI to BSAPITemplate. ...Robert Adams2012-12-311-17/+17
* BulletSim: another round of conversion: dynamics world and collision object f...Robert Adams2012-12-311-23/+23
* BulletSim: first round of conversion from direct BulletSimAPI interfacing by ...Robert Adams2012-12-311-5/+3
* BulletSim: remove check for small motor movement because, while itRobert Adams2012-12-291-2/+5
* BulletSim: an 'if' to suppress multiple setting of avatar orientation.Robert Adams2012-12-291-5/+9
* BulletSim: tweeking avatar capsule code in an attempt to haveRobert Adams2012-12-291-43/+61
* BulletSim: add 'AvatarAlwaysRunFactor' parameter and use in setTargetVelocityRobert Adams2012-12-281-3/+3
* BulletSim: fix problem of avatars appearing to walk through wallsRobert Adams2012-12-281-51/+55
* BulletSim: move logic for IsColliding, CollidingGround and CollidingObj from ...Robert Adams2012-12-271-22/+14
* BulletSim: complete applyImpulse function in BSCharacter (like I saidRobert Adams2012-12-271-8/+17
* BulletSim: stop avatar from sliding VERY slowly after walking byRobert Adams2012-12-251-3/+2
* BulletSim: Fix single physical prim reporting its mass as zero.Robert Adams2012-12-241-4/+5
* BulletSim: modify avatar motor code to make falling movement better. Clean up...Robert Adams2012-12-221-34/+41
* BulletSim: remove the movement decay while flying. Made flying slow down over...Robert Adams2012-12-211-6/+0
* BulletSim: add BSPhysObject code to manage registrations of preStep events. U...Robert Adams2012-12-211-0/+2
* BulletSim: Move all the parameter variables, tables and get and fetch logic t...Robert Adams2012-12-211-15/+15
* BulletSim: small fix to avatar movement motor use which keeps avatar from fly...Robert Adams2012-12-211-1/+2
* BulletSim: avatar movement smoothed with motor that modifies avatar velocity ...Robert Adams2012-12-211-1/+76
* BulletSim: add check for border crossing in character position sanity check.Robert Adams2012-12-161-2/+10
* BulletSim: Add 'BulletSimData' which separates structures createdRobert Adams2012-12-131-3/+2
* BulletSim: fix problem of avatar's floating off the ground after unsitting. R...Robert Adams2012-12-121-8/+10
* BulletSim: protect character property setting to remove crash from taints set...Robert Adams2012-12-111-20/+40
* BulletSim: Fix crash on the destruction of physical linksets.Robert Adams2012-12-101-0/+2
* BulletSim: Reduce idle region physics overhead where there are MANYRobert Adams2012-12-031-2/+2
* BulletSim: move GetWaterLevelAtXYZ from BSScene to BSPhysTerrain.Robert Adams2012-11-281-1/+1
* Rename BulletSim's PhysicsShapeType to BSPhysicsShapeType because itMelanie2012-11-221-2/+2
* BulletSim: Make avatar capsule so it is not circular.Robert Adams2012-11-211-7/+17
* BulletSim: rename SHAPE_AVATAR to SHAPE_CAPSULE with the eye to eventually ha...Robert Adams2012-11-211-1/+1
* BulletSim: uplevel PhysicsShapeType out of ShapeData structure (since it is g...Robert Adams2012-11-211-2/+2
* BulletSim: tweek avatar capsule parameters so avatar feet don't go below grou...Robert Adams2012-11-211-3/+4
* BulletSim: fix the problem with flying being disabled when crossing region bo...Robert Adams2012-11-181-2/+6
* BulletSim: Add ZeroAngularMotion method to physical objects. Add inTaint flag...Robert Adams2012-11-061-7/+20
* BulletSim: debugging of compound shape implementation of linksets.Robert Adams2012-11-031-7/+6
* BulletSim: Add RawPosition and RawOrientation to BSPhysObject and rename Mass...Robert Adams2012-11-031-5/+15