[Freeciv-Dev] [bug #18333] assertion 'ai->phase_initialized' failed

2011-07-12 Thread Micke
Follow-up Comment #2, bug #18333 (project freeciv): I get this assertion failure within two turns upon every load (4 so far) of the attached savefile. (file #13534) ___ Additional Item Attachment: File name: freeciv-T0002-Y-3900-auto.sav

[Freeciv-Dev] [bug #18338] Scenarios deb packaging problem

2011-07-12 Thread Marko Lindqvist
URL: Summary: Scenarios deb packaging problem Project: Freeciv Submitted by: cazfi Submitted on: Tue 12 Jul 2011 07:12:11 PM EEST Category: general Severity: 3 - Normal

[Freeciv-Dev] [patch #2794] Thread condition variables

2011-07-12 Thread Marko Lindqvist
URL: Summary: Thread condition variables Project: Freeciv Submitted by: cazfi Submitted on: Tue 12 Jul 2011 08:25:21 PM EEST Category: general Priority: 5 - Normal

[Freeciv-Dev] [patch #2795] direction8 as specenum

2011-07-12 Thread Marko Lindqvist
URL: Summary: direction8 as specenum Project: Freeciv Submitted by: cazfi Submitted on: Tue 12 Jul 2011 08:27:36 PM EEST Category: general Priority: 5 - Normal

[Freeciv-Dev] [bug #18339] Typo in signal name

2011-07-12 Thread Marko Lindqvist
URL: Summary: Typo in signal name Project: Freeciv Submitted by: cazfi Submitted on: Tue 12 Jul 2011 08:38:04 PM EEST Category: client-gtk-2.0 Severity: 3 - Normal

[Freeciv-Dev] [patch #2796] Build freeciv-modpack deb package

2011-07-12 Thread Marko Lindqvist
URL: Summary: Build freeciv-modpack deb package Project: Freeciv Submitted by: cazfi Submitted on: Tue 12 Jul 2011 10:12:27 PM EEST Category: general Priority: 5 - Normal

[Freeciv-Dev] [patch #2797] Remove empty switch_page_callback()

2011-07-12 Thread Marko Lindqvist
URL: Summary: Remove empty switch_page_callback() Project: Freeciv Submitted by: cazfi Submitted on: Tue 12 Jul 2011 11:08:54 PM EEST Category: client-gtk-2.0 Priority: 5 - Nor

[Freeciv-Dev] [patch #2798] Update TRUNK doc version numbers

2011-07-12 Thread Marko Lindqvist
URL: Summary: Update TRUNK doc version numbers Project: Freeciv Submitted by: cazfi Submitted on: Wed 13 Jul 2011 12:02:03 AM EEST Category: docs Priority: 5 - Normal

[Freeciv-Dev] [patch #2799] Prefix "dai_" for default ai callbacks

2011-07-12 Thread Marko Lindqvist
URL: Summary: Prefix "dai_" for default ai callbacks Project: Freeciv Submitted by: cazfi Submitted on: Wed 13 Jul 2011 12:05:41 AM EEST Category: ai Priority: 5 - Normal

[Freeciv-Dev] [patch #2787] Windows icon for freeciv-modpack.exe

2011-07-12 Thread Marko Lindqvist
Update of patch #2787 (project freeciv): Status: In Progress => Ready For Test ___ Follow-up Comment #1: Icon gfx by "yd" from forums. Tested with TRUNK version that icon is shown on Windows. Tried

[Freeciv-Dev] [patch #2779] Use G_CALLBACK() instead of deprecated GTK_SIGNAL_FUNC()

2011-07-12 Thread Marko Lindqvist
Update of patch #2779 (project freeciv): Status: Ready For Test => Done Assigned to:None => cazfi Open/Closed:Open => Closed ___

[Freeciv-Dev] [patch #2800] Fix "set but unused variable" warning from ai

2011-07-12 Thread Marko Lindqvist
URL: Summary: Fix "set but unused variable" warning from ai Project: Freeciv Submitted by: cazfi Submitted on: Wed 13 Jul 2011 05:41:05 AM EEST Category: ai Priority: 5 - Norma

[Freeciv-Dev] [bug #18333] assertion 'ai->phase_initialized' failed

2011-07-12 Thread Marko Lindqvist
Follow-up Comment #3, bug #18333 (project freeciv): (gdb) bt #0 0x7707beeb in raise (sig=) at ../nptl/sysdeps/unix/sysv/linux/pt-raise.c:41 #1 0x0059b086 in fc_assert_fail ( file=0x60db68 "ai/default/aidata.c", function=0x60dd10 "ai_plr_data_get", line=310, ass

[Freeciv-Dev] [bug #18329] Packet receiving code assumes sizeof(enum packet_type) == sizeof(int)

2011-07-12 Thread Marko Lindqvist
Update of bug #18329 (project freeciv): Planned Release: 2.2.7, 2.3.0, 2.4.0 => 2.2.8, 2.3.0, 2.4.0 ___ Reply to this item at: ___ Message sen

[Freeciv-Dev] [patch #2777] Use getaddrinfo() in IPv4-only freeciv

2011-07-12 Thread Marko Lindqvist
Update of patch #2777 (project freeciv): Status: Ready For Test => Done Assigned to:None => cazfi Open/Closed:Open => Closed ___

[Freeciv-Dev] [patch #2801] gtk3-client manpage

2011-07-12 Thread Marko Lindqvist
URL: Summary: gtk3-client manpage Project: Freeciv Submitted by: cazfi Submitted on: Wed 13 Jul 2011 06:04:29 AM EEST Category: docs Priority: 5 - Normal Stat

[Freeciv-Dev] [bug #18084] Winning, Losing, and Points

2011-07-12 Thread David Lowe
Follow-up Comment #1, bug #18084 (project freeciv): The help needs to be changed anyway, as the year +2000 is no longer a relevant date. This is now a variable that is set in the server, defaulting to ending on *turn* 5000. ___ Reply to t

[Freeciv-Dev] [bug #18333] assertion 'ai->phase_initialized' failed

2011-07-12 Thread Marko Lindqvist
Follow-up Comment #4, bug #18333 (project freeciv): phasemode in this game is "Team". It seems that same player for some reason gets second opportunity to move (two phases given to him) in same turn when problem occurs. ___ Reply to this i

[Freeciv-Dev] [bug #18333] assertion 'ai->phase_initialized' failed

2011-07-12 Thread Marko Lindqvist
Follow-up Comment #5, bug #18333 (project freeciv): After some more debugging I no longer think that player gets several phases, I just misunderstood when turn had changed. Basic reason for this error seems quite clear. When phasemode is some alternating one, data phases (both advisors and defau

[Freeciv-Dev] [patch #2802] Threaded ai using thread condition variable

2011-07-12 Thread Marko Lindqvist
URL: Summary: Threaded ai using thread condition variable Project: Freeciv Submitted by: cazfi Submitted on: Wed 13 Jul 2011 07:57:54 AM EEST Category: ai Priority: 5 - Normal

[Freeciv-Dev] [patch #2802] Threaded ai using thread condition variable

2011-07-12 Thread Marko Lindqvist
Update of patch #2802 (project freeciv): Depends on: => patch #2794 ___ Reply to this item at: ___ Message se

[Freeciv-Dev] [patch #2803] Remove README.ftwl from distribution

2011-07-12 Thread Marko Lindqvist
URL: Summary: Remove README.ftwl from distribution Project: Freeciv Submitted by: cazfi Submitted on: Wed 13 Jul 2011 08:00:35 AM EEST Category: general Priority: 5 - Normal

[Freeciv-Dev] [bug #18340] Score Calculation

2011-07-12 Thread David Lowe
URL: Summary: Score Calculation Project: Freeciv Submitted by: doctorjlowe Submitted on: Wed 13 Jul 2011 05:51:35 AM GMT Category: None Severity: 1 - Wish Prior