From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25896 invoked by alias); 31 Oct 2004 19:50:50 -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 25883 invoked from network); 31 Oct 2004 19:50:48 -0000 Received: from unknown (HELO sccrmhc12.comcast.net) (204.127.202.56) by sourceware.org with SMTP; 31 Oct 2004 19:50:48 -0000 Received: from [192.168.181.128] (unknown[67.176.41.158](misconfigured sender)) by comcast.net (sccrmhc12) with ESMTP id <20041031195047012009m1goe>; Sun, 31 Oct 2004 19:50:48 +0000 Message-ID: <4185420D.1000309@phy.cmich.edu> Date: Sun, 31 Oct 2004 20:11:00 -0000 From: Eric McDonald User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) MIME-Version: 1.0 To: Lincoln Peters CC: Xconq list Subject: Re: Adapting GIS data to Xconq References: <1099208327.26829.5395.camel@localhost> <4185315A.3080102@phy.cmich.edu> <1099249759.26829.6247.camel@localhost> In-Reply-To: <1099249759.26829.6247.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004/txt/msg01386.txt.bz2 Lincoln Peters wrote: > On Sun, 2004-10-31 at 10:39, Eric McDonald wrote: > >>mygame.g: >> >>... >>(define USE_SOIL_COMP false) >>... >> >>omniterr.g: >> >>... >>(if USE_SOILCOMP >> (terrain-type soilcomp-k-lvl-0) >> ... >>) >>... On second thought: (if USE_SOIL_COMP) (terrain-type solicomp-k-lvl-0) ... (end-if) > I'll try to write a test module for the omniterr.g library to see if > it's at all playable. However, in order for it to work as I envisioned > it, the axial-tilt bug and the coating display bugs will need to be > fixed. Both of these bugs can be reproduced using the version of > omniterr.g on my website. I vaguely remember the axial tilt bug being mentioned. I do not remember what the exact description of the problem was. I do not think that I was ever given a test case for it. As far as coating display goes, I am not interesting in fixing it in the Tcl/Tk interface. I will deal with it in the SDL interface when the time comes. Eric