Conditionally Advance Body in atomic_internal_instruction StrafeTick
#14
Reference in New Issue
Block a user
Delete Branch "physics-bug3"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #13.
A quick hack would be to time-reverse the closest_fev_not_inside call if it fails. All it needs to do is set up the starting point. A proper fix would be to reimplement the setup algorithm with a faster and less frail approach.
99f16706c6to0f39cdb89fWIP: Conditionally Advance Body in `atomic_internal_instruction` StrafeTickto Conditionally Advance Body in `atomic_internal_instruction` StrafeTickImplemented in #25
There seems to be a problem with the physics unit tests, this PR will need to wait for that to be fixed.
0f39cdb89fto72d1d065f372d1d065f3to7b13c6a06e7b13c6a06etoe6e290e540e6e290e540toa37f836ea0a37f836ea0to74264e514bUnit tests fixed in
8329eadb18Fix an issue with the algorithm starting position in
4b2f93be66This can now be merged.