[Freeciv-Dev] Re: (PR#9818) Inland lakes and borders
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=9818 >
Mateusz Stefek wrote:
> <URL: http://rt.freeciv.org/Ticket/Display.html?id=9818 >
>
> - MAXIMUM_CLAIMED_OCEAN_SIZE (20)
> + MAXIMUM_CLAIMED_OCEAN_SIZE (20)
Huh?
> +/* Continent which is adjacent to a given ocean. -1 if the ocean is
> surrounded
> + by more than one continent */
> +Continent_id lake_surrounders[MAP_NCONT];
> +
> +int ocean_sizes[MAP_NCONT];
Should be static.
Marcelo had a similar patch that counted the sizes (but not boundaries)
of both oceans and land continents. Knowing the size of these will
probably be useful at some point. Is there any advantage to doing the
same thing for boundaries (changing lake_surrounders to
continent_surrounders)?
jason
- [Freeciv-Dev] Re: (PR#9818) Inland lakes and borders, (continued)
- [Freeciv-Dev] Re: (PR#9818) Inland lakes and borders, Gregory Berkolaiko, 2004/08/26
- [Freeciv-Dev] Re: (PR#9818) Inland lakes and borders, Gregory Berkolaiko, 2004/08/26
- [Freeciv-Dev] Re: (PR#9818) Inland lakes and borders, Per I. Mathisen, 2004/08/26
- [Freeciv-Dev] (PR#9818) Inland lakes and borders, Mateusz Stefek, 2004/08/26
- [Freeciv-Dev] Re: (PR#9818) Inland lakes and borders, Jason Short, 2004/08/26
- [Freeciv-Dev] Re: (PR#9818) Inland lakes and borders, Jason Short, 2004/08/26
- [Freeciv-Dev] (PR#9818) Inland lakes and borders, Mateusz Stefek, 2004/08/26
- [Freeciv-Dev] Re: (PR#9818) Inland lakes and borders, Jason Short, 2004/08/26
- [Freeciv-Dev] Re: (PR#9818) Inland lakes and borders, Per I. Mathisen, 2004/08/27
- [Freeciv-Dev] (PR#9818) Inland lakes and borders, Mateusz Stefek, 2004/08/27
- [Freeciv-Dev] Re: (PR#9818) Inland lakes and borders,
Jason Short <=
- [Freeciv-Dev] (PR#9818) Inland lakes and borders, Marcelo Burda, 2004/08/27
- [Freeciv-Dev] Re: (PR#9818) Inland lakes and borders, Jason Short, 2004/08/27
[Freeciv-Dev] Re: (PR#9818) Inland lakes and borders, Gregory Berkolaiko, 2004/08/30
|
|