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_server_2d.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge pull request #49471 from nekomatata/body-state-sync-callback
Juan Linietsky
2021-08-31
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Clean physics direct body state usage in 2D and 3D physics
PouleyKetchoupp
2021-08-25
1
-0
/
+4
*
|
Rename RayShape to SeparationRayShape
PouleyKetchoupp
2021-08-24
1
-2
/
+2
*
|
Fix CharacterBody motion with RayShape
PouleyKetchoupp
2021-08-24
1
-2
/
+2
*
|
Restore RayShape as a regular shape type
PouleyKetchoupp
2021-08-24
1
-0
/
+2
|
/
*
API improvement on physics, mainly CharacterBody
fabriceci
2021-08-15
1
-3
/
+7
*
Rename LineShape2D to WorldMarginShape2D
Hugo Locurcio
2021-08-14
1
-2
/
+2
*
Remove infinite inertia and ray shapes from CharacterBody
PouleyKetchoupp
2021-08-10
1
-6
/
+2
*
Fix applied rotation from moving platforms in move_and_slide
PouleyKetchoupp
2021-08-09
1
-0
/
+2
*
Fixing 2D moving platform logic
fabriceci
2021-07-15
1
-2
/
+2
*
Add a method to set the number of physics solver iterations in 3D
Hugo Locurcio
2021-07-10
1
-1
/
+1
*
Remove unused PhysicsShapeQueryResult3D & PhysicsShapeQueryResult2D
PouleyKetchoupp
2021-07-05
1
-22
/
+0
*
Expose body_test_motion in 3D physics server
PouleyKetchoupp
2021-07-02
1
-2
/
+2
*
Fix move_and_collide causing sliding on slopes
PouleyKetchoupp
2021-06-28
1
-0
/
+6
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-7
/
+7
*
Fix uninitialized members in physics query results
PouleyKetchoupp
2021-06-07
1
-5
/
+5
*
More explanatory names for RigidBody modes
PouleyKetchoupp
2021-06-04
1
-2
/
+2
*
KinematicBody split between new CharacterBody and PhysicsBody
PouleyKetchoupp
2021-06-04
1
-12
/
+2
*
Enable setting of collision iterations in PhysicsServer2D
Rhathe
2021-05-19
1
-0
/
+2
*
Prevent setting too big or too small Collision Mask and Layer
Rafał Mikrut
2021-04-30
1
-2
/
+2
*
Unexpose _direct_state_changed in PhysicsBody
rafallus
2021-04-22
1
-1
/
+1
*
Make Servers truly Thread Safe
reduz
2021-02-10
1
-6
/
+11
*
Use real_t in physics code
Aaron Franke
2021-01-28
1
-24
/
+24
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-3
/
+0
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-3
/
+3
*
Refactor MethodBind to use variadic templates
reduz
2020-10-18
1
-1
/
+1
*
Ensure assignment operators return by reference to avoid unnecessary copies.
Marcel Admiraal
2020-09-04
1
-1
/
+1
*
Merge pull request #37350 from aaronfranke/force-impulse
Rémi Verschelde
2020-07-02
1
-4
/
+4
|
\
|
*
Refactor physics force and impulse code
Aaron Franke
2020-06-02
1
-4
/
+4
*
|
Expose shape property for shape query parameters classes
Andrii Doroshenko (Xrayez)
2020-06-26
1
-1
/
+4
*
|
Correct misspellings of damped spring.
Marcel Admiraal
2020-06-04
1
-7
/
+7
|
/
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-11
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-4
/
+2
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-2
/
+2
*
More server renames for consistency after #37361
Rémi Verschelde
2020-03-28
1
-6
/
+6
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-0
/
+699
[prev]