[Freeciv-commits] r26259 - in /branches/S2_4: common/unit.h server/savegame.c server/savegame2.c server/unithand.c server/unittools.c

2014-09-07 Thread pepeto69
Author: pepeto Date: Sun Sep 7 09:54:57 2014 New Revision: 26259 URL: http://svn.gna.org/viewcvs/freeciv?rev=26259view=rev Log: Made the server able to identify if the unit orders sent by the client would be end by an action such as attack, establishing trade route etc. If not, check last move

[Freeciv-commits] r26258 - in /branches/S2_5: common/unit.h server/savegame.c server/savegame2.c server/unithand.c server/unittools.c

2014-09-07 Thread pepeto69
Author: pepeto Date: Sun Sep 7 09:54:52 2014 New Revision: 26258 URL: http://svn.gna.org/viewcvs/freeciv?rev=26258view=rev Log: Made the server able to identify if the unit orders sent by the client would be end by an action such as attack, establishing trade route etc. If not, check last move

[Freeciv-commits] r26260 - /trunk/client/goto.c

2014-09-07 Thread pepeto69
Author: pepeto Date: Sun Sep 7 10:01:35 2014 New Revision: 26260 URL: http://svn.gna.org/viewcvs/freeciv?rev=26260view=rev Log: Fix the turns number for client goto when the move rate of the unit is nil, but it still has moves left (due to tech loss, wonder loss etc.). This will causing

[Freeciv-commits] r26262 - /branches/S2_4/client/goto.c

2014-09-07 Thread pepeto69
Author: pepeto Date: Sun Sep 7 10:01:48 2014 New Revision: 26262 URL: http://svn.gna.org/viewcvs/freeciv?rev=26262view=rev Log: Fix the turns number for client goto when the move rate of the unit is nil, but it still has moves left (due to tech loss, wonder loss etc.). This will causing

[Freeciv-commits] r26265 - /branches/S2_4/server/connecthand.c

2014-09-07 Thread pepeto69
Author: pepeto Date: Sun Sep 7 10:27:32 2014 New Revision: 26265 URL: http://svn.gna.org/viewcvs/freeciv?rev=26265view=rev Log: Do not send the vote updates to the connecting user before he has received the vote info itself. It happened in server initial state when a user joined when they were

[Freeciv-commits] r26264 - /branches/S2_5/server/connecthand.c

2014-09-07 Thread pepeto69
Author: pepeto Date: Sun Sep 7 10:27:28 2014 New Revision: 26264 URL: http://svn.gna.org/viewcvs/freeciv?rev=26264view=rev Log: Do not send the vote updates to the connecting user before he has received the vote info itself. It happened in server initial state when a user joined when they were

[Freeciv-commits] r26267 - /branches/S2_5/server/generator/mapgen.c

2014-09-07 Thread pepeto69
Author: pepeto Date: Sun Sep 7 10:31:35 2014 New Revision: 26267 URL: http://svn.gna.org/viewcvs/freeciv?rev=26267view=rev Log: Fix compilation warning about use of uninitialized variable 'l'. Reported by Christian Knoke chrisk See gna bug #22572 Modified:

[Freeciv-commits] r26266 - /trunk/server/generator/mapgen.c

2014-09-07 Thread pepeto69
Author: pepeto Date: Sun Sep 7 10:31:30 2014 New Revision: 26266 URL: http://svn.gna.org/viewcvs/freeciv?rev=26266view=rev Log: Fix compilation warning about use of uninitialized variable 'l'. Reported by Christian Knoke chrisk See gna bug #22572 Modified: trunk/server/generator/mapgen.c

[Freeciv-commits] r26268 - in /trunk/server: generator/mapgen.c srv_main.c

2014-09-07 Thread pepeto69
Author: pepeto Date: Sun Sep 7 10:51:10 2014 New Revision: 26268 URL: http://svn.gna.org/viewcvs/freeciv?rev=26268view=rev Log: When generating the map, reset settings 'generator', 'startpos' and 'teamplacement' at every step of the loop. Show to the user what of these setting has been modified

[Freeciv-commits] r26269 - in /branches/S2_5/server: generator/mapgen.c srv_main.c

2014-09-07 Thread pepeto69
Author: pepeto Date: Sun Sep 7 10:51:19 2014 New Revision: 26269 URL: http://svn.gna.org/viewcvs/freeciv?rev=26269view=rev Log: When generating the map, reset settings 'generator', 'startpos' and 'teamplacement' at every step of the loop. Show to the user what of these setting has been modified

[Freeciv-commits] r26271 - in /branches/S2_4/server: stdinhand.c voting.c voting.h

2014-09-07 Thread pepeto69
Author: pepeto Date: Sun Sep 7 10:59:35 2014 New Revision: 26271 URL: http://svn.gna.org/viewcvs/freeciv?rev=26271view=rev Log: Do not make vote if the caller has basic access level and use a ctrl access level command if the vote would pass immediatly anyway. See gna patch #5181 Modified:

[Freeciv-commits] r26272 - in /branches/S2_5/server: stdinhand.c voting.c voting.h

2014-09-07 Thread pepeto69
Author: pepeto Date: Sun Sep 7 10:59:35 2014 New Revision: 26272 URL: http://svn.gna.org/viewcvs/freeciv?rev=26272view=rev Log: Do not make vote if the caller has basic access level and use a ctrl access level command if the vote would pass immediatly anyway. See gna patch #5181 Modified:

[Freeciv-commits] r26270 - in /trunk/server: stdinhand.c voting.c voting.h

2014-09-07 Thread pepeto69
Author: pepeto Date: Sun Sep 7 10:59:26 2014 New Revision: 26270 URL: http://svn.gna.org/viewcvs/freeciv?rev=26270view=rev Log: Do not make vote if the caller has basic access level and use a ctrl access level command if the vote would pass immediatly anyway. See gna patch #5181 Modified:

[Freeciv-commits] r26275 - /branches/S2_4/server/voting.h

2014-09-07 Thread pepeto69
Author: pepeto Date: Sun Sep 7 11:03:09 2014 New Revision: 26275 URL: http://svn.gna.org/viewcvs/freeciv?rev=26275view=rev Log: Remove function prototype for undefined 'send_running_team_votes()'. See gna patch #5182 Modified: branches/S2_4/server/voting.h Modified:

[Freeciv-commits] r26277 - /branches/S2_4/common/tech.c

2014-09-07 Thread pepeto69
Author: pepeto Date: Sun Sep 7 11:05:53 2014 New Revision: 26277 URL: http://svn.gna.org/viewcvs/freeciv?rev=26277view=rev Log: Remove error messages when connecting a server without tech_cost network capability. See gna patch #5185 Modified: branches/S2_4/common/tech.c Modified:

[Freeciv-commits] r26276 - /branches/S2_5/common/tech.c

2014-09-07 Thread pepeto69
Author: pepeto Date: Sun Sep 7 11:05:49 2014 New Revision: 26276 URL: http://svn.gna.org/viewcvs/freeciv?rev=26276view=rev Log: Remove error messages when connecting a server without tech_cost network capability. See gna patch #5185 Modified: branches/S2_5/common/tech.c Modified:

[Freeciv-commits] r26278 - in /trunk/client/gui-qt: fc_client.cpp fc_client.h mapctrl.cpp mapview.cpp mapview.h

2014-09-07 Thread mlewczuk80
Author: mir3x Date: Sun Sep 7 15:18:11 2014 New Revision: 26278 URL: http://svn.gna.org/viewcvs/freeciv?rev=26278view=rev Log: Added animated curosrs See patch #5169 Modified: trunk/client/gui-qt/fc_client.cpp trunk/client/gui-qt/fc_client.h trunk/client/gui-qt/mapctrl.cpp

[Freeciv-commits] r26279 - in /branches/S2_5/client/gui-qt: fc_client.cpp fc_client.h mapctrl.cpp mapview.cpp mapview.h

2014-09-07 Thread mlewczuk80
Author: mir3x Date: Sun Sep 7 15:18:22 2014 New Revision: 26279 URL: http://svn.gna.org/viewcvs/freeciv?rev=26279view=rev Log: Added animated curosrs See patch #5169 Modified: branches/S2_5/client/gui-qt/fc_client.cpp branches/S2_5/client/gui-qt/fc_client.h

[Freeciv-commits] r26280 - /trunk/client/gui-qt/dialogs.cpp

2014-09-07 Thread sveinung84
Author: sveinung Date: Sun Sep 7 15:21:56 2014 New Revision: 26280 URL: http://svn.gna.org/viewcvs/freeciv?rev=26280view=rev Log: Qt client: Add information to the action selection dialog text. If there is a target city add its name. If there is a target city and the actor unit has a home city

[Freeciv-commits] r26281 - in /trunk/client/gui-qt: fc_client.cpp pages.cpp

2014-09-07 Thread mlewczuk80
Author: mir3x Date: Sun Sep 7 15:22:14 2014 New Revision: 26281 URL: http://svn.gna.org/viewcvs/freeciv?rev=26281view=rev Log: Removed margins around map view See patch #5170 Modified: trunk/client/gui-qt/fc_client.cpp trunk/client/gui-qt/pages.cpp Modified:

[Freeciv-commits] r26282 - in /branches/S2_5/client/gui-qt: fc_client.cpp pages.cpp

2014-09-07 Thread mlewczuk80
Author: mir3x Date: Sun Sep 7 15:22:25 2014 New Revision: 26282 URL: http://svn.gna.org/viewcvs/freeciv?rev=26282view=rev Log: Removed margins around map view See patch #5170 Modified: branches/S2_5/client/gui-qt/fc_client.cpp branches/S2_5/client/gui-qt/pages.cpp Modified:

[Freeciv-commits] r26283 - /trunk/client/gui-qt/repodlgs.cpp

2014-09-07 Thread mlewczuk80
Author: mir3x Date: Sun Sep 7 15:25:02 2014 New Revision: 26283 URL: http://svn.gna.org/viewcvs/freeciv?rev=26283view=rev Log: Added future tech handling See patch #5171 Modified: trunk/client/gui-qt/repodlgs.cpp Modified: trunk/client/gui-qt/repodlgs.cpp URL:

[Freeciv-commits] r26284 - /branches/S2_5/client/gui-qt/repodlgs.cpp

2014-09-07 Thread mlewczuk80
Author: mir3x Date: Sun Sep 7 15:25:12 2014 New Revision: 26284 URL: http://svn.gna.org/viewcvs/freeciv?rev=26284view=rev Log: Added future tech handling See patch #5171 Modified: branches/S2_5/client/gui-qt/repodlgs.cpp Modified: branches/S2_5/client/gui-qt/repodlgs.cpp URL:

[Freeciv-commits] r26285 - /branches/S2_5/client/gui-qt/

2014-09-07 Thread mlewczuk80
Author: mir3x Date: Sun Sep 7 15:41:48 2014 New Revision: 26285 URL: http://svn.gna.org/viewcvs/freeciv?rev=26285view=rev Log: added vote bar See patch #5163 Modified: branches/S2_5/client/gui-qt/Makefile.am branches/S2_5/client/gui-qt/fc_client.cpp

[Freeciv-commits] r26286 - in /trunk/client/gui-qt: Makefile.am fc_client.cpp fc_client.h mapview.cpp pages.cpp voteinfo_bar.cpp voteinfo_bar.h

2014-09-07 Thread mlewczuk80
Author: mir3x Date: Sun Sep 7 15:41:59 2014 New Revision: 26286 URL: http://svn.gna.org/viewcvs/freeciv?rev=26286view=rev Log: added vote bar See patch #5163 Modified: trunk/client/gui-qt/Makefile.am trunk/client/gui-qt/fc_client.cpp trunk/client/gui-qt/fc_client.h

[Freeciv-commits] r26287 - /trunk/client/gui-qt/mapview.cpp

2014-09-07 Thread mlewczuk80
Author: mir3x Date: Sun Sep 7 15:44:54 2014 New Revision: 26287 URL: http://svn.gna.org/viewcvs/freeciv?rev=26287view=rev Log: If gold income was negative it was shown as +-X, instead just -X. See patch #5172 Modified: trunk/client/gui-qt/mapview.cpp Modified: