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_3d
Age
Commit message (
Expand
)
Author
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
Merge pull request #53280 from nekomatata/test-body-motion-parameters
Rémi Verschelde
2021-10-04
Script interface improvements for test body motion
PouleyKetchoupp
2021-10-04
Fix crashes with pinned vertices in GodotPhysics Soft Body
PouleyKetchoupp
2021-10-04
Fix crash when pinned SoftBody point is out of range
Haoyu Qiu
2021-10-01
Remove scene code in physics servers
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-29
Don't memcpy to nullptr even if length is zero
Haoyu Qiu
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-22
Port 2D improvement to move and slide 3D
fabriceci
2021-09-21
Add Get Center Method for Rect2/Rect2i and AABB.
Anilforextra
2021-09-17
Replace Vector3.to_diagonal_matrix with Basis.from_scale
Aaron Franke
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
Merge pull request #52679 from nekomatata/world-boundary-shape
Camille Mohr-Daurat
2021-09-15
Initialize variables in servers/physics
qarmin
2021-09-14
Rename WorldMarginShape to WorldBoundaryShape
PouleyKetchoupp
2021-09-13
Revert some URLs from the "Replace HTTP URLs with HTTPS" PR
Aaron Franke
2021-09-06
Optimize raycast with large Heightmap shape data
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-23
Merge pull request #51751 from jeffrey-cochran/windforce
Camille Mohr-Daurat
2021-08-23
Enabled area-specific wind forces
Jeffrey Cochran
2021-08-22
Replace HTTP links with HTTPS for sites with HTTPS versions
Aaron Franke
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-16
Epsilon check for angular velocity in Body3DSW
LoipesMas
2021-08-16
Merge pull request #51645 from fabriceci/improve-physics-api
Rémi Verschelde
[next]