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

Boss Bar API #371

Merged
merged 26 commits into from
Jun 20, 2023
Merged

Boss Bar API #371

merged 26 commits into from
Jun 20, 2023

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    174bf05 View commit details
    Browse the repository at this point in the history
  2. Changed BossBarViewers struct's wrapped value

    pepperoni21 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9f0e790 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Added boss bar despawn handler; Added project in workspace; Organized…

    … code; Created tests file
    pepperoni21 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    18924d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfb7dca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eeda50f View commit details
    Browse the repository at this point in the history
  4. Added unit tests; Changed BossBarViewers component; Added Boss bar at…

    …tributes update handlers
    pepperoni21 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    1992d1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff97d90 View commit details
    Browse the repository at this point in the history
  6. Code documentation; Removed useless methods

    pepperoni21 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    8991cc7 View commit details
    Browse the repository at this point in the history
  7. Handled player disconnection; Renaming

    pepperoni21 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    9b5039d View commit details
    Browse the repository at this point in the history
  8. Trying to fix clippy errors

    pepperoni21 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    fa6a53b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

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

    pepperoni21 committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    e9314f8 View commit details
    Browse the repository at this point in the history
  3. Edited BossBarViewers properties names

    pepperoni21 committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    ac6cd66 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Fixed Cargo.toml file; Boss bar viewers are now stored in BTreeSet; R…

    …enamed systems; Made components module private; Added more lints to the crate; Removed unwrap uses; Fixed system queries; Improved boss bar update viewers handler's code; Improved packets
    pepperoni21 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    1731842 View commit details
    Browse the repository at this point in the history
  2. Ran cargo fmt and fixed clippy warnings

    pepperoni21 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    dad2eab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8ef4a7 View commit details
    Browse the repository at this point in the history
  4. Updated crates/README.md

    pepperoni21 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    e17c859 View commit details
    Browse the repository at this point in the history
  5. Removed boss_bar dependency from playground

    pepperoni21 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    6a42f92 View commit details
    Browse the repository at this point in the history
  6. Made BossBarViewers' old_viewers field pub(crate)

    pepperoni21 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a79e6ac View commit details
    Browse the repository at this point in the history
  7. Fixed systems; Added client disconnection test

    pepperoni21 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    e0cd195 View commit details
    Browse the repository at this point in the history
  8. Improved code

    pepperoni21 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    96a98d1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7826698 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

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

    pepperoni21 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    6b62de6 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/main'

    pepperoni21 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    6eb672f View commit details
    Browse the repository at this point in the history
  4. Fixed clippy error

    pepperoni21 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    4c77468 View commit details
    Browse the repository at this point in the history