[Freeciv-Dev] [patch #5769] "Copy Research Data"

2015-01-29 Thread Marko Lindqvist
URL: Summary: "Copy Research Data" Project: Freeciv Submitted by: cazfi Submitted on: Fri 30 Jan 2015 08:44:01 AM EET Category: rulesets Priority: 5 - Normal S

[Freeciv-Dev] [patch #5768] Make sure string array from create_new_line_utf8strs() is NULL terminated

2015-01-29 Thread Marko Lindqvist
URL: Summary: Make sure string array from create_new_line_utf8strs() is NULL terminated Project: Freeciv Submitted by: cazfi Submitted on: Fri 30 Jan 2015 08:02:32 AM EET Category: client-sdl2

[Freeciv-Dev] [patch #5718] Sdl2-client widgets with UTF-8 text

2015-01-29 Thread Marko Lindqvist
Follow-up Comment #2, patch #5718 (project freeciv): - Updated against svn (file #23665) ___ Additional Item Attachment: File name: Sdl2Utf8-3.patch.bz2 Size:39 KB ___ Re

[Freeciv-Dev] [bug #22638] Extended nations crash with non-English locale

2015-01-29 Thread taka
Follow-up Comment #13, bug #22638 (project freeciv): I cannot this crash in 2.5 test build (2.5.0-beta2+-r27850) gtk2 on Windows with Japanese locale. ___ Reply to this item at: _

[Freeciv-Dev] [bug #20999] Info label just black box in Windows Gtk3 builds (Gtk bug?)

2015-01-29 Thread Marko Lindqvist
Follow-up Comment #7, bug #20999 (project freeciv): As 3.6.4 is anyway not sufficient for freeciv-2.6 builds, our gnuwin environments have to use those newer gtk+ versions that do not have this problem (unless we use different gnuwin environments depending on freeciv branch being built). 2.5.0-be

[Freeciv-Dev] [bug #22448] Freeciv server fails to start ("bind failed: The operation completed successfully")

2015-01-29 Thread Marko Lindqvist
Update of bug #22448 (project freeciv): Status: Ready For Test => None Planned Release: 2.5.0, 2.6.0, 3.0.0 => 2.5.1, 2.6.0, 3.0.0 ___ Follow-up Comment #27: Waiting for more r

[Freeciv-Dev] [bug #23124] Ruledit does not save ruleset specific settings

2015-01-29 Thread Marko Lindqvist
Update of bug #23124 (project freeciv): Status: Ready For Test => Fixed Assigned to:None => cazfi Open/Closed:Open => Closed _

[Freeciv-Dev] [bug #23222] "Future Tech. %d" not localized with format

2015-01-29 Thread pepeto
Update of bug #23222 (project freeciv): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #23220] Crash on exit with research dialog open and future techs researched.

2015-01-29 Thread pepeto
Update of bug #23220 (project freeciv): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #23221] Future tech rule and translated names are messed up

2015-01-29 Thread pepeto
Update of bug #23221 (project freeciv): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #23223] Freeciv-web bugs with sending arrays

2015-01-29 Thread Andreas Røsdal
Update of bug #23223 (project freeciv): Summary: Freeciv-web bugs => Freeciv-web bugs with sending arrays ___ Follow-up Comment #4: Great, thanks! Please let me know if you have any issues getting Freeciv-web runnin

[Freeciv-Dev] [bug #23223] Freeciv-web bugs

2015-01-29 Thread Marko Lindqvist
Follow-up Comment #3, bug #23223 (project freeciv): It should be as simple as making sure that network-rewrite-1.patch applied the generate_packets.py is identical to what it was earlier. I can't do that just now, but hopefully within 12 hours. ___

[Freeciv-Dev] [bug #23223] Freeciv-web bugs

2015-01-29 Thread Andreas Røsdal
Follow-up Comment #2, bug #23223 (project freeciv): We'll have to find some solution to the array issue, at least it was possible to transfer arrays in a working order before patch #5737. ___ Reply to this item at:

[Freeciv-Dev] [bug #23223] Freeciv-web bugs

2015-01-29 Thread Marko Lindqvist
Follow-up Comment #1, bug #23223 (project freeciv): I'm not really surprised if arrays stuff is (even more than before) broken. Merging those parts was not the easiest thing. Short-term solution is more likely adding a patch to freeciv-web than getting same code in main freeciv repo to work both

[Freeciv-Dev] [patch #5765] Server: Don't accept an unit order packet with a compatibility activity.

2015-01-29 Thread Sveinung Kvilhaugsvik
Update of patch #5765 (project freeciv): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #23223] Freeciv-web bugs

2015-01-29 Thread Andreas Røsdal
URL: Summary: Freeciv-web bugs Project: Freeciv Submitted by: andreasr Submitted on: Thu 29 Jan 2015 05:03:39 PM UTC Category: freeciv-web Severity: 4 - Important

[Freeciv-Dev] [patch #5729] Protocol: Get rid of the unit_move packet.

2015-01-29 Thread Sveinung Kvilhaugsvik
Follow-up Comment #8, patch #5729 (project freeciv): _Old code discarded such moves user didn't mean, does the new code handle that?_ handle_unit_orders() will abort if the order's source tile and the unit's tile aren't the same. (unithand.c line 2877)

[Freeciv-Dev] [bug #22899] All embassies are destroyed after civil war

2015-01-29 Thread anonymous
Follow-up Comment #3, bug #22899 (project freeciv): It's natural that newly born nation has no embassies. And original nation should lose embassies of their enemies or continue to have all embassies. Or how about allowing users to change this in their ruleset file? __