.. |
ca_assassin_move.lua
|
Lua AIs: use unit methods instead of wesnoth functions
|
2018-08-27 07:05:43 -07:00 |
ca_big_animals.lua
|
Lua AIs: use math.huge to initialize extrema variables
|
2018-08-30 07:18:04 -07:00 |
ca_bottleneck_attack.lua
|
Lua AIs: do not use engine's 'data' variable unless necessary
|
2018-09-02 13:20:34 -07:00 |
ca_bottleneck_move.lua
|
Lua AIs: do not use engine's 'data' variable unless necessary
|
2018-09-02 13:20:34 -07:00 |
ca_coward.lua
|
Lua AIs: use math.huge to initialize extrema variables
|
2018-08-30 07:18:04 -07:00 |
ca_fast_attack_utils.lua
|
Fast Micro AI: code cleanup
|
2018-08-29 19:26:49 -07:00 |
ca_fast_combat.lua
|
Lua AIs: do not use engine's 'data' variable unless necessary
|
2018-09-02 13:20:34 -07:00 |
ca_fast_combat_leader.lua
|
Lua AIs: do not use engine's 'data' variable unless necessary
|
2018-09-02 13:20:34 -07:00 |
ca_fast_move.lua
|
Lua AIs: use math.huge to initialize extrema variables
|
2018-08-30 07:18:04 -07:00 |
ca_forest_animals_move.lua
|
Lua AIs: use ai_helper.get_locations_no_borders()
|
2018-09-07 09:50:42 -07:00 |
ca_forest_animals_new_rabbit.lua
|
Lua AIs: replace tabs with spaces
|
2018-09-02 15:08:24 -07:00 |
ca_forest_animals_tusker_attack.lua
|
Lua AIs: use math.huge to initialize extrema variables
|
2018-08-30 07:18:04 -07:00 |
ca_forest_animals_tusklet_move.lua
|
Lua AIs: don't initiate variables as empty tables
|
2018-08-30 17:27:18 -07:00 |
ca_goto.lua
|
Lua AIs: use ai_helper.get_locations_no_borders()
|
2018-09-07 09:50:42 -07:00 |
ca_hang_out.lua
|
Lua AIs: use ai_helper.get_locations_no_borders()
|
2018-09-07 09:50:42 -07:00 |
ca_healer_initialize.lua
|
Do not load helper.lua where it is not used any more
|
2018-05-13 20:53:01 -07:00 |
ca_healer_may_attack.lua
|
Lua AIs: remove unused library inclusions after distance_between change
|
2017-05-11 10:22:00 -07:00 |
ca_healer_move.lua
|
Lua AIs: avoid calling wesnoth.get_terrain() more than needed
|
2018-09-01 14:29:51 -07:00 |
ca_herding_attack_close_enemy.lua
|
Herding Micro AI: fix variabls not being local
|
2018-08-30 07:23:41 -07:00 |
ca_herding_dog_move.lua
|
Do not load helper.lua where it is not used any more
|
2018-05-13 20:53:01 -07:00 |
ca_herding_dog_stopmove.lua
|
Do not load helper.lua where it is not used any more
|
2018-05-13 20:53:01 -07:00 |
ca_herding_f_herding_area.lua
|
Lua code: replace deprecated helper.get_child() calls
|
2018-05-13 20:51:56 -07:00 |
ca_herding_herd_sheep.lua
|
Lua AIs: use ai_helper.robust_move_and_attack()
|
2018-09-04 07:16:56 -07:00 |
ca_herding_sheep_move.lua
|
Lua AIs: use unit methods instead of wesnoth functions
|
2018-08-27 07:05:43 -07:00 |
ca_herding_sheep_runs_dog.lua
|
Do not load helper.lua where it is not used any more
|
2018-05-13 20:53:01 -07:00 |
ca_herding_sheep_runs_enemy.lua
|
Do not load helper.lua where it is not used any more
|
2018-05-13 20:53:01 -07:00 |
ca_hunter.lua
|
Lua AIs: use math.huge to initialize extrema variables
|
2018-08-30 07:18:04 -07:00 |
ca_lurkers.lua
|
Do not load helper.lua where it is not used any more
|
2018-05-13 20:53:01 -07:00 |
ca_messenger_attack.lua
|
Lua AIs: use math.huge to initialize extrema variables
|
2018-08-30 07:18:04 -07:00 |
ca_messenger_escort_move.lua
|
Lua AIs: use math.huge to initialize extrema variables
|
2018-08-30 07:18:04 -07:00 |
ca_messenger_f_next_waypoint.lua
|
Lua AIs: use math.huge to initialize extrema variables
|
2018-08-30 07:18:04 -07:00 |
ca_messenger_move.lua
|
Lua AIs: use math.huge to initialize extrema variables
|
2018-08-30 07:18:04 -07:00 |
ca_patrol.lua
|
Do not load helper.lua where it is not used any more
|
2018-05-13 20:53:01 -07:00 |
ca_protect_unit_attack.lua
|
Lua AIs: use math.huge to initialize extrema variables
|
2018-08-30 07:18:04 -07:00 |
ca_protect_unit_finish.lua
|
Do not load helper.lua where it is not used any more
|
2018-05-13 20:53:01 -07:00 |
ca_protect_unit_move.lua
|
Protect Unit MAI: remove unused configuration variables
|
2018-09-02 08:54:31 -07:00 |
ca_recruit_random.lua
|
Lua code: replace deprecated helper.child_range() calls
|
2018-05-13 20:52:08 -07:00 |
ca_recruit_rushers.lua
|
Recruit rushers AIs: adapt syntax to recent AI changes
|
2016-07-27 19:58:22 -07:00 |
ca_return_guardian.lua
|
Do not load helper.lua where it is not used any more
|
2018-05-13 20:53:01 -07:00 |
ca_simple_attack.lua
|
Lua AIs: use math.huge to initialize extrema variables
|
2018-08-30 07:18:04 -07:00 |
ca_stationed_guardian.lua
|
Lua AIs: use math.huge to initialize extrema variables
|
2018-08-30 07:18:04 -07:00 |
ca_swarm_move.lua
|
Lua AIs: remove unused library inclusions after distance_between change
|
2017-05-11 10:22:00 -07:00 |
ca_swarm_scatter.lua
|
Lua AIs: remove unused library inclusions after distance_between change
|
2017-05-11 10:22:00 -07:00 |
ca_wolves_move.lua
|
Lua AIs: use math.huge to initialize extrema variables
|
2018-08-30 07:18:04 -07:00 |
ca_wolves_multipacks_attack.lua
|
Lua AIs: use math.huge to initialize extrema variables
|
2018-08-30 07:18:04 -07:00 |
ca_wolves_multipacks_functions.lua
|
Lua AIs: use math.huge to initialize extrema variables
|
2018-08-30 07:18:04 -07:00 |
ca_wolves_multipacks_wander.lua
|
Lua AIs: use ai_helper.get_locations_no_borders()
|
2018-09-07 09:50:42 -07:00 |
ca_wolves_wander.lua
|
Lua AIs: use math.huge to initialize extrema variables
|
2018-08-30 07:18:04 -07:00 |
ca_zone_guardian.lua
|
Lua AIs: use ai_helper.get_locations_no_borders()
|
2018-09-07 09:50:42 -07:00 |