[Freeciv-Dev] [bug #20905] City-building unit movement drawing is slower than other units

2013-06-18 Thread Jacob Nevins
Update of bug #20905 (project freeciv): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #20905] City-building unit movement drawing is slower than other units

2013-06-16 Thread Jacob Nevins
Update of bug #20905 (project freeciv): Status: In Progress => Ready For Test Assigned to:None => jtn Planned Release: => 2.3.5,2.4.0,2.5.0,2.6.0 __

[Freeciv-Dev] [bug #20905] City-building unit movement drawing is slower than other units

2013-06-15 Thread Jacob Nevins
Follow-up Comment #3, bug #20905 (project freeciv): > 2) Even with draw_city_outlines the outlines only cover > game.info.init_city_radius_sq tiles. But TILE_UPDATE_CITYMAP > draws an area covering the largest city map in existance. Or rather than largest city map the game knows about. If after

[Freeciv-Dev] [bug #20905] City-building unit movement drawing is slower than other units

2013-06-15 Thread Jacob Nevins
Follow-up Comment #2, bug #20905 (project freeciv): Attached work-in-progress patch. Definitely speeds things up, and some work done to remove droppings left on edge conditions, but some remain (notably when moving on/off a tile unsuitable for a city). When testing this, setting init_city_radius_

[Freeciv-Dev] [bug #20905] City-building unit movement drawing is slower than other units

2013-06-15 Thread anonymous
Additional Item Attachment, bug #20905 (project freeciv): File name: 2.4-faster-settler.patch Size:0 KB ___ Reply to this item at: ___ Message sent via/by

[Freeciv-Dev] [bug #20905] City-building unit movement drawing is slower than other units

2013-06-15 Thread anonymous
Follow-up Comment #1, bug #20905 (project freeciv): In client/mapview_common.c: refresh_unit_mapcanvas() a unit with F_CITIES set adds to the TILE_UPDATE_CITYMAP queue while other units only add to the TILE_UPDATE_UNIT queue. I believe this is so that the city outlines can be drawn correctly. The

[Freeciv-Dev] [bug #20905] City-building unit movement drawing is slower than other units

2013-06-15 Thread Jacob Nevins
URL: Summary: City-building unit movement drawing is slower than other units Project: Freeciv Submitted by: jtn Submitted on: Sun Jun 16 00:30:33 2013 Category: client Severity: