[Freeciv-Dev] [bug #21134] Gtk3: Centering from overview map moves twice the distance wanted

2013-10-11 Thread RafałMużyło
Follow-up Comment #1, bug #21134 (project freeciv):

Are there any special conditions involved, cause it seems I can't reproduce
this behavior ?

___

Reply to this item at:

  http://gna.org/bugs/?21134

___
  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 #21134] Gtk3: Centering from overview map moves twice the distance wanted

2013-10-11 Thread Marko Lindqvist
Follow-up Comment #2, bug #21134 (project freeciv):

I think this to likely to be bug in gtk rather than freeciv. At one point I
added logging to the very beginning of the butt_down_overviewcanvas() and it
was often receiving multiple GDK_BUTTON_PRESS events for a single click,
either immediately when button was pressed, and sometimes instead of
GDK_BUTTON_RELEASE when button was released.

___

Reply to this item at:

  http://gna.org/bugs/?21134

___
  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 #4235] Extra removal/cleaning activity icon

2013-10-11 Thread Marko Lindqvist
Update of patch #4235 (project freeciv):

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


___

Reply to this item at:

  http://gna.org/patch/?4235

___
  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 #4238] get_preferred_pillage() to iterate over extras of the causes

2013-10-11 Thread Marko Lindqvist
Follow-up Comment #1, patch #4238 (project freeciv):

- Updated against svn

(file #19150)
___

Additional Item Attachment:

File name: PillageExtras-2.patch.bz2  Size:4 KB


___

Reply to this item at:

  http://gna.org/patch/?4238

___
  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 #4242] Pollution, Fallout, and Huts sprites to extras union

2013-10-11 Thread Marko Lindqvist
URL:
  http://gna.org/patch/?4242

 Summary: Pollution, Fallout, and Huts sprites to extras union
 Project: Freeciv
Submitted by: cazfi
Submitted on: Fri 11 Oct 2013 12:11:04 PM EEST
Category: client
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.6.0

___

Details:

Have sprites for Pollution, Fallout, and Huts stored to extras sprites.

This makes (currently only semantic) difference that there's sprite for each
extra of those kinds, instead of just one.



___

File Attachments:


---
Date: Fri 11 Oct 2013 12:11:04 PM EEST  Name: PolFalHutGfxExtraUnion.patch 
Size: 3kB   By: cazfi

http://gna.org/patch/download.php?file_id=19151

___

Reply to this item at:

  http://gna.org/patch/?4242

___
  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 #4243] R_()

2013-10-11 Thread Marko Lindqvist
URL:
  http://gna.org/patch/?4243

 Summary: R_()
 Project: Freeciv
Submitted by: cazfi
Submitted on: Fri 11 Oct 2013 12:41:27 PM 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.6.0

___

Details:

freeciv-ruledit will have a lot of tooltip and other explanatory texts, and
it's not essential part of freeciv for those who want only to play the game.
So it makes sense to separate its localization from that of freeciv core -
translators can choose not to spend time on freeciv-ruledit.
This patch introduces R_() -macro which should be used in freeciv-ruledit code
instead of _(). At this point it's just wrapper around _() but using it
already makes eventual change to separate ruledit -domain easier.



___

File Attachments:


---
Date: Fri 11 Oct 2013 12:41:27 PM EEST  Name: R_.patch  Size: 2kB   By: cazfi

http://gna.org/patch/download.php?file_id=19152

___

Reply to this item at:

  http://gna.org/patch/?4243

___
  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 #4190] [Metaticket] Split translations to multiple po-files

2013-10-11 Thread Marko Lindqvist
Follow-up Comment #5, patch #4190 (project freeciv):

 we could equally well keep the combined files in svn as the
 canonical po-files (there's no technical need for separate
 catalogues to end up in binary packages, after all), and do
 the splitting at the translator interface: offer split
 po-files at cazfi.net, post stats on split files, etc.

I have been undecided about this when thinking split of the extra nations
domain out of freeciv core - in that case it would have clear advantages.
However, once we add freeciv-ruledit domain (See patch #4243) to the mix, it
becomes clear that domains should be completely separate (I don't think even
more complex system of handling different domains different ways would make
sense)

___

Reply to this item at:

  http://gna.org/patch/?4190

___
  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 #4186] Mark uncertain actions in the GTK2 client

2013-10-11 Thread Sveinung Kvilhaugsvik
Follow-up Comment #2, patch #4186 (project freeciv):

I uploaded the wrong patch in the previous comment

(file #19153)
___

Additional Item Attachment:

File name: gtk2_warn_uncertain_actions.patch Size:1 KB


___

Reply to this item at:

  http://gna.org/patch/?4186

___
  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] 2.4 version

2013-10-11 Thread David Conklin
Hi,

It crashes now and then.

Also, where does the game hide the saved files?  I'd like to delete the old 
one's.

Could you tell us what the bene's are for the wonders?

Great game!

David

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