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

Unable to jump once changing jump speed from 0 to a higher number #1539

Closed
shadow00dev opened this issue Mar 16, 2020 · 13 comments
Closed

Unable to jump once changing jump speed from 0 to a higher number #1539

shadow00dev opened this issue Mar 16, 2020 · 13 comments
Labels
🐛 bug This is a bug impacting users 👌good first issue Good issue if you want to start contributing to GDevelop

Comments

@shadow00dev
Copy link

shadow00dev commented Mar 16, 2020

Describe the bug

the bug is with jumping

To Reproduce

Steps to reproduce the behaviour:

  1. first u would want an object with platformer character behaviour
  2. play the project then go underneath a platformer object
  3. also make sure the player object is as big and the gap of Y-axis
  4. then jump
  5. then walk out and try and jump
  • Please include a link to a game if possible!

ill give a project example: https://www.dropbox.com/s/c5x7n1y1rh57jbe/example%20of%20bug.zip?dl=0

watchable video https://www.dropbox.com/s/8hos436vb38do2h/2020-03-17%2015-44-16.mp4?dl=0

Other details

  • Include any OS/browser version/smartphone that you're using
  • Which version of GDevelop are you using? The desktop app or the web-app?
  • Add any other context about the problem here.

I'm using windows 10 latest update
with gdevelop beta89

@PawBud
Copy link
Contributor

PawBud commented Mar 17, 2020

While we appreciate that u added the dropbox link; if possible can you add a gif or a screenshot(Gif will be better). If you don't know how to upload a GIF in a PR; google it :).

@shadow00dev
Copy link
Author

of the bug?
k

@shadow00dev
Copy link
Author

but idk how to proove im pressing space

@shadow00dev
Copy link
Author

done

@PawBud
Copy link
Contributor

PawBud commented Mar 17, 2020

Thanks a lot @twistcharlie now it becomes easier to see what is actually happening.

@shadow00dev
Copy link
Author

Thanks a lot @twistcharlie now it becomes easier to see what is actually happening.

np

@PascalLadalle
Copy link

As explained here: https://forum.gdevelop-app.com/t/jumping-behaviour-not-working-as-expected/26011/8
A jump speed of 0 triggers the same issue. The jump flag is triggered and the player cannot jump anymore once the jump speed has been reset to a normal value.

@Silver-Streak
Copy link
Collaborator

@Bouh @4ian This seems to be unresolved and has shown up again on the discord. Can we get the title of this changed to "Unable to jump if once changing jump speed back from 0" or something similar if there's a better title?

@Silver-Streak Silver-Streak changed the title a bug with plat-former character behaviour Unable to jump once changing jump speed from 0 to a higher number Mar 8, 2021
@4ian
Copy link
Owner

4ian commented Mar 8, 2021

@Silver-Streak I've invited you to be a collaborator so that you can triage/rename/label such bugs :)
@arthuro555 I've done the same for you - as you're both regular contributors/active in the community.

Please use only these rights to triage/rename/label issues - I unfortunately can not grant a "triage" permission as the repo is not yet in an organization :)
Continue to open Pull Requests for all code related work (no push to master, no push to branches, keep using branches on your own repositories to ensure I can keep the stability of the main branch and validate the changes coming in).

@4ian 4ian added 🐛 bug This is a bug impacting users 👌good first issue Good issue if you want to start contributing to GDevelop labels Mar 8, 2021
@4ian
Copy link
Owner

4ian commented Mar 8, 2021

As for the bug, we should avoid going at all in the jump state if the jump seed is 0 indeed!

@AlexandreSi
Copy link
Collaborator

@Silver-Streak Do you know if this bug is still alive?

@Silver-Streak
Copy link
Collaborator

@Silver-Streak Do you know if this bug is still alive?

I am not able to reproduce this any longer. I wouldn't be surprised if some of @D8H 's changes to the platformer behavior fixed it over the past few months.

@4ian
Copy link
Owner

4ian commented Sep 22, 2021

Considering as fixed then, I guess the refactorings notably the move to a state based logic helped! :) Thanks both for checking!

@4ian 4ian closed this as completed Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug This is a bug impacting users 👌good first issue Good issue if you want to start contributing to GDevelop
Projects
None yet
Development

No branches or pull requests

6 participants