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
/
servers
/
physics_2d
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix unsafe uses of `Callable.is_null()`
A Thousand Ships
2024-04-27
1
-2
/
+2
*
Increase size of WorldBoundaryShape to be much larger
Hugo Locurcio
2024-04-16
1
-1
/
+1
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
2
-3
/
+3
*
GodotCollisionSolver2D::solve_concave: fix culling in case of motion
Ricardo Buring
2024-02-13
1
-2
/
+7
*
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-1
/
+1
*
Merge pull request #83655 from golfinq/small-capsule-shape-fix
Yuri Sizov
2023-12-22
1
-2
/
+1
|
\
|
*
replace confusing code in CapsuleShape2D
golfinq
2023-10-20
1
-2
/
+1
*
|
Fix body leaving area gravity influence
Occalepsus
2023-12-21
2
-1
/
+5
*
|
Clear monitoring in `Area*` when its space changes to invalid
风青山
2023-12-15
3
-8
/
+10
|
/
*
Merge pull request #83003 from AThousandShips/null_check_extra
Rémi Verschelde
2023-10-09
3
-3
/
+3
|
\
|
*
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-10-08
3
-3
/
+3
*
|
Fixes to allow object-less callables throughout Godot
Mai Lavelle
2023-10-06
2
-18
/
+4
|
/
*
Add vararg call() method to C++ Callable
kobewi
2023-10-05
1
-4
/
+1
*
Merge pull request #82313 from AThousandShips/null_check_servers
Rémi Verschelde
2023-09-26
6
-135
/
+135
|
\
|
*
[Servers] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-25
6
-135
/
+135
*
|
Merge pull request #81610 from Ughuuu/add-angle-limits-and-motor-to-pin-joint-2d
Rémi Verschelde
2023-09-26
4
-5
/
+144
|
\
\
|
*
|
Update PinJoint2D API with angle limits and motor speed
Dragos Daian
2023-09-26
4
-5
/
+144
|
|
/
*
/
Fix: Mass not set properly for RigidBody
Crimzoth
2023-06-27
1
-1
/
+1
|
/
*
Merge pull request #76138 from rburing/ccd_against_moving
Rémi Verschelde
2023-06-19
1
-3
/
+6
|
\
|
*
Improve rigid body CCD against moving bodies
Ricardo Buring
2023-04-16
1
-3
/
+6
*
|
Fix precision in physics supports generation
Black-Cat
2023-04-29
2
-9
/
+11
*
|
PhysicsDirectBodyState2D: add get_contact_local_velocity_at_position
Ricardo Buring
2023-04-14
4
-10
/
+19
|
/
*
Move some worker_thread_pool.h includes out of header files
myaaaaaaaaa
2023-02-13
2
-1
/
+1
*
Merge pull request #66076 from Sauermann/fix-double-physics-input-events-for-...
Rémi Verschelde
2023-02-01
1
-1
/
+1
|
\
|
*
Fix physics events being interpreted twice when in canvas layer
Markus Sauermann
2023-01-31
1
-1
/
+1
*
|
Create default World physics spaces on demand only
smix8
2023-01-31
1
-9
/
+9
*
|
Replace Area gravity point distance scale with unit distance
Aaron Franke
2023-01-29
2
-13
/
+13
*
|
Remove deprecated AREA_PARAM_GRAVITY_POINT_ATTENUATION
Aaron Franke
2023-01-29
2
-9
/
+0
*
|
Add get_contact_impulse method to PhysicsDirectBodyState2D
Ricardo Buring
2023-01-10
5
-20
/
+31
*
|
Merge pull request #68429 from KoBeWi/PropertySettings
Rémi Verschelde
2023-01-06
1
-20
/
+7
|
\
\
|
*
|
Add PropertyInfo overload for GLOBAL_DEF
kobewi
2022-12-11
1
-20
/
+7
|
|
/
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
31
-899
/
+899
*
|
Fix regression 70154 caused by my prior CCD fix.
Geekotron
2022-12-16
1
-4
/
+4
*
|
Fix Physics3D and Physics2D CCD sometimes adjusting velocity too much (preven...
Geekotron
2022-12-13
1
-5
/
+18
|
/
*
Merge pull request #69674 from rburing/conStraint
Rémi Verschelde
2022-12-07
2
-4
/
+4
|
\
|
*
Fix typo in physics step: contraint -> constraint
Ricardo Buring
2022-12-06
2
-4
/
+4
*
|
Fix collision detection for degenerate capsules
Ricardo Buring
2022-12-06
1
-6
/
+4
|
/
*
Remove duplicate project settings definitions
kobewi
2022-11-08
1
-1
/
+1
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
4
-47
/
+47
*
Merge pull request #66720 from qarmin/unintialized_memory
Rémi Verschelde
2022-10-05
3
-3
/
+3
|
\
|
*
Remove usage of unitialized variables
Rafał Mikrut
2022-10-01
3
-3
/
+3
*
|
Fix crash when executing `PhysicsServer2D.joint_clear`
Haoyu Qiu
2022-09-30
1
-16
/
+17
*
|
Use `constexpr` in the conditions with template parameters and `sizeof`s to s...
bruvzg
2022-09-29
1
-21
/
+21
*
|
Merge pull request #66548 from akien-mga/msvc-warnings-c4701-c4703
Rémi Verschelde
2022-09-28
1
-2
/
+3
|
\
\
|
*
|
Fix MSVC warnings C4701 and C4703: Potentially uninitialized variable used
Rémi Verschelde
2022-09-28
1
-2
/
+3
*
|
|
Fix MSVC warning C4702: unreachable code
Rémi Verschelde
2022-09-28
1
-2
/
+0
|
/
/
*
|
Add `area_get_collision_layer` and `area_get_collision_mask`
Mansur Isaev
2022-09-25
2
-4
/
+22
*
|
Merge pull request #65828 from rburing/body_state_sync_callable
Rémi Verschelde
2022-09-21
4
-13
/
+15
|
\
\
|
*
|
PhysicsServer2D and PhysicsServer3D: make body_set_state_sync_callback take a...
Ricardo Buring
2022-09-15
4
-13
/
+15
|
|
/
*
/
Warn users when collisions are not supported
fabriceci
2022-09-19
1
-0
/
+3
|
/
[next]