#59 Arrows go through blocks #59

Closed
opened 2020-09-23 13:49:29 +00:00 by Skyisblue · 5 comments
Owner

Arrows are going through blocks and not just through one layer.
Its like they got noclip.

Arrows are going through blocks and not just through one layer. Its like they got noclip.
AliasAlreadyTaken added the
1. kind/bug
label 2020-09-23 13:57:48 +00:00
AliasAlreadyTaken self-assigned this 2020-09-23 18:11:48 +00:00
AliasAlreadyTaken added this to the (deleted) milestone 2020-09-25 06:11:58 +00:00
AliasAlreadyTaken added the
3. source/mod upstream
label 2020-10-22 05:07:15 +00:00
Styxcolor added the
4. step/question
label 2022-01-02 11:55:29 +00:00
Owner

Does the problem persist? We might have another archery event this month, we can test it there latest.

Does the problem persist? We might have another archery event this month, we can test it there latest.
Styxcolor self-assigned this 2022-01-02 11:56:03 +00:00
Styxcolor added this to the (deleted) project 2022-01-02 11:56:08 +00:00
Member

arrows need to record their previous position, and on every update, check to see whether their path has put them through a solid block. and then act accordingly. i haven't read the code, but i get the feeling they only ever check out their current status? raycast would be a good fudge, if you don't think actual physical mechanics matter (for minetest, they probably shouldn't).

arrows need to record their previous position, and on every update, check to see whether their path has put them through a solid block. and then act accordingly. i haven't read the code, but i get the feeling they only ever check out their current status? raycast would be a good fudge, if you don't think actual physical mechanics matter (for minetest, they probably shouldn't).
Styxcolor removed this from the (deleted) project 2022-01-28 00:29:43 +00:00
flux added a new dependency 2022-10-23 23:51:27 +00:00
Member

arrows should use the new moveresult feature supplied to an entity's on_step. no need for raycasting parabolas.

arrows should use the new `moveresult` feature supplied to an entity's `on_step`. no need for raycasting parabolas.
flux changed title from #59 Arrows go trough blocks to #59 Arrows go through blocks 2023-01-30 03:33:08 +00:00
Member

arrows should use the new moveresult feature supplied to an entity's on_step. no need for raycasting parabolas.

noting that the x_bows update does't do this yet

> arrows should use the new moveresult feature supplied to an entity's on_step. no need for raycasting parabolas. noting that the x_bows update *does't* do this yet

The basic grievance "arrows go through blocks" is solved with the current iteration of x_bows.

The basic grievance "arrows go through blocks" is solved with the current iteration of x_bows.
AliasAlreadyTaken removed a dependency 2023-07-21 17:14:38 +00:00
AliasAlreadyTaken added the
5. result/maybe
label 2023-07-21 17:14:49 +00:00
Sign in to join this conversation.
No Milestone
No project
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: your-land/bugtracker#59
No description provided.