From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14628 invoked by alias); 18 Jul 2004 23:06:04 -0000 Mailing-List: contact xconq7-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: xconq7-owner@sources.redhat.com Received: (qmail 14619 invoked from network); 18 Jul 2004 23:06:03 -0000 Received: from unknown (HELO av15-2-sn4.m-sp.skanova.net) (81.228.10.101) by sourceware.org with SMTP; 18 Jul 2004 23:06:03 -0000 Received: by av15-2-sn4.m-sp.skanova.net (Postfix, from userid 502) id 8E13937E4C; Mon, 19 Jul 2004 01:06:02 +0200 (CEST) Received: from smtp4-2-sn4.m-sp.skanova.net (smtp4-2-sn4.m-sp.skanova.net [81.228.10.180]) by av15-2-sn4.m-sp.skanova.net (Postfix) with ESMTP id 7F07537E45; Mon, 19 Jul 2004 01:06:02 +0200 (CEST) Received: from [212.181.162.155] (h155n1fls24o1048.bredband.comhem.se [212.181.162.155]) by smtp4-2-sn4.m-sp.skanova.net (Postfix) with ESMTP id 1DD3B37E45; Mon, 19 Jul 2004 01:06:01 +0200 (CEST) X-Sender: u22611592@m1.226.comhem.se Message-Id: In-Reply-To: <40FAF653.9090602@phy.cmich.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Mon, 19 Jul 2004 02:50:00 -0000 To: Eric McDonald From: Hans Ronne Subject: Re: Weird fuel behavior Cc: xconq7@sources.redhat.com X-SW-Source: 2004/txt/msg00768.txt.bz2 >With the Tcl/Tk interface, I get a warning when trying to load lhs. >Xconq says that it cannot find the image for 'radar'. This seems to be a bug in the game module, which lists an empty string as the image name: (unit-type radar (image-name "") (char "r") (help "looks for units")) (unit-type artillery (image-name "pz-how") (char "A") (help "blows things up at a distance")) However, the correct image is eventually loaded using the unit type name as a backup, so the warning is a little premature. >We shouldn't have to resort to quoting GDL when explaining a game's >behavior. Well, one purpose of this list is to teach those who are interested how to use GDL, which is why I frequently give examples. But more documentation would also be helpful. >I see that this table is not described by the help system. I will add it >once I get back into the utype descriptions as part of the help system >overhaul. Good. Hans