Scripted Extensions and More
The biggest functional change in this release is that Tiled now has an "extensions" folder, where scripted extensions can be put, each of which can have one or more script files that will be loaded on startup. This makes it much easier to manage multiple extensions as well as to share these extensions with others.
On the coding side, most of the work I had to do was to decouple certain change notifications from a particular asset type, to enable the scripts access to the tile collision shapes.*
This snapshot also includes two very useful contributions. Ruslan Gainutdinov made the animation preview in the Tile Animation Editor zoom along with the tileset. João Baptista added two new options to control how the AutoMapping behaves at the edges of the map (the "WrapBorder" option was used in the screenshot associated with this post).
Changelog
João Baptista de Paula e Silva
- AutoMapping: Add options to customize "MatchOutsideMap" behavior (#2141)
Ruslan Gainutdinov
- Animation preview follows zoom factor for tiles (#2050)
Thorbjørn Lindeijer
- Scripting: Enabled loading multiple scripts as part of "scripted extensions"
- Scripting: Support specifying an icon directly for tools
- Scripting: Provide read/write access to tile collision shapes
- Scripting: Added access to several more MapObject properties
- Scripting: Fixed possible crash on exit
- Worlds: Fixed handling of negative multiplierX/Y
*) The Tile Collision Editor uses a temporary "dummy" map in the background to enable editing of an object layer that is associated with the tile. When this object layer is accessed and changed from a script, there isn't the dummy map that makes sure the UI is updated in response to changes. Now, the UI can be notified about these previously map-specific changes, even if the changes affect a tileset asset. An added bonus is that the new change events also carry more information, which helps to avoid doing unnecessary updating and could mean Tiled is now a little more efficient.)
Files
Get Tiled Map Editor
Tiled Map Editor
Free, easy to use and flexible level editor.
Status | In development |
Category | Tool |
Author | Thorbjørn Lindeijer |
Tags | 2D, Level Editor, Tilemap |
Languages | Bulgarian, German, English, Spanish; Castilian, Finnish, French, Hungarian, Japanese, Korean, Norwegian Bokmål, Dutch, Russian, Turkish, Ukrainian, Chinese |
More posts
- Tiled 1.11 ReleasedJun 27, 2024
- Tiled 1.10.2 ReleasedAug 05, 2023
- Tiled 1.10.1 ReleasedApr 04, 2023
- Tiled 1.10 ReleasedMar 10, 2023
- Tiled 1.9.2 ReleasedSep 16, 2022
- Tiled 1.9.1 ReleasedAug 11, 2022
- Tiled 1.9 ReleasedJun 25, 2022
- Tiled 1.8.6 ReleasedJun 15, 2022
- Tiled 1.8.5 ReleasedMay 17, 2022
- Tiled 1.9 Alpha ReleasedApr 08, 2022
Leave a comment
Log in with itch.io to leave a comment.