Re: Client 990907

Artur Biesiadowski <abies-4Ed1Q4wfwltmR6Xm/[email protected]> Thu, 09 Sep 1999 10:34:24 +0200
Newsgroups gmane.games.freeciv.java
Message-ID <[email protected]>
Per Mathisen wrote:

> > I've done some screenshots of city range overlay and scaled tiles from
> > my client. They are available at
> > http://thenut.eti.pg.gda.pl/~abies/freeciv/ss/screens.html
> 
> "You don't have permission to access /~abies/freeciv/ss/screens.html on
> this server."
> 
> I think you should check permissions on this file :)
> 

I'm terribly sorry - I've correctly set them and checked it in
subdirectory and then done
chmod 644 *
in parent directory - forgetting it will also change x bit on ss dir.

Now everything should be ok.

Artur
From freeciv-java-owner  Fri Sep 17 10:22:57 1999
Received: with LISTAR (v0.123a; list freeciv-java); Fri, 17 Sep 1999 10:22:57 -0500 (CDT)
Received: from thenut.eti.pg.gda.pl ([email protected] [153.19.48.151])
	by erwin.complete.org (8.9.3/8.9.3/Debian/GNU) with ESMTP id KAA25127
	for <[email protected]>; Fri, 17 Sep 1999 10:22:55 -0500
Received: from pg.gda.pl (really [153.19.40.230]) by thenut.eti.pg.gda.pl
	via in.smtpd with esmtp (ident abies using rfc1413)
	id <m11RzqP-0002QOC-M4nHkK4UHmCCrgFjRQ6thhfX6IwIUJvj@public.gmane.org> (Debian Smail3.2.0.102)
	for <[email protected]>; Fri, 17 Sep 1999 17:22:37 +0200 (CEST) 
Message-ID: <37E25B6C.B8D68B84-4Ed1Q4wfwltmR6Xm/[email protected]>
Date: Fri, 17 Sep 1999 17:17:00 +0200
From: Artur Biesiadowski <abies-4Ed1Q4wfwltmR6Xm/[email protected]>
X-Mailer: Mozilla 4.61 [en] (Win98; I)
X-Accept-Language: pl,en
MIME-Version: 1.0
To: Freeciv Java <[email protected]>
Subject: [FreeCiv-Java] Client 990917
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-archive-position: 18
X-listar-version: Listar v0.123a
Sender: freeciv-java-bounce-0/[email protected]
Errors-to: freeciv-java-bounce-0/[email protected]
X-original-sender: abies-4Ed1Q4wfwltmR6Xm/[email protected]
Precedence: bulk
X-list: freeciv-java

I've put code into gjt cvs. I suppose that I'll switch entirely to it
for developement time - so data and source files can disappear from web
soon.

CVSROOT=:pserver:[email protected]:/gjt/cvsroot
passwd: anoncvs

modules to checkout:

java/com/sixlegs/image/png
java/org/freeciv
java/org/gjt/abies

To run this thing you need to compile sources and either copy/move
org/freeciv/data directory to top directory (java/ in this case) or add
-Dfreeciv.datadir=some/path/data on java commandline (before
org.freeciv.client.Client).

Artur


--------------

99.09.16
  - removed nuke animation from left mouse button - it became to be 
	tiring, now you have to get real nukes to see it
  - tilesets can be changed during runtime (try out trident scaled x3/2)

99.09.14
  - squashed hopefully last bug in change stack order code
  - updated image files with ones from cvs

99.09.13
  - corrected bug with movement cross map wrap (x and y wasn't adjusted)
  - changed components to be semitransparent over map 

99.09.12
  - shadow borders can be turned on/off
  - corrected helptext loading - still missing real help display

99.09.11
  - corrected bugs in dekstop pane handling - now internal frames are
  really layered
  - added trident tileset

99.09.09
  - added citizen display to CityDialog