Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deathtiles still skipable? #1936

Closed
WaRNe0nx3 opened this issue Dec 30, 2018 · 3 comments · Fixed by #2118
Closed

deathtiles still skipable? #1936

WaRNe0nx3 opened this issue Dec 30, 2018 · 3 comments · Fixed by #2118
Milestone

Comments

@WaRNe0nx3
Copy link

So in 0.6 it was possible to skip 1tile wide deathtiles with enough speed caused by either ninja sword, or enough grenade spam and gravity.

This is probably only relevant in Race but still it would be nice if it is fixed.

@teoman002
Copy link

The problem is that the tile-colission with CheckPoint() is not called when the tee is too fast.
More precisely the tee skips the tile in one tick, such that no collisions can occur.
Therefore you need trajectory estimation like in Projectile.cpp to check future collisions.

@oy oy added this to the 0.7.4 milestone Apr 19, 2019
@ChillerDragon
Copy link
Contributor

Imo this can be seen as a feature. It is fun to cheat and mappers can care about that and make it impossible. Hope the "bug fix" doesn't eat to much performance.

@AssassinTee
Copy link
Contributor

It doesn't :) It just uses what is already there

@oy oy closed this as completed in #2118 May 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants