[Freeciv-Dev] Re: (PR#7287) Extended Topologies
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=7287 >
Hello,
Ross i am thinking in your super-tile extended map. i am donne exact
this for my last overview code.
The the twisted torus maps tiles this way
----+---+---+-
| |
| |
+---+---+---+-
| |
| |
+-------+----
i use a special function (near_orbit() ) to create a super-tile map.(the
overview store one) then i show only the needed part to make the
overview.
----+---+---+-
| Far |
| Orbit|
+---+---+---+-
| Near | N.O.
| Orbit|
----+---+---+-
N.O | Real | N.O.
| Map |
+---+---+---+-
| N.O | N.O
| |
+-------+----
super-tile maps was (for the simplest topos only the half most near
part of the orbit is needed, nearobit function only return the half part
of the orbit)
::::::::::::::::::
:| N.O. | N.O :
:+---+---+---+---:
:N. | Real | N.:
:O. | Map | O.:
:+---+---+---+---:
:| N.O | N.O :
::::::::::::::::::
This is a client side feature. Server not need it at all.
For the server side the wraps topological extensions is ok as is. For
the client we can think to explore this idea for the tildables
topologies.
Best regards
Marcelo
- [Freeciv-Dev] Re: (PR#7287) Extended Topologies, (continued)
- [Freeciv-Dev] Re: (PR#7287) Extended Topologies, Marcelo Burda, 2004/02/25
- [Freeciv-Dev] Re: (PR#7287) Extended Topologies, Marcelo Burda, 2004/02/25
- [Freeciv-Dev] Re: (PR#7287) Extended Topologies, Jason Short, 2004/02/25
- [Freeciv-Dev] Re: (PR#7287) Extended Topologies, Jason Short, 2004/02/25
- [Freeciv-Dev] Re: (PR#7287) Extended Topologies, Jason Short, 2004/02/25
- [Freeciv-Dev] Re: (PR#7287) Extended Topologies, rwetmore@xxxxxxxxxxxx, 2004/02/26
- [Freeciv-Dev] Re: (PR#7287) Extended Topologies, rwetmore@xxxxxxxxxxxx, 2004/02/26
- [Freeciv-Dev] Re: (PR#7287) Extended Topologies, Jason Short, 2004/02/26
- [Freeciv-Dev] Re: (PR#7287) Extended Topologies, Marcelo Burda, 2004/02/26
- [Freeciv-Dev] Re: (PR#7287) Extended Topologies, Marcelo Burda, 2004/02/26
[Freeciv-Dev] Re: (PR#7287) Extended Topologies,
Marcelo Burda <=
|
|