Home
last modified time | relevance | path

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

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dconq.h430 extern int could_capture_any(int u);
H A Dplan.c870 || could_capture_any(unit->type)) { in plan_defense()
2474 if (!could_capture_any(unit->type))
2541 if (!could_capture_any(unit->type))
2616 could_capture_any(int u)
H A Dhelp.c1139 || could_capture_any(u) > 0 in describe_utype()
1221 if (could_capture_any(u) > 0) { in describe_utype()
H A Dcombat.c392 could_capture_any(int u) in could_capture_any() function
H A Dai.c3362 if (could_capture_any(u2)) in ai_init_shared()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-EMCDONALD_AI1549 (could_capture_any): Likewise.
1578 (could_capture_any): Likewise.
1582 (could_capture_any): Likewise.
1605 (could_capture_any): New function. Could the given utype capture
H A DChangeLog-20001902 (could_capture_any): Move prototype here.
2008 (could_capture_any): Make static and move to plan.c.
H A DChangeLog-20047741 (could_capture_any): New function. Could the given type capture
7767 (could_capture_any): New prototype.