index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
servers
/
physics_2d
Age
Commit message (
Expand
)
Author
2021-11-01
Use `Callable` in Area monitor callback
rafallus
2021-10-25
Improved RigidDynamicBody linear/angular damping override
PouleyKetchoupp
2021-10-22
Merge pull request #54124 from Uxeron/CenterOfMassRotationFix
Camille Mohr-Daurat
2021-10-22
Fix physics body rotating incorrectly around it's center of mass
Uxeron
2021-10-22
Fix RigidDynamicBody2D auto center of mass calculation
PouleyKetchoupp
2021-10-21
Fix RigidDynamicBody collision update after changing collision layer/mask
PouleyKetchoupp
2021-10-19
Fix 2D center of mass not updated from transform
PouleyKetchoupp
2021-10-18
Rename Godot Physics classes from *SW to Godot*
PouleyKetchoupp
2021-10-05
Merge pull request #53420 from nekomatata/fix-tilemap-moving-platform
Rémi Verschelde
2021-10-04
Merge pull request #53365 from danger-dan/wakeup_fix
Camille Mohr-Daurat
2021-10-05
Changed from directly waking bodies to using the wakeup() functions in direct...
Daniel
2021-10-04
Fix physics glitch with TileMap moving platforms
PouleyKetchoupp
2021-10-04
Script interface improvements for test body motion
PouleyKetchoupp
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-30
Remove shape metadata from 2D physics server
PouleyKetchoupp
2021-09-29
Rename RID's `getornull()` to `get_or_null()`
Hugo Locurcio
2021-09-28
Merge pull request #52754 from nekomatata/dynamic-body-modes
Camille Mohr-Daurat
2021-09-28
Merge pull request #52953 from nekomatata/fix-collision-recovery-depth
Rémi Verschelde
2021-09-27
Improved logic for CharacterBody collision recovery depth
PouleyKetchoupp
2021-09-24
Added set_active(true) to all body direct state force apply/impulses. #52915
Daniel
2021-09-16
Clarify RigidDynamicBody modes
PouleyKetchoupp
2021-09-16
Merge pull request #52668 from qarmin/cppcheck_servers_physics
Camille Mohr-Daurat
2021-09-15
Initialize variables in servers/physics
qarmin
2021-09-14
Rename WorldMarginShape to WorldBoundaryShape
PouleyKetchoupp
2021-09-06
Proper support for custom mass properties in 2D/3D physics bodies
PouleyKetchoupp
2021-09-06
Merge pull request #52271 from nekomatata/query-layer-default-mask
Camille Mohr-Daurat
2021-08-31
Add AnimatableBody inherited from StaticBody for moving platforms
PouleyKetchoupp
2021-08-31
Merge pull request #49471 from nekomatata/body-state-sync-callback
Juan Linietsky
2021-08-30
Harmonize default value for collision mask in ray/shape queries
PouleyKetchoupp
2021-08-28
Merge pull request #52070 from nekomatata/area-point-gravity-fix
Fabio Alessandrelli
2021-08-27
Optimize area detection and intersect_shape queries with concave shapes
PouleyKetchoupp
2021-08-27
Merge pull request #51896 from nekomatata/restore-ray-shape
Camille Mohr-Daurat
2021-08-26
Merge pull request #51801 from nekomatata/area-one-directional-layer-check
Camille Mohr-Daurat
2021-08-25
Clean physics direct body state usage in 2D and 3D physics
PouleyKetchoupp
2021-08-24
Rename RayShape to SeparationRayShape
PouleyKetchoupp
2021-08-24
Rename slips_on_slope to slide_on_slope
PouleyKetchoupp
2021-08-24
Fix CharacterBody motion with RayShape
PouleyKetchoupp
2021-08-24
Fix RayShape collision detection
PouleyKetchoupp
2021-08-24
Restore RayShape as a regular shape type
PouleyKetchoupp
2021-08-24
Fix point gravity calculation
PouleyKetchoupp
2021-08-19
Fix compilation warnings in Shape2DSW/Shape3DSW
PouleyKetchoupp
2021-08-17
One-directional layer check for Area vs. RigidBody/SoftBody/Area
PouleyKetchoupp
2021-08-15
API improvement on physics, mainly CharacterBody
fabriceci
2021-08-14
Rename LineShape2D to WorldMarginShape2D
Hugo Locurcio
2021-08-11
Make radius & height in CapsuleShape2D independent
Tomasz Chabora
2021-08-10
Remove infinite inertia and ray shapes from CharacterBody
PouleyKetchoupp
2021-08-09
Fix applied rotation from moving platforms in move_and_slide
PouleyKetchoupp
2021-07-31
Merge pull request #50625 from nekomatata/body-one-direction-layers
Rémi Verschelde
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
[next]