From 317ef288c5a551c0edc98dd1326dabf80a653ce1 Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Wed, 12 Sep 2018 08:54:52 -0400 Subject: [PATCH] Update changelog (cherry-picked from commit 100565c7d8eb0f67473a8b370495449397fd69af) --- changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.md b/changelog.md index 6d87a6dbf9b8..2249aa4339e1 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,8 @@ * Updated translations: British English, Bulgarian, Chinese (Simplified), Chinese (Traditional), Czech, French, Galician, German, Hungarian, Italian, Japanese, Polish, Scottish Gaelic, Slovak, Spanish, Ukrainian. + ### Lua API + * Allow specifying custom flags (in particular teleport) when using a custom cost function in wesnoth.find_path ### Packaging * OpenMP support has been removed. It is no longer an optional build-time dependency. ### Units @@ -17,6 +19,7 @@ * Support to_location in [move_unit], taking a special location ID * Support dir in [move_unit] to perform relative movements * Support location_id in [teleport], [recall], [unstore_unit] for the target location + * Support a comma-separated list for location_id key in SLF * Support [filter_weapon] in leadership and resistance abilities, which activates the ability only when the affected unit is using a matching weapon. @@ -44,6 +47,8 @@ ### Miscellaneous and bug fixes ## Version 1.14.4+dev + ### AI + * Fix AI ignoring teleport locations when moving leader to leader goals. ### Campaigns * Northern Rebirth: * S12: empty sides are hidden @@ -86,6 +91,7 @@ the filter box. * Allow searching by race and internal unit type id with the Create Unit filter box as well. + * wmlxgettext is now included in release packages, so a separate download is no longer required to use it with GUI.pyw. ## Version 1.14.4 ### Security Fixes