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

Updates OSRS Archipelago Plugin to v1.2 #6430

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

Commits on Jul 14, 2023

  1. Create osrs-archipelago

    Adds plugin link to OSRS Archipelago Plugin
    digiholic authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    3df90e3 View commit details
    Browse the repository at this point in the history
  2. Update osrs-archipelago

    digiholic authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    80b0ee7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac5107d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1122faa View commit details
    Browse the repository at this point in the history
  5. Update osrs-archipelago

    digiholic authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    968eed1 View commit details
    Browse the repository at this point in the history
  6. Update osrs-archipelago

    Removes cached names from server, changes location IDs
    digiholic authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e187c60 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Update osrs-archipelago

    Updates jar dependency in osrs-archipelago
    digiholic authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    3412bab View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Update osrs-archipelago

    - Adds interface when receiving an item
    - Prevents equipping items that haven't been unlocked yet
    - Fixes reconnect spam when hitting a loading zone
    digiholic authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    1bc9913 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Update osrs-archipelago to 0.4.1

    Fixes an issue with equipment tiers. It checked for gear below the currently unlocked tier, instead of below or including, meaning bronze equipment could not be used until you had unlocked iron, and so on.
    digiholic authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e1d0f7d View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Updates OSRS Archipelago to 1.0.0

    Updates to plugin to release version of Archipelago
    digiholic authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    606a40e View commit details
    Browse the repository at this point in the history
  2. Update osrs-archipelago

    Removes ShadowJar from gradle build
    digiholic authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    077f630 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

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

Commits on Feb 19, 2024

  1. OSRS-Archipelago v1.0.2

    Reverts back to Jar-based library. Fixes UI refreshing and adds in anti-stuck mechanic to manually send all checks
    digiholic authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e3662b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94c9584 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    948bc3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12a1f4e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    888fa92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e43f346 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e21fe05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00549db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1705ebc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    065572a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5222621 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    bbd6f45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    871a121 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67257b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a30cae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a06ac2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2d67ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a8f746 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    c602a29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70d262a View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

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

Commits on Apr 17, 2024

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

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    b3dace1 View commit details
    Browse the repository at this point in the history
  2. Updates OSRS Archipelago to V1.2

    - Archipelago Client Plugin is now on Maven! No more direct vendoring of plugin code!
    - Adds new checkbox for toggling AP messages going to OSRS chatbox
    - AP Server Password is now an actual password field, using placeholders instead
    - Replaces hard-coded tasks with data parsed from github, using version information from Archipelago slot data. This should allow for logic changes that don't require a whole new plugin version to use.
    - Adds in a local DataPackage storage, which will store the Slot's connected player and last received item index. This will make reconnection smoother as well as allowing you to see popups for items received while offline.
    digiholic committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    fcee7d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    122979e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11d9879 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a806241 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd85b59 View commit details
    Browse the repository at this point in the history
  5. Removes JUnit bom

    digiholic committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ef73c44 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b57f78d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b9b76d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c1c737 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8f5ad56 View commit details
    Browse the repository at this point in the history
  10. I guess bom is on 5.9.3 now

    digiholic committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    bdc9e92 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    782acf2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1e858ff View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a2faa63 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7e9f20e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e226e5a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    787d6d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54d8bb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6deff5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb68051 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0104e3f View commit details
    Browse the repository at this point in the history