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

Scripting: Enabled creating images and using them #2787

Merged
merged 6 commits into from
Nov 6, 2020
Merged

Commits on Nov 5, 2020

  1. Scripting: Enabled creating images and using them

    Now a script can create an image, either directly or by loading from a
    file or data or based on raw data. Then, the image can be passed to
    Tileset.loadFromImage or Tile.setImage.
    
    Related to issue #2695
    bjorn committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    a96cd04 View commit details
    Browse the repository at this point in the history
  2. Added Image.depth

    bjorn committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    5221ebc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9124a7c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Configuration menu
    Copy the full SHA
    ab4bd5e View commit details
    Browse the repository at this point in the history
  2. Added support for dynamic images to ImageLayer

    Also made some enums used when scaling images available to the script.
    bjorn committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    1487c51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    513dd33 View commit details
    Browse the repository at this point in the history