[Freeciv-Dev] [bug #20063] wrong tech upkeep when tech_cost_style = 2 or 4

2013-02-16 Thread Jacob Nevins
Follow-up Comment #7, bug #20063 (project freeciv):

The civ2-3 version for 2.3.x currently available in freeciv-modpack
(civ2-3-2.3-2c) has been updated to disable tech upkeep. (Also it now lives on
modpack.freeciv.org.)

___

Reply to this item at:

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

___
  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 #20063] wrong tech upkeep when tech_cost_style = 2 or 4

2013-02-16 Thread David Fernandez
Follow-up Comment #8, bug #20063 (project freeciv):

Thank you.

___

Reply to this item at:

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

___
  Mensaje enviado vía/por Gna!
  http://gna.org/


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


[Freeciv-Dev] [task #7665] Windows packages for 2.3.4

2013-02-16 Thread Jacob Nevins
URL:
  http://gna.org/task/?7665

 Summary: Windows packages for 2.3.4
 Project: Freeciv
Submitted by: jtn
Submitted on: Sat Feb 16 16:00:22 2013
 Should Start On: Sat Feb 16 00:00:00 2013
   Should be Finished on: Sat Feb 23 00:00:00 2013
Category: None
Priority: 5 - Normal
  Status: None
 Privacy: Public
Percent Complete: 0%
 Assigned to: cproc
 Open/Closed: Open
 Discussion Lock: Any
  Effort: 0.00
 Planned Release: 2.3.4

___

Details:

(.tar.bz2 are up now on download.gna.org and Sourceforge; other archives are
still uploading right now.)




___

Reply to this item at:

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

___
  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 #3704] struct timer cleanup

2013-02-16 Thread pepeto
URL:
  http://gna.org/patch/?3704

 Summary: struct timer cleanup
 Project: Freeciv
Submitted by: pepeto
Submitted on: sam. 16 févr. 2013 18:46:53 CET
Category: general
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: pepeto
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.5.0

___

Details:

This patch includes :
* function names are prefixed, like timer_xxx() ;
* renamed free_timer() timer_destroy() (allocated memory) ;
* removed composed functions like clear_timer_start() or
usleep_since_timer_start_free().




___

File Attachments:


---
Date: sam. 16 févr. 2013 18:46:53 CET  Name: 0001-struct-timer-cleanup.patch 
Size: 45 ko   By: pepeto

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

___

Reply to this item at:

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

___
  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 #3704] struct timer cleanup

2013-02-16 Thread pepeto
Follow-up Comment #1, patch #3704 (project freeciv):

And :
* timer_list definition is moved to timing.h.


___

Reply to this item at:

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

___
  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 #3689] timer_list cleanup

2013-02-16 Thread pepeto
Update of patch #3689 (project freeciv):

  Depends on: = patch #3704

___

Follow-up Comment #1:

New version of the patch.


___

Reply to this item at:

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

___
  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 #3689] timer_list cleanup

2013-02-16 Thread pepeto
Additional Item Attachment, patch #3689 (project freeciv):

File name: 0002-Timer-list-usage-cleanup.patch Size:2 KB


___

Reply to this item at:

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

___
  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 #3705] Use FC_STATIC_ASSERT() in dataio.c for type size checking

2013-02-16 Thread pepeto
URL:
  http://gna.org/patch/?3705

 Summary: Use FC_STATIC_ASSERT() in dataio.c for type size
checking
 Project: Freeciv
Submitted by: pepeto
Submitted on: sam. 16 févr. 2013 18:55:01 CET
Category: general
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: pepeto
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.5.0

___

Details:

For dio_put_uintXXX(), this patch replace fc_assert() by FC_STATIC_ASSERT(),
as for dio_get_uintXXX().




___

File Attachments:


---
Date: sam. 16 févr. 2013 18:55:01 CET  Name:
0003-Replace-fc_assert-sizeof-checkup-by-FC_STATIC_ASSERT.patch  Size: 1 ko  
By: pepeto

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

___

Reply to this item at:

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

___
  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 #3690] dio_put|get_type()

2013-02-16 Thread pepeto
Update of patch #3690 (project freeciv):

 Assigned to:None = pepeto 
 Planned Release: = 2.5.0  
 Summary:   dio_put|get_uintx() = dio_put|get_type()   

___

Follow-up Comment #1:

New version attached, including signed integer forms.


(file #17221)
___

Additional Item Attachment:

File name: 0004-Add-dio_-get-put-_type-methods.patch Size:4 KB


___

Reply to this item at:

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

___
  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 #19943] Initial protocol between trunk and S2_4-or-earlier broken

2013-02-16 Thread pepeto
Update of bug #19943 (project freeciv):

Category:None = general

___

Follow-up Comment #10:

New version of the patch attached:
* some variables renamed ;
* also modify doc/HACKING ;
* ensure to don't receive the PACKET_SERVER_JOIN_REQ twice ;
* the PACKET_SERVER_JOIN_REQ must be sent in appropriate time (using ping
timeout) after connection is accepted, to avoid mute connections.


(file #17222)
___

Additional Item Attachment:

File name: 0005-Make-initial-network-protocol-compatible-with-old-ve.patch
Size:17 KB


___

Reply to this item at:

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

___
  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 #3689] timer_list cleanup

2013-02-16 Thread pepeto
Update of patch #3689 (project freeciv):

 Assigned to:None = pepeto 
 Planned Release: = 2.5.0  


___

Reply to this item at:

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

___
  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 #3646] Free specialist helptext

2013-02-16 Thread pepeto
Update of patch #3646 (project freeciv):

 Assigned to:None = pepeto 
 Planned Release: = 2.4.0, 2.5.0   


___

Reply to this item at:

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

___
  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 #20517] Invalid read of size 4 in ruleset reloading cycle

2013-02-16 Thread pepeto
URL:
  http://gna.org/bugs/?20517

 Summary: Invalid read of size 4 in ruleset reloading cycle
 Project: Freeciv
Submitted by: pepeto
Submitted on: sam. 16 févr. 2013 22:31:53 CET
Category: general
Severity: 3 - Normal
Priority: 5 - Normal
  Status: Ready For Test
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: S2_3, S2_4, trunk
 Discussion Lock: Any
Operating System: None
 Planned Release: 

___

Details:

dio_put_uint8() and valgrid reported a read error in ruleset reloading cycle:

Trying to put 177836256 into 8 bits
Trying to put 177836256 into 8 bits
Trying to put 3331952 into 8 bits
Trying to put 3331952 into 8 bits
Trying to put 1713398619 into 8 bits
Trying to put 1713398619 into 8 bits
Trying to put 1713398619 into 8 bits
Trying to put 1713398619 into 8 bits
Trying to put 1713398619 into 8 bits
Trying to put 1713398619 into 8 bits



==17762== Invalid read of size 4
==17762==at 0x8196B8B: government_number (government.c:93)
==17762==by 0x80E20E6: package_player_info (plrhand.c:957)
==17762==by 0x80E2A4F: send_player_info_c_real (plrhand.c:782)
==17762==by 0x80E2C00: send_player_info_c (plrhand.c:755)
==17762==by 0x80F689B: load_rulesetdir (ruleset.c:5061)
==17762==by 0x80F95DC: load_rulesets (ruleset.c:5069)
==17762==by 0x808075A: set_rulesetdir (stdinhand.c:3794)
==17762==by 0x8088E60: handle_stdin_input_real.part.16 (stdinhand.c:4327)
==17762==by 0x808B50F: read_init_script_real (stdinhand.c:1264)
==17762==by 0x8088773: handle_stdin_input_real.part.16 (stdinhand.c:1181)
==17762==by 0x8136374: handle_chat_msg_req (handchat.c:343)
==17762==by 0x80D6AE3: server_handle_packet (hand_gen.c:40)
==17762==  Address 0x6f76a38 is 0 bytes inside a block of size 1,344 free'd
==17762==at 0x402B06C: free (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==17762==by 0x8197C5C: governments_free (government.c:536)
==17762==by 0x8196304: game_ruleset_free (game.c:521)
==17762==by 0x80F6866: load_rulesetdir (ruleset.c:5124)
==17762==by 0x80F95DC: load_rulesets (ruleset.c:5069)
==17762==by 0x808075A: set_rulesetdir (stdinhand.c:3794)
==17762==by 0x8088E60: handle_stdin_input_real.part.16 (stdinhand.c:4327)
==17762==by 0x808B50F: read_init_script_real (stdinhand.c:1264)
==17762==by 0x8088773: handle_stdin_input_real.part.16 (stdinhand.c:1181)
==17762==by 0x8136374: handle_chat_msg_req (handchat.c:343)
==17762==by 0x80D6AE3: server_handle_packet (hand_gen.c:40)
==17762==by 0x80774C1: server_packet_input (srv_main.c:1579)


Patch attached which fix the problem for me. But I'm scared for secondary
effects.




___

File Attachments:


---
Date: sam. 16 févr. 2013 22:31:53 CET  Name: ruleset_reload_player_gov.diff 
Size: 423 o   By: pepeto

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

___

Reply to this item at:

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

___
  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 #20494] Uninitialized PACKET_UNIT_ORDERS

2013-02-16 Thread pepeto
Follow-up Comment #3, bug #20494 (project freeciv):

dio_put_uint8() reports:

1: Trying to put 117815226 into 8 bits
1: Trying to put -1078379272 into 8 bits
1: Trying to put 1970164 into 8 bits
1: Trying to put 1970164 into 8 bits
1: Trying to put 155 into 8 bits


valgrind reports:

==22267== Syscall param socketcall.send(msg) points to uninitialised byte(s)
==22267==at 0x48BEE88: send (socket.S:100)
==22267==by 0x8257926: fc_writesocket (netintf.c:170)
==22267==by 0x8163E68: write_socket_data.isra.2 (connection.c:202)
==22267==by 0x816444B: flush_connection_send_buffer_all
(connection.c:232)
==22267==by 0x8164BD4: connection_send_data (connection.c:308)
==22267==by 0x817F151: send_packet_data (packets.c:221)
==22267==by 0x81A932C: send_packet_unit_orders_100 (packets_gen.c:16195)
==22267==by 0x6D0007E6: ???
==22267==  Address 0x774cb84 is 20 bytes inside a block of size 40,960
alloc'd
==22267==at 0x402BE68: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==22267==by 0x8257140: fc_real_malloc (mem.c:84)
==22267==by 0x8164881: new_socket_packet_buffer (connection.c:430)
==22267==by 0x8164D6A: connection_common_init (connection.c:590)
==22267==by 0x80B76C0: make_connection (clinet.c:276)
==22267==by 0x80B7870: try_to_connect (clinet.c:246)
==22267==by 0x80B7974: connect_to_server (clinet.c:262)
==22267==by 0x4777242: g_cclosure_marshal_VOID__VOIDv (gmarshal.c:115)
==22267==by 0x4775726: _g_closure_invoke_va (gclosure.c:840)
==22267==by 0x478EA28: g_signal_emit_valist (gsignal.c:3207)
==22267==by 0x478F452: g_signal_emit (gsignal.c:3352)
==22267==by 0x425F219: gtk_button_clicked (gtkbutton.c:1128)



___

Reply to this item at:

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

___
  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 #3684] Effect Enemy_Citizen_Unhappy_Pct

2013-02-16 Thread Marko Lindqvist
Update of patch #3684 (project freeciv):

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


___

Reply to this item at:

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

___
  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 #3620] Governor (cma) branch pruning heuristic fix

2013-02-16 Thread Marko Lindqvist
Update of patch #3620 (project freeciv):

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


___

Reply to this item at:

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

___
  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 #19814] Free'd ruleset structures accessed when changing ruleset

2013-02-16 Thread pepeto
Follow-up Comment #1, bug #19814 (project freeciv):

See also bug #20517

___

Reply to this item at:

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

___
  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 #2206] execute_orders() changes

2013-02-16 Thread pepeto
Update of patch #2206 (project freeciv):

 Assigned to:None = pepeto 
 Planned Release: = 2.5.0  

___

Follow-up Comment #1:

Updated patch against current trunk.


(file #17225)
___

Additional Item Attachment:

File name: execute_orders.diffSize:6 KB


___

Reply to this item at:

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

___
  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 #3706] Use TRUE and FALSE instead of 1 and 0 in rulesets

2013-02-16 Thread pepeto
URL:
  http://gna.org/patch/?3706

 Summary: Use TRUE and FALSE instead of 1 and 0 in rulesets
 Project: Freeciv
Submitted by: pepeto
Submitted on: dim. 17 févr. 2013 00:23:06 CET
Category: rulesets
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: pepeto
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.5.0

___

Details:





___

File Attachments:


---
Date: dim. 17 févr. 2013 00:23:06 CET  Name: ruleset.diff  Size: 49 ko   By:
pepeto

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

___

Reply to this item at:

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

___
  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 #3707] Use TRUE and FALSE instead of 1 and 0 in tilesets

2013-02-16 Thread pepeto
URL:
  http://gna.org/patch/?3707

 Summary: Use TRUE and FALSE instead of 1 and 0 in tilesets
 Project: Freeciv
Submitted by: pepeto
Submitted on: dim. 17 févr. 2013 00:25:30 CET
Category: client
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: pepeto
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.5.0

___

Details:

Also removed obsolete 'tilespec.is_mountainous' entry.




___

File Attachments:


---
Date: dim. 17 févr. 2013 00:25:30 CET  Name: tileset.diff  Size: 3 ko   By:
pepeto

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

___

Reply to this item at:

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

___
  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 #2190] Control of registry boolean compability

2013-02-16 Thread pepeto
Update of patch #2190 (project freeciv):

 Assigned to:None = pepeto 
 Planned Release: = 2.5.0  

___

Follow-up Comment #1:

Patch updated against current trunk.


(file #17228)
___

Additional Item Attachment:

File name: secfile_allow_digital_boolean.diff Size:7 KB


___

Reply to this item at:

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

___
  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 #2190] Control of registry boolean compability

2013-02-16 Thread pepeto
Update of patch #2190 (project freeciv):

  Depends on: = patch #3706


___

Reply to this item at:

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

___
  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 #20499] ruleset datafile appears incompatible

2013-02-16 Thread pepeto
Update of bug #20499 (project freeciv):

  Status:None = Invalid
 Open/Closed:Open = Closed 


___

Reply to this item at:

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

___
  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 #20086] in astr_vadd() [astring.c::164]: assertion '(size_t) -1 != new_len' failed.

2013-02-16 Thread pepeto
Follow-up Comment #2, bug #20086 (project freeciv):

Does this patch also solve your problem?


(file #17229)
___

Additional Item Attachment:

File name: astr_buffer_resizable.diff Size:2 KB


___

Reply to this item at:

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

___
  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 #17216] Need to press 'ok' twice to load a game

2013-02-16 Thread pepeto
Follow-up Comment #2, bug #17216 (project freeciv):

See also bug #17354 and bug #18467


___

Reply to this item at:

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

___
  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 #17354] Client tries to load game in spawned server before requesting hack access

2013-02-16 Thread pepeto
Follow-up Comment #6, bug #17354 (project freeciv):

See also bug #17216

___

Reply to this item at:

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

___
  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 #18467] Client fails to get hack access to spawned server

2013-02-16 Thread pepeto
Follow-up Comment #5, bug #18467 (project freeciv):

See also bug #17216

___

Reply to this item at:

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

___
  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 #3693] Worker food upkeep less important factor

2013-02-16 Thread Marko Lindqvist
Update of patch #3693 (project freeciv):

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


___

Reply to this item at:

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

___
  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 #3708] Reinstate terrain checks for natural city names

2013-02-16 Thread Marko Lindqvist
URL:
  http://gna.org/patch/?3708

 Summary: Reinstate terrain checks for natural city names
 Project: Freeciv
Submitted by: cazfi
Submitted on: Sun 17 Feb 2013 04:43:12 AM EET
Category: None
Priority: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 

___

Details:

As said in bug #19841, error messages about unknown terrains for natural city
names supressed in bug #15333, should be reinstated with error suppression
happening for select cases listed in [compatibility] only.




___

Reply to this item at:

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

___
  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 #19841] Fundamentalism fails in classic ruleset

2013-02-16 Thread Marko Lindqvist
Update of bug #19841 (project freeciv):

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


___

Reply to this item at:

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

___
  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 #2206] execute_orders() changes

2013-02-16 Thread Marko Lindqvist
Follow-up Comment #2, patch #2206 (project freeciv):

 Orders such has disband, establish trade route or help building
 wonders doesn't require moves left to be executed.

Caravan changes has micromanagement consequences in longturn  similar games.
Caravans on goto enter cities when turn changes, and player is not connected.
When (s)he then connects to game to handle his/her turn, client does not
automatically popup those caravans in target cities that have no movement
left. With current behavior this is just fine. Your proposed change requires
people to check their every city in case such a unit is inside already ready
to act.

___

Reply to this item at:

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

___
  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 #3709] Representative icon of river road type

2013-02-16 Thread Marko Lindqvist
URL:
  http://gna.org/patch/?3709

 Summary: Representative icon of river road type
 Project: Freeciv
Submitted by: cazfi
Submitted on: Sun 17 Feb 2013 07:08:49 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:

Build representative icon of river, used, e.g., in list of road type selector
in editor.



___

File Attachments:


---
Date: Sun 17 Feb 2013 07:08:49 AM EET  Name: RepresentativeRiver.patch  Size:
1kB   By: cazfi

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

___

Reply to this item at:

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

___
  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 #3710] Use river gfx tags

2013-02-16 Thread Marko Lindqvist
URL:
  http://gna.org/patch/?3710

 Summary: Use river gfx tags
 Project: Freeciv
Submitted by: cazfi
Submitted on: Sun 17 Feb 2013 07:34:24 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:

Use river graphic tags from ruleset instead of hardcoded tx.river.



___

File Attachments:


---
Date: Sun 17 Feb 2013 07:34:24 AM EET  Name: RiverTags.patch  Size: 2kB   By:
cazfi

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

___

Reply to this item at:

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

___
  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 #20109] Compilation fails with stdinhand on OSX (‘rl_completion_suppress_append’ undeclared)

2013-02-16 Thread Marko Lindqvist
Follow-up Comment #8, bug #20109 (project freeciv):

I wonder if bug #19859 is related. This ticket is about compile time failure
to find symbol from header, and the other ticket about linking time failure to
find symbol from library. They are certainly different, but maybe symptoms of
the same bug.

bug #19859 seemed to be related to configure options --enable-shared and
--enable-ai-modules.
Also, there user had two versions of readline installed.

___

Reply to this item at:

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

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


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