Thanks to visit codestin.com
Credit goes to github.com

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: jaquadro/NBTExplorer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: DalekCraft2/NBTExplorer
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.
  • 16 commits
  • 126 files changed
  • 8 contributors

Commits on May 10, 2021

  1. Configuration menu
    Copy the full SHA
    1484d1f View commit details
    Browse the repository at this point in the history
  2. Cleanup

    I cleaned up most of the mess.
    Owen authored and DalekCraft2 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    6de4226 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea04f32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41b283e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    370729e View commit details
    Browse the repository at this point in the history
  6. refactoring to split concerns out into other files

    added a find for locating chunks that have entities in them.
    ImaginaryDevelopment authored and DalekCraft2 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    85c9bea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4dc87b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6827c96 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5d9e55b View commit details
    Browse the repository at this point in the history
  10. Show .schem files in tree view.

    wizjany authored and DalekCraft2 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    fad0438 View commit details
    Browse the repository at this point in the history
  11. Show .schem files in open file dialog.

    They can just as well be seen with the All Files filter, but might as well add them to the NBT Files filter as well.
    wizjany authored and DalekCraft2 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    8a87d0c View commit details
    Browse the repository at this point in the history
  12. copied implementation from compound (squashed)

    first shot at implementation
    
    undid mistake, added type check
    
    removed commented out code
    
    copied implementation from TagCompoundDataNode
    sfschouten authored and DalekCraft2 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    6d0287b View commit details
    Browse the repository at this point in the history
  13. Split find and act operations to allow deletion

    This change splits CanProcess into a separate loop from Process so that
    Process can perform actions like deletion that cause NbtPathEnumerator
    to throw an exception. It also caches targetNode.Root before Process
    because Process can cause targetNode to be invalid.
    jkunkee authored and DalekCraft2 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    735578e View commit details
    Browse the repository at this point in the history
  14. Add --delete operation

    jkunkee authored and DalekCraft2 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    bcbd344 View commit details
    Browse the repository at this point in the history
  15. Fix failure accounting, add comments

    jkunkee authored and DalekCraft2 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    b063d5a View commit details
    Browse the repository at this point in the history
  16. Fixed errors

    DalekCraft2 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    9dd5dc2 View commit details
    Browse the repository at this point in the history
Loading