[Freeciv-Dev] (PR#40612) Patch: migration

2009-01-23 Thread
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40612 [book - Do 22. Jan 2009, 05:15:02]: In anticipation of future use beyond the migration feature, I have made the city migration score a field in the city struct, and added this field to the city info packet sent to clients which

[Freeciv-Dev] (PR#40612) Patch: migration

2009-01-21 Thread Madeline Book
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40612 I have made some minor changes to the combined v6 patches (the base migration patch v6 and the food patch). The result is the attached patch which could be commited to trunk, if nobody has any objection or problems in the code are found.

Re: [Freeciv-Dev] (PR#40612) Patch: migration

2009-01-02 Thread Matthias Pfafferodt
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40612 Am Friday 02 January 2009 07:08:22 schrieb Madeline Book: URL: http://bugs.freeciv.org/Ticket/Display.html?id=40612 Most of the time I just put in printfs for debugging and remove them later. ;) This is also possible; I think it is

[Freeciv-Dev] (PR#40612) Patch: migration

2009-01-01 Thread Madeline Book
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40612 [guest - Thu Jan 01 03:28:31 2009]: [matthias.pfaffer...@mapfa.de - Mi 31. Dez 2008, 18:03:52]: - Use LOG_DEBUG not LOG_NORMAL for debugging messages. Oh, this was for me to test the patch; all set to debug now There

Re: [Freeciv-Dev] (PR#40612) Patch: migration

2008-12-31 Thread Matthias Pfafferodt
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40612 Attached the (hopefully) final version (or the last version for this year ;-) ) I included the suggestions / changes from your patch. I also hope, that this version follows the coding style guidelines for freeciv. Am Tuesday 30

[Freeciv-Dev] (PR#40612) Patch: migration

2008-12-31 Thread Madeline Book
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40612 [matthias.pfaffer...@mapfa.de - Wed Dec 31 18:03:52 2008]: I get the following error; could it be related to the migration code (remove_city() in make_city_migration())? I have not found a pattern to narrow it down if it is the

[Freeciv-Dev] (PR#40612) Patch: migration

2008-12-30 Thread Madeline Book
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40612 [matthias.pfaffer...@mapfa.de - Tue Dec 30 21:34:34 2008]: here is an updated version of the patch. Unfortunately I just made adjustements to you previous patch today, and was about to post the updated version when I noticed you

[Freeciv-Dev] (PR#40612) Patch: migration

2008-12-27 Thread Matthias Pfafferodt
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40612 The attached patch implements the migration of population between cities that overlap. It has an activation / deactivation option (default: on). The patch original cames from jorneg [1]. I updated it to the svn trunk [2]. [1]