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_3d
/
space_3d_sw.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename Godot Physics classes from *SW to Godot*
PouleyKetchoupp
2021-10-18
1
-1234
/
+0
*
Fix physics glitch with TileMap moving platforms
PouleyKetchoupp
2021-10-04
1
-0
/
+10
*
Script interface improvements for test body motion
PouleyKetchoupp
2021-10-04
1
-31
/
+31
*
Remove shape metadata from 2D physics server
PouleyKetchoupp
2021-09-30
1
-1
/
+0
*
Rename RID's `getornull()` to `get_or_null()`
Hugo Locurcio
2021-09-29
1
-6
/
+6
*
Improved logic for CharacterBody collision recovery depth
PouleyKetchoupp
2021-09-27
1
-12
/
+12
*
Port 2D improvement to move and slide 3D
fabriceci
2021-09-22
1
-52
/
+115
*
Initialize variables in servers/physics
qarmin
2021-09-15
1
-17
/
+0
*
Proper support for custom mass properties in 2D/3D physics bodies
PouleyKetchoupp
2021-09-06
1
-7
/
+7
*
Rename RayShape to SeparationRayShape
PouleyKetchoupp
2021-08-24
1
-2
/
+2
*
Rename slips_on_slope to slide_on_slope
PouleyKetchoupp
2021-08-24
1
-2
/
+2
*
Fix CharacterBody motion with RayShape
PouleyKetchoupp
2021-08-24
1
-2
/
+12
*
Merge pull request #51645 from fabriceci/improve-physics-api
Rémi Verschelde
2021-08-16
1
-5
/
+5
|
\
|
*
API improvement on physics, mainly CharacterBody
fabriceci
2021-08-15
1
-5
/
+5
*
|
Enabled softbody-area collision (intersection) and enabled area-specific grav...
Jeffrey Cochran
2021-08-15
1
-1
/
+3
|
/
*
Remove infinite inertia and ray shapes from CharacterBody
PouleyKetchoupp
2021-08-10
1
-184
/
+3
*
Fix 3D moving platform logic
PouleyKetchoupp
2021-08-09
1
-1
/
+10
*
One-directional collision layer check for rigid bodies and soft bodies
PouleyKetchoupp
2021-07-19
1
-1
/
+1
*
Ensure KinematicBodies only interact with other Bodies with matching mask.
Marcel Admiraal
2021-07-19
1
-2
/
+2
*
Make move_and_slide collision detection more accurate
PouleyKetchoupp
2021-07-01
1
-25
/
+52
*
Merge pull request #49844 from nekomatata/physics-disabled-shapes
Rémi Verschelde
2021-06-30
1
-25
/
+7
|
\
|
*
Fix and clean disabled shapes handling in godot physics servers
PouleyKetchoupp
2021-06-22
1
-25
/
+7
*
|
Fix move_and_collide causing sliding on slopes
PouleyKetchoupp
2021-06-28
1
-0
/
+3
|
/
*
Merge pull request #42636 from madmiraal/fix-infinite-inertia
Rémi Verschelde
2021-06-11
1
-0
/
+21
|
\
|
*
Apply infinite inertia checks to Godot physics 3D
Marcel Admiraal
2021-03-06
1
-0
/
+21
*
|
Rename Transform to Transform3D in core
Aaron Franke
2021-06-03
1
-23
/
+23
*
|
Merge pull request #47130 from e344fde6bf/fix-angular-velocity-calculation
Rémi Verschelde
2021-03-20
1
-10
/
+9
|
\
\
|
*
|
Fix some angular velocity calculations
e344fde6bf
2021-03-20
1
-10
/
+9
|
|
/
*
/
SoftBody support in GodotPhysics 3D
PouleyKetchoupp
2021-03-18
1
-3
/
+30
|
/
*
Merge pull request #45863 from nekomatata/physics-queries-disabled-shapes
Rémi Verschelde
2021-02-24
1
-2
/
+20
|
\
|
*
Fix physics queries not filtering out disabled collision shapes
PouleyKetchoupp
2021-02-09
1
-2
/
+20
*
|
Fix test_body_motion recovery
PouleyKetchoupp
2021-02-17
1
-34
/
+61
*
|
Make Servers truly Thread Safe
reduz
2021-02-10
1
-6
/
+6
|
/
*
Merge pull request #37547 from aaronfranke/tau
Rémi Verschelde
2021-02-01
1
-1
/
+1
|
\
|
*
Use Math_TAU and deg2rad/rad2deg in more places and optimize code
Aaron Franke
2021-01-09
1
-1
/
+1
*
|
Use real_t in physics code
Aaron Franke
2021-01-28
1
-3
/
+3
*
|
Merge pull request #43923 from madmiraal/fix-43588
Rémi Verschelde
2021-01-14
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fix cast_motion sometimes failing
Marcel Admiraal
2020-11-27
1
-2
/
+2
*
|
Fix multiple issues with one-way collisions
Marcel Admiraal
2021-01-07
1
-2
/
+2
*
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
|
/
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Revert "Allow Area2D and 3D mouse events without a collision layer"
Rémi Verschelde
2020-07-27
1
-3
/
+3
*
Allow Area2D and 3D mouse events without a collision layer
Tomasz Chabora
2020-07-10
1
-3
/
+3
*
Test collision mask before creating constraint pair in Godot physics broadpha...
Marcel Admiraal
2020-06-08
1
-0
/
+8
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-45
/
+83
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+5
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-85
/
+0
*
Enforce use of bool literals instead of integers
Rémi Verschelde
2020-05-14
1
-1
/
+1
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-18
/
+45
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-14
/
+14
[next]