Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed May 8, 2014
1 parent 82317ac commit 636d9b3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelog
Expand Up @@ -124,6 +124,14 @@ Version 1.13.0-dev:
* Fix bug #21372: fix unit move continuation if enemy discovered
* Added a Python/Tkinter based GUI to allow running wmllint, wmlscope and
wmlindent in an easier way
* Some commandline output which was helpful for noninteractive ai testing
is redirected from std::cout to a logdomain "aitesting".
* Added WML unit test capabilities, accessible from commandline using -u
switch. These are useful for unit testing the WML / lua api.
* Added WML tags [issue_attack_command] and [issue_move_command]. These
commands can be used to script a scenario and use the same code path
as if a human / ai ordered the command. These are intended to facilitate
making some kinds of noninteractive unit tests.

Version 1.11.11:
* Add-ons server:
Expand Down

0 comments on commit 636d9b3

Please sign in to comment.