Rémi Verschelde
|
16f6a5b139
One Copyright Update to rule them all
|
2 years ago |
Haoyu Qiu
|
b657d0c76c
Add dedicated macros for property name extraction
|
2 years ago |
Rémi Verschelde
|
a627cdafc5
Update copyright statements to 2022
|
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
|
f101349225
Fix applied rotation from moving platforms in move_and_slide
|
3 years ago |
PouleyKetchoupp
|
2fbb6fff4e
Fix move_and_collide causing sliding on slopes
|
3 years ago |
fabriceci
|
fba4c9d552
Fixing 2D moving platform logic
|
3 years ago |
PouleyKetchoupp
|
9eb6a43cff
Remove unused PhysicsShapeQueryResult & Physics2DShapeQueryResult
|
3 years ago |
PouleyKetchoupp
|
c89476ad41
Expose body_test_motion in 3D physics server
|
3 years ago |
Rafał Mikrut
|
cb5faca39a
Prevent setting too big or too small Collision Mask and Layer
|
3 years ago |
Rémi Verschelde
|
cca2a9d2d5
Merge pull request #38387 from Rhathe/set_iterations
|
3 years ago |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
3 years ago |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
3 years ago |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
3 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 |
Rhathe
|
768f4e684c
Enable setting of collision iterations in Physics2DServer
|
4 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
LATRio
|
0562b78f40
Properly expose PhysicsServer methods
|
5 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
|
433b8ee526
doc: Sync classref with current source
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Juan Linietsky
|
daa1686772
Merge pull request #21386 from RandomShaper/fix-picking-in-canvas-layers
|
6 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
6 years ago |
Rémi Verschelde
|
5e900ebf29
PhysicsServer: Add validity checks for shape query parameters
|
6 years ago |
Pedro J. Estébanez
|
6d0f4a4ad7
Fix picking in CanvasLayer
|
6 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.
|
6 years ago |
Rémi Verschelde
|
391e46830f
doc: Sync classref with current source
|
6 years ago |
Hein-Pieter van Braam
|
0e29f7974b
Reduce unnecessary COW on Vector by make writing explicit
|
6 years ago |