[Freeciv-commits] r34378 - in /trunk: common/map.h data/civ2civ3/game.ruleset

2016-11-04 Thread cazfi74
Author: cazfi Date: Fri Nov 4 08:42:55 2016 New Revision: 34378 URL: http://svn.gna.org/viewcvs/freeciv?rev=34378&view=rev Log: Made isohex the default topology See patch #7915 Modified: trunk/common/map.h trunk/data/civ2civ3/game.ruleset Modified: trunk/common/map.h URL: http://svn.g

[Freeciv-commits] r34380 - in /branches/S2_6/data/hexemplio: grid.png grid.spec

2016-11-04 Thread cazfi74
Author: cazfi Date: Fri Nov 4 09:05:03 2016 New Revision: 34380 URL: http://svn.gna.org/viewcvs/freeciv?rev=34380&view=rev Log: Updated hexemplio grid Art by GriffonSpade See patch #7917 Modified: branches/S2_6/data/hexemplio/grid.png branches/S2_6/data/hexemplio/grid.spec Modified: b

[Freeciv-commits] r34379 - in /trunk/data/hexemplio: grid.png grid.spec

2016-11-04 Thread cazfi74
Author: cazfi Date: Fri Nov 4 09:04:57 2016 New Revision: 34379 URL: http://svn.gna.org/viewcvs/freeciv?rev=34379&view=rev Log: Updated hexemplio grid Art by GriffonSpade See patch #7917 Modified: trunk/data/hexemplio/grid.png trunk/data/hexemplio/grid.spec Modified: trunk/data/hexemp

[Freeciv-commits] r34381 - /trunk/client/gui-sdl2/graphics.c

2016-11-04 Thread cazfi74
Author: cazfi Date: Fri Nov 4 09:44:58 2016 New Revision: 34381 URL: http://svn.gna.org/viewcvs/freeciv?rev=34381&view=rev Log: Implemented fullscreen mode for sdl2-client See patch #7901 Modified: trunk/client/gui-sdl2/graphics.c Modified: trunk/client/gui-sdl2/graphics.c URL: http://svn

[Freeciv-commits] r34382 - /branches/S2_6/client/gui-sdl2/graphics.c

2016-11-04 Thread cazfi74
Author: cazfi Date: Fri Nov 4 09:45:03 2016 New Revision: 34382 URL: http://svn.gna.org/viewcvs/freeciv?rev=34382&view=rev Log: Implemented fullscreen mode for sdl2-client See patch #7901 Modified: branches/S2_6/client/gui-sdl2/graphics.c Modified: branches/S2_6/client/gui-sdl2/graphics.c

[Freeciv-commits] r34383 - /trunk/server/actiontools.c

2016-11-04 Thread sveinung84
Author: sveinung Date: Fri Nov 4 13:10:03 2016 New Revision: 34383 URL: http://svn.gna.org/viewcvs/freeciv?rev=34383&view=rev Log: actiontools: act perf acquire target to macro. The acquire target code for action_auto_perf_unit_sel() and action_auto_perf_unit_prob() is and should be identical. M

[Freeciv-commits] r34384 - /trunk/server/unittools.c

2016-11-04 Thread sveinung84
Author: sveinung Date: Fri Nov 4 13:10:26 2016 New Revision: 34384 URL: http://svn.gna.org/viewcvs/freeciv?rev=34384&view=rev Log: autoattack: cargo attacks before transporters. The function compare_units() tried to make a cargo unit auto attack before its transporter by sorting the autoattacker

[Freeciv-commits] r34385 - /trunk/common/actions.c

2016-11-04 Thread sveinung84
Author: sveinung Date: Fri Nov 4 13:10:44 2016 New Revision: 34385 URL: http://svn.gna.org/viewcvs/freeciv?rev=34385&view=rev Log: action_prob(): assert that act_prob is in range. See patch #7929 Modified: trunk/common/actions.c Modified: trunk/common/actions.c URL: http://svn.gna.org/vie

[Freeciv-commits] r34386 - /trunk/common/actions.c

2016-11-04 Thread sveinung84
Author: sveinung Date: Fri Nov 4 13:10:56 2016 New Revision: 34386 URL: http://svn.gna.org/viewcvs/freeciv?rev=34386&view=rev Log: Keep attack action probability in range. Fix a rounding error that could result in "Attack"'s action probability to go outside the act_prob struct's range for non si

[Freeciv-commits] r34387 - /branches/S2_6/server/unittools.c

2016-11-04 Thread sveinung84
Author: sveinung Date: Fri Nov 4 13:41:59 2016 New Revision: 34387 URL: http://svn.gna.org/viewcvs/freeciv?rev=34387&view=rev Log: autoattack: cargo attacks before transporters. The function compare_units() tried to make a cargo unit auto attack before its transporter by sorting the autoattacker

[Freeciv-commits] r34388 - /branches/S2_6/common/actions.c

2016-11-04 Thread sveinung84
Author: sveinung Date: Fri Nov 4 13:42:08 2016 New Revision: 34388 URL: http://svn.gna.org/viewcvs/freeciv?rev=34388&view=rev Log: action_prob(): assert that act_prob is in range. See patch #7929 Modified: branches/S2_6/common/actions.c Modified: branches/S2_6/common/actions.c URL: http:/

[Freeciv-commits] r34389 - /branches/S2_5/server/unittools.c

2016-11-04 Thread sveinung84
Author: sveinung Date: Fri Nov 4 13:44:22 2016 New Revision: 34389 URL: http://svn.gna.org/viewcvs/freeciv?rev=34389&view=rev Log: autoattack: cargo attacks before transporters. The function compare_units() tried to make a cargo unit auto attack before its transporter by sorting the autoattacker

[Freeciv-commits] r34390 - /trunk/windows/installer_cross/winbuild.sh

2016-11-04 Thread cazfi74
Author: cazfi Date: Fri Nov 4 21:18:17 2016 New Revision: 34390 URL: http://svn.gna.org/viewcvs/freeciv?rev=34390&view=rev Log: winbuild.sh builds also gtk3.22-client. See patch #7930 Modified: trunk/windows/installer_cross/winbuild.sh Modified: trunk/windows/installer_cross/winbuild.sh UR

[Freeciv-commits] r34391 - /branches/S2_6/client/gui-gtk-3.22/dialogs.c

2016-11-04 Thread cazfi74
Author: cazfi Date: Fri Nov 4 22:06:38 2016 New Revision: 34391 URL: http://svn.gna.org/viewcvs/freeciv?rev=34391&view=rev Log: Fixed gtk3.22-client popup dialog buttons enough to make it possible to use the dialog. See bug #24253 Modified: branches/S2_6/client/gui-gtk-3.22/dialogs.c Modi

[Freeciv-commits] r34392 - /branches/S2_6/client/gui-gtk-3.22/wldlg.c

2016-11-04 Thread cazfi74
Author: cazfi Date: Sat Nov 5 07:12:47 2016 New Revision: 34392 URL: http://svn.gna.org/viewcvs/freeciv?rev=34392&view=rev Log: Replaced deprecated GtkArrow usages with modern solutions in gtk3.22-client See patch #6764 Modified: branches/S2_6/client/gui-gtk-3.22/wldlg.c Modified: branches

[Freeciv-commits] r34394 - in /branches/S2_6/data/hexemplio: select.png select.spec

2016-11-04 Thread cazfi74
Author: cazfi Date: Sat Nov 5 07:21:56 2016 New Revision: 34394 URL: http://svn.gna.org/viewcvs/freeciv?rev=34394&view=rev Log: Updated hexemplio select sprites. Art by GriffonSpade See patch #7922 Modified: branches/S2_6/data/hexemplio/select.png branches/S2_6/data/hexemplio/select.sp

[Freeciv-commits] r34393 - in /trunk/data/hexemplio: select.png select.spec

2016-11-04 Thread cazfi74
Author: cazfi Date: Sat Nov 5 07:21:50 2016 New Revision: 34393 URL: http://svn.gna.org/viewcvs/freeciv?rev=34393&view=rev Log: Updated hexemplio select sprites. Art by GriffonSpade See patch #7922 Modified: trunk/data/hexemplio/select.png trunk/data/hexemplio/select.spec Modified: tr