[Freeciv-Dev] (PR#15636) Editor: Change city from within city dialog
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=15636 >
The GUI interface seems obviously good.
However I am very wary of embedding edit commands into the core server
code, as you seem to have done by overloading all of the city-changing
packets to allow unlimited changes when in edit mode. I think it will
be safer in the long run to have the server editor code be in a separate
file, making things more modular and decreasing complexity of the
handling packets - which are the second-most complex part of freeciv
(after end-of-turn).
-jason
|
|