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

Update to node-minecraft-protocol 0.16 (major changes including using protodef) #21

Merged
merged 22 commits into from
Jan 17, 2016

Commits on Jan 2, 2016

  1. Configuration menu
    Copy the full SHA
    d51effc View commit details
    Browse the repository at this point in the history
  2. Update to minecraft-data ~0.16.3

    Ref #19
    deathcap committed Jan 2, 2016
    Configuration menu
    Copy the full SHA
    a2eb761 View commit details
    Browse the repository at this point in the history
  3. Use mineflayer exports instead of lib imports, for prismarine-block/b…

    …iome
    
    mineflayer's lib/block.js and lib/biome.js moved to separate modules,
    prismarine-block and prismarine-biome. Use them indirectly through
    mineflayer's export object instead of referencing the now-nonexistent
    library files. GH-19
    deathcap committed Jan 2, 2016
    Configuration menu
    Copy the full SHA
    d941812 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2016

  1. Configuration menu
    Copy the full SHA
    3e75360 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3743900 View commit details
    Browse the repository at this point in the history
  3. Packets moved to minecraft-data

    deathcap committed Jan 9, 2016
    Configuration menu
    Copy the full SHA
    8466191 View commit details
    Browse the repository at this point in the history
  4. Factor out MC version

    deathcap committed Jan 9, 2016
    Configuration menu
    Copy the full SHA
    3cc9696 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0288d2e View commit details
    Browse the repository at this point in the history
  6. Add global brfs browserify transform to mcwebchat example

    For supporting requireindex in mineflayer, see porting progress
    #19
    deathcap committed Jan 9, 2016
    Configuration menu
    Copy the full SHA
    deb342e View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2016

  1. Update to mineflayer branch with PrismarineJS/mineflayer#356; remove …

    …global brfs transform
    deathcap committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    2a94a9b View commit details
    Browse the repository at this point in the history
  2. Update minecraft-protocol stream for new required version argument to…

    … Client() constructor
    deathcap committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    e1832b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c3965e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41abe97 View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    2fbfd59 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2016

  1. Configuration menu
    Copy the full SHA
    ed274b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7f2305 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    492567e View commit details
    Browse the repository at this point in the history
  4. Enable packet debugging

    deathcap committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    44d55ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed6fcb9 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2016

  1. Configuration menu
    Copy the full SHA
    0d4fa27 View commit details
    Browse the repository at this point in the history
  2. Add noPacketFramer and noPacketSplitter options to exclude framing/sp…

    …litting MC packet transforms from node-minecraft-protocol
    deathcap committed Jan 17, 2016
    Configuration menu
    Copy the full SHA
    cf6e6c9 View commit details
    Browse the repository at this point in the history
  3. Remove MC packet framing (length varint prepend) from WSMC protocol (…

    …WS is already framed)
    deathcap committed Jan 17, 2016
    Configuration menu
    Copy the full SHA
    fedd8df View commit details
    Browse the repository at this point in the history