Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BulletSim: first version of raycast. Only single contact point and no | Robert Adams | 2017-09-03 | 1 | -2/+0 |
| | | | | filtering. | ||||
* | BulletSim: add clock and change logic for taint processing a little | Robert Adams | 2017-08-28 | 1 | -1/+1 |
| | | | | | so taints check if they are not in simulation time and execute immediately if not. | ||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -4/+4 |
| | |||||
* | BulletSim: update avatar velocity setting to the new TargetVelocity pattern. | Robert Adams | 2016-11-13 | 1 | -11/+0 |
| | | | | | | | Now PhysicsActor.Velocity.set and PhysicsActor.SetMomentum do the same thing of setting the instantanious avatar velocity. PhysicsActor.TargetVelocity sets a velocity target and the movement motor is used to accelerate the' avatar to that velocity. | ||||
* | BulletSim: fix problem with avatar velocity going to zero when flying across | Robert Adams | 2016-09-30 | 1 | -43/+10 |
| | | | | | | region boundries. Move code for Velocity, ForceVelocity and SetMomentum to BSPhysObject and have both BSPrim and BSCharacter share the code. | ||||
* | BulletSim: change method signatures for internal AddForce methods to remove | Robert Adams | 2016-01-18 | 1 | -6/+10 |
| | | | | | | confusion about push forces. The latter is an external, physics engine interface feature (the force parameter has a different unit if pushing vs adding force) and that distinction is not used internally. | ||||
* | remove the use of Vector3 for axis locks on the rest of engines | UbitUmarov | 2015-10-21 | 1 | -5/+5 |
| | |||||
* | Implement an overridable implementation of PhysicsActor.SetVehicle() | Robert Adams | 2015-10-02 | 1 | -0/+53 |
| | | | | | | | that works for all physics engines. BulletSim: implement an optimized version of SetVehicle() that still uses the vehicle code to do bounds checking but does it in one taint operation. | ||||
* | add get method on physics actors PIDHoverActive | UbitUmarov | 2015-09-30 | 1 | -0/+4 |
| | |||||
* | demote ConvexDecompositionDotNet to a simple dll, i had made it a region module | UbitUmarov | 2015-09-09 | 1 | -1/+1 |
| | |||||
* | a mess with Modules and Module | UbitUmarov | 2015-09-08 | 1 | -1/+1 |
| | |||||
* | fix some compile | UbitUmarov | 2015-09-08 | 1 | -1/+1 |
| | |||||
* | Moved ExtendedPhysics from OptionalModules to Bullet project, because it's ↵ | Diva Canto | 2015-09-01 | 1 | -1/+0 |
| | | | | very much an optional Bullet feature. This way, Bullet doesn't need to depend on the OptionalModules dll. No changes in configs or behavior. | ||||
* | More namespace and dll name changes. Still no functional changes. | Diva Canto | 2015-08-30 | 1 | -1/+1 |
| | |||||
* | Renamed the namespaces too | Diva Canto | 2015-08-30 | 1 | -3/+3 |
| | |||||
* | Major renaming of Physics dlls / folders. No functional changes, just renames. | Diva Canto | 2015-08-30 | 1 | -0/+1896 |