Commit History

Author SHA1 Message Date
  Jorrit Rouwe 7f45ffbe5b CastSphereVsTriangles was processing more hits than needed, it was using 1 as an early out fraction rather than the one of the collector 3 years ago
  jrouwe a61dc67503 Specialized implementation for mutexes and shared mutexes for Platform Blue (#22) 3 years ago
  Jorrit Rouwe 655e5618d5 mNumFreeObjects is only used for an assert, removing it when assertions are off 3 years ago
  Jorrit Rouwe 856531eade Sonar fix 3 years ago
  jrouwe f6fd4c8f74 Created optimized version of cast sphere vs triangle (#21) 3 years ago
  jorrit 310a6ce358 Add nullptr check to fix crashing when using Cast/CollideConvexVsTriangles as standalone utilities 3 years ago
  jrouwe 7092c71901 Added functionality to track narrow phase timing stats (#18) 3 years ago
  jrouwe 0b73f96ce9 Added hello world example (#20) 3 years ago
  jrouwe e2bbdda911 Performance optimizations (#17) 3 years ago
  Jorrit Rouwe e907163699 Updated link to documentation to point to generated documentation 3 years ago
  Jorrit Rouwe 42c7751448 Building Doxygen documentation to github pages 3 years ago
  jrouwe de02c78a04 Integrate velocities happens in parallel now (#16) 3 years ago
  Jorrit Rouwe 0d0cd36305 Sonar fixes 3 years ago
  Jorrit Rouwe d90e396a7d sonar fix 3 years ago
  jrouwe 4f87ec71da sonar fixes (#15) 3 years ago
  Jorrit Rouwe b36bb000c6 Merge branch 'master' of github.com:jrouwe/JoltPhysics 3 years ago
  Jorrit Rouwe 2581703ca7 Attempt to generate coverage report for Jolt 3 years ago
  erwincoumans 3f61878478 add override for constructor (Werror breaks clang visual studio 2019 build) (#14) 3 years ago
  jrouwe 6d5cafd535 Removed RTTI from shapes and shape type a member to eventually make it possible to remove vfptr table and blit a shape into memory (#13) 3 years ago
  Jorrit Rouwe b811308e92 Reduced size of heightfield when all samples are 'no collision' 4 years ago
  Jorrit Rouwe 1a86ede97a Reserving memory in sRestoreWithChildren 4 years ago
  Jorrit Rouwe e5aa8fc3dc Changed unordered_map -> vector in the binary restore functions to reduce the amount of allocations 4 years ago
  Jorrit Rouwe b1ebd82008 Trying to avoid additional memory allocations 4 years ago
  jrouwe b8953791f3 Changed RestoreMaterialState and RestoreSubShapeState to use pointers instead of vectors to allow loading shapes with fewer memory allocations (#12) 4 years ago
  jrouwe 42402dfec4 Decompressing per block to avoid recalculating the scale and offset many times (#11) 4 years ago
  jrouwe 9e37417156 Heightfield size optimizations (#10) 4 years ago
  Jorrit Rouwe 97f982b5e6 Ability to override the compiler 4 years ago
  Jorrit Rouwe 77d96f53d7 Bugfix: Avoiding division by zero 4 years ago
  jrouwe ef371411af Made amount of mutexes in the mutex array dependent on the amount of CPU cores (#9) 4 years ago
  jorrit 20e63053da Added profile statement 4 years ago