Commit History

Author SHA1 Message Date
  Jorrit Rouwe b8012e1ac1 Added Shape::ClearCachedResult 1 year ago
  Jorrit Rouwe acd31abf51 Added support for a vertex radius for soft bodies. (#879) 1 year ago
  Jorrit Rouwe a5f498fc48 Updated documentation for supported scale 1 year ago
  Jorrit Rouwe e54a901922 Documentation fix 1 year ago
  Jorrit Rouwe 9a279e7d16 Jobified the soft body update (#716) 1 year ago
  Evangel63 6d750dcc2e Changed C style casts to C++ style casts, or constructors where appropriate (#698) 1 year ago
  Jorrit Rouwe 779ba3673b Ability to add soft bodies to a PhysicsScene and load/save them (#656) 2 years ago
  Jorrit Rouwe ad3ca18e63 Fixed soft body collision vs scaled shapes (#655) 2 years ago
  Jorrit Rouwe 5c9f7a6043 Soft body physics support (#644) 2 years ago
  n.savichev 3ab6961261 Fix 'unused parameter' compiler warnings (got under GCC 11, linux) (#594) 2 years ago
  Jan Krassnigg d2f1d97004 Support for building Jolt as a shared library on Windows (#513) 2 years ago
  Mikael Hermansson 752f0c3e36 Added user defined convex sub shape types (#468) 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 f7d19a91da Fixed GetWorldSpaceBounds returning an infinite sized bounding box for empty mutable compound (#366) 2 years ago
  Jorrit Rouwe c2f97c1aaf Added #ifdef to conditionally compile documentation. This fixes a compilation issue in MSVC Clang in Distribution mode. 2 years ago
  Jorrit Rouwe a2c1c22059 Supporting double precision positions to enable larger worlds (#344) 2 years ago
  Jorrit Rouwe 5ad6a803bf Made GetSupportingFace available for all shape types (#286) 2 years ago
  Jorrit Rouwe b68097f582 Ability to override memory allocations (#183) 3 years ago
  Jorrit Rouwe 0222977964 Split off ObjectStream classes to reduce compilation time of the library by approx 20% (#174) 3 years ago
  Jorrit Rouwe eb8f668a23 Added optional shape filter function to multiple query functions (#168) 3 years ago
  Jorrit Rouwe c9796f6071 Sonar fixes (#125) 3 years ago
  Jorrit Rouwe 573be49e0f Added documentation on how to obtain the correct normal for CastShape and CollideShape 3 years ago
  Jorrit Rouwe bfd74a56c1 - Added new line to end of every file (#110) 3 years ago
  Jorrit Rouwe 8b62fa04c4 Disabled warnings now stay within the Jolt headers (#108) 3 years ago
  Jorrit Rouwe 06e9d17d38 Switched default include path from JOLT_PHYSICS_ROOT to PHYSICS_REPO_ROOT. (#106) 3 years ago
  Jorrit Rouwe 14e062ac96 Changed shape and body user data to uint64 (#50) 3 years ago
  Jorrit Rouwe 3612150b1b Ray cast issues (#47) 3 years ago
  jrouwe 7092c71901 Added functionality to track narrow phase timing stats (#18) 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 e5aa8fc3dc Changed unordered_map -> vector in the binary restore functions to reduce the amount of allocations 3 years ago