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

Add "Repeat ..." properties to Image Layers #3205

Merged
merged 7 commits into from
Dec 13, 2021
Merged

Commits on Dec 11, 2021

  1. Add Repeat X and Repeat Y properties to Image Layers

    Introduce the boolean properties "Repeat X" and "Repeat Y" to Image
    Layers. The YY plugin will export these properties accordingly as
    "Horizontal Tile" and "Vertical Tile".
    For backwards compatibility however, the respective custom properties
    "htiled" and "vtiled" take precedence over the built-in ones.
    krukai committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    a6e07dc View commit details
    Browse the repository at this point in the history
  2. Refactor ChangeImageLayerProperties

    Use the same pattern as ChangeMapProperty. Renaming the class
    accordingly will happen in a future commit.
    krukai committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    e798a6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdbbdce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4108ae3 View commit details
    Browse the repository at this point in the history
  5. Review comments

    krukai committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    b2edb1a View commit details
    Browse the repository at this point in the history
  6. Add Repeat properties to imageLayerVariant and update documentation

    The respective values are only added if they are true.
    krukai committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    1290fbf View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Minor adjustments

    * No braces for one-line bodies
    * Added "since Tiled 1.8" and mentioned repeat attributes in TMX and
      JSON changelogs
    bjorn committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    e58cb26 View commit details
    Browse the repository at this point in the history