From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27332 invoked by alias); 13 Jul 2004 19:10:34 -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 27248 invoked from network); 13 Jul 2004 19:10:28 -0000 Received: from unknown (HELO ob2.cmich.edu) (141.209.20.21) by sourceware.org with SMTP; 13 Jul 2004 19:10:28 -0000 Received: from egate1.central.cmich.local ([141.209.15.85]) by ob2.cmich.edu (8.12.10/8.12.10) with ESMTP id i6DJ6YPA018678; Tue, 13 Jul 2004 15:06:37 -0400 Received: from leon.phy.cmich.edu ([141.209.165.20]) by egate1.central.cmich.local with Microsoft SMTPSVC(5.0.2195.6713); Tue, 13 Jul 2004 15:10:24 -0400 Received: from localhost (localhost [127.0.0.1]) by leon.phy.cmich.edu (Postfix) with ESMTP id 210FF70018; Tue, 13 Jul 2004 15:10:21 -0400 (EDT) Date: Tue, 13 Jul 2004 20:23:00 -0000 From: Eric McDonald To: Elijah Meeks Cc: Hans Ronne , Subject: Re: Combat result tracking? In-Reply-To: <20040713185723.91157.qmail@web13124.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 13 Jul 2004 19:10:24.0895 (UTC) FILETIME=[0D20A0F0:01C4690D] X-CanItPRO-Stream: default X-Spam-Score: -0.9 () X-Bayes-Prob: 0.0017 X-Scanned-By: CanIt (www . canit . ca) X-SW-Source: 2004/txt/msg00732.txt.bz2 On Tue, 13 Jul 2004, Elijah Meeks wrote: > No no no! Hans is only allowed to work on the SDL > interface. Down with Tcl/Tk!!! I agree with the "down with Tcl/Tk". I have pretty much made up my mind that I am not going to bother becoming proficient enough in Tcl/Tk to improve that interface. I like learning new languages and everything, but__ I really feel that Tkconq is not worth the hassle. I plan on digging into SDL once 7.5 has been released. > I've achieved a minor victory, by the way, thanks to > your new wreck-typing table, Eric. You had to > initialize units in order when you used the unit > property (wreck-type), now I don't, so all the > buildable units show up at the top of the Tcl/Tk list. That's good. It was kinda annoying having to scroll all over the place to pick out units. Another way to achieve the same effect is not to set an unit's wrecked type when you first define it. If you do something like: (add utype-1 wrecked-type utype-2) after all of the unit types have been defined. Eric