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

Use ProtoDef skipChecks flag to allow full NBT array size support #91

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

Commits on Apr 19, 2024

  1. feat: use skipChecks flag to allow full NBT array size support

    NBT arrays are allowed a length up to 32 bits, so skipping checks is necessary to allow full NBT support.
    
    https://minecraft.wiki/w/NBT_format#Binary_format
    bdkopen committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    6457edb View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    ad494ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1edac8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    867b301 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c599564 View commit details
    Browse the repository at this point in the history
  5. chore: update docs

    bdkopen committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    522459c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1b29fe View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Revert "improve: remove unnecessary parameter defaults"

    This reverts commit d1b29fe.
    bdkopen committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    b4cdd20 View commit details
    Browse the repository at this point in the history
  2. Revert "chore: update docs"

    This reverts commit 522459c.
    bdkopen committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    0dbcc56 View commit details
    Browse the repository at this point in the history
  3. Revert "fix: parse callback type definition"

    This reverts commit c599564.
    bdkopen committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    550bbb6 View commit details
    Browse the repository at this point in the history
  4. Revert "feat: add optional options to functions"

    This reverts commit ad494ea.
    bdkopen committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    acc047e View commit details
    Browse the repository at this point in the history
  5. Revert "feat: use skipChecks flag to allow full NBT array size supp…

    …ort"
    
    This reverts commit 6457edb.
    bdkopen committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    1066ce2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19dfdb4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2fa03a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf1f1b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    86deff8 View commit details
    Browse the repository at this point in the history
  2. chore: apply lint standard

    bdkopen committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    7a36de5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebac715 View commit details
    Browse the repository at this point in the history
  4. chore: update docs

    bdkopen committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    9fc72b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Revert "chore: use node-protodef dev branch"

    This reverts commit 867b301.
    bdkopen committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    ab3ed01 View commit details
    Browse the repository at this point in the history
  2. fix: lint

    bdkopen committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    3b6da6c View commit details
    Browse the repository at this point in the history