summaryrefslogtreecommitdiff
path: root/servers/physics_2d/body_direct_state_2d_sw.cpp
AgeCommit message (Expand)Author
2021-10-05Changed from directly waking bodies to using the wakeup() functions in direct...Daniel
2021-09-30Remove shape metadata from 2D physics serverPouleyKetchoupp
2021-09-29Rename RID's `getornull()` to `get_or_null()`Hugo Locurcio
2021-09-24Added set_active(true) to all body direct state force apply/impulses. #52915Daniel
2021-09-06Proper support for custom mass properties in 2D/3D physics bodiesPouleyKetchoupp
2021-08-25Clean physics direct body state usage in 2D and 3D physicsPouleyKetchoupp