Rémi Verschelde
|
71066cd63b
Update copyright statements to 2022
|
3 years ago |
PouleyKetchoupp
|
c2a108fe7d
Expose intersect_point in 3D physics server
|
3 years ago |
PouleyKetchoupp
|
9bc1b4b90e
Improved logic for KinematicBody collision recovery depth
|
3 years ago |
Rémi Verschelde
|
33a42160a0
Merge pull request #42365 from madmiraal/fix-39887-3.2
|
3 years ago |
PouleyKetchoupp
|
da159cd258
Fix 3D moving platform logic
|
4 years ago |
PouleyKetchoupp
|
f101349225
Fix applied rotation from moving platforms in move_and_slide
|
4 years ago |
PouleyKetchoupp
|
2fbb6fff4e
Fix move_and_collide causing sliding on slopes
|
4 years ago |
Hugo Locurcio
|
9259b4adc4
Add a method to set the number of physics solver iterations in 3D
|
4 years ago |
PouleyKetchoupp
|
9eb6a43cff
Remove unused PhysicsShapeQueryResult & Physics2DShapeQueryResult
|
4 years ago |
PouleyKetchoupp
|
c89476ad41
Expose body_test_motion in 3D physics server
|
4 years ago |
Rafał Mikrut
|
cb5faca39a
Prevent setting too big or too small Collision Mask and Layer
|
4 years ago |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
4 years ago |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
4 years ago |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
Marcel Admiraal
|
e7d779dbb3
Increment index when populating PhysicsShapeQueryParameters exclude array.
|
4 years ago |
Marcel Admiraal
|
b006f5402d
Check for motion in cast_motion() before doing Bullet convexSweepTest().
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
LATRio
|
0562b78f40
Properly expose PhysicsServer methods
|
6 years ago |
marxin
|
8d51618949
Add -Wshadow=local to warnings and fix reported issues.
|
6 years ago |
Juan Linietsky
|
ee464f56c4
Add a minimum treshold for acquiring rest contacts to avoid numerical precision issues. Fixes #25074
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Rémi Verschelde
|
7b081a7fc8
Fix warnings about unhandled enum value in switch [-Wswitch]
|
6 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
Rémi Verschelde
|
5e900ebf29
PhysicsServer: Add validity checks for shape query parameters
|
7 years ago |
Juan Linietsky
|
ee07fb5ebe
Changes to ClippedCamera, RayCast,Raycast2D and 2D physics API to add ability to choose between bodies and areas when colliding.
|
7 years ago |
Andrea Catania
|
0b98834b77
Added ray / shape / point / motion / rest cast exclusion of area and or body
|
7 years ago |
Rémi Verschelde
|
ef93fec789
Merge pull request #15643 from organicpencil/bullet_contact_impulse
|
7 years ago |
Hein-Pieter van Braam
|
0e29f7974b
Reduce unnecessary COW on Vector by make writing explicit
|
7 years ago |
Tiger Caldwell
|
40c7716586
Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respective 2D counterparts to be more consistent and to include more useful methods.
|
7 years ago |