virtul
|
e4b5f33c1f
fix missing malloc.h include in clang-cl mode (clang in msvc mode) (#1642)
|
4 months ago |
Jorrit Rouwe
|
7ebc923141
Increased tolerance on Bishop frame calculation
|
4 months ago |
Jorrit Rouwe
|
d497df2b9b
Fixed name clashes between Character and Ragdoll static inline functions when compiling a single compilation unit build (aka Unity build)
|
4 months ago |
Jorrit Rouwe
|
ac993e4ee3
Improved Cosserat rod bend twist constraint sorting (#1636)
|
4 months ago |
Jorrit Rouwe
|
4c962c4f85
Moved the definition of _HAS_EXCEPTIONS from cmake to Core.h (#1635)
|
4 months ago |
Jorrit Rouwe
|
084b8957db
Fixed Vulkan warning: VkSemaphore is being signaled by VkQueue but it may still be in use by VkSwapchainKHR (#1630)
|
4 months ago |
Jorrit Rouwe
|
4ebc30d366
Replaced equals check with IsClose check in Vec3::sUnitSphere (#1627)
|
4 months ago |
Jorrit Rouwe
|
225a4cfbf3
Updated release notes
|
4 months ago |
Jorrit Rouwe
|
1ee6eb2f05
Added support for Cosserat rod constraints in soft bodies (#1624)
|
4 months ago |
Jorrit Rouwe
|
72a6dc60fd
Configuring RPATH on macOS to make it easier to start the Samples/JoltViewer from the terminal
|
4 months ago |
Jorrit Rouwe
|
454f56b2c6
Do not create bend / shear constraints when the opposite vertices point to the same vertex
|
4 months ago |
Jorrit Rouwe
|
2dcab94cbc
Fixed infinite recursion when colliding a TriangleShape vs a TriangleShape. (#1621)
|
4 months ago |
Jorrit Rouwe
|
fd37495ad7
32-bit MinGW g++ doesn't call the correct overload for the new operator when a type is 16 bytes aligned. (#1614)
|
5 months ago |
Jorrit Rouwe
|
e73521b2ae
Ability to drive hinge constraints with Ragdoll::DriveToPoseUsingMotors (#1613)
|
5 months ago |
Jorrit Rouwe
|
c99eeefa3e
Improved ContactListener documentation
|
5 months ago |
Jorrit Rouwe
|
e7aa192cdc
Configuration string contains (External Profile) if JPH_EXTERNAL_PROFILE is set (#1603)
|
5 months ago |
Jeslas Pravin
|
829d246742
Adds CMake option to use External Profiler (#1599)
|
5 months ago |
Jorrit Rouwe
|
06f7d3d5ae
Removed superfluous JPH_CPU_LOONGARCH check that I missed in review
|
5 months ago |
stdmnpkg
|
6257a0c485
Implement GetProcessorTickCount() on LoongArch (#1596)
|
5 months ago |
stdmnpkg
|
3ce95bb845
Set -ffp-contract=off flag for clang on LoongArch (#1595)
|
5 months ago |
stdmnpkg
|
e8c2ecf99c
Fix compilation errors with -DDOUBLE_PRECISION=ON on LoongArch (#1592)
|
5 months ago |
Jorrit Rouwe
|
600dae5112
Used the wrong SPDX code
|
6 months ago |
Jorrit Rouwe
|
63f40974b3
Relicense HelloWorld.cpp to CC0 to allow copy pasting without attribution
|
6 months ago |
Jorrit Rouwe
|
5cab98f5bf
Added an epsilon to the CastRay / CastShape early out condition to avoid dividing by a very small number and overflowing to INF. This can cause a float overflow exception. (#1574)
|
6 months ago |
Jorrit Rouwe
|
b7ebe0256e
Fix Vulkan validation error
|
6 months ago |
Jorrit Rouwe
|
1c2076e9e5
Bump to v5.3.1-dev
|
6 months ago |
Jorrit Rouwe
|
0373ec0dd7
Bump to v5.3.0
|
6 months ago |
Jorrit Rouwe
|
71978e3025
Fixed a race condition in soft body simulation that could break determinism (detected by TSAN) (#1570)
|
6 months ago |
Jorrit Rouwe
|
e7fd4c5a49
Removed extra newline
|
6 months ago |
Jorrit Rouwe
|
738dc4a21f
Added early outs for other broadphase calls when passing zero bodies
|
6 months ago |