aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BulletSim: rewrite and improve vehicle angularDeflection, verticalAttraction,Robert Adams2012-12-061-83/+129
| | | | | | linearMotorUp and related vehicle forces. Fixed problems with downward vehicle position correction forces being too large. Add vehicle collision flag so can sense whether vehicle is on the ground.
* BulletSim: Don't add gravity to down force -- let Bullet do that. Add ↵Robert Adams2012-12-061-14/+28
| | | | VehicleAddForce to set of managed vehicle prim properties.
* BulletSim: Vehicle angular vertical attraction works. Other vehicle angular ↵Robert Adams2012-12-061-20/+35
| | | | forces commented out for the moment for debugging.
* BulletSim: Reduce idle region physics overhead where there are MANYRobert Adams2012-12-031-35/+46
| | | | | | | | | | | | static objects by more restrictive selection of objects that collide with static objects. Rename collision mask fuctions from 'filter' to 'group' so it is clear what is being set. Rename BulletSimAPI.SetCollisionFilterMask() to SetCollisionGroupMask to match above. Restore passing of time step to linear and angular motion component routines. Use buffering vehicle physical parameter get/set routines consistantly. Make range enforcement clearer by using ClampInRange() function for parameter setting. Remove commented out experimental vehicle calculations.
* BulletSim: rework angular corrections to remove any hybrid code and compute ↵Robert Adams2012-12-031-107/+97
| | | | absolute collections.
* BulletSim: revert angular vertical attraction from motor to code. The motor ↵Robert Adams2012-12-031-47/+19
| | | | code did not return the restoring difference but the current value. Remove unused commented out code.
* BulletSim: format vehicle detail logging messages so vehicle changs are ↵Robert Adams2012-12-031-14/+14
| | | | grouped better in the log output.
* BulletSim: localize vehicle property setting so the vehicle prim is only ↵Robert Adams2012-12-031-33/+128
| | | | updated at the end of the vehicle simulation step and the push of the physics property update event only happens if the properties are actually changed.
* BulletSim: Add DumpActivationInfo2 function. Change static objects from ↵Robert Adams2012-12-011-6/+6
| | | | DISABLE_SIMULATION to ISLAND_SLEEPING. Update DLLs and SOs to add DumpActivationInfo2 function.
* BulletSim: remove time scaling of computed vehicle absolute velocity since ↵Robert Adams2012-11-291-37/+61
| | | | Bullet will scale the movement by the time slice. Restore LIMIT_MOTOR_UP to definitition of BOAT simce some vehicle engines use it even for land vehicles. Push vehicle parameter updates through the regular property update to solve vehicles floating off when they should be stopped.
* BulletSim: add copyright header where it is missing. Remove some unnecessary ↵Robert Adams2012-11-291-2/+0
| | | | 'using' requirements so testing framework is less complicated.
* BulletSim: reverse direction of hover correction. Removes problem with ↵Robert Adams2012-11-291-8/+8
| | | | vehicles being orbited.
* BulletSim: fix boats floating low by removing LIMIT_MOTOR_UP flag from ↵Robert Adams2012-11-281-3/+15
| | | | TYPE_BOAT definition.
* BulletSim: move GetWaterLevelAtXYZ from BSScene to BSPhysTerrain.Robert Adams2012-11-281-4/+6
|
* BulletSim: reorganize linear movement routine into separate subroutines ↵Robert Adams2012-11-271-58/+79
| | | | enabling external calibration routines and unit tests.
* BulletSim: reorganize angular movement routine into separate subroutines ↵Robert Adams2012-11-271-95/+114
| | | | enabling external calibration routines and unit testing.
* BulletSim: implementation of vertical attraction motor.Robert Adams2012-11-271-41/+62
|
* BulletSim: increase vehicle stability by suppressing Bullet's update to ↵Robert Adams2012-11-261-8/+13
| | | | angular velocity.
* BulletSim: use m_angularMotor to do the basic movement. Add the setting of ↵Robert Adams2012-11-251-60/+64
| | | | same. Rename the angular forces and add comments to match MoveAngular to the form of MoveLinear.
* BulletSim: organize MoveLinear code for understandability. Make ↵Robert Adams2012-11-251-89/+40
| | | | LIMIT_MOTOR_UP contribution a velocity and not a force.
* BulletSim: add BSVMotor as BSDynamics linear motor.Robert Adams2012-11-251-13/+42
| | | | | | | | | | | Properly limit *_MOTOR_DECAY_TIMESCALE to 120 as per specs. Invode BSDynamics.Refresh() when vehicle type is changed. Previously the vehicle properties weren't getting set because the physical properties were set before the vehicle type was set. Add a "use name" to BSMotors for identification while debugging. Correct current and target confusion in BSVMotor design. Rename CurrentValueReductionTimescale to FrictionTimescale. Event more detailed logging.
* BulletSim: clean up TODO list. It is kept somewhere wlse that should be more ↵Robert Adams2012-11-251-1/+1
| | | | public. Add error logging for the detail log writer so a message is output when it cannot write to the specified logging directory. Modify friction defaults to be closer to ODE's values. Add new collision margin and vehicle angular damping parameters.
* BulletSim: small change to add position correction force with AddForce ↵Robert Adams2012-11-251-11/+18
| | | | rather than just storing it in the variable
* BulletSim: many changes to tune vehicles for BulletSim.Robert Adams2012-11-061-63/+161
| | | | | | | | The problem left is that the vehicle sitting on something needs to press down for gravity and what its sitting on pushes up so the vehicle does not penetrate. The effect is Bullet calculates a lot of random angular motion for the vehicle. Various schemes of damping and zeroing has not resolved the problem.
* BulletSim: fix compound linkset crash by not freeing shape of child prims.Robert Adams2012-11-031-3/+3
| | | | | Remove all compilation warnings (mostly 'protected' in sealed classes.) Add the dynamicAabbEnable parameter to creation of compound shapes.
* BulletSim: rename BSBody and BSShape to PhysBody and PhysShape. Add skeleton ↵Robert Adams2012-11-031-2/+2
| | | | of BSLinksetCompound.
* BulletSim: vehicle tweeking.Robert Adams2012-11-031-84/+52
| | | | | | Add AddTorque() method to BSPrim. Remove some manual motor actions in computing angular force (will eventually be replaced with motor class). Remove some experimental changes.
* BulletSim: Add gravity force to vehicle. Some debugging additions.Robert Adams2012-11-031-2/+6
|
* BulletSim: many small changes for vehicles simulation.Robert Adams2012-11-031-31/+40
|
* BulletSim: Add banking and other new code to vechile dynamics. Add third ↵Robert Adams2012-11-031-179/+310
| | | | party license and contributor in for for Aurora-Sim project for physics code.
* BulletSim: fix bug that caused error (and a crash on 32 bit Linux) when mesh ↵Robert Adams2012-10-221-2/+3
| | | | assets weren't already in the cache. Comment cleanups.
* BulletSim: remove trailing spaces to make git happy.Robert Adams2012-10-221-5/+5
|
* BulletSim: Use full linkset mass when computing vehicle gravity force. Add ↵Robert Adams2012-10-111-3/+3
| | | | taint-time specification to new AddForce().
* BulletSim: Add Force* operations to objects to allow direct push to engine.Robert Adams2012-10-111-6/+6
| | | | | | | | | | Update BSDynamics to use same (don't want to delay updates til next taint-time. Suppress queuing a taint update for position and orientation calls if value does not change. Move Bullet timing statistics call from C# back to C++ code. Throttle taints per simulation step and add parameter to set. By default, don't create hulls for physical objects. Add a parameter to turn on and off.
* BulletSim: Fix crash when linking large physical linksets.Robert Adams2012-10-111-1/+1
| | | | | | | | Properly remove and restore linkage constraints when upgrading a prim's mesh to a hull. Lots more debug logging. Definitions and use of Bullet structure dumping. Centralize detail logging so a Flush() can be added for debugging.
* BulletSim: call ForcePosition and ForceOrientation in BSDynamics so there is ↵Robert Adams2012-10-021-39/+57
| | | | no lag between what the vehicle code sees and what the physics engine is using.
* Correct my name in CONTRIBUTORS.txtRobert Adams2012-10-021-35/+16
|
* BulletSim: remove the trailing spaces from lines to make git happierRobert Adams2012-09-271-7/+7
|
* BulletSim: Fix linkset crash. Caused by the different body and shapeRobert Adams2012-09-271-55/+68
| | | | | | | pointers at runtime and at taint-time. Now passes the body into the taint. Vehicles zero inertia when active to eliminate Bullet's contribution to vehicle motion.
* BulletSim: move a bunch of common logic out of BSPrim and BSCharacterRobert Adams2012-09-271-5/+5
| | | | | | and into the parent class BSPhysObject. Rework collision logic to enable extra collision after done colliding. Rename 'Scene' to 'PhysicsScene' to differentiate it from the simulator 'Scene'.
* BulletSim: update DLLs and SOs and remove some debugging code.Robert Adams2012-09-151-1/+1
|
* BulletSim: remove timeStep parameter from calls for vehicle parameter ↵Robert Adams2012-09-151-6/+3
| | | | setting. There is no reason these should be using the simulation time interval for parameter calculation.
* BulletSim: Way too many changes in one commit.Robert Adams2012-09-151-122/+96
| | | | | | | | | | | | | | | | | | | | Many changes to BSDynamic for readability and commentary. Linkset hacking for vehicles: don't over mass the root prim. Add parameter for link constraint solver iterations. Correct uses of timestep in timescale calculations for vehicles. Reorganize code/logic for making objects static and dynamic for readability and use of API2. Changed most calls in BSPrim to use API2 calls (the new way). Avatars do not generate default Bullet collision events but do call up to the simulator for every avatar. Reduces overhead. Objects added to collision list only if they are processing collisions. Reduces overhead especially for large numbers of avatars. Generalize call for water height to GetWaterHeightAtXYZ(). Catch and correct exception getting terrain height when out of bounds. Correct race condition in Terrain Manager where creation wasn't at taint-time. Add API calls for constructing compound shapes. Move NeedsMeshing() logic into object class. Reorganize logic for object meshing to reduce rebuilding of meshs/hulls.
* BulletSim: Changes to terrain storage and management so mega-regions work.Robert Adams2012-08-311-4/+5
| | | | | | | | | Moved all terrain code out of BSScene and into new BSTerrainManager. Added logic to manage multiple terrains for mega-regions. Added new functions to BulletSimAPI to match the library. Moved all of the terrain creation and setup logic from C++ code to C# code. The unused code has not yet been removed from either place. Soon. Moved checks for avatar above ground and in bounds into BSCharacter.
* BulletSim: comments and parameter changes in dynamics engine.Robert Adams2012-08-171-23/+27
|
* BulletSim: in BSDynamics, merge 'flags' and 'hoverFlags' as they are defined ↵Robert Adams2012-08-171-158/+20
| | | | for the same bits and it makes the code less complicated.
* BulletSim: clean up detail logging by adding many more debug log statements ↵Robert Adams2012-08-151-1/+1
| | | | and then commenting out most of the additions.
* BulletSim: more detail logging for vehicle and general physics debugging.Robert Adams2012-07-201-15/+37
| | | | | | | | Physical linksets are fully functional. Tweeking of the vehicle code to make it semi-work. Utilize the new API2 for some setting operations. Add GetOrientation() API call for proper reporting of children of linksets. Changes the interface between C# and C++ code so old DLLs won't work!
* BulletSim: fix compile errors from last commit. Clean up passing of physics ↵Robert Adams2012-07-201-12/+11
| | | | scene into vehicle dynamics code.
* BulletSim: Add very detailed logging to BSDynamics for vehicle debuggingRobert Adams2012-07-201-42/+88
|