Home
last modified time | relevance | path

Searched refs:PROGRAM_CAPTURE (Results 1 – 5 of 5) sorted by relevance

/dports/games/netherearth/netherearth-0.51/
H A Denemy_ai.cpp189 if (r->program==PROGRAM_CAPTURE) nrobots[0]++; in AI_enemy()
229 r->program=PROGRAM_CAPTURE; in AI_enemy()
233 r->program=PROGRAM_CAPTURE; in AI_enemy()
243 r->program=PROGRAM_CAPTURE; in AI_enemy()
282 r->program=PROGRAM_CAPTURE; in AI_enemy()
288 r->program=PROGRAM_CAPTURE; in AI_enemy()
304 r->program=PROGRAM_CAPTURE; in AI_enemy()
H A Drobot_ai.cpp448 if (goaltype==PROGRAM_CAPTURE) { in AI_searchengine()
797 op=AI_searchengine(pos,angle,PROGRAM_CAPTURE,*program_goal,traction,WE_SEARCH_DEPTH); in AI_program_capture()
800 op=AI_searchengine(pos,angle,PROGRAM_CAPTURE,*program_goal,traction,WOE_SEARCH_DEPTH); in AI_program_capture()
976 op=AI_searchengine(pos,angle,PROGRAM_CAPTURE,*program_goal,traction,WE_SEARCH_DEPTH); in AI_program_destroy()
979 op=AI_searchengine(pos,angle,PROGRAM_CAPTURE,*program_goal,traction,WOE_SEARCH_DEPTH); in AI_program_destroy()
H A Dnethercycle.cpp733 controlled->program=PROGRAM_CAPTURE; in cycle()
742 controlled->program=PROGRAM_CAPTURE; in cycle()
751 controlled->program=PROGRAM_CAPTURE; in cycle()
1235 case PROGRAM_CAPTURE: in cycle()
H A Dnether.h121 #define PROGRAM_CAPTURE 5 macro
H A Dnether.cpp995 case PROGRAM_CAPTURE: in draw_status()