[Freeciv-Dev] [bug #18200] Configure does not support Mac OS Framework-style Qt installation

2011-06-19 Thread David Lowe

Follow-up Comment #13, bug #18200 (project freeciv):

I finally got a useful reply back from the Qt forum.  'libQtGui' exists in
the framework as '/Library/Frameworks/QtGui.framework/Versions/4/QtGui'. 
Interestingly, when i do a locate for that, i get a hundred hits, including
every header file in /Library/Frameworks/QtGui.framework/Headers/ .

___

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 #18235] Document creation of freeciv-modpack installable content

2011-06-19 Thread Marko Lindqvist

Update of bug #18235 (project freeciv):

  Status:None => In Progress

___

Follow-up Comment #1:

Wiki page created:
http://freeciv.wikia.com/wiki/Creating_freeciv-modpack_content

I'll leave ticket open in hope that somebody with good vision about structure
of our wiki adds links to that document to appropriate places.

___

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 #16281] problem with modifying/changing terrain

2011-06-19 Thread Marko Lindqvist

Update of bug #16281 (project freeciv):

  Status:   Confirmed => Ready For Test 

___

Follow-up Comment #9:

Earlier patch committed as it handled the most critical part and I didn't
want leave it to wait for the time I can commit the rest.

I grepped for all cases where server assigns new terrain type or removes
specials (roads from RoadNative or rivers from RiverNative) and found only one
instance where units still were not properly bounced: when one removes
specials in editor.

Patch attached.

(file #13286)
___

Additional Item Attachment:

File name: BounceRoadNativeOnEditor_16281.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 #18221] Not enough buildings/units sold to restore positive balance

2011-06-19 Thread Marko Lindqvist

Update of bug #18221 (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 #16413] Gold upkeep and Military unhappiness

2011-06-19 Thread Marko Lindqvist

Follow-up Comment #25, bug #16413 (project freeciv):

Negative balance issue was reproduced and fixed in bug #18221

___

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 #2725] Warning about --enable-client=gtk to S2_3

2011-06-19 Thread Marko Lindqvist

Update of patch #2725 (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 #2738] Client <-> metaserver communication thread

2011-06-19 Thread Marko Lindqvist

Update of patch #2738 (project freeciv):

  Status:  Ready For Test => In Progress

___

Follow-up Comment #1:

- Xaw-client does not compile

___

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 #2724] gtk3 freeciv-modpack

2011-06-19 Thread Marko Lindqvist

Update of patch #2724 (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 #2026] Liburnian nation

2011-06-19 Thread Andrzej M. Gorzym

Follow-up Comment #5, patch #2026 (project freeciv):

Or flag with a trident (colours as in flag of Ilirska Bystrica):
http://img148.imageshack.us/img148/921/liburnia.png

What will happen next with the nationset ?

___

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 #2380] Client <-> metaserver communication with curl

2011-06-19 Thread Marko Lindqvist

Update of patch #2380 (project freeciv):

  Depends on: => patch #2738


___

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 #2738] Client <-> metaserver communication thread

2011-06-19 Thread Marko Lindqvist

URL:
  

 Summary: Client <-> metaserver communication thread
 Project: Freeciv
Submitted by: cazfi
Submitted on: Mon 20 Jun 2011 12:26:09 AM 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.4.0

___

Details:

As mentioned in patch #2380, we need to run client <-> metaserver
communication in separate thread before we can consider using libcurl there.
This patch implements that thread.

gtk2- and gtk3-clients tested, sdl-client compiles.




___

File Attachments:


---
Date: Mon 20 Jun 2011 12:26:09 AM EEST  Name: ClientMetaserverThread.diff 
Size: 15kB   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


[Freeciv-Dev] [patch #2723] Maldivian ruleset

2011-06-19 Thread J.M. Maalderink

Update of patch #2723 (project freeciv):

  Status: In Progress => Ready For Test 


___

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 #2722] Djiboutian nation

2011-06-19 Thread J.M. Maalderink

Update of patch #2722 (project freeciv):

  Status: In Progress => Ready For Test 


___

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 #2718] Volapükan nation

2011-06-19 Thread J.M. Maalderink

Update of patch #2718 (project freeciv):

  Status: In Progress => Done   
 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 #2717] Bahraini nation

2011-06-19 Thread J.M. Maalderink

Update of patch #2717 (project freeciv):

  Status: In Progress => Done   
 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 #2716] Bahamian nation

2011-06-19 Thread J.M. Maalderink

Update of patch #2716 (project freeciv):

  Status: In Progress => Done   
 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 #2730] Avar nation

2011-06-19 Thread J.M. Maalderink

Update of patch #2730 (project freeciv):

  Status:None => In Progress
 Assigned to:None => mixcoatl   

___

Follow-up Comment #1:

flag by myself

(file #13283)
___

Additional Item Attachment:

File name: avar.svg   Size:2 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] [patch #2729] Circassian nation

2011-06-19 Thread J.M. Maalderink

Update of patch #2729 (project freeciv):

  Status:None => In Progress
 Assigned to:None => mixcoatl   

___

Follow-up Comment #1:

Some edits plus a flag, based on
http://commons.wikimedia.org/wiki/File:Flag_of_Adygea.svg by Conscious

(file #13281, file #13282)
___

Additional Item Attachment:

File name: adygea.svg Size:2 KB
File name: circassian.ruleset Size:2 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] [patch #2710] Improving Hasinay nation

2011-06-19 Thread J.M. Maalderink

Update of patch #2710 (project freeciv):

  Status:  Ready For Test => Done   
 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 #2719] [metaticket] Unit orientation

2011-06-19 Thread Marko Lindqvist

Update of patch #2719 (project freeciv):

  Depends on: => patch #2737


___

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 #2737] Do not require unit icon sprite if orientation sprites available

2011-06-19 Thread Marko Lindqvist

URL:
  

 Summary: Do not require unit icon sprite if orientation
sprites available
 Project: Freeciv
Submitted by: cazfi
Submitted on: Sun 19 Jun 2011 07:58:41 PM EEST
Category: client
Priority: 5 - Normal
  Status: In Progress
 Privacy: Public
 Assigned to: cazfi
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.4.0

___

Details:

Before this patch:

- Old style unit sprite, now called 'icon' is always required. Can use
"_alt"-fallback, but cannot be completely missing.
- Orientation sprites are optional. Icon sprite is used as fallback
- It's of course possible to set icon tag in .spec file to point to "most
representative" of the orientation sprites.


Idea of this patch is to make fallback mechanism to work other way too.
Either icon sprite or orientation sprites are required, and the other
fallbacks to existing one.




___

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 #2720] Unit orientation tracking

2011-06-19 Thread Marko Lindqvist

Update of patch #2720 (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 #2736] Comment updates for nation selection process

2011-06-19 Thread Jacob Nevins

Update of patch #2736 (project freeciv):

  Status: In Progress => Ready For Test 

___

Additional Item Attachment:

File name: trunk-S2_3-nation-selection-comments.diff Size:9 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] [patch #2736] Comment updates for nation selection process

2011-06-19 Thread Jacob Nevins

URL:
  

 Summary: Comment updates for nation selection process
 Project: Freeciv
Submitted by: jtn
Submitted on: Sun Jun 19 14:52:51 2011
Category: general
Priority: 5 - Normal
  Status: In Progress
 Privacy: Public
 Assigned to: jtn
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 

___

Details:

I've spent some time reading through how "random" nations are assigned in the
code, so here are some updated comments.




___

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 #2735] Client displays latest stable release information

2011-06-19 Thread Marko Lindqvist

URL:
  

 Summary: Client displays latest stable release information
 Project: Freeciv
Submitted by: cazfi
Submitted on: Sun 19 Jun 2011 04:43:50 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.4.0

___

Details:

My plan is to make metaserver to send information about latest stable release
to connecting clients (but not to servers in this phase).

Attached patch makes client to compare that latest release version string to
its own, and to output message if there seems to be new version available.
There obviously is room for improvement in how the version comparison check is
done, but I'm not writing any required version comparison functions now. If
version strings differ, one from metaserver is always considered to be newer
one -> output message about possible newer version.

Nobody can really test this patch without modified metaserver. It has worked
perfectly on my own testing with my own metaserver. If this is allowed to go
forward, I'll first upgrade metaserver, then inform here that patch can be
tested, and then still give some time for people to test it before committing.



___

File Attachments:


---
Date: Sun 19 Jun 2011 04:43:50 PM EEST  Name: LatestVersionOutput.diff  Size:
1kB   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