aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-11BulletSim: Add IsSelected attribute to physical objects. Have vehicles check ...Robert Adams4-50/+162
2013-01-11BulletSim: Redo linear function coding so they can better interact. New algor...Robert Adams2-62/+91
2013-01-11BulletSim: remove double application of buoyancy. Centralize computation of b...Robert Adams4-65/+59
2013-01-11BulletSim: fix the 'No recognised physics mesh found ...' error spew by remem...Robert Adams1-1/+1
2013-01-08BulletSim: Fix hover height (boats float at the correct level).Robert Adams2-8/+12
2013-01-07BulletSim: improve vehicle angular banking and deflection computation. Rotate...Robert Adams1-19/+18
2013-01-07BulletSim: add function to push avatar up when hitting stairs.Robert Adams5-27/+119
2013-01-07BulletSim: fix exception when re-creating the terrain when loading an OAR fileRobert Adams1-0/+2
2013-01-06BulletSim: comments and removing small compile errors introduced in last commit.Robert Adams3-9/+3
2013-01-06BulletSim: update DLLs and SOs with better debugging output.Robert Adams4-12/+151
2013-01-04BulletSim: fix problem where mesh shapes were physically just their bounding ...Robert Adams1-0/+1
2013-01-04BulletSim: implement llMoveToTarget by adding PIDActive, etc.Robert Adams2-50/+33
2013-01-04BulletSim: add some features to the PID motor to make it more flexible.Robert Adams1-9/+18
2013-01-04BulletSim: convert avatar movement from a force to an impulse. Shouldn'tRobert Adams1-2/+2
2013-01-04BulletSim: add initial implementation of llMoveToTarget and hover height.Robert Adams1-10/+147
2013-01-04BulletSim: reorganize motor code a little to pull together common functions.Robert Adams1-18/+129
2013-01-04BulletSim: add comments to force and impulse setting functionsRobert Adams1-0/+8
2013-01-04BulletSim: fix problem where pre-step actions would not replacedRobert Adams1-0/+4
2013-01-04BulletSim: add ResetBroadphasePool and ResetConstraintSolver diagnosticRobert Adams4-50/+73
2013-01-01BulletSim: add parameter to have Bullet output performance statisticsRobert Adams4-7/+11
2013-01-01BulletSim: move selection of the unmanaged Bullet DLL from BSPluginRobert Adams2-6/+8
2013-01-01BulletSim: move over and port the interface for BulletXNA.Robert Adams7-315/+623
2013-01-01BulletSim: fix line endings.Robert Adams2-52/+52
2013-01-01BulletSim: subclass Bullet[World|Body|Shape|Constraint] for unmanagedRobert Adams6-278/+1806
2012-12-31BulletSim: remove unused unmanaged memory reference functions from BSAPITempl...Robert Adams2-2/+4
2012-12-31BulletSim: remove rigid body contruction functions from BSAPITemplate that re...Robert Adams2-61/+0
2012-12-31BulletSim: eliminate the use of the unmanaged HeightMapInfo structure.Robert Adams4-42/+20
2012-12-31BulletSim: complete movement of BulletSimAPI functions to BSAPITemplate.Robert Adams10-194/+311
2012-12-31BulletSim: nearly complete in conversion from BulletSimAPI to BSAPITemplate. ...Robert Adams15-201/+372
2012-12-31BulletSim: remove all the debug printing of pointer formatting (.ToString(X))...Robert Adams7-25/+58
2012-12-31BulletSim: another round of conversion: dynamics world and collision object f...Robert Adams15-1248/+1454
2012-12-31BulletSim: add the implementation files for the two versions of Bullet:Robert Adams2-0/+1146
2012-12-31BulletSim: first round of conversion from direct BulletSimAPI interfacing by ...Robert Adams11-839/+234
2012-12-31BulletSim: change physical data structures to classes. Add defaultRobert Adams5-15/+29
2012-12-29BulletSim: remove check for small motor movement because, while itRobert Adams2-3/+6
2012-12-29BulletSim: an 'if' to suppress multiple setting of avatar orientation.Robert Adams1-5/+9
2012-12-29BulletSim: tweeking avatar capsule code in an attempt to haveRobert Adams4-46/+81
2012-12-28BulletSim: add 'AvatarAlwaysRunFactor' parameter and use in setTargetVelocityRobert Adams2-3/+9
2012-12-28BulletSim: fix problem of avatars appearing to walk through wallsRobert Adams1-51/+55
2012-12-27BulletSim: correct collision mask definition for linkset children.Robert Adams4-35/+18
2012-12-27BulletSim: fix physical object not interacting with static objects.Robert Adams1-9/+24
2012-12-27BulletSim: Parameterize nominal frame rate (55) and add parameters to dynamia...Robert Adams4-5/+21
2012-12-27BulletSim: move logic for IsColliding, CollidingGround and CollidingObj from ...Robert Adams4-39/+55
2012-12-27BulletSim: fix buoyancy so it's properly set by a script when anRobert Adams4-15/+44
2012-12-27BulletSim: fix odd code that wasn't really recomputing the mass of aRobert Adams1-7/+7
2012-12-27BulletSim: add physical parameter min/max constants in BSParam. I just don't ...Robert Adams4-11/+15
2012-12-27BulletSim: complete applyImpulse function in BSCharacter (like I saidRobert Adams1-8/+17
2012-12-18* Merges BulletSim Updates to BulletSimN(BulletSNPlugin)teravus19-79/+116
2012-12-26BulletSim: scale the force for external AddForce by the simulationRobert Adams3-1/+19
2012-12-25BulletSim: make llBuoyancy work. For some reason, Bullet resets anRobert Adams3-5/+13