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

Added multi-jumps to jump method/can_jump interval test #1961

Closed
wants to merge 17 commits into from

Commits on Jan 28, 2024

  1. Added jump interval timer

    It's based on ticks
    FriendlyGecko authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    84f3d96 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    8e673fc View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Update physics_engines.py

    Removed the Optional typing to rely on the default input instead
    FriendlyGecko authored Feb 10, 2024
    Configuration menu
    Copy the full SHA
    beb1306 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    6f63e7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ad803b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    718fec5 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. added is_on_ground method

    This is integrated into can_jump, but also can be used independently of it so devs can do checks that allow them to determine how to jump off ladders.
    FriendlyGecko authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    7d1f1a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    528c812 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    68da15a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9a016f View commit details
    Browse the repository at this point in the history
  3. Fixed so it will pass tests

    I changed the default jump_delay to 0 so that the test will properly see a true value for can_jump with multijump.
    
    I argue that 10 ticks is a better number than 0 as a default but that will require updating the test.
    FriendlyGecko authored May 25, 2024
    Configuration menu
    Copy the full SHA
    d4db1f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2f3733 View commit details
    Browse the repository at this point in the history
  5. fixed long line

    FriendlyGecko authored May 25, 2024
    Configuration menu
    Copy the full SHA
    0754e7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f23b58 View commit details
    Browse the repository at this point in the history
  7. reduced checks

    FriendlyGecko authored May 25, 2024
    Configuration menu
    Copy the full SHA
    53b4d75 View commit details
    Browse the repository at this point in the history
  8. fixed random indent

    FriendlyGecko authored May 25, 2024
    Configuration menu
    Copy the full SHA
    f640764 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e7eea4d View commit details
    Browse the repository at this point in the history