[Freeciv-Dev] (PR#10080) endgame map reveal
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=10080 >
> [mstefek - Mon Sep 13 10:21:08 2004]:
>
> Endgame map reveal is too slow. It takes much more time than conecting
> as observer (/obs).
> Try size=29
One problem is that update_map_canvas is called anew for each tile
revealed. I suspect it would be much faster to freeze the canvas until
completion and then just call update_map_canvas_visible +
refresh_overview_canvas. This is particularly true for iso-view.
jason
|
|