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

Mega Man 2: Implement New Game #3256

Merged
merged 172 commits into from
Aug 20, 2024
Merged

Mega Man 2: Implement New Game #3256

merged 172 commits into from
Aug 20, 2024

Commits on May 17, 2023

  1. initial (broken) commit

    Silvris committed May 17, 2023
    Configuration menu
    Copy the full SHA
    b3bafd1 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. small work on init

    Silvris committed May 21, 2023
    Configuration menu
    Copy the full SHA
    b77a168 View commit details
    Browse the repository at this point in the history
  2. Update Items.py

    Silvris committed May 21, 2023
    Configuration menu
    Copy the full SHA
    92367b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

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

Commits on Jul 7, 2023

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

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    9a0c9c4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into mm2

    Silvris committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3d7b22f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

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

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    b8c6a5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7f3dac View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

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

Commits on Oct 9, 2023

  1. write font

    Silvris committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    6d989da View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

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

Commits on Dec 2, 2023

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

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    9eb6ae9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9bfd56 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. fix 6th letter bug

    Silvris committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e6f0a03 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

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

Commits on Feb 19, 2024

  1. fix a bunch of pointers

    Silvris committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    058cf42 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

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

Commits on Feb 25, 2024

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

Commits on Mar 2, 2024

  1. Update Rules.py

    Silvris committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    de81bc2 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. attempt wily 5 softlock fix

    Silvris committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    78b7f9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44aaccc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fb7daf View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    858a6f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c49e1a View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. fix atomic fire again

    Silvris committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    636bf8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9144f26 View commit details
    Browse the repository at this point in the history
  3. de-jank deathlink

    Silvris committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    33bd75d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. rewrite wily5 rule

    Silvris committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    2446bac View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    5cd2b05 View commit details
    Browse the repository at this point in the history
  2. Update Client.py

    Silvris committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    956266c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. fix wily 5 requirements

    Silvris committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    9cd54ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    633f59f View commit details
    Browse the repository at this point in the history
  3. undo fill hook

    Silvris committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    ed145a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. fix picopico-kun rules

    Silvris committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    736d9d9 View commit details
    Browse the repository at this point in the history
  2. for real this time

    Silvris committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    4d05c5e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    8cb7ddd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3184954 View commit details
    Browse the repository at this point in the history
  3. begin move to procedure patch

    Silvris committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    40410d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    1d1f129 View commit details
    Browse the repository at this point in the history
  2. fix color bug, UT support?

    Silvris committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8e3d39b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a667d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. fix UT?

    Silvris committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    43071a4 View commit details
    Browse the repository at this point in the history
  2. plando weakness and fixes

    Silvris committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    0179ea3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    946c0b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Update test_weakness.py

    Silvris committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    5c16f80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec6ba7e View commit details
    Browse the repository at this point in the history
  3. fix rules and color bug

    Silvris committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    2f1a626 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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

Commits on Apr 11, 2024

  1. major world overhaul

    Silvris committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a621f8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    baececd View commit details
    Browse the repository at this point in the history
  3. Update Locations.py

    Silvris committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    17025d8 View commit details
    Browse the repository at this point in the history
  4. fix first found bugs

    Silvris committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    cc91cc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. mypy cleanup

    Silvris committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8821412 View commit details
    Browse the repository at this point in the history
  2. headerless roms

    Silvris committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    78b25f1 View commit details
    Browse the repository at this point in the history
  3. Update Rom.py

    Silvris committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8410049 View commit details
    Browse the repository at this point in the history
  4. further cleanup

    Silvris committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    4be1122 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. work on energylink

    Silvris committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    5836410 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. el fixes

    Silvris committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    a56aee5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0f5b6f View commit details
    Browse the repository at this point in the history
  3. energylink balancing

    Silvris committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    fdddb5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f6301a View commit details
    Browse the repository at this point in the history
  5. Update Items.py

    Silvris committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    e3c21e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    476b08e View commit details
    Browse the repository at this point in the history
  7. remove startup change from basepatch

    we write that in patch, since we also need to clean the area before applying
    Silvris committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    75abfe3 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. el balancing and feedback

    Silvris committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a7cf6dd View commit details
    Browse the repository at this point in the history
  2. hopefully less test failures?

    Silvris committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    c92188e View commit details
    Browse the repository at this point in the history
  3. implement world version check

    Silvris committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2042127 View commit details
    Browse the repository at this point in the history
  4. add weapon/health option

    Silvris committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ac37226 View commit details
    Browse the repository at this point in the history
  5. Update Rom.py

    Silvris committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b47c480 View commit details
    Browse the repository at this point in the history
  6. x/x2

    Silvris committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    d872e33 View commit details
    Browse the repository at this point in the history
  7. specials

    Silvris committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ae6fc2f View commit details
    Browse the repository at this point in the history
  8. Update Color.py

    Silvris committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    d8f9430 View commit details
    Browse the repository at this point in the history
  9. Update Options.py

    Silvris committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    495b9e3 View commit details
    Browse the repository at this point in the history
  10. finally apply location groups

    Silvris committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    d00eea0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    89f2cbe View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. fix duplicate stage sends

    Silvris committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c4bde5e View commit details
    Browse the repository at this point in the history
  2. validate wily 5, tests

    Silvris committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    05155ec View commit details
    Browse the repository at this point in the history
  3. see if renaming fixes

    Silvris committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4d80bae View commit details
    Browse the repository at this point in the history
  4. add shuffled weakness

    Silvris committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    465828f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. remove passwords

    Silvris committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    5dec7ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e7d9ab View commit details
    Browse the repository at this point in the history
  3. forgot we can't check 0

    Silvris committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    96e3900 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5674610 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. fix solo gen fill error?

    Silvris committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    b103b1c View commit details
    Browse the repository at this point in the history
  2. fix webhost patch recognition

    Silvris committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    fb28d87 View commit details
    Browse the repository at this point in the history
  3. fix imports, basepatch

    Silvris committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    c39ddc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d5b3e3 View commit details
    Browse the repository at this point in the history
  5. special case boobeam trap

    Silvris committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    272ba87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e05fc3 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. more energylink balancing

    Silvris committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    37cf6f6 View commit details
    Browse the repository at this point in the history
  2. bump world version

    Silvris committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    26768c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    556a77b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e47f4a0 View commit details
    Browse the repository at this point in the history
  5. fix validation edge case

    Silvris committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    c363320 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5625a09 View commit details
    Browse the repository at this point in the history
  7. mypy and pep8 cleanup

    Silvris committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    a4108cd View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. fix file browse validation

    Silvris committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    fd62563 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    6ff1c63 View commit details
    Browse the repository at this point in the history
  2. remove test seed

    Silvris committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    2479fa4 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. update enemy damage

    Silvris committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6e09cc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. inno setup

    Silvris committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9315b33 View commit details
    Browse the repository at this point in the history
  2. Update en_Mega Man 2.md

    Silvris committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c457b77 View commit details
    Browse the repository at this point in the history
  3. setup guide

    Silvris committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9c1fe48 View commit details
    Browse the repository at this point in the history
  4. Update en_Mega Man 2.md

    Silvris committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7d761ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc31fa7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b881df0 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. starting rbm edge case

    Silvris committed May 2, 2024
    Configuration menu
    Copy the full SHA
    01963b8 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    efa6bb4 View commit details
    Browse the repository at this point in the history
  2. remove * imports

    Silvris committed May 3, 2024
    Configuration menu
    Copy the full SHA
    99f2d38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    781be64 View commit details
    Browse the repository at this point in the history
  4. fix import

    Silvris committed May 3, 2024
    Configuration menu
    Copy the full SHA
    03fd1ec View commit details
    Browse the repository at this point in the history
  5. forgot readme

    Silvris committed May 3, 2024
    Configuration menu
    Copy the full SHA
    d5b9056 View commit details
    Browse the repository at this point in the history
  6. remove time stopper special casing

    since we moved to proper wily 5 validation, this special casing is no longer important
    Silvris committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0346ef5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5536277 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

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

Commits on May 6, 2024

  1. Update CODEOWNERS

    Silvris committed May 6, 2024
    Configuration menu
    Copy the full SHA
    3e528ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09069f4 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Merge branch 'main' into mm2

    Silvris authored May 18, 2024
    Configuration menu
    Copy the full SHA
    60dac37 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. add animation reduction

    Silvris committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1658e9c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Merge branch 'main' into mm2

    Silvris authored May 28, 2024
    Configuration menu
    Copy the full SHA
    bac14d9 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    d5db9ea View commit details
    Browse the repository at this point in the history
  2. special case wily phase 1

    Silvris committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a5c400d View commit details
    Browse the repository at this point in the history
  3. fix key error

    Silvris committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d9bf59e View commit details
    Browse the repository at this point in the history
  4. forgot the test

    Silvris committed May 31, 2024
    Configuration menu
    Copy the full SHA
    c5a4035 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

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

Commits on Jul 4, 2024

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

Commits on Jul 25, 2024

  1. music and general cleanup

    Silvris committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    c7285a7 View commit details
    Browse the repository at this point in the history
  2. the great rename

    Silvris committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    02934a7 View commit details
    Browse the repository at this point in the history
  3. fix import

    Silvris committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    093dc5c View commit details
    Browse the repository at this point in the history
  4. thanks pycharm

    Silvris committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    4984adc View commit details
    Browse the repository at this point in the history
  5. reorder palette shuffle

    Silvris committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    dcca27e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f09bcb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87d5dd8 View commit details
    Browse the repository at this point in the history
  8. apply suggestions

    Silvris committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    e1e8186 View commit details
    Browse the repository at this point in the history
  9. fix seedbleed

    Silvris committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    fd94e40 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f196854 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a17ca2d View commit details
    Browse the repository at this point in the history
  12. fix failsafe

    Silvris committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    d96b0fb View commit details
    Browse the repository at this point in the history
  13. finish music

    Silvris committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    1050496 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    ce87e56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36e1cef View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. asar pls

    Silvris committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    0272133 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Apply suggestions from code review

    Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com>
    Silvris and Exempt-Medic authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    712a172 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. world helpers

    Silvris committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    353d750 View commit details
    Browse the repository at this point in the history
  2. init cleanup

    Silvris committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    123d5f7 View commit details
    Browse the repository at this point in the history
  3. apostrophes

    Silvris committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    7537947 View commit details
    Browse the repository at this point in the history
  4. clearer wording

    Silvris committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3c46e76 View commit details
    Browse the repository at this point in the history
  5. mypy and cleanup

    Silvris committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ba132d9 View commit details
    Browse the repository at this point in the history
  6. options doc cleanup

    Silvris committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5f004cf View commit details
    Browse the repository at this point in the history
  7. Update rom.py

    Silvris committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c8ac1ba View commit details
    Browse the repository at this point in the history
  8. rules cleanup

    Silvris committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    89a58bd View commit details
    Browse the repository at this point in the history
  9. Update __init__.py

    Silvris committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d209e30 View commit details
    Browse the repository at this point in the history
  10. Update __init__.py

    Silvris committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    7af5a6f View commit details
    Browse the repository at this point in the history
  11. move to defaultdict

    Silvris committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    02070b8 View commit details
    Browse the repository at this point in the history
  12. cleanup world helpers

    Silvris committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2faefd0 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'main' into mm2

    Silvris authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4d01321 View commit details
    Browse the repository at this point in the history
  14. Update __init__.py

    Silvris committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    948fd09 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b14c02e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Merge branch 'main' into mm2

    Silvris authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ac96ce6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea1da22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5348438 View commit details
    Browse the repository at this point in the history
  4. forgot the other one

    Silvris committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    2d31b24 View commit details
    Browse the repository at this point in the history
  5. apply code review

    Silvris committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    7d7b838 View commit details
    Browse the repository at this point in the history
  6. remove collect

    Silvris committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0cf3549 View commit details
    Browse the repository at this point in the history
  7. Update rules.py

    Silvris committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    39e5985 View commit details
    Browse the repository at this point in the history
  8. forgot another

    Silvris committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8633866 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into mm2

    Silvris authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    47cd820 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Merge branch 'main' into mm2

    Silvris authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    29ee838 View commit details
    Browse the repository at this point in the history