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

Adding support for arbritrary NBT tags #5015

Closed
wants to merge 18 commits into from
Closed

Commits on Oct 31, 2020

  1. Added Compound and types

    Added Conversion for cParsedNBT and cFastNBT
    12xx12 committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    f92371a View commit details
    Browse the repository at this point in the history
  2. trying to fix move assign clang error

    12xx12 committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    84bf057 View commit details
    Browse the repository at this point in the history
  3. using fully qualified name for inheritance

    trying to fix unordered map
    12xx12 committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    5520111 View commit details
    Browse the repository at this point in the history
  4. moved variant declaration out of class

    12xx12 committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    1fdaa20 View commit details
    Browse the repository at this point in the history
  5. added virtual cNBTContent

    12xx12 committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    755e25a View commit details
    Browse the repository at this point in the history
  6. added copy and move constructor to cNBT

    12xx12 committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    813e7c0 View commit details
    Browse the repository at this point in the history
  7. removed unneeded forward declaration

    12xx12 committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    53ecbe1 View commit details
    Browse the repository at this point in the history
  8. i think i removed the undefined types

    12xx12 committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    6e99c90 View commit details
    Browse the repository at this point in the history
  9. fixed error in Serializing

    12xx12 committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    8a6f2eb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2783c5f View commit details
    Browse the repository at this point in the history
  11. added some operations to edit a possible cList

    12xx12 committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    b69e66f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d96920b View commit details
    Browse the repository at this point in the history
  13. fixed type of pop operation to long

    12xx12 committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    e6594c4 View commit details
    Browse the repository at this point in the history
  14. now it's the right type for int8

    12xx12 committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    a35cbe0 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. small fixes

    added direct access to compound
    serialize takes a cNBT
    12xx12 committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    07c65e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. used verify instead of assert

    12xx12 committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    f1f7c9d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. removed explicit hash

    12xx12 committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    ea1aa09 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

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