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

Implemented simple //write for binary values (#268) #269

Open
wants to merge 15 commits into
base: dev
Choose a base branch
from

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    eb0121b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    559c52c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    3b3c7dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6bd079 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35c098f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c043998 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9564d27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    848dd1e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Configuration menu
    Copy the full SHA
    79f7e6e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/binary-write' into featu…

    …re/binary-write
    
    # Conflicts:
    #	src/main/java/tools/redstone/redstonetools/features/commands/BinaryBlockWriteFeature.java
    DreiMu committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    7d80399 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    202605a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3afa152 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Changed offset to bitCount

    DreiMu committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    b08ab8c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

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

Commits on Jun 19, 2023

  1. Not only multiples of the bit count work but also selections from the…

    … first to the last bit
    DreiMu committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    d28b27b View commit details
    Browse the repository at this point in the history