Re: [Freeciv-Dev] (PR#33510) [Patch] Help for first time user

2007-01-14 Thread Daniel Markstedt

URL: http://bugs.freeciv.org/Ticket/Display.html?id=33510 

On 1/14/07, Marko Lindqvist [EMAIL PROTECTED] wrote:

 URL: http://bugs.freeciv.org/Ticket/Display.html?id=33510 

  ...and patch comes here.


  - ML



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



Just a thought: what if you made this a first-run popup instead? A
main menu button with such a limited use seems like a waste of screen
real-estate in a GTK2 main menu that already occupies a lot of
vertical space.

Alternatively, what about simply renaming the Start Scenario Game -
Start Scenario Game/Tutorial?

 ~Daniel



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


Re: [Freeciv-Dev] (PR#14636) tech update bug

2007-01-14 Thread Marko Lindqvist

URL: http://bugs.freeciv.org/Ticket/Display.html?id=14636 

On 1/14/07, Marko Lindqvist [EMAIL PROTECTED] wrote:

 URL: http://bugs.freeciv.org/Ticket/Display.html?id=14636 

 Christian Knoke [EMAIL PROTECTED]:
  When an allied has stolen a tech form an enemy, the diplomacy dialog and
  intelligence is not updated.

  Same applies when Caravan gets initial science bonus from
 establishing trade route.

  Patch is untested. It just sends player info to all clients, but I
 have not checked if client refresh dialogs when it get player info.

 At least gtk -client seems to work.


 - ML



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


Re: [Freeciv-Dev] (PR#18234) Feature request - Help dialog shows if units require a Building

2007-01-14 Thread Marko Lindqvist

URL: http://bugs.freeciv.org/Ticket/Display.html?id=18234 

On 7/2/06, Billy Naylor [EMAIL PROTECTED] wrote:

 The help dialogues don't show if units require a specific building,
 the building help dialog shows what units it allows tho'.


 Patch


 - ML

diff -Nurd -X.diff_ignore freeciv/client/helpdata.c freeciv/client/helpdata.c
--- freeciv/client/helpdata.c	2006-08-18 10:52:09.0 +0300
+++ freeciv/client/helpdata.c	2007-01-15 04:48:43.0 +0200
@@ -772,6 +772,11 @@
 	_(  * Gets used up in making an attack.\n));
   }
 
+  if (utype-impr_requirement != B_LAST) {
+sprintf(buf + strlen(buf),
+	_(* Can only be built if there is %s.\n), 
+get_improvement_name(utype-impr_requirement));
+  }
   if (utype-gov_requirement) {
 sprintf(buf + strlen(buf),
 	_(* Can only be built with %s as government.\n), 
___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] (PR#33626) City always sees submarines

2007-01-14 Thread Marko Lindqvist

URL: http://bugs.freeciv.org/Ticket/Display.html?id=33626 

 City sees submarine even when it's one square away. Battleship sees
it only when in adjacent square.


 - ML



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


[Freeciv-Dev] (PR#33628) Can't make freeciv.pot for trunk

2007-01-14 Thread Marko Lindqvist

URL: http://bugs.freeciv.org/Ticket/Display.html?id=33628 

TRUNK/build/po$ make freeciv.pot
/usr/bin/xgettext --default-domain=freeciv --directory=../../src.patched \
  --add-comments=TRANS: --escape --keyword=_ --keyword=N_
--keyword=Q_ --keyword=PL_:1,2 \
  --language=C --files-from=../../src.patched/po/POTFILES.in \
 test ! -f freeciv.po \
   || ( rm -f ../../src.patched/po/freeciv.pot \
 mv freeciv.po ../../src.patched/po/freeciv.pot )
data/nation/basque.ruleset:6: warning: unterminated string literal
data/nation/basque.ruleset:6: warning: Empty msgid.  It is reserved by
GNU gettext:
   gettext() returns the header entry with
   meta information, not the empty string.
data/nation/basque.ruleset:16: warning: unterminated character constant
/usr/bin/xgettext: Non-ASCII string at data/nation/galician.ruleset:23.
   Please specify the source encoding through --from-code.
mv: cannot stat `freeciv.po': No such file or directory
make: *** [../../src.patched/po/freeciv.pot] Error 1



 - ML



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


Re: [Freeciv-Dev] (PR#33628) Can't make freeciv.pot for trunk

2007-01-14 Thread Daniel Markstedt

URL: http://bugs.freeciv.org/Ticket/Display.html?id=33628 

On 1/15/07, Marko Lindqvist [EMAIL PROTECTED] wrote:

 URL: http://bugs.freeciv.org/Ticket/Display.html?id=33628 

 TRUNK/build/po$ make freeciv.pot
 /usr/bin/xgettext --default-domain=freeciv --directory=../../src.patched \
   --add-comments=TRANS: --escape --keyword=_ --keyword=N_
 --keyword=Q_ --keyword=PL_:1,2 \
   --language=C --files-from=../../src.patched/po/POTFILES.in \
  test ! -f freeciv.po \
|| ( rm -f ../../src.patched/po/freeciv.pot \
  mv freeciv.po ../../src.patched/po/freeciv.pot )
 data/nation/basque.ruleset:6: warning: unterminated string literal
 data/nation/basque.ruleset:6: warning: Empty msgid.  It is reserved by
 GNU gettext:
gettext() returns the header entry 
 with
meta information, not the empty string.
 data/nation/basque.ruleset:16: warning: unterminated character constant
 /usr/bin/xgettext: Non-ASCII string at data/nation/galician.ruleset:23.
Please specify the source encoding through --from-code.
 mv: cannot stat `freeciv.po': No such file or directory
 make: *** [../../src.patched/po/freeciv.pot] Error 1



  - ML



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


Sorry about that! I have committed a quickfix already.

 ~Daniel



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