Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
LATRio
|
0562b78f40
Properly expose PhysicsServer methods
|
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
|
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
|
7 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 |
Pedro J. Estébanez
|
6d0f4a4ad7
Fix picking in CanvasLayer
|
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 |
Rémi Verschelde
|
391e46830f
doc: Sync classref with current source
|
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 |
MrCdK
|
0ea9c7c4dd
Expose methods area_set_area_monitor_callback and area_set_monitorable in PhysicsServer and Physics2DServer
|
7 years ago |
Andrea Catania
|
6ed392f47a
Improved kinematic body 2D and 3D, Now can move rigid body
|
7 years ago |
Paolo Perkovic
|
08d4bfacaf
Fix inconsistencies and typos in argument names
|
7 years ago |
Bojidar Marinov
|
9b8e8b2220
Bind many more properties to scripts
|
7 years ago |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
7 years ago |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
7 years ago |
Ignacio Etcheverry
|
0a0a44da8d
Mono: Make the bindings generator output enums
|
7 years ago |
Juan Linietsky
|
bc2e8d99e5
Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function,
|
7 years ago |
AndreaCatania
|
d6e413bb9c
Removed type_mask and fixed some variable name
|
7 years ago |
Juan Linietsky
|
4deac219b0
Remove node from list before calling queries, fixes #10886
|
8 years ago |
Juan Linietsky
|
192a4d7de5
Reworked how servers preallocate RIDs, should fix #10970
|
8 years ago |
Juan Linietsky
|
7715a261d5
Merge pull request #12262 from AndreaCatania/pplug
|
8 years ago |
AndreaCatania
|
7a9ca08f16
Implemented physics plug
|
8 years ago |
Poommetee Ketson
|
9cadb9e5f3
Bind unbound enums, rearrange some by value
|
8 years ago |
AndreaCatania
|
c56c67db39
Added new API to get body direct state
|
8 years ago |
letheed
|
5ad9be4c24
Rename pos to position in user facing methods and variables
|
8 years ago |