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

Making tile.type and layer.class_ compatible with Tiled 1.9's new Unified Custom Types ("class") #50

Merged
merged 11 commits into from
Jul 18, 2022

Commits on Jul 9, 2022

  1. Making tile.type compatible with Tiled 1.9's new Unified Custom Typ…

    …es ("class")
    
    https://www.mapeditor.org/2022/06/25/tiled-1-9-released.html
    
    New in tiled 1.9:
    ```xml
      <tile id="98" class="Slope">
       <properties>
        <property name="LeftTop" type="int" value="0"/>
        <property name="RightTop" type="int" value="8"/>
       </properties>
      </tile>
    ```
    
    Previously:
    ```xml
      <tile id="98" type="Slope">
       <properties>
        <property name="LeftTop" type="int" value="0"/>
        <property name="RightTop" type="int" value="8"/>
       </properties>
      </tile>
    ```
    kurtome committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    73eb09b View commit details
    Browse the repository at this point in the history
  2. version bump

    kurtome committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    3508db5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d80cdef View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Configuration menu
    Copy the full SHA
    86d1839 View commit details
    Browse the repository at this point in the history
  2. updating version in README

    kurtome committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    a149e3c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. PR clean-up

    kurtome committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    1f536c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    72d2160 View commit details
    Browse the repository at this point in the history
  2. fixing markdown

    kurtome committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    f3152ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e5c313 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Configuration menu
    Copy the full SHA
    719f969 View commit details
    Browse the repository at this point in the history
  2. fixing code style

    kurtome committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    f486323 View commit details
    Browse the repository at this point in the history