Commit History

Author SHA1 Message Date
  Jorrit Rouwe 5a3935ee69 Ability to save and restore the simulation in parts (#1282) 10 months ago
  Jorrit Rouwe 19fbd9e031 Consistency fix: A few files were using spaces instead of tabs (#1171) 1 year ago
  Jorrit Rouwe ff2217ed02 Fixed StaticCast and DynamicCast (#1135) 1 year ago
  Jorrit Rouwe bdc1695a64 Replace std::vector with custom implementation (#1089) 1 year ago
  Jorrit Rouwe 3df3112f7b Ran spellchecker over Samples, TestFramework and UnitTests 1 year ago
  Jorrit Rouwe 191536d51d Allowed DOFs now work in world space for rotation (#931) 1 year ago
  Jorrit Rouwe 5337b184eb Fixed bug when a body with limited DOFs collides with static (#840) 1 year ago
  Jorrit Rouwe 3695d1f418 Disabling speculative contacts for sensors (#829) 1 year ago
  Jorrit Rouwe 1939b95491 Added BodyInterface::SetUseManifoldReduction function (#782) 1 year ago
  Jorrit Rouwe 42edc090cc Ability to save / restore the state of a single body (#664) 2 years ago
  Jorrit Rouwe 2d969f1cef Ability to selectively save the state of a physics system (#646) 2 years ago
  Jorrit Rouwe 2dd3a033a4 Ability to specify which DOFs a body has (#602) 2 years ago
  Jorrit Rouwe 8fcc7a78ec Removed support for integration sub steps for PhysicsSystem::Update (#593) 2 years ago
  Jorrit Rouwe b40883585c Fixed bug in friction approximation (#572) 2 years ago
  Jorrit Rouwe d54df69aa0 Bugfix in speculative contact handling (#545) 2 years ago
  Jorrit Rouwe 45f147f700 Added error code return value to PhysicsSystem::Update (#504) 2 years ago
  Jorrit Rouwe 352550fdd5 Added user data for constraints (#475) 2 years ago
  Jorrit Rouwe db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 years ago
  Jorrit Rouwe 72f3a53268 Added ability to lock multiple physics systems without triggering assert (#405) 2 years ago
  Jorrit Rouwe a2c1c22059 Supporting double precision positions to enable larger worlds (#344) 2 years ago
  Jorrit Rouwe 75b5180deb Windows on ARM64 support (#317) 2 years ago
  Jorrit Rouwe f89be7e063 Ability to split unassigning of a body ID from freeing the body (#291) 2 years ago
  Jorrit Rouwe 3e0cbeb804 Added BodyInterface::CreateBodyWithID to be able to keep BodyIDs consistent between client and server (#247) 2 years ago
  Jorrit Rouwe c17147e8b8 Added unit test to validate position/rotation of body (#121) 3 years ago
  Jorrit Rouwe bfd74a56c1 - Added new line to end of every file (#110) 3 years ago
  Jorrit Rouwe 06e9d17d38 Switched default include path from JOLT_PHYSICS_ROOT to PHYSICS_REPO_ROOT. (#106) 3 years ago
  Jorrit Rouwe 36dd3f8c8c Created BroadPhaseLayerInterface so that we don't need an array mapping ObjectLayer -> BroadPhaseLayer anymore (#65) 3 years ago
  Jorrit Rouwe 2e6444af4f Fixed crash when trying to use BodyLockMulti with an invalid body ID (#66) 3 years ago
  Jorrit Rouwe 14e062ac96 Changed shape and body user data to uint64 (#50) 3 years ago
  Jorrit Rouwe 6018f2b982 Allowing 4 steps per physics update 3 years ago