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: neocturne/MinedMap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: neocturne/MinedMap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.1
Choose a head ref
  • 16 commits
  • 7 files changed
  • 1 contributor

Commits on Oct 12, 2023

  1. Update dependencies

    neocturne committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    30e5aee View commit details
    Browse the repository at this point in the history
  2. core/tile_mipmapper: use mpsc channels for counters

    Make the code a bit easier to understand.
    neocturne committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    920547f View commit details
    Browse the repository at this point in the history
  3. core/region_processor: rename path to input_path in process_region()

    Make the variable names more consistent.
    neocturne committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    38da161 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46c04e6 View commit details
    Browse the repository at this point in the history
  5. core/region_processor: make all process_region() error fatal

    Less severe errors will be changed not to be passed up to run().
    neocturne committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    284892c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09374d7 View commit details
    Browse the repository at this point in the history
  7. core/region_processor: make regular processing errors non-fatal again

    Never fail because of invalid save files.
    neocturne committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    fd48f94 View commit details
    Browse the repository at this point in the history
  8. core/region_processor: only return available regions

    Ignore regions that failed to process and have no old processed data.
    neocturne committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    506631a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fba9b6c View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Update dependencies

    neocturne committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    2c1c8c1 View commit details
    Browse the repository at this point in the history
  2. README.md: minor updates

    neocturne committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    4125686 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #33 from neocturne/ignore-broken-regions

    Ignore broken regions (  related cleanup)
    neocturne authored Nov 18, 2023
    Configuration menu
    Copy the full SHA
    a21fece View commit details
    Browse the repository at this point in the history
  4. minedmap-types 0.1.1

    neocturne committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    5f2dea6 View commit details
    Browse the repository at this point in the history
  5. Cargo.lock: update

    neocturne committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    cc9d2c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec4b105 View commit details
    Browse the repository at this point in the history
  7. minedmap 2.0.1

    neocturne committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    196e217 View commit details
    Browse the repository at this point in the history
Loading