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

Allow PP Ups to be edited #10167

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 11, 2024

  1. Allow PP Ups to be edited

    Server-side change; will post more on the client-side.
    dot-Comfey committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    0dafd30 View commit details
    Browse the repository at this point in the history
  2. Update pokemon.ts

    dot-Comfey committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    c777c20 View commit details
    Browse the repository at this point in the history
  3. Update trumpcard.js

    dot-Comfey committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    0e2b91b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

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

Commits on Oct 13, 2024

  1. Update TEAMS.md and fix unpacking

    Regarding uploading to the team database: I did not test it, but by inspecting the code, it doesn't seem like anything needs to be done as the values should be preserved.
    dot-Comfey committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    ac69b4b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Move PP Up check outside of the validator

    Probably better to avoid unusual PP values this way.
    
    Also changed the packed format to treat empty values as 3 PP Ups.
    dot-Comfey committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b5a51ce View commit details
    Browse the repository at this point in the history
  2. Update teams.ts

    dot-Comfey committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    abc0116 View commit details
    Browse the repository at this point in the history