Jorrit Rouwe cdca4c3b51 When calling PhysicsSystem::Update with a delta time of 0, contact remove callbacks were triggered by accident for all existing contacts. (#1525) 6 달 전
..
Body 8e654999a4 Documented reasons why cached body bounds may be out of sync 6 달 전
Character cf1302a124 CharacterVirtual::GetID returns a const ref now 6 달 전
Collision 122be7b07e Documented what to do when you run out of quad tree nodes 6 달 전
Constraints e021bd2de6 Fixing handling of max bodies and max contact constraints (#1506) 6 달 전
Ragdoll 79ce4b2801 Removed some of the using std::... statements (#1353) 9 달 전
SoftBody 193857e3c9 Created Vec3::sOne as an alias for Vec3::sReplicate(1.0f) 7 달 전
Vehicle c1bdc5aee2 Accessors to the vehicle anti roll bars (#1513) 6 달 전
DeterminismLog.cpp db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 년 전
DeterminismLog.h 58445d6c26 Removed trailing whitespace from all source files (#688) 2 년 전
EActivation.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 년 전
EPhysicsUpdateError.h 45f147f700 Added error code return value to PhysicsSystem::Update (#504) 2 년 전
IslandBuilder.cpp 0771808a03 Changed the meaning of the number of Constraint::mNumVelocity/PositionStepsOverride (#785) 1 년 전
IslandBuilder.h 0771808a03 Changed the meaning of the number of Constraint::mNumVelocity/PositionStepsOverride (#785) 1 년 전
LargeIslandSplitter.cpp 366da8bb7d Add performance test to TSAN build (#1285) 11 달 전
LargeIslandSplitter.h 19fbd9e031 Consistency fix: A few files were using spaces instead of tabs (#1171) 1 년 전
PhysicsLock.h 6416bcf587 Made PhysicsLock work when compiling Jolt as a shared library with MingW 11 달 전
PhysicsScene.cpp 193857e3c9 Created Vec3::sOne as an alias for Vec3::sReplicate(1.0f) 7 달 전
PhysicsScene.h e5d6234dc6 Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros 11 달 전
PhysicsSettings.h 7611a4cb33 Fixed a bug in ManifoldBetweenTwoFaces (#1488) 7 달 전
PhysicsStepListener.h 8153cd854c Added 'is first step' and 'is last step' to the PhysicsStepListener (#1284) 11 달 전
PhysicsSystem.cpp cdca4c3b51 When calling PhysicsSystem::Update with a delta time of 0, contact remove callbacks were triggered by accident for all existing contacts. (#1525) 6 달 전
PhysicsSystem.h cf1302a124 CharacterVirtual::GetID returns a const ref now 6 달 전
PhysicsUpdateContext.cpp db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 년 전
PhysicsUpdateContext.h bdc1695a64 Replace std::vector with custom implementation (#1089) 1 년 전
StateRecorder.h e3d3cdf644 Suppressed 2 warnings that trigger when compiling with the -Wshadow flag with GCC (#1367) 9 달 전
StateRecorderImpl.cpp 6fd46901b5 Fixed issues found by PVS-Studio (#729) 1 년 전
StateRecorderImpl.h 79ce4b2801 Removed some of the using std::... statements (#1353) 9 달 전