update changelogs

This commit is contained in:
Ali El Gariani 2009-05-16 18:17:13 +00:00
parent 4898c123a8
commit f54176a896
2 changed files with 7 additions and 0 deletions

View file

@ -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:

View file

@ -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.