From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9950 invoked by alias); 10 Jan 2004 20:49:10 -0000 Mailing-List: contact xconq-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: , Sender: xconq-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 9938 invoked by uid 9398); 10 Jan 2004 20:49:10 -0000 Date: Sat, 10 Jan 2004 20:49:00 -0000 Message-ID: <20040110204910.9936.qmail@sources.redhat.com> From: mcdonald@sources.redhat.com To: xconq-cvs@sources.redhat.com Subject: xconq ./ChangeLog kernel/Makefile.in kernel/ai ... X-SW-Source: 2004/txt/msg00011.txt.bz2 List-Id: CVSROOT: /cvs/xconq Module name: xconq Changes by: mcdonald@sourceware.org 2004-01-10 20:49:10 Modified files: . : ChangeLog kernel : Makefile.in ai.c autotest.c combat.c config.h conq.h move.c path.c plan.c task.c ui.c Added files: kernel : aiutil.c aiutil.h Log message: Add new files for general AI/UI utility functions. Start adding more AI-related functions to "ai_" namespace. Include 'assert.h' in a master header instead of various and sundry sources. Rewrite 'could_hit' in terms of new functions. Begin migrating general AI/UI utility functions to 'aiutil'. Create some new general AI/UI utility functions in 'aiutil'. Improve victim finder by rejecting unreachable targets.