aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-07BulletSim: Add Bullet body and shape to BSPhysObject and renameRobert Adams6-62/+505
2012-09-07BulletSim: Add some comments (gasp) and log messages.Robert Adams4-4/+13
2012-09-07BulletSim: PhysicsActorType() now returns the correct value rather than 'unkn...Robert Adams2-2/+3
2012-09-07BulletSim: Modify collision flag calls to return the current flags.Robert Adams2-7/+18
2012-08-31BulletSim: Update BulletSimAPI to match the DLL interface.Robert Adams4-137/+231
2012-08-31BulletSim: clean up some variable naming for consistancy.Robert Adams4-102/+183
2012-08-31BulletSim: fix line endings.Robert Adams1-22/+22
2012-08-31BulletSim: Changes to terrain storage and management so mega-regions work.Robert Adams8-185/+597
2012-08-31BulletSim: unify physical objects under BSPhysObjects. Now BSScene and BSLink...Robert Adams5-160/+200
2012-08-31BulletSim: add new interface for mesh, hull and terrain creation that will mo...Robert Adams1-7/+20
2012-08-17BulletSim: Properly regenerate hulls when objects made physical.Robert Adams1-9/+25
2012-08-17BulletSim: restore most of the Detail logging statements. Will haveRobert Adams4-40/+51
2012-08-17BulletSim: add parameters and functionality to specify the meshRobert Adams3-48/+34
2012-08-17BulletSim: comments and parameter changes in dynamics engine.Robert Adams2-26/+30
2012-08-17BulletSim: in BSDynamics, merge 'flags' and 'hoverFlags' as they are defined ...Robert Adams1-158/+20
2012-08-15BulletSim: make it so objects in a linkset do not generate collisions with ea...Robert Adams3-2/+27
2012-08-15BulletSim: add hinge constraint.Robert Adams3-6/+126
2012-08-15BulletSim: add locking to constraintCollection and rename some of the public ...Robert Adams2-147/+197
2012-08-15BulletSim: clean up detail logging by adding many more debug log statements a...Robert Adams5-34/+44
2012-08-15BulletSim: don't recreate mesh unless it needs it when rebuilding the hull. M...Robert Adams1-15/+15
2012-08-15BulletSim: fix problem of a null reference exception on shutdown if there wer...Robert Adams1-12/+13
2012-08-15BulletSim: Refactor BSConstraintCollection to add a new RemoveAndDestroyConst...Robert Adams1-4/+12
2012-08-15BulletSim: add BSConstraint.RecomputConstraintVariables for the recomputation...Robert Adams1-0/+17
2012-08-15BulletSim: Add the class BSCharacter to the DetailLog outputRobert Adams1-6/+10
2012-08-15BulletSim: rework physics FPS calculation to make a more realistic number.Robert Adams1-3/+8
2012-08-10BulletSim: many, many detailed logging messages for physical linksetRobert Adams7-44/+78
2012-08-10BulletSim: Add module names to DetailLog output. Fix some problems with links...Robert Adams3-63/+71
2012-08-09BulletSim: add an identifier to the TaintObject call so exceptions that happe...Robert Adams4-52/+57
2012-08-09BulletSim: separate out the constraints by type. The linksets useRobert Adams6-94/+146
2012-08-08BulletSim: add avatar code to keep avatars from ending up trapped under the t...Robert Adams4-53/+46
2012-08-07BulletSim: Added avatar capsule scaling for size of avatar.Robert Adams4-14/+47
2012-08-06BulletSim: update SOs and DLLs to run on more Linux versions. Correct multipl...Robert Adams2-4/+7
2012-08-03BulletSim: pass collision subscription information to the C++ code so collisi...Robert Adams3-16/+45
2012-08-03BulletSim: Add AddObjectForce to BulletSim API.Robert Adams3-20/+38
2012-08-02BulletSim: Debugging log statements added. Reduced size of updata buffer tryi...Robert Adams2-6/+27
2012-08-01Create the ability for physics modules to request assets on demand byMelanie1-0/+5
2012-07-31BulletSim: fix problem where resizing a primary shape (cube or sphere) would ...Robert Adams2-5/+3
2012-07-31BulletSim: change boolean parameters in the shape data from int's to float's ...Robert Adams2-7/+11
2012-07-31BulletSim: add parameters and API calls for setting ERP and CFM.Robert Adams6-29/+164
2012-07-27Remove the LandGeom checks in OdeScene - these are pointless since LandGeom i...Justin Clark-Casey (justincc)1-4/+2
2012-07-26BulletSim: fix a recursive loop when fetching the mass of the root of a linkset.Robert Adams2-4/+4
2012-07-26BulletSim: refactor all the linkset logic out of the prim classRobert Adams4-235/+409
2012-07-26Add check so Ode does not try to simulate after it has been Dispose()'ed. Fix...Robert Adams1-0/+9
2012-07-25BulletSim: remove unused, commented out code in BSConstraintRobert Adams1-8/+0
2012-07-25BulletSim: fix line endings in newly added files (Is it DOS or is it UNIX? On...Robert Adams2-301/+301
2012-07-25BulletSim: add parameters for setting linkset constraint factorsRobert Adams2-17/+32
2012-07-25BulletSim: small change to use the pointer to the bullet object for zeroing f...Robert Adams1-6/+5
2012-07-25BulletSim: Redo parameter specification so only one place hasRobert Adams1-248/+378
2012-07-25BulletSim: Add C# classes for storing and tracking constraints.Robert Adams2-0/+301
2012-07-25BulletSim: Move constraint tracking from C++ code to C# codeRobert Adams2-18/+83