[Freeciv-Dev] [patch #3447] map_claim_base()

2012-11-17 Thread Marko Lindqvist
Update of patch #3447 (project freeciv): Status: In Progress = Ready For Test ___ Follow-up Comment #3: - Updated against current svn - Rearranged code so that bases on the same tile are not claimed

[Freeciv-Dev] [patch #3447] map_claim_base()

2012-07-30 Thread Marko Lindqvist
Follow-up Comment #2, patch #3447 (project freeciv): This patch (transitional state it produces) has some chicken-and-egg design problems with territory claiming bases. Though the version I finally submitted avoided (in a hackish way - code recurses more than it needs to, but changes between

[Freeciv-Dev] [patch #3447] map_claim_base()

2012-07-26 Thread Marko Lindqvist
URL: http://gna.org/patch/?3447 Summary: map_claim_base() Project: Freeciv Submitted by: cazfi Submitted on: Fri 27 Jul 2012 02:03:35 AM EEST Category: general Priority: 5 - Normal

[Freeciv-Dev] [patch #3447] map_claim_base()

2012-07-26 Thread Jacob Nevins
Follow-up Comment #1, patch #3447 (project freeciv): This sounds a lot like what I was thinking of in bug #16385 (but I never got further than design). - All bases in a tile have same owner (which can be nobody) That's clearly what I was thinking before, but I don't think I'd thought about what