Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-08 | handle the selection of a target in a generic way. | Olivier Gayot | |
we do not split the code of the selection of a target anymore. Each action now does a very simple thing and as much efficiently as possible. every old function that are not used anymore have been removed. Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-01-08 | use a generic way to navigate through entries | Olivier Gayot | |
entries are actually any action or subaction that can be performed. Attack, White Magic and so on are root actions. Fire, Ice X are subactions of Black Magic. Signed-off-by: Olivier Gayot <duskcoder@gmail.com> |