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

Anvil Saving #168

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from
Draft

Anvil Saving #168

wants to merge 13 commits into from

Commits on Oct 24, 2024

  1. Anvil Saving

    lukas0008 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3bc438e View commit details
    Browse the repository at this point in the history
  2. Add BlockString

    `BlockString` is yet another representation of `BlockId`/`BlockState`, but this time it is a string representation.
    lukas0008 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    662b30d View commit details
    Browse the repository at this point in the history
  3. ChunkData to bytes

    lukas0008 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    caf3eab View commit details
    Browse the repository at this point in the history
  4. Fix clippy

    lukas0008 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e40ca92 View commit details
    Browse the repository at this point in the history
  5. Update anvil.rs

    - Actually write the location table correctly
    - Stop using windows exclusive .seek_read/write functions
    lukas0008 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    da7709b View commit details
    Browse the repository at this point in the history
  6. Cargo fmt

    lukas0008 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    bd357b0 View commit details
    Browse the repository at this point in the history
  7. Clippy

    lukas0008 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    efd8979 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    a86e655 View commit details
    Browse the repository at this point in the history
  2. Made it compile

    Snowiiii committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    4836d16 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. make it actually work

    lukas0008 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    438807b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66a7354 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac24ae6 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

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