mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 20:16:04 +00:00

...bound to ctrl+y by default, and added to the actions (not context) menu. It executes actions in sequence until the first attack, or until an action fails to execute. Fulfills the feature request of bug #16807. Simplified some return type in the process in side_actions: returning iterators wasn't really useful for the execute functions.