diff --git a/changelog b/changelog index e67784bfe9d..76d2fbe35fc 100644 --- a/changelog +++ b/changelog @@ -104,6 +104,7 @@ Version 1.7.0-svn: * Rewrote the layout algoritm (still a work in progress) * Fixed an multi-character UTF-8 handling bug in the password textbox * Changed the tmessage dialog to be able to show four buttons + * Add a "Factions" section in help. Only show current era's informations. * WML Engine: * Added [show_objectives] tag and allowed [show_if] tag in [objective] tags. (bug #13042) @@ -124,6 +125,10 @@ Version 1.7.0-svn: * [stone] and [unstone] have been replaced with [petrify] and [unpetrify]; the units' "stoned" status variable has been renamed to "petrified" * Added the 'sub' key to [set_variable] to subtract from the variable. + * [era] and [multiplayer_side] now allow a 'description' key, and show it + in help pages (but currently empty) + * Filter on attacks now uses a 'damage' key, also support range like 1-9. + * Attacks with damage=0 are now correctly supported. * Miscellaneous and bugfixes: * Added --ignore-fatal-errors option to wmlunits * Added --rng-seed command line option to specify a value to seed the random @@ -145,6 +150,7 @@ Version 1.7.0-svn: * Enabled non-default fonts for Pango/Cairo (bug #13399) * Made dismissing of recallable units undoable * Sped up pathfinding (and therefore AI) + * fps info used in debug mode show info about number of redrawn hexes. Version 1.6a: * User interface: diff --git a/players_changelog b/players_changelog index f080c304102..3b5c7689ff0 100644 --- a/players_changelog +++ b/players_changelog @@ -49,6 +49,7 @@ Version 1.7.0-svn: * Improved the sorting of the XP and traits columns in the unit list dialog (part of bug #13360). * Fixed the MP password textbox handling of special characters. + * Add a "Factions" section in help. Only show current era's informations. * Miscellaneous and bugfixes * Fixed missing unit graphics when loading a start-of-scenario savegame.