Home
last modified time | relevance | path

Searched refs:do_approach_subtask (Results 1 – 8 of 8) sorted by relevance

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dtask.c44 static TaskOutcome do_approach_subtask(Unit *unit, Task *task, int tx, int ty, int *statep);
815 return do_approach_subtask(unit, task, tx, ty, &(task->args[4])); in do_move_to_task()
822 do_approach_subtask(Unit *unit, Task *task, int tx, int ty, int *statep) in do_approach_subtask() function
1045 return do_approach_subtask(unit, task, transport->x, transport->y, in do_occupy_task()
1075 return do_approach_subtask(unit, task, occupant->x, occupant->y, in do_pickup_task()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-20031348 * kernel/task.c (do_approach_subtask): Remove 'cmdlfags'
1355 'do_approach_subtask' to handle various cases instead of
1357 (do_approach_subtask): Remove 'cmdflags' paramter from
1363 failure conditions. Call 'do_approach_subtask' with the
1367 Call 'do_approach_subtask' with the reduced number of arguments.
2087 (do_approach_subtask): Call assert on dir. Return
2580 (do_approach_subtask): Add dist and cmdflags args to
2584 to do_approach_subtask.
2586 to do_approach_subtask.
2588 to do_approach_subtask.
H A DChangeLog-EMCDONALD_AI929 * task.c (do_approach_subtask): If failure to find shortest path,
1110 * task.c (do_approach_subtask): Try to help occs stay on
H A DChangeLog-19961820 (do_approach_subtask): Comment out unused cases, add error
2492 * task.c (do_approach_subtask): New function, split out from
H A DChangeLog-1997507 (do_move_to_task, do_approach_subtask): If not enough mp this
H A DChangeLog-20024733 (do_approach_subtask): Tweak unit is resting message.
4826 * task.c (do_approach_subtask): Shorten next turn notification.
H A DChangeLog-20004775 * task.c (do_approach_subtask): Declare statep arg as int.
H A DChangeLog-20045916 (do_approach_subtask): Revert.