Re: [Freeciv-Dev] (PR#39477) svn version 13132 breaks tilesets?

2007-08-03 Thread William Allen Simpson
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39477 Guest wrote: I'd also note that I registered this bug on Mon Jul 30 19:01:30, so nice new features uploaded on the 31st won't have caused it. My typo earlier, that was Jul 13th (checked in on the 14th). Are you sure the necessary

Re: [Freeciv-Dev] (PR#39477) svn version 13132 breaks tilesets?

2007-08-03 Thread William Allen Simpson
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39477 Guest wrote: [wsimpson - Tue Jul 31 06:51:16 2007]: Are you sure you installed correctly? I believe so, unless using svn update has become the incorrect way. ... []$ civclient -t amplio 1: tilespec file appears incompatible:

Re: [Freeciv-Dev] (PR#34727) [Patch] Is_boss_of_boat()

2007-08-03 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=34727 On 28/01/07, Marko Lindqvist [EMAIL PROTECTED] wrote: Helper function for units that might control boat. Barbarian leader converted to use it. I expect more users in near future. Updated against svn - ML diff -Nurd

Re: [Freeciv-Dev] (PR#37537) [Patch] Base build time

2007-08-03 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=37537 On 05/03/07, Marko Lindqvist [EMAIL PROTECTED] wrote: This makes built time property of base type. Updated against svn - ML diff -Nurd -X.diff_ignore freeciv/client/packhand.c freeciv/client/packhand.c ---

Re: [Freeciv-Dev] (PR#38323) Crash when initial techs contain unreachable tech

2007-08-03 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=38323 On 17/03/07, Marko Lindqvist [EMAIL PROTECTED] wrote: Nation does not have root_req for its initial tech. At least ruleset sanity checking is needed so that game gives sensible error message to ruleset author. This is not trivial as

Re: [Freeciv-Dev] (PR#38323) Crash when initial techs contain unreachable tech

2007-08-03 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=38323 On 17/03/07, Marko Lindqvist [EMAIL PROTECTED] wrote: On 3/17/07, Marko Lindqvist [EMAIL PROTECTED] wrote: Nation does not have root_req for its initial tech. At least ruleset sanity checking is needed so that game gives

Re: [Freeciv-Dev] (PR#37988) [Patch] Tileset suggestion to game.ruleset

2007-08-03 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=37988 On 14/03/07, Daniel Markstedt [EMAIL PROTECTED] wrote: On 3/12/07, Marko Lindqvist [EMAIL PROTECTED] wrote: As a usability issue, maybe we should backport this to S2_1. Agreed. We just got yet another confused user at

Re: [Freeciv-Dev] (PR#20672) Settler ferry assert

2007-08-03 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=20672 On 19/03/07, Marko Lindqvist [EMAIL PROTECTED] wrote: Magic ruleset problem. aisettler code asserts that selected ferry is SEA_MOVING. It gets ferries from is_boat_free() which does not limit move_type. Patches updated against

[Freeciv-Dev] (PR#11051) No helptext for units

2007-08-03 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=11051 Ruleset format allows helptexts for units, so this requires no coding. We are simply missing actual texts. - ML ___ Freeciv-dev mailing list Freeciv-dev@gna.org

Re: [Freeciv-Dev] (PR#38165) Bug in 2.1.0-beta3

2007-08-03 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=38165 On 04/08/07, Marko Lindqvist [EMAIL PROTECTED] wrote: It seems that units should never get foul status inside create_unit(). It is no longer called for spies getting foul. Attached patch changes create_unit() to always create

Re: [Freeciv-Dev] (PR#38245) [Bug] Sun Tzu always marked redundant

2007-08-03 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=38245 On 16/03/07, Marko Lindqvist [EMAIL PROTECTED] wrote: Sun Tzu's War Academy is always displayed as redundant. I think this relates to the fact that its effects have nreq UnitFlag Diplomat. Totally untested patch Be always