wesnoth/data/ai/lua
Celtic Minstrel a2c9d2627e [Lua] Fix obviously broken functions in ai_helper.
These functions are not used anywhere, and they have other issues besides the one fixed in this commit – they're implied to return all moves, but they only return one move for each possibly destination hex. However, this will make them at least be minimally usable.
2024-02-26 13:24:38 -05:00
..
ai_helper.lua [Lua] Fix obviously broken functions in ai_helper. 2024-02-26 13:24:38 -05:00
battle_calcs.lua Lua AI: speed up battle_calcs.battle_outcome in extreme cases 2022-08-31 12:42:10 -07:00
ca_castle_switch.lua Lua AI CAs: add handle_user_interact calls 2022-07-12 22:57:16 -04:00
ca_grab_villages.lua Lua AI CAs: add handle_user_interact calls 2022-07-12 22:57:16 -04:00
ca_high_xp_attack.lua Lua AI CAs: add handle_user_interact calls 2022-07-12 22:57:16 -04:00
ca_level_up_attack.lua Lua AI CAs: add handle_user_interact calls 2022-07-12 22:57:16 -04:00
ca_move_to_any_enemy.lua move-to-any-enemy CA: stop eval if no enemies 2022-07-03 06:48:47 -07:00
ca_place_healers.lua Replace all uses of get_time_stamp -> ms_since_init 2021-05-08 17:20:49 -04:00
ca_recruit_rushers.lua [LuaDoc] Suppress some diagnostics 2024-02-13 19:29:21 -05:00
ca_retreat_injured.lua Replace all uses of get_time_stamp -> ms_since_init 2021-05-08 17:20:49 -04:00
ca_simple_scouting.lua fix whitespace 2022-02-06 00:05:09 -05:00
ca_spread_poison.lua Lua AI CAs: add handle_user_interact calls 2022-07-12 22:57:16 -04:00
ca_village_hunt.lua Fix luacheck warnings and add to CI. 2021-11-28 14:26:02 -06:00
cache.lua fix whitespace 2022-02-06 00:05:09 -05:00
debug.lua fix whitespace 2022-02-06 00:05:09 -05:00
dummy_engine_lua.lua Improve backwards compatibility for Lua AI 2016-03-22 07:22:22 -07:00
extCAexample.lua fix whitespace 2022-02-06 00:05:09 -05:00
generic_recruit_engine.lua Fix Lua errors when checking abilities #7890 2023-12-24 00:51:57 +01:00
opening.lua AI: Convert the FormulaAI example scenario to do all the same things using Lua 2021-09-04 22:20:28 -04:00
retreat.lua Fix Lua errors when checking abilities #7890 2023-12-24 00:51:57 +01:00
stdlib.lua Expand lua whitespace check. 2021-11-28 14:26:02 -06:00