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

Fix Edge Cases in Cursed Inscription Numbering Leading to rare Off-by-One-Bug #2209

Merged
merged 16 commits into from
Jun 23, 2023

Commits on Jun 21, 2023

  1. add test

    raphjaph committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    35c43cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acf56b2 View commit details
    Browse the repository at this point in the history
  3. log everything

    raphjaph committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    9834059 View commit details
    Browse the repository at this point in the history
  4. make more efficient

    raphjaph committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    e32a17f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Precursed era

    ordinally committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    921fb99 View commit details
    Browse the repository at this point in the history
  2. Duh

    ordinally committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    5ce1469 View commit details
    Browse the repository at this point in the history
  3. Make era height chain dependent

    ordinally committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    daa0c6d View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Add CursedType enum

    Improve logging
    ordinally committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    466a1ba View commit details
    Browse the repository at this point in the history
  2. - precursed area concept not required

    ordinally committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    9ddfe32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b1a79c View commit details
    Browse the repository at this point in the history
  4. consolidate curse logic

    raphjaph committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    bbd2210 View commit details
    Browse the repository at this point in the history
  5. cosmetic things

    raphjaph committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    626d39b View commit details
    Browse the repository at this point in the history
  6. clippy + fmt

    raphjaph committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    96b9c76 View commit details
    Browse the repository at this point in the history
  7. tweak test

    raphjaph committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    a3b8690 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    efed0c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu