[Freeciv-Dev] [patch #7478] protocol: send action's actor and target kind

2016-07-20 Thread Sveinung Kvilhaugsvik
Update of patch #7478 (project freeciv): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [patch #7477] Remove magic value use inside action probabilities

2016-07-20 Thread Sveinung Kvilhaugsvik
Update of patch #7477 (project freeciv): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #24866] classic's description_file is commented out

2016-07-20 Thread Sveinung Kvilhaugsvik
URL: Summary: classic's description_file is commented out Project: Freeciv Submitted by: sveinung Submitted on: Wed 20 Jul 2016 02:47:28 PM UTC Category: rulesets Severity: 3 -

[Freeciv-Dev] [patch #7487] Client: Function to get nation shields

2016-07-20 Thread mir3x
Update of patch #7487 (project freeciv): Status:None => Ready For Test Planned Release: => 2.6.0, 3.0 Contains string changes:None => No

[Freeciv-Dev] [patch #7489] Qt client: New layout for pregame_options, button to pick nation

2016-07-20 Thread mir3x
Follow-up Comment #1, patch #7489 (project freeciv): fc_client.cpp:1020:56: error: cannot call member function ‘QIcon fc_icons::get_icon(const QString&)’ without object I added instance(). PAGE_PREGAME looks better now. (file #27964) ___

[Freeciv-Dev] [patch #7489] Qt client: New layout for pregame_options, button to pick nation

2016-07-20 Thread mir3x
Update of patch #7489 (project freeciv): Status:None => Ready For Test Assigned to:None => mir3x Planned Release: => 2.6.0, 3.0 Contains string changes:

[Freeciv-Dev] [bug #24866] classic's description_file is commented out

2016-07-20 Thread Frank
Follow-up Comment #1, bug #24866 (project freeciv): Looks good, same idea as civ2civ3/README.civ2civ3 for 2.6 + 3.0. Ditto alien 2.6 + 3.0. Should classic 2.6 also get a README? It could in essence state what civ2civ3 2.6 says in the differences, swapping "does foo" and "does not foo", plus an

[Freeciv-Dev] [bug #24540] dio_put_uint16_raw() [dataio.c::292]

2016-07-20 Thread Frank
Follow-up Comment #5, bug #24540 (project freeciv): Yes, that makes sense. I was too lazy to check it, because I knew only the effect for an undefined FIELD_RANGE_ASSERT. Where does the convoluted ntohs(x) expansion come from? Hopefully it ends up in two bytes XCHG

[Freeciv-Dev] [patch #7471] Qt client - allow changing system theme

2016-07-20 Thread mir3x
Update of patch #7471 (project freeciv): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [patch #7472] Qt client - added quick airlift

2016-07-20 Thread mir3x
Update of patch #7472 (project freeciv): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #24540] dio_put_uint16_raw() [dataio.c::292]

2016-07-20 Thread Frank
Follow-up Comment #6, bug #24540 (project freeciv): Answer for the ntohs(x) question. The 2 == 2 assertion in line 282 will of course never make it behind any kinf of optimization. Lame excuse, it

[Freeciv-Dev] [bug #24818] Unit with (max) fuel of 1 always shows low fuel indicator

2016-07-20 Thread Jacob Nevins
Follow-up Comment #1, bug #24818 (project freeciv): In what circumstances did you see this? I don't see it happening with standard aeroplanes, on any branch. I do see it happening with unimproved (immobile) civ2civ3 Nuclear units, due to the condition used for it: if (t->sprites.unit.lowfuel

[Freeciv-Dev] [patch #7490] Qt client: Add class to ease wrapping the C API

2016-07-20 Thread Louis Moureaux
URL: Summary: Qt client: Add class to ease wrapping the C API Project: Freeciv Submitted by: louis94 Submitted on: jeu. 21 juil. 2016 01:46:45 UTC Category: client-qt Priority:

[Freeciv-Dev] [patch #7491] Qt client: Use helper<> to propagate output_window_append

2016-07-20 Thread Louis Moureaux
URL: Summary: Qt client: Use helper<> to propagate output_window_append Project: Freeciv Submitted by: louis94 Submitted on: jeu. 21 juil. 2016 02:35:58 UTC Category: client-qt

[Freeciv-Dev] [patch #7387] Use FREECIV_MSWINDOWS in utility/

2016-07-20 Thread Marko Lindqvist
Follow-up Comment #1, patch #7387 (project freeciv): - Do not add "fc_prehdrs.h" include to netfile.c (file #27967) ___ Additional Item Attachment: File name: UtilityMswindows-2.patch Size:13 KB

[Freeciv-Dev] [bug #24818] Unit with (max) fuel of 1 always shows low fuel indicator

2016-07-20 Thread Marko Lindqvist
Follow-up Comment #2, bug #24818 (project freeciv): > In what circumstances did you see this? ... > someone was looking at using fuel for Triremes recently. I saw this with "Coast" unit type flag and fuel = 1, unit in question was probably modified Trireme. ___