flix/Felix Bauer 29e8584738 Add new aspect 'advancements'
As part of a GSoC proposal I added a new aspect so a scenario editor can control advancements in two ways:
1. Define a aspect with a string-value like "Swordsman, Knight", so the units of interesst will always advance to this
2. Use the LUA-Engine and return a function of the form advance(x, y) which will itself return a string-value
    like "Swordsman, Knight". Everytime a ai-unit advances advance(x, y) will be called.
The corresponding wikipage (http://wiki.wesnoth.org/AiWML) is going to be updated soon.
2013-06-01 17:21:12 +03:00
..
2013-05-28 22:18:46 +02:00
2013-05-28 22:18:46 +02:00
2012-12-29 20:05:55 +00:00
2013-06-01 17:21:12 +03:00
2012-11-20 18:24:13 +00:00

This directory contains the core resources usable in WML by all campaigns
and add-on packages.