Rafał Mikrut
|
f7209b459b
Initialize class/struct variables with default values in modules/
|
4 years ago |
Aaron Franke
|
cb9fc117d1
Use real_t in physics code
|
4 years ago |
Rémi Verschelde
|
011d201046
Merge pull request #43923 from madmiraal/fix-43588
|
4 years ago |
Marcel Admiraal
|
797a7fc6cc
Only remove Bullet's body constraints when removing body from space
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Marcel Admiraal
|
026aa4381d
Add signal to inform joint that body has exited tree
|
4 years ago |
Rémi Verschelde
|
a04b9669e8
Merge pull request #42881 from madmiraal/fix-39767
|
4 years ago |
Marcel Admiraal
|
356a2b7235
Fix cast_motion sometimes failing
|
4 years ago |
Marcel Admiraal
|
6fe2206ec6
Remove any constraints connected to a Bullet body when removing it
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
Marcel Admiraal
|
7f26ce4486
Set Bullet collision shape index to zero when using a single shape
|
4 years ago |
Andrea Catania
|
2e8cb8a9e2
Fixed #41040 in an alternative way now that #39726 is reverted
|
4 years ago |
Andrea Catania
|
1829c67762
Revert "Optimized physics object spawn time and optimized shape usage when the shape is not scaled"
|
4 years ago |
Andrea Catania
|
8827e315d4
Revert "- Enhanced the flush mechanism by flushing only needed thing."
|
4 years ago |
Duroxxigar
|
4834e14493
Updated getters and setters names for toplevel
|
4 years ago |
Rafał Mikrut
|
ac1b2da96e
Fixes leak when creating bullet shape
|
5 years ago |
Rémi Verschelde
|
3e87022ecc
Merge pull request #40252 from AndreaCatania/flush
|
5 years ago |
Andrea Catania
|
8d0d6d6921
- Enhanced the flush mechanism by flushing only needed thing.
|
5 years ago |
Marcel Admiraal
|
ec92a26d08
Use difference in position to check whether motion in Bullet is too close
|
5 years ago |
Marcel Admiraal
|
f31b2a1bba
Move Bullet physics query flush from Bullet space pre-tick callback to
|
5 years ago |
Rémi Verschelde
|
bd3a468fc2
Merge pull request #39726 from AndreaCatania/add_body_impr_physics
|
5 years ago |
Rémi Verschelde
|
480cb25961
Merge pull request #39735 from AndreaCatania/bullet_phy_add_api
|
5 years ago |
Andrea Catania
|
a2b5e7971a
Added BulletPhysics APIs to return internal objects and fixed a typo.
|
5 years ago |
Andrea Catania
|
7709a83493
Optimized physics object spawn time and optimized shape usage when the shape is not scaled
|
5 years ago |
Rémi Verschelde
|
10d2fa4210
Merge pull request #39747 from nekomatata/fix-crash-space-query
|
5 years ago |
PouleyKetchoupp
|
8b0232bf29
Fix crashes with invalid shapes in BulletPhysicsDirectSpaceState queries
|
5 years ago |
Marcel Admiraal
|
8ffe905c45
Check for motion in cast_motion() before doing Bullet convexSweepTest().
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Rémi Verschelde
|
dcd1151d77
Enforce use of bool literals instead of integers
|
5 years ago |