Historique des commits

Auteur SHA1 Message Date
  Jorrit Rouwe c46ef82fa2 Moved c++17 compiler flag to CMAKE_CXX_STANDARD variable (#427) il y a 2 ans
  Jorrit Rouwe 8f6f210f53 Added option to turn off manifold reduction on a per body basis (#426) il y a 2 ans
  Jorrit Rouwe 2a989c4d81 Ability to configure back face culling behavior (#425) il y a 2 ans
  Jorrit Rouwe 3772c2d463 Documented -repeat= parameter il y a 2 ans
  Jorrit Rouwe 64fd3927e1 CancelVelocityTowardsSteepSlopes uses contact normal iso surface normal for better sliding (#423) il y a 2 ans
  Jorrit Rouwe 17de06d4e8 Documenting possible LTO errors and making it easier to fix them in a FetchContent project (#422) il y a 2 ans
  Jorrit Rouwe 9105bb9ca5 Automatically turn off all non-library targets when using CMake FetchContent il y a 2 ans
  Jorrit Rouwe 33f94be387 Moved detection of instruction sets to Jolt.cmake (#421) il y a 2 ans
  Jorrit Rouwe b0cf935a49 Added link to CMake FetchContent example il y a 2 ans
  Jorrit Rouwe e1e33ac424 Moved the definition of JPH_DOUBLE_PRECISION and JPH_CROSS_PLATFORM_DETERMINISTIC to Jolt.cmake to make them available through CMake fetch content (#420) il y a 2 ans
  Jorrit Rouwe acbb0e7e32 Performance optimization and improved accuracy of GetClosestPointOnTetrahedron (#417) il y a 2 ans
  Jorrit Rouwe d5cf463429 Updated 2D Funnel test again with an easier solution for configuring the 6DOF constraint il y a 3 ans
  Jorrit Rouwe 3d99c876fd Created CharacterContactListener::OnAdjustBodyVelocity callback (#408) il y a 3 ans
  Jorrit Rouwe 347417844d Bugfix: StreamOut::Write and StreamIn::Read for DMat44 were asymmetric il y a 3 ans
  Jorrit Rouwe 5aeba6ad9d Improved 2D example by setting attachment point (#407) il y a 3 ans
  Jorrit Rouwe 72f3a53268 Added ability to lock multiple physics systems without triggering assert (#405) il y a 3 ans
  Jorrit Rouwe 36678acb6b Using more optimized MultiplyWorldSpaceInverseInertiaByVector in Add(Angular)Impulse (#404) il y a 3 ans
  Jorrit Rouwe 84fe45a03b Fixed bug in calculation of inertia for OffsetCenterOfMassShape (#402) il y a 3 ans
  Jorrit Rouwe 947874485b Fixed possible division by zero in Quat::sFromTo (#401) il y a 3 ans
  Jorrit Rouwe 006c2379f4 Added tolerance to skip velocity check. Sometimes the character was reporting InAir due to floating point accuracy issues. (#398) il y a 3 ans
  Jorrit Rouwe 835d1808b0 Added ability to set up vector for character virtual test (#396) il y a 3 ans
  Jorrit Rouwe 348f9e4263 Implemented NEON versions of DVec3 and DMat44 (#394) il y a 3 ans
  Jorrit Rouwe dd0f11376e Added section on creating custom shapes il y a 3 ans
  Jorrit Rouwe ca89c77157 Upgrading to doctest 2.4.9 to fix error on iOS (#391) il y a 3 ans
  Jorrit Rouwe 4098f5e573 Fixed typos in usage of VecArg, Mat44Arg and ColorArg il y a 3 ans
  Jorrit Rouwe 72d91db996 Skeleton mapper: Inverting a 4x4 matrix can make element 3,3 slightly different from 1 (#389) il y a 3 ans
  Jorrit Rouwe c2dfeb8b04 Don't call OnContactValidate from under a body lock (inconsistent with other call site) (#388) il y a 3 ans
  Jorrit Rouwe 550ef5b4e5 Bugfix: Material should be set to PhysicsMaterial::sDefault instead of null il y a 3 ans
  Jorrit Rouwe 196c49d10c Implemented SSE2 fallback for DVec3 / DMat44 (#387) il y a 3 ans
  Jorrit Rouwe 1ed9c765ed Fixed determinism of CharacterVirtual test (#386) il y a 3 ans