From mboxrd@z Thu Jan 1 00:00:00 1970 From: kingdon@sourceware.cygnus.com To: xconq-cvs@sourceware.cygnus.com Subject: xconq ./ChangeLog lib/stdunit.g kernel/ai.c ke ... Date: Sat, 18 Aug 2001 19:13:00 -0000 Message-id: <20010819021309.12524.qmail@sourceware.cygnus.com> X-SW-Source: 2001/msg00093.html List-Id: CVSROOT: /cvs/xconq Module name: xconq Changes by: kingdon@sources.redhat.com 2001-08-18 19:13:08 Modified files: . : ChangeLog lib : stdunit.g kernel : ai.c task.c Log message: Get the AI to repair its units better: * lib/stdunit.g: Up repair-percent to 75 - much too easy to kill off bombers (and others) at the default 35. * kernel/ai.c (ai_decide_plan): Call ai_react_to_action rather than duplicating the code which calls defensive_reaction &c. This is so that we check for whether we are looking for repair. * kernel/task.c (do_repair_task): Only look for repair from a transport which can provide it. * kernel/task.c (do_repair_task): Unless we are above repair_percent, we haven't repaired enough. Also round up on the 80% check - otherwise 1/2 is considered to be >= 80% for example.