[Freeciv-Dev] Re: [PATCH] city_map_size fix and idea
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
BTW, about the below change (sorry about commenting only 2 days later):
I think it's another case of "unreal tile is equivalent to unknown".
this thing determines how the borders of a known tile will look like,
green or black, right?
> >On Wed, 22 Aug 2001, Ross W. Wetmore wrote:
> >> + tileno = INDEX_NSEW(
> >> + (is_real_tile(abs_x0, abs_y0-1)
> >> + && (tile_is_known(abs_x0, abs_y0-1)==TILE_UNKNOWN)),
> >> + (is_real_tile(abs_x0, abs_y0+1)
> >> + && (tile_is_known(abs_x0, abs_y0+1)==TILE_UNKNOWN)),
> >> + (is_real_tile(abs_x0+1, abs_y0)
> >> + && (tile_is_known(abs_x0+1, abs_y0)==TILE_UNKNOWN)),
> >> + (is_real_tile(abs_x0-1, abs_y0)
> >> + && (tile_is_known(abs_x0-1, abs_y0)==TILE_UNKNOWN)));
____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie
- [Freeciv-Dev] Re: [PATCH] city_map_size fix and idea, (continued)
- [Freeciv-Dev] Re: [PATCH] city_map_size fix and idea, Jason Dorje Short, 2001/08/22
- [Freeciv-Dev] Re: [PATCH] city_map_size fix and idea, Ross W. Wetmore, 2001/08/22
- [Freeciv-Dev] Re: [PATCH] city_map_size fix and idea, Raimar Falke, 2001/08/22
- [Freeciv-Dev] Re: [PATCH] city_map_size fix and idea, Ross W. Wetmore, 2001/08/22
- [Freeciv-Dev] Re: [PATCH] city_map_size fix and idea, Trent Piepho, 2001/08/22
- Message not available
- [Freeciv-Dev] Re: [PATCH] city_map_size fix and idea, Ross W. Wetmore, 2001/08/22
- [Freeciv-Dev] Re: [PATCH] city_map_size fix and idea, Trent Piepho, 2001/08/22
- [Freeciv-Dev] Re: [PATCH] city_map_size fix and idea,
Gregory Berkolaiko <=
- [Freeciv-Dev] Re: [PATCH] city_map_size fix and idea, Raimar Falke, 2001/08/23
[Freeciv-Dev] Re: [PATCH] city_map_size fix and idea, Ross W. Wetmore, 2001/08/22
[Freeciv-Dev] Re: [PATCH] city_map_size fix and idea, Trent Piepho, 2001/08/22
|
|