Version 990808
Artur Biesiadowski <abies-4Ed1Q4wfwltmR6Xm/[email protected]>
| Newsgroups | gmane.games.freeciv.java |
|---|---|
| Message-ID | <[email protected]> |
http://thenut.eti.pg.gda.pl/~abies/freeciv
Unfortunately new file with png images (for intro.png splash)
Artur
Changelog below
99.08.08
- I hope that I've squashed repaint bug - tiles was not repainting
correctly when we were at right edge of map (left wrapped edge
was not updated). Still have to work on vWrap and bothWrap
cases. This is only about repaintTiles method - direct repaint
works
- changed minimap to work with borders
- nuke animation do not longer follows center of screen
- added intro image to splash screen
- added choose build list to city dialog with buttons to select
categories (do not sets production yet, it's just interface)
- corrected bug with reading short and int from InStream (problem
with byte array being signed and thus need for manual chipping
of bits)
99.08.06
- change menu actions to separate ActionListener classes so they
can be use for keys/buttons
- added key handling
- added gold and year labels
- added disband,sentry and wakeup unit actions
- incomporated EnhancedMenuItem from jedit to display keyboard
shortcuts
- reindented source with jstyle using tabs
- added progress splash dialog
From freeciv-java-owner Wed Aug 11 08:46:36 1999
Received: with LISTAR (v0.123a; list freeciv-java); Wed, 11 Aug 1999 08:46:36 -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 IAA02901
for <[email protected]>; Wed, 11 Aug 1999 08:46:31 -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 <m11EYgr-00029fC-M4nHkK4UHmCCrgFjRQ6thhfX6IwIUJvj@public.gmane.org> (Debian Smail3.2.0.102)
for <[email protected]>; Wed, 11 Aug 1999 15:45:13 +0200 (CEST)
Message-ID: <37B1791F.47715E00-4Ed1Q4wfwltmR6Xm/[email protected]>
Date: Wed, 11 Aug 1999 15:22:39 +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] Java client update
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-archive-position: 13
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
http://thenut.eti.pg.gda.pl/~abies/freeciv
99.08.11
- added unit stack display/select
- sentry deselects units
99.08.10
- added PktPlayerRequest packet class
- research dialog now updates when visible
- research dialog can change tech and tech goal
- added onClose handling to research dialog and city dialog to clean
references to themselves
- corrected bug with ocean overlays being added despite of tile itself
being invisible
- added handling for PACKET_PAGE_MSG, PACKET_REMOVE_CITY,
PACKET_NUKE_TILE, PACKET_SERVER_SHUTDOWN
- multiple nukes will wait in queqe now (I hope)
- chat area now jumps to end when new message appears
- can move units with numpad
- can move map with shift + numpad
- added hp display to units
- research dialog will ask before changing research and losing points
- added 5 report requests
- made page messages (reports) use monospaced font for options to line
up
- worker placement for city dialog
- corrected setUpperLeftXY in TileMap
99.08.09
- change production list works now - with dblclick
- added already built improvements list in citydialog
- added confirm dialog when changing production with loss
- filered out already build improvements and wonders from build choice
- unit selection will now persist (hopefully)
- added mouse onOver tile report
- added preliminary research dialog