Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
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 |
Andrea Catania
|
8d0d6d6921
- Enhanced the flush mechanism by flushing only needed thing.
|
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
|
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
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Juan Linietsky
|
a6f3bc7c69
Renaming of servers for coherency.
|
5 years ago |
Juan Linietsky
|
cf8c679a23
ObjectID converted to a structure, fixes many bugs where used incorrectly as 32 bits.
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Jon Ring
|
9d3089181c
Fix updating of collision shape when the transform is set
|
6 years ago |
Bastiaan Olij
|
e4dea0595a
Add transform support to deal with Bullets centering of shapes
|
6 years ago |
Rémi Verschelde
|
262924296b
Merge pull request #27415 from aqnuep/kinematicbody_fixes
|
6 years ago |
ShyRed
|
a9d4cde0f5
Allow adding disabled shapes
|
6 years ago |
Daniel Rakos
|
6dd65c0d67
KinematicBody performance and quality improvements
|
6 years ago |
Hein-Pieter van Braam
|
d308eb091a
Fix many asan and ubsan reported issues
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Ibrahn Sahir
|
d1550215b0
Fix some undefined behaviour in Bullet module.
|
6 years ago |
J08nY
|
56005772cd
Fix multi-statement macro call not being covered.
|
6 years ago |
Andrea Catania
|
15305ec91f
Optimitzed area overlap checks
|
6 years ago |
Andrea Catania
|
7d681274f8
Improved code that handles collision shapes, fixes #21945
|
6 years ago |
Rémi Verschelde
|
2091f20443
Fix warnings about wrong member initialization order [-Wreorder]
|
7 years ago |
Andrea Catania
|
88967e4001
Fixing trimesh precision
|
7 years ago |
Andrea Catania
|
9b446f1cc3
Optimized in case is used just 1 shape with no transform
|
7 years ago |
Hein-Pieter van Braam
|
0e29f7974b
Reduce unnecessary COW on Vector by make writing explicit
|
7 years ago |
AndreaCatania
|
17ebbfb56d
Implemented Soft body
|
7 years ago |
tagcup
|
a5e0bb447c
Avoid converting Quat to Euler angles when not necessary.
|
7 years ago |
Andrea Catania
|
45b778c7f8
Fixed area overlap cleaning
|
7 years ago |