[Freeciv-Dev] [patch #1794] CALL_AI_FUNC macro

2010-08-05 Thread Marko Lindqvist

Update of patch #1794 (project freeciv):

  Status:  Ready For Test = Done   
 Open/Closed:Open = Closed 


___

Reply to this item at:

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

___
  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 #1811] Keep experimental ruleset nations list in sync with default ruleset

2010-08-05 Thread Marko Lindqvist

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

 Summary: Keep experimental ruleset nations list in sync with
default ruleset
 Project: Freeciv
Submitted by: cazfi
Submitted on: Thursday 08/05/2010 at 10:51
Category: rulesets
Priority: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.3.0

___

Details:

New nations have been added to default/nations.ruleset, but not to
experimental/nations.ruleset. Since these nation lists should be identical,
experimental/nations.ruleset could be removed. This ticket has no real patch,
but is meant to discussion of the removal. If this 'patch' is not rejected, I
will remove experimental/nations.ruleset in a couple of days.




___

Reply to this item at:

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

___
  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 #1812] CALL_FUNC_EACH_AI

2010-08-05 Thread Marko Lindqvist

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

 Summary: CALL_FUNC_EACH_AI
 Project: Freeciv
Submitted by: cazfi
Submitted on: Thursday 08/05/2010 at 12:23
Category: ai
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.3.0

___

Details:

This patch adds new macro CALL_FUNC_EACH_AI that can be used to call function
once for each ai_type.



___

File Attachments:


---
Date: Thursday 08/05/2010 at 12:23  Name: CallFuncEachAi.diff  Size: 1kB  
By: cazfi

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

___

Reply to this item at:

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

___
  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 #1813] Add separate multiplayer ruleset

2010-08-05 Thread Marko Lindqvist

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

 Summary: Add separate multiplayer ruleset
 Project: Freeciv
Submitted by: cazfi
Submitted on: Thursday 08/05/2010 at 14:18
Category: rulesets
Priority: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: cazfi
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.3.0

___

Details:

This ticket has no real patch in it, but this is meant only for discussing if
certain files should be copied.

Traditionally we have tried to serve very different needs of single player
games and multiplayer games with default ruleset. This has caused it to be
compromise that neither group is happy with.

I propose that we start shipping separate official rulesets for single player
and multiplayer purposes. Default ruleset should be the single player ruleset,
so it works out of the box for casual player. Multiplayer games require more
work to setup anyway, and need to load another ruleset there will not make
things significantly more complicated.

Multiplayer ruleset could start out as copy of default one.'

If this 'patch' is not rejected, I will copy default ruleset to ruleset named
multiplayer in a couple of days.




___

Reply to this item at:

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

___
  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 #1814] Combine srv sublibs to main lib

2010-08-05 Thread Marko Lindqvist

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

 Summary: Combine srv sublibs to main lib
 Project: Freeciv
Submitted by: cazfi
Submitted on: Thursday 08/05/2010 at 14:42
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.3.0

___

Details:

A lot of calls from one server library (libfreeciv-srv, libcivai,
libgenerator, libadvisors, libscripting) to another and back cause linking to
be nightmarish. Listing all the libraries several times (currently 3) in LDADD
currently works, but when I were implementing some future patches 6 times was
not enough...

Attached patch LIBADDs all the libraries to libfreeciv-srv. This makes
linking a lot more simpler as those symbol dependencies are not between
separate libraries, but internal to just one library.



___

File Attachments:


---
Date: Thursday 08/05/2010 at 14:42  Name: CombineSrvLibs.diff  Size: 2kB  
By: cazfi

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

___

Reply to this item at:

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

___
  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 #1805] Add ai_type_number()

2010-08-05 Thread Marko Lindqvist

Update of patch #1805 (project freeciv):

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


___

Reply to this item at:

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

___
  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 #1815] Rename version.in as fc_version

2010-08-05 Thread Marko Lindqvist

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

 Summary: Rename version.in as fc_version
 Project: Freeciv
Submitted by: cazfi
Submitted on: Thursday 08/05/2010 at 15:04
Category: bootstrap
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.3.0

___

Details:

.in suffix usually means file from which autoconf substitutes final file (one
without .in suffix). Our version.in is nothing like that. Attached patch
renames it as fc_version.

In addition to applying this patch actual file rename with 'svn mv' should be
done.



___

File Attachments:


---
Date: Thursday 08/05/2010 at 15:04  Name: FcVersion.diff  Size: 2kB   By:
cazfi

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

___

Reply to this item at:

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

___
  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 #1815] Rename version.in as fc_version

2010-08-05 Thread Marko Lindqvist

Update of patch #1815 (project freeciv):

  Depends on: = patch #1807


___

Reply to this item at:

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

___
  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 #16310] Perhaps use ${sysconfdir} instead of ${prefix}/etc in m4/ggz.m4

2010-08-05 Thread Marko Lindqvist

Update of bug #16310 (project freeciv):

  Status:None = Fixed  
 Open/Closed:Open = Closed 


___

Reply to this item at:

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

___
  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 #16362] ggz page gives Gtk-WARNING

2010-08-05 Thread Marko Lindqvist

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

 Summary: ggz page gives Gtk-WARNING
 Project: Freeciv
Submitted by: cazfi
Submitted on: Thursday 08/05/2010 at 15:33
Category: client-gtk-2.0
Severity: 2 - Minor
Priority: 1 - Later
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: TRUNK r17654
 Discussion Lock: Any
Operating System: None
 Planned Release: 

___

Details:

GtkSpinButton: setting an adjustment with non-zero page size is deprecated

Gtk is version 2.20.1-1 on debian squeeze





___

Reply to this item at:

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

___
  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 #1813] Add separate multiplayer ruleset

2010-08-05 Thread pepeto

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

I totally agree with this. The multiplayer ruleset may start with a copy of
the default ruleset. The first improvements would probably looks like Book's
warrulesets or rewonder for 2.1.

___

Reply to this item at:

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

___
  Message posté via/par Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #1813] Add separate multiplayer ruleset

2010-08-05 Thread Daniel Markstedt

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

I proposed something similar back in 2006 with a ruleset based on 1.14. See
http://bugs.freeciv.org/Ticket/Display.html?id=15364

___

Reply to this item at:

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

___
  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 #1816] Move ai/aidata.[ch] as server/advisors/advdata.[ch]

2010-08-05 Thread Marko Lindqvist

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

 Summary: Move ai/aidata.[ch] as server/advisors/advdata.[ch]
 Project: Freeciv
Submitted by: cazfi
Submitted on: Thursday 08/05/2010 at 18:54
Category: ai
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.3.0

___

Details:

Files should be moved (or 'svn mv'd when committing this) before applying the
patch.



___

File Attachments:


---
Date: Thursday 08/05/2010 at 18:54  Name: AdvData.diff  Size: 16kB   By:
cazfi

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

___

Reply to this item at:

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

___
  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 #1816] Move ai/aidata.[ch] as server/advisors/advdata.[ch]

2010-08-05 Thread Marko Lindqvist

Update of patch #1816 (project freeciv):

  Depends on: = patch #1806


___

Reply to this item at:

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

___
  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 #16319] Game Crashes at End of Turn

2010-08-05 Thread anonymous

Follow-up Comment #2, bug #16319 (project freeciv):

There is no problem running Windows XP and the precompiled version of 2.2.2
with the GTK Client.


___

Reply to this item at:

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

___
  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 #1818] default_ai_get_self()

2010-08-05 Thread Marko Lindqvist

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

 Summary: default_ai_get_self()
 Project: Freeciv
Submitted by: cazfi
Submitted on: Thursday 08/05/2010 at 19:19
Category: ai
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.3.0

___

Details:

This patch adds default_ai_get_self() function that ai code can use to get
pointer to its own type.



___

File Attachments:


---
Date: Thursday 08/05/2010 at 19:19  Name: DefaultAiGetSelf.diff  Size: 1kB  
By: cazfi

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

___

Reply to this item at:

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

___
  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 #16362] ggz page gives Gtk-WARNING

2010-08-05 Thread anonymous

Follow-up Comment #1, bug #16362 (project freeciv):

I'll take a look at this next week.  Some of the GTK errors in ggz-gtk though
are due to deprecated widgets and hard to fix.  If anyone good with GTK code
would like to help out it'd be welcomed.

___

Reply to this item at:

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

___
  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 #16362] ggz page gives Gtk-WARNING

2010-08-05 Thread Jason Dorje Short

Follow-up Comment #2, bug #16362 (project freeciv):

I'll take a look at this next week. Some of the GTK errors in ggz-gtk though
are due to deprecated widgets and hard to fix. If anyone good with GTK code
would like to help out it'd be welcomed.

Sorry for the spam: this comment was from me.

___

Reply to this item at:

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

___
  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 #16362] ggz page gives Gtk-WARNING

2010-08-05 Thread pepeto

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

I can help you for the GTK part. However, I never understood how to setup the
ggz client...


___

Reply to this item at:

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

___
  Message posté via/par Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #16339] The Allies Only button

2010-08-05 Thread George Koehler

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

This might want a checkbox instead of a button.

___

Reply to this item at:

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

___
  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 #16362] ggz page gives Gtk-WARNING

2010-08-05 Thread Jason Dorje Short

Follow-up Comment #4, bug #16362 (project freeciv):

Find me on irc sometime to discuss.

___

Reply to this item at:

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

___
  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 #16311] ./civ -a fails to prompt for password

2010-08-05 Thread George Koehler

Follow-up Comment #5, bug #16311 (project freeciv):

I thank pepeto for mentioning g_idle_add().

Because g_idle_add() delays set_client_page(PAGE_NETWORK), Freeciv sets
NEW_PASSWORD_TYPE or ENTER_PASSWORD_TYPE *before* entering the network page.
The problem is that set_client_page(PAGE_NETWORK) assumes that we want
LOGIN_TYPE.

Here is my patch for S2_2. The idea is to *always* set_connection_type() to
LOGIN_TYPE, NEW_PASSWORD_TYPE or ENTER_PASSWORD_TYPE before doing
set_client_page(PAGE_NETWORK).

The patch fixes the bug for me, but I only tested a few situations:

0 Starting client with no arguments, then clicking Connect to Network
Game.
0 Autoconnecting to server that wants new password.
0 Autoconnecting to server that wants existing password.

(file #9708)
___

Additional Item Attachment:

File name: p22-autoconnect-password.diff  Size:4 KB


___

Reply to this item at:

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

___
  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 #1736] updated italian.ruleset

2010-08-05 Thread J.M. Maalderink

Update of patch #1736 (project freeciv):

  Status:  Ready For Test = Done   
 Open/Closed:Open = Closed 


___

Reply to this item at:

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

___
  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 #1738] updated austrian.ruleset

2010-08-05 Thread J.M. Maalderink

Update of patch #1738 (project freeciv):

  Status:  Ready For Test = Done   
 Open/Closed:Open = Closed 


___

Reply to this item at:

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

___
  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 #1740] updated swiss.ruleset

2010-08-05 Thread J.M. Maalderink

Update of patch #1740 (project freeciv):

  Status:  Ready For Test = Done   
 Open/Closed:Open = Closed 


___

Reply to this item at:

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

___
  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 #16079] Update docs to reflect file name changes

2010-08-05 Thread David Lowe

Follow-up Comment #2, bug #16079 (project freeciv):

Is '.civserver_history' still in use?

___

Reply to this item at:

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

___
  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 #16368] Configure Not Finding sdl-mixer

2010-08-05 Thread David Lowe

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

 Summary: Configure Not Finding sdl-mixer
 Project: Freeciv
Submitted by: doctorjlowe
Submitted on: Friday 08/06/2010 at 02:01
Category: client
Severity: 2 - Minor
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: 2.2.2
 Discussion Lock: Any
Operating System: Mac OS
 Planned Release: 

___

Details:

The attached config.log shows Mix_OpenAudio responding positively at line
1731 and then sdl-mixer being rejected at line 1733.



___

File Attachments:


---
Date: Friday 08/06/2010 at 02:01  Name: config.log  Size: 149kB   By:
doctorjlowe

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

___

Reply to this item at:

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

___
  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 #1308] Nations: holy see and cyprus

2010-08-05 Thread J.M. Maalderink

Update of patch #1308 (project freeciv):

  Status:  Ready For Test = Done   
 Open/Closed:Open = Closed 


___

Reply to this item at:

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

___
  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] Roadmap?

2010-08-05 Thread David Lowe
I maintain the port of freeciv within the 'fink' packaging system on 
OSX.  Where can i look to get a rough estimate of when the next release will be 
made available?  I'm currently trying to decide if it will be worth my while to 
incorporate some of the 2.2.3 patches into my 2.2.2 build.

Sent from my MacBookPro

No raindrop considers itself responsible for the flood.
___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #16294] Trunk: gettext fails to generate freeciv.pot

2010-08-05 Thread J.M. Maalderink

Update of bug #16294 (project freeciv):

 Open/Closed:Open = Closed 


___

Reply to this item at:

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

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


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