[Freeciv-commits] r28871 - /trunk/server/savegame3.c

2015-04-25 Thread cazfi74
Author: cazfi Date: Sat Apr 25 19:25:30 2015 New Revision: 28871 URL: http://svn.gna.org/viewcvs/freeciv?rev=28871view=rev Log: Save dummy direction and goods information about empty trade route slots. See bug #23535 Modified: trunk/server/savegame3.c Modified: trunk/server/savegame3.c

[Freeciv-commits] r28876 - in /trunk/common: dataio.c dataio.h dataio_json.c dataio_json.h generate_packets.py

2015-04-25 Thread sveinung84
Author: sveinung Date: Sun Apr 26 02:47:25 2015 New Revision: 28876 URL: http://svn.gna.org/viewcvs/freeciv?rev=28876view=rev Log: JSON protocol: Send and receive field arrays as JSON arrays. This replaces sending each array element as a separate field with the array element number added to the

[Freeciv-commits] r28877 - in /trunk/common: actions.h unittype.c

2015-04-25 Thread sveinung84
Author: sveinung Date: Sun Apr 26 02:47:34 2015 New Revision: 28877 URL: http://svn.gna.org/viewcvs/freeciv?rev=28877view=rev Log: Move definition of ACTION_ANY to common/actions.h See patch #6034 Modified: trunk/common/actions.h trunk/common/unittype.c Modified: trunk/common/actions.h

[Freeciv-commits] r28878 - in /branches/S2_6/common: actions.h unittype.c

2015-04-25 Thread sveinung84
Author: sveinung Date: Sun Apr 26 02:47:58 2015 New Revision: 28878 URL: http://svn.gna.org/viewcvs/freeciv?rev=28878view=rev Log: Move definition of ACTION_ANY to common/actions.h See patch #6034 Modified: branches/S2_6/common/actions.h branches/S2_6/common/unittype.c Modified:

[Freeciv-commits] r28875 - /branches/S2_6/server/advisors/advdata.c

2015-04-25 Thread cazfi74
Author: cazfi Date: Sat Apr 25 22:45:39 2015 New Revision: 28875 URL: http://svn.gna.org/viewcvs/freeciv?rev=28875view=rev Log: Reverted bug #21999 that stopped AI from considering value of effects lost via present=FALSE requirement if a building gets built. See bug #21999 Modified:

[Freeciv-commits] r28874 - /trunk/server/advisors/advdata.c

2015-04-25 Thread cazfi74
Author: cazfi Date: Sat Apr 25 22:45:32 2015 New Revision: 28874 URL: http://svn.gna.org/viewcvs/freeciv?rev=28874view=rev Log: Reverted bug #21999 that stopped AI from considering value of effects lost via present=FALSE requirement if a building gets built. See bug #21999 Modified:

[Freeciv-commits] r28873 - in /branches/S2_6/common: fc_interface.c player.c player.h

2015-04-25 Thread cazfi74
Author: cazfi Date: Sat Apr 25 22:15:58 2015 New Revision: 28873 URL: http://svn.gna.org/viewcvs/freeciv?rev=28873view=rev Log: Store city worker task to a list. See patch #6032 Modified: branches/S2_6/common/fc_interface.c branches/S2_6/common/player.c branches/S2_6/common/player.h

[Freeciv-commits] r28872 - in /trunk/common: fc_interface.c player.c player.h

2015-04-25 Thread cazfi74
Author: cazfi Date: Sat Apr 25 22:15:51 2015 New Revision: 28872 URL: http://svn.gna.org/viewcvs/freeciv?rev=28872view=rev Log: Store city worker task to a list. See patch #6032 Modified: trunk/common/fc_interface.c trunk/common/player.c trunk/common/player.h Modified:

[Freeciv-commits] r28879 - in /trunk: ./ ai/default/ common/ data/alien/ data/civ1/ data/civ2/ data/civ2civ3/ data/classic/ data/experimental/...

2015-04-25 Thread sveinung84
Author: sveinung Date: Sun Apr 26 05:41:42 2015 New Revision: 28879 URL: http://svn.gna.org/viewcvs/freeciv?rev=28879view=rev Log: Unhardcode the reduction of the Enter Marketplace bonus. Introduce the new effect Trade_Revenue_Pct. Use it to move the reduction of the bonus received when entering

[Freeciv-commits] r28868 - /branches/S2_6/server/maphand.c

2015-04-25 Thread 0jacobnk . gna
Author: jtn Date: Sat Apr 25 10:53:23 2015 New Revision: 28868 URL: http://svn.gna.org/viewcvs/freeciv?rev=28868view=rev Log: Water tiles next to border sources were sometimes not claimed if they were also adjacent to another continent. Now they are always claimed. After a report by Robin

[Freeciv-commits] r28870 - /branches/S2_4/server/maphand.c

2015-04-25 Thread 0jacobnk . gna
Author: jtn Date: Sat Apr 25 11:07:05 2015 New Revision: 28870 URL: http://svn.gna.org/viewcvs/freeciv?rev=28870view=rev Log: Water tiles next to border sources were sometimes not claimed if they were also adjacent to another continent. Now they are always claimed. After a report by Robin

[Freeciv-commits] r28866 - in /trunk: common/ server/

2015-04-25 Thread cazfi74
Author: cazfi Date: Sat Apr 25 09:24:51 2015 New Revision: 28866 URL: http://svn.gna.org/viewcvs/freeciv?rev=28866view=rev Log: Remember what goods traderoute is about See patch #6022 Modified: trunk/common/city.h trunk/common/traderoutes.c trunk/common/traderoutes.h

[Freeciv-commits] r28869 - /branches/S2_5/server/maphand.c

2015-04-25 Thread 0jacobnk . gna
Author: jtn Date: Sat Apr 25 11:02:01 2015 New Revision: 28869 URL: http://svn.gna.org/viewcvs/freeciv?rev=28869view=rev Log: Water tiles next to border sources were sometimes not claimed if they were also adjacent to another continent. Now they are always claimed. After a report by Robin

[Freeciv-commits] r28867 - /trunk/server/maphand.c

2015-04-25 Thread 0jacobnk . gna
Author: jtn Date: Sat Apr 25 10:35:53 2015 New Revision: 28867 URL: http://svn.gna.org/viewcvs/freeciv?rev=28867view=rev Log: Water tiles next to border sources were sometimes not claimed if they were also adjacent to another continent. Now they are always claimed. After a report by Robin