| .. |
|
Body
|
ac90c3e650
Added body interface methods to change maximum linear / angular velocity. (#1755)
|
3 months ago |
|
Character
|
475e564ae8
Added support for compound shapes as character shape in CharacterVirtual (#1745)
|
3 months ago |
|
Collision
|
3b6c92d2c1
Remove stray whitespace
|
2 months ago |
|
Constraints
|
e594aadb55
Fixed copy-paste typo
|
3 months ago |
|
Ragdoll
|
d497df2b9b
Fixed name clashes between Character and Ragdoll static inline functions when compiling a single compilation unit build (aka Unity build)
|
7 months ago |
|
SoftBody
|
56131e0342
Fixed UBSAN false positive that detected a dirty trick in SimShapeFilter (#1671)
|
6 months ago |
|
Vehicle
|
436671333a
Vehicle serialization bugfixes (#1744)
|
3 months ago |
|
DeterminismLog.cpp
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 years ago |
|
DeterminismLog.h
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
2 years ago |
|
EActivation.h
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 years ago |
|
EPhysicsUpdateError.h
|
45f147f700
Added error code return value to PhysicsSystem::Update (#504)
|
2 years ago |
|
IslandBuilder.cpp
|
21fc762daf
Removed a number of very short JPH_PROFILE_FUNCTION calls
|
5 months ago |
|
IslandBuilder.h
|
0771808a03
Changed the meaning of the number of Constraint::mNumVelocity/PositionStepsOverride (#785)
|
2 years ago |
|
LargeIslandSplitter.cpp
|
366da8bb7d
Add performance test to TSAN build (#1285)
|
1 year ago |
|
LargeIslandSplitter.h
|
19fbd9e031
Consistency fix: A few files were using spaces instead of tabs (#1171)
|
1 year ago |
|
PhysicsLock.h
|
6416bcf587
Made PhysicsLock work when compiling Jolt as a shared library with MingW
|
1 year ago |
|
PhysicsScene.cpp
|
193857e3c9
Created Vec3::sOne as an alias for Vec3::sReplicate(1.0f)
|
11 months ago |
|
PhysicsScene.h
|
e5d6234dc6
Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros
|
1 year ago |
|
PhysicsSettings.h
|
7611a4cb33
Fixed a bug in ManifoldBetweenTwoFaces (#1488)
|
10 months ago |
|
PhysicsStepListener.h
|
8153cd854c
Added 'is first step' and 'is last step' to the PhysicsStepListener (#1284)
|
1 year ago |
|
PhysicsSystem.cpp
|
0b8dfe76c2
JPH_INTERNAL_EDGE_REMOVING_COLLECTOR_DEBUG draws in the wrong location
|
4 months ago |
|
PhysicsSystem.h
|
823a13303e
QuadTree will now fall back to the heap when running out of stack space during collision queries (#1675)
|
6 months ago |
|
PhysicsUpdateContext.cpp
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 years ago |
|
PhysicsUpdateContext.h
|
bdc1695a64
Replace std::vector with custom implementation (#1089)
|
1 year ago |
|
StateRecorder.h
|
e3d3cdf644
Suppressed 2 warnings that trigger when compiling with the -Wshadow flag with GCC (#1367)
|
1 year ago |
|
StateRecorderImpl.cpp
|
6fd46901b5
Fixed issues found by PVS-Studio (#729)
|
2 years ago |
|
StateRecorderImpl.h
|
79ce4b2801
Removed some of the using std::... statements (#1353)
|
1 year ago |