[Freeciv-Dev] [patch #2839] Fix "set but unused variable" warnings from gui-gtk-?.0

2011-07-29 Thread Marko Lindqvist

Update of patch #2839 (project freeciv):

  Status:  Ready For Test => Done   
 Assigned to:None => cazfi  
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #18419] database.lua and civ2/nations.ruleset not in distribution tarball

2011-07-29 Thread Marko Lindqvist

Update of bug #18419 (project freeciv):

  Status:  Ready For Test => Fixed  
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #18433] Untranslated strings "Bulbs produced per turn", "needed for technology upkeep"

2011-07-29 Thread Jacob Nevins

Update of bug #18433 (project freeciv):

  Status: In Progress => Ready For Test 

___

Additional Item Attachment:

File name: trunk-S2_3-science-i18n.diff   Size:0 KB


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #18433] Untranslated strings "Bulbs produced per turn", "needed for technology upkeep"

2011-07-29 Thread Jacob Nevins

URL:
  

 Summary: Untranslated strings "Bulbs produced per turn",
"needed for technology upkeep"
 Project: Freeciv
Submitted by: jtn
Submitted on: Fri Jul 29 23:02:23 2011
Category: client
Severity: 2 - Minor
Priority: 5 - Normal
  Status: In Progress
 Assigned to: jtn
Originator Email: 
 Open/Closed: Open
 Release: 2.3.0-RC1
 Discussion Lock: Any
Operating System: Any
 Planned Release: 2.3.0,2.4.0

___

Details:

In client/text.c:science_dialog_text().

Not marked for translation, so will appear as new strings for translators,
but I don't consider this to break string freeze as marking them doesn't
actually degrade any translations.




___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #18419] database.lua and civ2/nations.ruleset not in distribution tarball

2011-07-29 Thread Marko Lindqvist

Update of bug #18419 (project freeciv):

  Status: In Progress => Ready For Test 
 Planned Release:   2.4.0 => 2.3.0, 2.4.0   


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #2844] Two boolean player_is_at_war functions for 2.4 r 20006.

2011-07-29 Thread Marko Lindqvist

Follow-up Comment #3, patch #2844 (project freeciv):

Well, then this is first patch of its kind, and I'd like to have general
policy for such patches defined before going forward. Meanwhile you can add
these functions to your ai module itself.

What kind of helper functions not used by freeciv itself at all, but
benefiting some custom ai module, we add? Any opinions?

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #18411] Compiler warning when backtrace callback functionality not available

2011-07-29 Thread Marko Lindqvist

Update of bug #18411 (project freeciv):

  Status:  Ready For Test => Fixed  
 Assigned to:None => cazfi  
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #2844] Two boolean player_is_at_war functions for 2.4 r 20006.

2011-07-29 Thread Micke

Follow-up Comment #2, patch #2844 (project freeciv):

I use them in a few places in my modified AI.


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] Nightly builds

2011-07-29 Thread Marko Lindqvist
I've been developing and maintaining freeciv building stuff mainly for
my own use, but some stuff is now really mature and really should be
used for greater good. Setting up different kind of nightly builds
(probably nobody is interestedf about binaries from linux build, but
we *are* interested about any compilation failures, binaries for
Windows would probably have some users) should be easy task using my
programs and scripts and quite a big benefit for freeciv project, but
I simply don't have kind of public server to put this stuff on.
So if anybody has public server (preferably debian/ubuntu) with some
spare capacity to offer for "freeciv continuous integration stuff", it
would be just great.
 Meanwhile nightly build run just on my own computer and only I have
access to results (I can try to setup it so that email about
compilation failures are sent to freeciv-dev)


 - ML

___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


Re: [Freeciv-Dev] [patch #2843] Make secfile reading cope with \r\n and \n\r line endings on all platforms

2011-07-29 Thread Marko Lindqvist
On 29 July 2011 02:30, Jacob Nevins  wrote:
>
> Attached patch makes secfile reading treat \r\n and \n\r line endings the
> same as \n, if it sees them (e.g., if opening a file with DOS/Windows line
> endings on Unix).
>
> Tested on Unix. I haven't checked what happens with a Windows build of
> Freeciv opening a Unix file in text mode; it depends if fgets() treats the
> lone \n as a line ending.
>
> This probably wants some testing...

 I don't know if there's anything in this patch making Windows testing
necessary, but I made a Windows build with it regardless for your
testing pleasure.

 http://www.cazfi.net/~cazfi/fcwintest/freeciv-2.3.0-RC1+-r20033.zip


 - ML

___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #18396] Translations for help and options not displayed

2011-07-29 Thread Marko Lindqvist

Follow-up Comment #22, bug #18396 (project freeciv):

I wonder if line endings simply have to match those used when freeciv.pot has
been created (msgstrs collected)...

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #2835] Unit class movement cache creation to advisors code

2011-07-29 Thread Marko Lindqvist

Update of patch #2835 (project freeciv):

  Status:  Ready For Test => Done   
 Assigned to:None => cazfi  
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #2845] Distribution info to client_info packet

2011-07-29 Thread Marko Lindqvist

URL:
  

 Summary: Distribution info to client_info packet
 Project: Freeciv
Submitted by: cazfi
Submitted on: Fri 29 Jul 2011 10:12:08 AM EEST
Category: general
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.4.0

___

Details:

This patch adds text field 'distribution' to client_info. Packagers should
set that field if they have modified freeciv sources at all.



___

File Attachments:


---
Date: Fri 29 Jul 2011 10:12:08 AM EEST  Name: ClientInfoDist.diff  Size: 4kB 
 By: cazfi



___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev