index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
2d
/
physics_body_2d.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split monolithic physics class files
smix8
2024-02-27
1
-1923
/
+0
*
Revert "Update Node::get_configuration_warnings signature"
Rémi Verschelde
2024-02-17
1
-2
/
+2
*
Merge pull request #88019 from mihe/wrong-contact-count
Rémi Verschelde
2024-02-14
1
-3
/
+3
|
\
|
*
Fix contact count sometimes being incorrect in `_process`
Mikael Hermansson
2024-02-06
1
-3
/
+3
*
|
Update Node::get_configuration_warnings signature
RedMser
2024-02-08
1
-2
/
+2
|
/
*
Fix crash with `PhysicsBody2D/3D::get_gravity` with invalid state
A Thousand Ships
2024-02-05
1
-1
/
+3
*
Expose a method to get gravity for any physics body
Aaron Franke
2024-01-30
1
-0
/
+5
*
Fix transform sync in `RigidBody*D::_body_state_changed`
Mikael Hermansson
2023-11-15
1
-2
/
+6
*
Fix transform changes in `_integrate_forces` being overwritten
Mikael Hermansson
2023-11-12
1
-3
/
+5
*
Make error suggestion less ambiguous
A Thousand Ships
2023-10-14
1
-1
/
+1
*
Merge pull request #82393 from jrouwe/body_changed_state
Rémi Verschelde
2023-10-04
1
-2
/
+5
|
\
|
*
Fixed performance regression in godot 4.2 in RigidBody2D/3D and PhysicalBone3D
Jorrit Rouwe
2023-09-26
1
-2
/
+5
*
|
Tweak Gravity Scale property hints to make dragging more useful
Hugo Locurcio
2023-10-01
1
-1
/
+1
|
/
*
Replace `radians` range hint with `radians_as_degrees`
A Thousand Ships
2023-09-25
1
-4
/
+4
*
Add Mass Distribution, Deactivation, Solver inspector property groups
Aaron Franke
2023-08-06
1
-7
/
+10
*
added state sync after call to _integrate_forces
Chinmay Awale
2023-08-01
1
-4
/
+9
*
Unify and streamline connecting to Resource changes
kobewi
2023-07-17
1
-9
/
+4
*
Use NULL instead of COND checks when appropriate
Ninni Pipping
2023-06-10
1
-9
/
+8
*
Light3D show scaling warning immediately
VolTer
2023-05-01
1
-3
/
+1
*
Improve some units in RigidBody nodes
Aaron Franke
2023-04-15
1
-1
/
+1
*
Exposes the apply_floor_snap function to allow a snap to be made regardless o...
fabriceci
2023-02-22
1
-2
/
+15
*
Error when removing a phycics node during a physics callback
Juan Linietsky
2023-01-07
1
-0
/
+4
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix inspector not showing name for LabelSettings.font
Haoyu Qiu
2022-11-25
1
-1
/
+1
*
Merge pull request #68886 from timothyqiu/motion-distance
Rémi Verschelde
2022-11-20
1
-6
/
+6
|
\
|
*
Revert move vector parameter name to motion
Haoyu Qiu
2022-11-19
1
-6
/
+6
*
|
Improve collision exception error messages for easier understanding
Hugo Locurcio
2022-11-19
1
-2
/
+2
|
/
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-11
/
+11
*
Revert "Turn on recovery as collisions only for floor snapping as this leads ...
Ricardo Buring
2022-10-05
1
-2
/
+5
*
Merge pull request #66110 from Zylann/reference_get_count
Rémi Verschelde
2022-09-22
1
-2
/
+2
|
\
|
*
Rename and expose `RefCounted::get_reference_count()`
Marc Gilleron
2022-09-21
1
-2
/
+2
*
|
Merge pull request #65828 from rburing/body_state_sync_callable
Rémi Verschelde
2022-09-21
1
-13
/
+3
|
\
\
|
*
|
PhysicsServer2D and PhysicsServer3D: make body_set_state_sync_callback take a...
Ricardo Buring
2022-09-15
1
-13
/
+3
*
|
|
Merge pull request #66112 from Zylann/get_configuration_warnings_psa
Rémi Verschelde
2022-09-19
1
-2
/
+2
|
\
\
\
|
*
|
|
Change return type of `get_configuration_warnings` to `PackedStringArray`
Marc Gilleron
2022-09-19
1
-2
/
+2
|
|
|
/
|
|
/
|
*
/
|
Turn on recovery as collisions only for floor snapping as this leads to unwan...
fabriceci
2022-09-18
1
-5
/
+2
|
/
/
*
/
Add recovery_as_collision in move_and_collide/test_move
fabriceci
2022-09-17
1
-6
/
+6
|
/
*
Rename `or_lesser` range property hint to `or_less`
Hugo Locurcio
2022-09-02
1
-1
/
+1
*
Add `is_zero_approx` methods to `Vector2`, `3`, and `4`
Jonathan Nicholl
2022-09-02
1
-5
/
+5
*
Restore RigidBody2/3D, SoftBody names in physics
fabriceci
2022-08-26
1
-146
/
+146
*
Shorten variable names for moving platforms in CharacterBody
fabriceci
2022-08-25
1
-29
/
+29
*
Improves the API for monitoring contacts in RigidDynamicBody
fabriceci
2022-08-24
1
-1
/
+8
*
Merge pull request #64009 from KoBeWi/arrayy_lmao
Rémi Verschelde
2022-08-24
1
-1
/
+1
|
\
|
*
Replace Array return types with TypedArray 2
kobewi
2022-08-23
1
-1
/
+1
*
|
Rename properties unnecessarily using slash (`/`) in their names
Rémi Verschelde
2022-08-23
1
-2
/
+6
|
/
*
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-8
/
+8
*
Remove unintentional PROPERTY_USAGE_INTERNAL
RedMser
2022-08-18
1
-3
/
+3
*
add get_depth() to KinematicCollision3D as same of 2D
Silc Renew
2022-08-10
1
-0
/
+5
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-2
/
+2
*
Add suffixes to all nodes and resources
FireForge
2022-06-11
1
-3
/
+3
[next]