Update the changelog, merge changelog_entries files

I haven't merged all the details about the new tags, as that can
go in the documentation on the Wiki instead.
This commit is contained in:
Steve Cotton 2023-10-15 14:02:14 +02:00
parent 532d17f958
commit d80e4a3b03
3 changed files with 13 additions and 5 deletions

View file

@ -2,22 +2,34 @@
### Add-ons client
### Add-ons server
### Campaigns
### Editor
* Under the Burning Suns
* More AMLAs for Kaleh and Nym.
* Balance changes.
### Multiplayer
### Multiplayer server
* Record and replay chat messages when joining a game that has not started yet
### Lua API
### Packaging
### Terrain
* New embellishment for adding windows to impassible walls.
### Translations
* Updated translations: Welsh
* Updated translations: British English, Chinese (Simplified), Czech, French, Slovak
### Units
* Update graphics and stats of Roc
* New monster unit line - Ravens
* New Jumping Spider monster.
* More balance changes in multiplayer units.
### User interface
### WML API
* New ability attributes `halo_image=` and `halo_image_self=`, to illustrate the effects of the illumination ability, HttT's initiative, etc.
* New ability attributes `overlay_image=` and `overlay_image_self=`.
* New ability tag and attribute `[overwrite]priority=`.
* Two new tags, `[filter_ability]` and `[filter_ability_active]`, which have a temporary exception from the API freeze.
### WML Engine
* The implementation of `[allow_undo]` has changed, the behavior should be the same.
### Miscellaneous and Bug Fixes
* Asset copyright tracking is now handled in a .csv file, and sanity checked during CI builds.
## Version 1.17.21
### Campaigns

View file

@ -1,2 +0,0 @@
### WML Engine
* add a halo/overlay_image and halo/overlay_image_self attribute to all abilities to be able to illustrate the activity of these abilities (illumination in mainline or initiative ability in Httt)

View file

@ -1,2 +0,0 @@
### WML Engine
* Add [overwrite] tags who contain 'priority' attribute for define priority between two abilities with overwrite_specials, and [overwrite][filter_specials] to filter [abilities/specials] which may or may not be overwritten by the overwrite_specials attribute.