[Freeciv-Dev] [patch #3051] GUI_FUNC_PROTO

2011-11-12 Thread Marko Lindqvist

URL:
  http://gna.org/patch/?3051

 Summary: GUI_FUNC_PROTO
 Project: Freeciv
Submitted by: cazfi
Submitted on: Sat 12 Nov 2011 11:18:55 AM EET
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.5.0

___

Details:

When clients will use gui_interface.[ch] callback interface, actual function
names in gui-specific code must not conflict with ones calling the callbacks.
Instead of manually adding prototypes for all these functions, I rather create
them both automatically from same code line. For that purposes this patch
introduces GUI_FUNC_PROTO and uses it for creating prototypes for gui-specific
functions.



___

File Attachments:


---
Date: Sat 12 Nov 2011 11:18:55 AM EET  Name: GuiFuncProto.diff.bz2  Size: 6kB
  By: cazfi

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

___

Reply to this item at:

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

___
  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 #2609] Polish localization for S2_3

2011-11-12 Thread Hubert Kowalewski

Additional Item Attachment, patch #2609 (project freeciv):

File name: pl.po.bz2  Size:330 KB


___

Reply to this item at:

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

___
  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 #3049] gui_interface.[ch]

2011-11-12 Thread Marko Lindqvist

Follow-up Comment #1, patch #3049 (project freeciv):

At first phase callback interface usage on all guis is motivated by want to
have client common code as library that multiple clients can link against.
Currently gui-specific libraries contain all of client common. Due to how
linker internally works, it's not easy to separate client common to separate
library as long as common and gui-specific code call each toher so much as
they do now (gui depends on common depends on gui depends on common depends on
gui depends on common...)

___

Reply to this item at:

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

___
  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 #18773] statue of liberty hack

2011-11-12 Thread anonymous

Follow-up Comment #6, bug #18773 (project freeciv):

Looking at this, I want to apply the same sort of logic to the senate's
prevention of unprovoked pact breaking.

Right now, if you have the Statue of Liberty and try to break pact when you
have a senate, it lets it through anyway (The senate refuses to break treaty
with the Eastasians, but you have no trouble finding a new senate.) If that
remains, I think it allows at least a partial variant of this exploit -- it's
a get-out-of-Democracy-free card (assuming you can find someone to repeatedly
make and break treaties with).

However, this behaviour is triggered off Any_Government, not No_Anarchy
(both of which attach to the Statue of Liberty). This looks wrong; I think it
should come with No_Anarchy, since I think the feature is for consistency
with the other aspects of that effect (no point having a senate blocking
things if you can get round it by changing government with no cost). Anyone
object to me changing that? It wouldn't change the behaviour of any of the
supplied rulesets, as they always use these two effects together.

-- jtn


___

Reply to this item at:

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

___
  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 #18773] statue of liberty hack

2011-11-12 Thread anonymous

Follow-up Comment #7, bug #18773 (project freeciv):

Hm, actually, I'm wrong about that senate behaviour allowing an exploit like
this, as it doesn't allow you to actually change government. Perhaps I don't
need to do a complicated thing here.

My question about the effects stands, though. (I'll raise a new ticket if no
objections.)

-- jtn


___

Reply to this item at:

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

___
  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 #18993] Bug in swiss.ruleset?

2011-11-12 Thread Michal Mazurek

URL:
  http://gna.org/bugs/?18993

 Summary: Bug in swiss.ruleset?
 Project: Freeciv
Submitted by: akfaew
Submitted on: Sat Nov 12 13:58:34 2011
Category: None
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: S2_3
 Discussion Lock: Any
Operating System: None
 Planned Release: 

___

Details:

The flag switzerland does not exist.
-flag=switzerland
+flag=swiss



___

File Attachments:


---
Date: Sat Nov 12 13:58:34 2011  Name: swiss.diff  Size: 356B   By: akfaew

http://gna.org/bugs/download.php?file_id=14545

___

Reply to this item at:

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

___
  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 #18942] Sundry typos and grammar mistakes, and a request for translator notes

2011-11-12 Thread Joan Creus

Follow-up Comment #3, bug #18942 (project freeciv):

One more thing, though.

The examples show that it's possible to specify:

show=all
show=each
show=none

But the specification only explains:

show=plrname|plrbv|plrid

Unless this is contained in the string generated under the explanation of the
'show' command.

___

Reply to this item at:

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

___
  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 #3041] Make gtk3-client really gtk3-program

2011-11-12 Thread Marko Lindqvist

Update of patch #3041 (project freeciv):

  Depends on: = patch #3052


___

Reply to this item at:

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

___
  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 #3035] my_uname() - fc_uname()

2011-11-12 Thread Marko Lindqvist

Update of patch #3035 (project freeciv):

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


___

Reply to this item at:

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

___
  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] [task #7505] S2_4 datafile format freeze

2011-11-12 Thread Marko Lindqvist

Update of task #7505 (project freeciv):

  Status:None = Done   
Percent Complete:  0% = 100%   
 Assigned to:None = cazfi  
 Open/Closed:Open = Closed 

___

Follow-up Comment #1:

Datafile format for 2.4 has now been frozen. This means that datafiles now
produced compatible with S2_4 head will be compatible with any future 2.4
release.

___

Reply to this item at:

  http://gna.org/task/?7505

___
  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 #3037] can_build_road()

2011-11-12 Thread Marko Lindqvist

Update of patch #3037 (project freeciv):

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


___

Reply to this item at:

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

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


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