From: Brett L. <wak...@ea...> - 2005-11-13 21:03:51
|
Great! One thing left to add to the map is mountains and river/water hexes. There are two approaches that I can see for this. 1. Creating custom hex tile graphics, allocating a bunch of ID numbers (probably negative numbers so as to not overlap the existing scheme), and updating the map XML. 2. Dynamically draw them on top of the hexes using Graphics/Graphics2D drawing. Is there any preference to which we should pursue? ---Brett. -----Original Message----- From: Erik Vos <eri...@hc...> Sent: Nov 13, 2005 3:10 PM To: rai...@li... Subject: RE: [Rails-devel] Tile laying. I've done some final cleanups in the hexmap code. The differences between GUINSHex and GUIEWHex had become so small that I have removed these classes and merged its remaining contents into GUIHex. I have also fixed the tooltip. That's it for today! Erik. > -----Original Message----- > From: rai...@li... > [mailto:rai...@li...] On Behalf Of > Brett Lentz > Sent: 13 November 2005 19:39 > To: rai...@li... > Subject: Re: [Rails-devel] Tile laying. > > Excellent! > > I agree, it's VERY pretty. > > ---Brett. > > > > -----Original Message----- > From: Erik Vos <eri...@hc...> > Sent: Nov 13, 2005 5:35 AM > To: rai...@li... > Subject: [Rails-devel] Tile laying. > > I have changed tile rotation such that they now rotate > around the tile center, so that adjustments are no longer needed. > > Scaling is now also consistent. > It looks rather pretty now, if I may say so. > > I have also added Cancel and Done buttons to the upgrades panel. > I think tile laying is now ready to be integrated into > the Operating Round process, which I will take on next. > > Erik. > > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App > Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App > Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > > ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Rails-devel mailing list Rai...@li... https://lists.sourceforge.net/lists/listinfo/rails-devel |