Home
last modified time | relevance | path

Searched refs:TASK_BUILD (Results 1 – 18 of 18) sorted by relevance

/dports/games/spring/spring_98.0/AI/Skirmish/E323AI/atask/
H A DBuild.h9 BuildTask(AIClasses *_ai): ATask(_ai) { t = TASK_BUILD; } in BuildTask()
H A DBuild.cpp27 this->t = TASK_BUILD; in BuildTask()
/dports/games/spring/spring_98.0/AI/Skirmish/E323AI/
H A DCEconomy.cpp688 …for (it = ai->tasks->activeTasks[TASK_BUILD].begin(); it != ai->tasks->activeTasks[TASK_BUILD].end… in taskInProgress()
762 …for (it = ai->tasks->activeTasks[TASK_BUILD].begin(); it != ai->tasks->activeTasks[TASK_BUILD].end… in preventStalling()
780 if (task->assist->t == TASK_BUILD) { in preventStalling()
938 …for (i = ai->tasks->activeTasks[TASK_BUILD].begin(); i != ai->tasks->activeTasks[TASK_BUILD].end()… in canAssist()
H A DATask.h12 TASK_BUILD, enumerator
H A DCGroup.cpp326 case TASK_BUILD: { in assist()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dtask.def26 DEF_TASK("build", "Complete construction of", TASK_BUILD, "Un", do_build_task,
H A Dmplayer.c1204 && unit->plan->tasks->type == TASK_BUILD)) in mplayer_review_units()
1261 unit->plan->tasks->type == TASK_BUILD)) in mplayer_review_units()
H A Dtask.c1425 if (!tasks || (TASK_BUILD != tasks->type)) in do_construct_task()
2424 task = create_task(TASK_BUILD); in create_build_task()
H A Daiunit2.cc1344 if ((TASK_BUILD == tasks2->type) in cp_gained_per_turn_est()
H A Dnlang.c886 if (task->type == TASK_BUILD) { in construction_desc()
2274 case TASK_BUILD: in task_desc()
H A Dunit.c3777 && unit3->plan->tasks->type == TASK_BUILD in incomplete_build_target()
H A Dai.c1022 && unit->plan->tasks->type == TASK_BUILD) { in ai_react_to_action()
H A Dui.c3816 && unit->plan->tasks->type == TASK_BUILD) in favored_type()
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/foundry/
H A Dide-pipeline.c316 TASK_BUILD = 1, enumerator
444 if (td->type == TASK_BUILD) in task_data_free()
1973 g_assert (td->type == TASK_BUILD || td->type == TASK_REBUILD); in ide_pipeline_tick_build()
2023 if (td->type == TASK_BUILD) in ide_pipeline_tick_build()
2179 task_data = task_data_new (task, TASK_BUILD); in ide_pipeline_build_targets_async()
2372 task_data->type == TASK_BUILD && in ide_pipeline_do_flush()
2440 case TASK_BUILD: in ide_pipeline_do_flush()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-EMCDONALD_AI203 * task.def (TASK_BUILD): Alter parameter list.
477 * task.def (TASK_BUILD): Change verb from "Build" to "Construct".
H A DChangeLog-20006342 * task.def (TASK_BUILD): Add args for location at which to build.
H A DChangeLog-20033634 case TASK_BUILD.
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/x11/
H A Dxcloseup.c2775 case TASK_BUILD: in order_tparms_call()