Jorrit Rouwe
|
f3dbdd2dad
Removed paragraph that is no longer true
|
4 месяцев назад |
Jorrit Rouwe
|
2405ff19c1
Fixed bug in OptimizeBroadPhase (#1682)
|
5 месяцев назад |
Jorrit Rouwe
|
823a13303e
QuadTree will now fall back to the heap when running out of stack space during collision queries (#1675)
|
6 месяцев назад |
Jorrit Rouwe
|
122be7b07e
Documented what to do when you run out of quad tree nodes
|
10 месяцев назад |
Jorrit Rouwe
|
8e654999a4
Documented reasons why cached body bounds may be out of sync
|
10 месяцев назад |
Jorrit Rouwe
|
e5272c050c
Fix stack corruption when destroying extremely unbalanced QuadTree (#1518)
|
10 месяцев назад |
Jorrit Rouwe
|
21d4bac708
Bugfix: CompoundShape::GetWorldSpaceBounds should also return a single point when there are no sub shapes (#1470)
|
11 месяцев назад |
Jorrit Rouwe
|
193857e3c9
Created Vec3::sOne as an alias for Vec3::sReplicate(1.0f)
|
11 месяцев назад |
Jorrit Rouwe
|
fe87468daa
Enable floating point overflow exceptions (#1398)
|
1 год назад |
Stephen Gold
|
7839a60dd0
Spelling and typographical errors (#1399)
|
1 год назад |
Jorrit Rouwe
|
79ce4b2801
Removed some of the using std::... statements (#1353)
|
1 год назад |
Jorrit Rouwe
|
9320e5d6c9
Documentation update
|
1 год назад |
Jorrit Rouwe
|
a981b43f03
Fixed a few other cpp files that didn't include their own header first (#1119)
|
1 год назад |
Jorrit Rouwe
|
76eb4534be
Switch from using _DEBUG to NDEBUG (#1049)
|
1 год назад |
Jorrit Rouwe
|
c1556df68b
Made math type args (like Vec3Arg) const so that it remains possible to change them to a const reference (#890)
|
1 год назад |
Jorrit Rouwe
|
f5c3cc1f03
Replacing JPH_CRASH with std::abort (#881)
|
1 год назад |
Jorrit Rouwe
|
75aad48a6b
Added function to query the world bounds of a physics system (#816)
|
2 лет назад |
Jorrit Rouwe
|
d44f4bad08
Removed GetProcessorTicksPerSecond to avoid exposing code that does not 100% reliably work across platforms (#707)
|
2 лет назад |
Jorrit Rouwe
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
2 лет назад |
Jorrit Rouwe
|
d1a62866ef
Bugfix: CastShape had incorrect early out condition which could cause it to miss the deepest penetration
|
2 лет назад |
Jorrit Rouwe
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 лет назад |
Jorrit Rouwe
|
4315ad53e3
Made remaining filter functions objects to provide context (#381)
|
3 лет назад |
Jorrit Rouwe
|
69fcdfe02e
ARM 32-bit support for Windows (will probably work on Linux/Android too) (#332)
|
3 лет назад |
Jorrit Rouwe
|
dccb4e13aa
Compile fixes for MSVC 17.4 (#320)
|
3 лет назад |
Jorrit Rouwe
|
f11abf059d
Removed using namespace std from namespace JPH (#308)
|
3 лет назад |
Jorrit Rouwe
|
b68097f582
Ability to override memory allocations (#183)
|
3 лет назад |
Jorrit Rouwe
|
bfbab25859
Improved quad tree rebuild (#136)
|
3 лет назад |
Jorrit Rouwe
|
4595f85955
Various Sonar fixes (#123)
|
3 лет назад |
Jorrit Rouwe
|
bfd74a56c1
- Added new line to end of every file (#110)
|
3 лет назад |
Jorrit Rouwe
|
8b62fa04c4
Disabled warnings now stay within the Jolt headers (#108)
|
3 лет назад |