Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: koca2000/NoteBlockAPI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: LuminuNET/NoteBlockAPI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 44 files changed
  • 2 contributors

Commits on Mar 25, 2020

  1. Changes in Readme

    Linus Groschke authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    ffce37a View commit details
    Browse the repository at this point in the history
  2. Improving the nbs-decoder

    - Using try-with-resources in decoder
    - adds "originalAuthor" field to song
    Linus Groschke committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    9e1e259 View commit details
    Browse the repository at this point in the history
  3. Further improvements in nbs-decoder

    - removing old deprecated nbs-decoder
    - text in .nbs-files now uses utf8 charset
    - adds original-author to old impl
    Linus Groschke committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    0c1ac6d View commit details
    Browse the repository at this point in the history
  4. Removing old deprecated api

    Linus Groschke committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    71636c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Calculation improvements

    - Now caches calculated pitches
    - Using squared distance to reduce calculations
    Linus Groschke committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    a36e2a4 View commit details
    Browse the repository at this point in the history
  2. Corrects wrong default default value

    Linus Groschke committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    a5ff462 View commit details
    Browse the repository at this point in the history
  3. Removing updater & statistics

    Linus Groschke committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    6270682 View commit details
    Browse the repository at this point in the history
  4. Removes forgotten import

    Linus Groschke committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    8e0f372 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d623858 View commit details
    Browse the repository at this point in the history
  6. Fix

    kennytv committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    58ceee3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    778aa5b View commit details
    Browse the repository at this point in the history
  8. Fixes and improvements

    - uses bukkit-api for e.g. sound categories
    - improves calculations for stereo sound
    Linus Groschke committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    736802f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. Make ticking asnyc

    Playerlists etc. are all locked anyways
    kennytv committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    1a093f0 View commit details
    Browse the repository at this point in the history
Loading