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 scripting for custom property types #3971

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

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    1d385c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    734b078 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cd89c8 View commit details
    Browse the repository at this point in the history
  4. remove iterator from ScriptPropertyTypes (use tiled.project.propertyT…

    …ypes.all instead) and add getter for class property members. getting members of class types does not work though
    dogboydog committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    5909048 View commit details
    Browse the repository at this point in the history
  5. restructure the property types API to make tiled.project.propertyType…

    …s a list of types and move the utility methods for custom types to tiled.project
    dogboydog committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    9444cff View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

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

Commits on Jun 17, 2024

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

Commits on Jun 18, 2024

  1. Minor code style changes

    bjorn committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ca4df52 View commit details
    Browse the repository at this point in the history
  2. Fixed removal of types by name

    ;)
    bjorn committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b1486e2 View commit details
    Browse the repository at this point in the history