Commit History

作者 SHA1 備註 提交日期
  Jeremy L 0981524bd2 Suppress Wunqualified-std-cast-call on clang 16 or later (#219) 3 年之前
  Jorrit Rouwe 5e25bf75d7 Added extra upgrade notes 3 年之前
  Jorrit Rouwe 2eb5ff78cd Added unit test for EPA CastShape test and fixed bug that could return a zero length normal when the GJK algorithm terminated in the first iteration (#217) 3 年之前
  Jorrit Rouwe 5b955f902a Added breaking API change to the list 3 年之前
  Jorrit Rouwe d16a0b05bf Removed FixedConstraint and SliderConstraint SetPoint functions and replaced with mAutoDetectPoint (#216) 3 年之前
  Jorrit Rouwe 22d675437e Upgraded to latest Android SDK + NDK + Gradle version (#214) 3 年之前
  Jorrit Rouwe 367072cdaf Fix compilation error on gcc 12 (#213) 3 年之前
  Jorrit Rouwe 31145e820a Turning off UBSAN unsigned-integer-overflow checking to fix build 3 年之前
  Jorrit Rouwe c830f38680 Suppress UBSAN warning 3 年之前
  mrezai 8b43fb806d Add MinGW cross compile for Linux (#207) 3 年之前
  Jorrit Rouwe 5cc0cd753f Enabled additional tests for UBSAN 3 年之前
  Jorrit Rouwe a191a7740b Fix UBSAN build (tests weren't failing on error) (#206) 3 年之前
  Jorrit Rouwe 195fdd9c78 Fixed Samples crashing when no command line argument was passed 3 年之前
  Jorrit Rouwe 1cb0b2cd1a Made samples compile under MinGW (#205) 3 年之前
  ImperatorS79 8adaf983f4 Add support for MinGW based compilers (#204) 3 年之前
  Jorrit Rouwe 8e41c509e7 Fixed missing documentation 3 年之前
  Jorrit Rouwe 8a1772fe43 - Added skeleton mapper to examples 3 年之前
  Jorrit Rouwe 3f2a0021de Implemented skeleton mapper that can convert an animated skelton to a ragdoll skeleton and back (#203) 3 年之前
  Jorrit Rouwe 84d4c6f01e Run unit tests and determinism check on ARM using QEMU (#201) 3 年之前
  Jorrit Rouwe 480033b36f Sonar should now no longer run on pull requests from users that don't have the SONAR_TOKEN secret 3 年之前
  Jorrit Rouwe 59058fc38a Added an #ifdef to turn on traces to help find determinism problems (#200) 3 年之前
  DocAce 5b262a0304 Adds optional body filter to DrawBodies() (#198) 3 年之前
  Jorrit Rouwe 22c5cbffdf Build Islands from Constraints was activating bodies that were not taken into account when running single threaded (and in rare cases not with multiple threads) causing non-deterministic simulation, fixed this race condition (#199) 3 年之前
  Jorrit Rouwe a90a740b3e Ragdoll and ConvexMesh test are now producing the same results on ARM as on x86 (#197) 3 年之前
  Jorrit Rouwe 5f063c3c57 Made Mat44::sRotation and QuickSort platform independent (#196) 3 年之前
  Jorrit Rouwe 46d123f7ff Added new error code that triggers when hull building failed due to precision problems. 3 年之前
  Jorrit Rouwe 8ccd3ce3b6 Fixed alignment issue of BodyPair struct (#194) 3 年之前
  Jorrit Rouwe 564526ad3d Added build to validate determinism between Windows, Linux and MacOS (#189) 3 年之前
  Jorrit Rouwe 9cbee369a6 Implemented vectorized versions of ASin, ACos, ATan, ATan2 (#188) 3 年之前
  Jorrit Rouwe 3447528a66 Implemented vectorized version of Tan (#187) 3 年之前