Complete.Org: Mailing Lists: Archives: freeciv-dev: August 2002:
[Freeciv-Dev] Re: client string options: choosing from a list (v3) (PR#1
Home

[Freeciv-Dev] Re: client string options: choosing from a list (v3) (PR#1

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Jason Short <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Cc: freeciv-dev@xxxxxxxxxxx, bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: client string options: choosing from a list (v3) (PR#1856)
From: Raimar Falke <rf13@xxxxxxxxxxxxxxxxx>
Date: Sat, 10 Aug 2002 20:23:30 +0200

On Fri, Aug 02, 2002 at 12:59:34PM -0700, Jason Short wrote:
> Andreas Kemnade wrote:
> > Raimar Falke writes:
> 
> >  > readdir(3) is in SVID 3, POSIX, BSD 4.3. You have to do the matching
> >  > by yourself however.
> > opendir/readdir/closedir are even present in mingw32. So it can be
> > used on windows, too.
> 
> OK, here's a new version using opendir/readdir/closedir.
> 
> Will this compile on windows (it won't have GUI support yet, of course)? 
>   Will it compile on other platforms freeciv claims to work on?

Updated version attached. Changes:
 - soundspec suffix set to ".soundspec"
 - some comments added
 - fixed a memory leak in audio.c
 - found a real bug:
+      if (len << suffix_len
 - cleaned datafilelist a bit up
 - some other minor stuff

Still missing is an implementation for the GTK client.

        Raimar

-- 
 email: rf13@xxxxxxxxxxxxxxxxx
 "USENET is *not* the non-clickable part of WWW!"

Attachment: option_list-4.diff
Description: Text document


[Prev in Thread] Current Thread [Next in Thread]