This is the mail archive of the xconq7@sources.redhat.com mailing list for the Xconq project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Adapting GIS data to Xconq


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]