[Freeciv-commits] r29273 - in /trunk: client/packhand.c common/packets.def fc_version server/citytools.c server/citytools.h server/diplomats.c

2015-07-31 Thread cazfi74
Author: cazfi Date: Fri Jul 31 13:11:28 2015 New Revision: 29273 URL: http://svn.gna.org/viewcvs/freeciv?rev=29273&view=rev Log: Separated trade routes packets from the city_info packet. See patch #6146 Modified: trunk/client/packhand.c trunk/common/packets.def trunk/fc_version t

[Freeciv-commits] r29274 - in /trunk/client/gui-sdl2: mapctrl.c mapview.c mapview.h menu.c messagewin.c optiondlg.c pages.c

2015-07-31 Thread cazfi74
Author: cazfi Date: Fri Jul 31 13:21:03 2015 New Revision: 29274 URL: http://svn.gna.org/viewcvs/freeciv?rev=29274&view=rev Log: Added missing function headers to files mapctrl.c - pages.c in client/gui-sdl2 directory. Also other cleanups. See patch #2937 Modified: trunk/client/gui-sdl2/mapc

[Freeciv-commits] r29275 - in /branches/S2_6/client/gui-sdl2: mapctrl.c mapview.c mapview.h menu.c messagewin.c optiondlg.c pages.c

2015-07-31 Thread cazfi74
Author: cazfi Date: Fri Jul 31 13:21:10 2015 New Revision: 29275 URL: http://svn.gna.org/viewcvs/freeciv?rev=29275&view=rev Log: Added missing function headers to files mapctrl.c - pages.c in client/gui-sdl2 directory. Also other cleanups. See patch #2937 Modified: branches/S2_6/client/gui-s

[Freeciv-commits] r29276 - in /trunk: common/unittype.h fc_version server/rscompat.c

2015-07-31 Thread cazfi74
Author: cazfi Date: Fri Jul 31 13:35:54 2015 New Revision: 29276 URL: http://svn.gna.org/viewcvs/freeciv?rev=29276&view=rev Log: Increased number of user unit type flag slots to 40. Corrected check for free slots in ruleset conversion code to account for latest flag additions. See bug #23723 Mo

[Freeciv-commits] r29277 - /trunk/ai/default/daieffects.c

2015-07-31 Thread cazfi74
Author: cazfi Date: Fri Jul 31 14:00:12 2015 New Revision: 29277 URL: http://svn.gna.org/viewcvs/freeciv?rev=29277&view=rev Log: Made AI to value Have_Contacts effect more. See patch #5844 Modified: trunk/ai/default/daieffects.c Modified: trunk/ai/default/daieffects.c URL: http://svn.gna.o

[Freeciv-commits] r29278 - /branches/S2_6/ai/default/daieffects.c

2015-07-31 Thread cazfi74
Author: cazfi Date: Fri Jul 31 14:03:32 2015 New Revision: 29278 URL: http://svn.gna.org/viewcvs/freeciv?rev=29278&view=rev Log: Made AI to value Have_Embassies effect based on how many new contacts it provides, to meet and trade techs etc. with. See patch #5844 Modified: branches/S2_6/ai/d

[Freeciv-commits] r29279 - /trunk/doc/README.effects

2015-07-31 Thread sveinung84
Author: sveinung Date: Fri Jul 31 15:08:31 2015 New Revision: 29279 URL: http://svn.gna.org/viewcvs/freeciv?rev=29279&view=rev Log: Improve the explanation of the Action_Odds_Pct effect See patch #6152 Modified: trunk/doc/README.effects Modified: trunk/doc/README.effects URL: http://svn.gn

[Freeciv-commits] r29280 - in /trunk: ./ client/ common/ server/

2015-07-31 Thread sveinung84
Author: sveinung Date: Fri Jul 31 15:09:13 2015 New Revision: 29280 URL: http://svn.gna.org/viewcvs/freeciv?rev=29280&view=rev Log: Add initial action support to the orders system The support isn't used by any client yet. Only Explode Nuclear at the tile the unit is on is currently supported. Se

[Freeciv-commits] r29283 - in /branches/S2_5: client/ client/gui-gtk-2.0/ client/gui-gtk-3.0/ server/

2015-07-31 Thread cazfi74
Author: cazfi Date: Fri Jul 31 19:32:33 2015 New Revision: 29283 URL: http://svn.gna.org/viewcvs/freeciv?rev=29283&view=rev Log: Consistently take 'first_timeout' setting in to account instead of the regular 'timeout' during first turn. Reported anonymously See bug #23324 Modified: branche

[Freeciv-commits] r29281 - in /trunk: ./ client/ client/gui-gtk-2.0/ client/gui-gtk-3.0/ common/ server/

2015-07-31 Thread cazfi74
Author: cazfi Date: Fri Jul 31 19:32:01 2015 New Revision: 29281 URL: http://svn.gna.org/viewcvs/freeciv?rev=29281&view=rev Log: Consistently take 'first_timeout' setting in to account instead of the regular 'timeout' during first turn. Reported anonymously See bug #23324 Modified: trunk/c

[Freeciv-commits] r29282 - in /branches/S2_6: ./ client/ client/gui-gtk-2.0/ client/gui-gtk-3.0/ common/ server/

2015-07-31 Thread cazfi74
Author: cazfi Date: Fri Jul 31 19:32:24 2015 New Revision: 29282 URL: http://svn.gna.org/viewcvs/freeciv?rev=29282&view=rev Log: Consistently take 'first_timeout' setting in to account instead of the regular 'timeout' during first turn. Reported anonymously See bug #23324 Modified: branche

[Freeciv-commits] r29284 - in /trunk/common: tech.c tech.h

2015-07-31 Thread cazfi74
Author: cazfi Date: Sat Aug 1 00:45:10 2015 New Revision: 29284 URL: http://svn.gna.org/viewcvs/freeciv?rev=29284&view=rev Log: Made advance_by_number(A_FUTURE) to return valid advance structure. This fixes receiving Future Tech from Darwin's Voyage in multiplayer ruleset. See bug #23231 Modifi

[Freeciv-commits] r29285 - in /branches/S2_6/common: tech.c tech.h

2015-07-31 Thread cazfi74
Author: cazfi Date: Sat Aug 1 00:45:19 2015 New Revision: 29285 URL: http://svn.gna.org/viewcvs/freeciv?rev=29285&view=rev Log: Made advance_by_number(A_FUTURE) to return valid advance structure. This fixes receiving Future Tech from Darwin's Voyage in multiplayer ruleset. See bug #23231 Modifi