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

Implement --input-tileset #1464

Merged
merged 12 commits into from
Sep 4, 2024
Merged

Implement --input-tileset #1464

merged 12 commits into from
Sep 4, 2024

Commits on Sep 3, 2024

  1. Implement --input-tileset

    As discussed in gbdev#575 (comment)
    ISSOtm committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    678cf9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be14f19 View commit details
    Browse the repository at this point in the history
  3. Improve wording of documentation

    Co-authored-by: Sylvie <[email protected]>
    ISSOtm and Rangi42 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8a94f1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b38fddd View commit details
    Browse the repository at this point in the history
  5. Note that -r ignores -i

    ISSOtm committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ea1ddbe View commit details
    Browse the repository at this point in the history
  6. Improve some phrasing of the docs

    Co-authored-by: Sylvie <[email protected]>
    ISSOtm and Rangi42 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    faed611 View commit details
    Browse the repository at this point in the history
  7. Add tests for rgbgfx -i

    ISSOtm committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    03ba675 View commit details
    Browse the repository at this point in the history
  8. Wire up -i to the CLI

    ISSOtm committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    dba4011 View commit details
    Browse the repository at this point in the history
  9. Fix detection of deduplicated tiles in input tileset

    Turns out `addTile` only returns match kinds depending on `options`...
    ISSOtm committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    049c1ed View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Remove redundant -o flag

    Oops
    ISSOtm committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1654510 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a863c49 View commit details
    Browse the repository at this point in the history
  3. Tweak documentation a bit

    Co-authored-by: Sylvie <[email protected]>
    ISSOtm and Rangi42 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e55177d View commit details
    Browse the repository at this point in the history