Celtic Minstrel
|
c79874086d
|
MicroAIs: Update all to use the new [args] syntax
Except for Protect Unit, all of them seem to still work correctly.
|
2016-03-27 15:13:21 -04:00 |
|
mattsc
|
496a58d343
|
Experimental AI: use checked versions of the AI actions
So that only valid actions are executed and useful error messages are
produced if something goes wrong.
|
2014-02-28 07:04:54 -08:00 |
|
mattsc
|
3e6e7caa74
|
Put 'done_eval_messages()' behind 'if print_eval()' condition
... so that they only get printed when this sort of debug output is
selected.
|
2013-10-31 20:54:00 -07:00 |
|
mattsc
|
d355adbacb
|
Clean up time stamps and debug output code
|
2013-10-31 20:31:37 -07:00 |
|
Alarantalara
|
c859d0d17b
|
Keep villages unreachable by recruited unit
If the recruited unit cannot reach the target village, try again later
|
2013-10-31 23:14:36 -04:00 |
|
Alarantalara
|
33c1e493b2
|
Handle more damage specials for Lua recruiting
|
2013-10-31 23:14:35 -04:00 |
|
mattsc
|
b826e5ead5
|
Micro AIs: make recruit_rushers work with new external CA method
The previous code did not allow to get the ai table to the execution
function.
|
2013-10-30 09:42:41 -07:00 |
|
mattsc
|
7e0a05ed6e
|
Experimental AI: consistently use underscores in AI ids and file names
This is the last step of making everything use consistent syntax.
|
2013-07-10 20:37:30 -07:00 |
|