| Commit message (Expand) | Author | Age | Files | Lines |
* | BulletSim: update C++ HACD parameters to values that handle enclosed hollow s... | Robert Adams | 2013-09-11 | 1 | -8/+8 |
* | BulletSim: adjust avatar position when the avatar's size is changed. | Robert Adams | 2013-08-08 | 1 | -2/+2 |
* | BulletSim: make density display and return value consistant with how | Robert Adams | 2013-07-30 | 1 | -6/+7 |
* | BulletSim: Turn on center-of-mass calculation by default. | Robert Adams | 2013-07-23 | 1 | -3/+5 |
* | BulletSim: add parameter to optionally disable vehicle linear deflection. | Robert Adams | 2013-07-09 | 1 | -1/+7 |
* | BulletSim: make all the different angularVerticalAttraction algorithms | Robert Adams | 2013-07-08 | 1 | -3/+12 |
* | BulletSim: comments and non-functional changes working toward the center-of-g... | Robert Adams | 2013-07-06 | 1 | -0/+3 |
* | BulletSim: add inTaintTime parameter to collision cache clear function. | Robert Adams | 2013-06-30 | 1 | -3/+3 |
* | BulletSim: rework velocity updating when not colliding and not flying | Robert Adams | 2013-06-20 | 1 | -0/+3 |
* | BulletSim: default PhysicsTimeStep to same as the simulator's | Robert Adams | 2013-06-05 | 1 | -1/+1 |
* | BulletSim: experimental movement of physics execution off of heartbeat | Robert Adams | 2013-06-01 | 1 | -0/+8 |
* | BulletSim: default using mesh asset hulls to 'true'. This means that, | Robert Adams | 2013-05-27 | 1 | -2/+2 |
* | BulletSim: enable GImpact shape for prims with cuts. Include DLLs and SOs | Robert Adams | 2013-05-26 | 1 | -1/+1 |
* | BulletSim: add VehicleInertiaFactor to allow modifying inertia. | Robert Adams | 2013-05-24 | 1 | -0/+3 |
* | BulletSim: correct errors caused by misspelled INI parameter spec. | Robert Adams | 2013-05-22 | 1 | -1/+1 |
* | BulletSim: add code to experimentally use asset hull data. | Robert Adams | 2013-05-22 | 1 | -0/+3 |
* | Revert "BulletSim: add code to experimentally use asset hull data." | Robert Adams | 2013-05-21 | 1 | -3/+0 |
* | BulletSim: add code to experimentally use asset hull data. | Robert Adams | 2013-05-21 | 1 | -0/+3 |
* | BulletSim: add gImpact shape type. Add logic to use gImpact shape | Robert Adams | 2013-05-21 | 1 | -0/+3 |
* | BulletSim: add adjustment for avatar capsule height scaling. Makes | Robert Adams | 2013-05-13 | 1 | -0/+9 |
* | BulletSim: use heightmap terrain when using BulletXNA. | Robert Adams | 2013-05-13 | 1 | -1/+1 |
* | BulletSim: simplify parameter specification by reducing the number of | Robert Adams | 2013-05-06 | 1 | -190/+93 |
* | BulletSim: prims with no cuts created with single convex hull shape. | Robert Adams | 2013-05-02 | 1 | -0/+5 |
* | BulletSim: remove trailing white space to make git happier. No functional cha... | Robert Adams | 2013-04-29 | 1 | -3/+3 |
* | BulletSim: improve avatar stair walking up. Add more parameters to control force | Robert Adams | 2013-04-23 | 1 | -2/+13 |
* | BulletSim: add Bullet HACD library invocation. Turned off by default as not | Robert Adams | 2013-04-09 | 1 | -1/+52 |
* | BulletSim: fix race condition when creating very large mega-regions. | Robert Adams | 2013-03-28 | 1 | -1/+1 |
* | BulletSim: small tweaks and formatting in the parameter fetching code. | Robert Adams | 2013-03-25 | 1 | -5/+16 |
* | BulletSim: parameterize C# HACD hull creation. Add feature of reducing max hu... | Robert Adams | 2013-03-25 | 1 | -0/+33 |
* | BulletSim: code to generate a higher resolution terrain mesh. Parameter | Robert Adams | 2013-03-19 | 1 | -0/+5 |
* | BulletSim: add terrain contact processing threshold parameter. Initialize con... | Robert Adams | 2013-03-19 | 1 | -0/+19 |
* | BulletSim: add INI parameter for angular banking timescale fudge parameter. | Robert Adams | 2013-03-16 | 1 | -1/+6 |
* | BulletSim: remove the ability for avatars to fly off the edge of | Robert Adams | 2013-03-09 | 1 | -0/+5 |
* | BulletSim: add parameters, code cleanup around checking and enforcing | Robert Adams | 2013-03-01 | 1 | -6/+14 |
* | BulletSim: add OutOfBounds logic and some position sanity checking | Robert Adams | 2013-02-21 | 1 | -15/+28 |
* | BulletSim: rework parameter setting for different types of values | Robert Adams | 2013-02-17 | 1 | -348/+326 |
* | BulletSim: fix density since the simulator/viewer track density in a | Robert Adams | 2013-02-12 | 1 | -5/+12 |
* | BulletSim: add parameter to set global contact breaking threshold. Update DLL... | Robert Adams | 2013-02-08 | 1 | -0/+6 |
* | BulletSim: Change BSCharacter to use new base Density and Friction | Robert Adams | 2013-02-08 | 1 | -1/+1 |
* | Change passed PhysicsParameter value from float to the more general string value | Robert Adams | 2013-02-07 | 1 | -18/+16 |
* | BulletSim: set removing zero width triangles in meshes to be enabled by defau... | Robert Adams | 2013-02-06 | 1 | -1/+1 |
* | BulletSim: make removing zero width triangles from meshes optional | Robert Adams | 2013-02-05 | 1 | -0/+6 |
* | BulletSim: remove degenerate triangles from meshes. This fixes the | Robert Adams | 2013-02-05 | 1 | -6/+12 |
* | BulletSim: rework some parameter setting implementation moving functionality ... | Robert Adams | 2013-02-05 | 1 | -54/+77 |
* | BulletSim: enable angular vertical attraction. | Robert Adams | 2013-01-28 | 1 | -1/+1 |
* | BulletSim: simplify the initialization of some of the parameters. | Robert Adams | 2013-01-27 | 1 | -26/+10 |
* | BulletSim: parameterize the value for gravity reduction for ground vehicles o... | Robert Adams | 2013-01-27 | 1 | -3/+9 |
* | BulletSim: parameterize several vehicle debugging values: physical linear and... | Robert Adams | 2013-01-27 | 1 | -0/+45 |
* | BulletSim: disable CCD (continuious collision detection) and | Robert Adams | 2013-01-24 | 1 | -3/+3 |
* | BulletSim: center-of-gravity linkset changes. Not working yet. | Robert Adams | 2013-01-23 | 1 | -5/+2 |