Update changelog and readme for trackplacer python3 port
This commit is contained in:
parent
2c9caab3ce
commit
1035825152
2 changed files with 11 additions and 4 deletions
|
@ -76,7 +76,9 @@
|
|||
always be used.
|
||||
* Make wmllint ignore race= keys if they are part of filters inside [unit_type] (issue #4105)
|
||||
* Removed a few assserts from wmllint and postponed a few unit sanity checks to the closing of a [unit_type] tag (issue #4102)
|
||||
* Added `tmx_trackplacer` tool, a file converter for editing map tracks with Tiled (PR #4464)
|
||||
* Added tool `tmx_trackplacer`, a file converter for editing map tracks with Tiled (PR #4464)
|
||||
* Added tool trackviewer, which has the animation-preview functions of trackplacer (PR #4574)
|
||||
* Removed the python2 trackplacer tool (issue #4365)
|
||||
|
||||
## Version 1.15.2
|
||||
### AI:
|
||||
|
|
|
@ -10,10 +10,15 @@ Remove nearly transparent pixels from images using GIMP. It currently affects
|
|||
only one image at a time. Batch processing is available within GIMP, but it
|
||||
would be useful to expand this to skip files where the pixels did not change.
|
||||
|
||||
=== trackplacer ===
|
||||
=== `tmx_trackplacer` ===
|
||||
|
||||
A visual editor for journey tracks, the icon sequences that appear on
|
||||
Wesnoth story screens.
|
||||
Converter for journey track files, the .cfg files which control the icon
|
||||
sequences that appear on Wesnoth story screens. This can convert them to
|
||||
or from the format needed for editing in Tiled.
|
||||
|
||||
=== trackviewer.pyw ===
|
||||
|
||||
Previews the animation of journey tracks.
|
||||
|
||||
=== wesnoth_addon_manager ===
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue