Re: [Freeciv-Dev] (PR#39543) Cities compete over Small Wonders

2008-06-21 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39543 2007/8/12 Marko Lindqvist [EMAIL PROTECTED]: On 12/08/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: My suggestion for the AI code... If a Nation already has a Small Wonder, don't rebuild it anywhere else, that's the easy fix, and

Re: [Freeciv-Dev] (PR#40286) Setup -D defines for luaconf.h?

2008-06-21 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40286 2008/6/19 Madeline Book [EMAIL PROTECTED]: URL: http://bugs.freeciv.org/Ticket/Display.html?id=40286 [EMAIL PROTECTED] - Wed Jun 18 23:52:44 2008]: 2008/6/16 Madeline Book: So would it be possible to use the autoconf tools to

[Freeciv-Dev] (PR#40298) [Patch] Remove UnsafeOcean comments.

2008-06-21 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40298 There has never been UnsafeOcean terrain flag and definitely will never be now that danger pathfinding is removed. Yet somebody decided to add it to comments documenting terrain.ruleset. Not that I'm completely sure how much backwards

Re: [Freeciv-Dev] (PR#40289) lua: error in error handling

2008-06-21 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40289 2008/6/18 Marko Lindqvist: S2_2 (lua 5.1.3 + patches as 16-Jun-08 + toluaxx) Autogames produce error message: 1: lua error: error in error handling Attached patch fixes all the errors I were getting from hut code in

Re: [Freeciv-Dev] (PR#34717) [wishlist] events upon the death of a unit / conquest of a city

2008-06-21 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=34717 2007/9/4 Marko Lindqvist: On 28/01/07, Daniel Markstedt wrote: On 1/28/07, Per Inge Mathisen wrote: ~Event upon the death of a unique unit. ~Event upon the conquest of a specific city. This alpha level patch implements

[Freeciv-Dev] Fwd: (PR#34717) [wishlist] events upon the death of a unit / conquest of a city

2008-06-21 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=34717 Wrong bugtracker address... -- Forwarded message -- 2007/1/28 Daniel Markstedt: ~Event upon the death of a unique unit. Should be possible with scripts. Patch adding unit_lost event. - ML diff -Nurd

Re: [Freeciv-Dev] Should we release 2.0.10?

2008-06-21 Thread Jason Dorje Short
Daniel Markstedt wrote: On 6/19/08, Marko Lindqvist [EMAIL PROTECTED] wrote: Many distributions are still not released version (of the distribution) which uses Freeciv 2.1 (Ubuntu Dapper Gutsy are both supported to 2009 and use Freeciv 2.0) My public 2.0 server seems to be sometimes more

[Freeciv-Dev] (PR#40300) can't compile S2_2

2008-06-21 Thread Jason Dorje Short
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40300 api_gen.c:11:19: error: tolua.h: No such file or directory I'm fairly sure this is after a fresh compilation. -jason ___ Freeciv-dev mailing list Freeciv-dev@gna.org

[Freeciv-Dev] (PR#40301) [Patch] locale.m4 cleanup

2008-06-21 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40301 - Added standard codeset.m4 -file that provides AM_LANGINFO_CODESET identical to one we had in locale.m4. Removed macro from locale.m4 - Made locale.m4 serial number legal fixing last of the illegal serial number warnings - ML diff

[Freeciv-Dev] (PR#40254) [PATCH] Cancel AI mode when attaching to aifill player.

2008-06-21 Thread Madeline Book
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40254 Committed to S2_2 (r14822) and trunk (r14823). -- もう〜、遅すぎる。遅すぎるってば! ___ Freeciv-dev mailing list Freeciv-dev@gna.org

[Freeciv-Dev] (PR#40302) [Patch] Handling of literal IPv6 URLs

2008-06-21 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40302 $subject This can and should go in soon, before any other IPv6 work. - ML diff -Nurd -X.diff_ignore freeciv/server/meta.c freeciv/server/meta.c --- freeciv/server/meta.c 2008-06-16 04:25:57.0 +0300 +++