[Freeciv-commits] r25956 - in /trunk/client/gui-qt: chatline.cpp fc_client.cpp fc_client.h gui_main.cpp pages.cpp

2014-08-20 Thread mlewczuk80
Author: mir3x Date: Wed Aug 20 11:08:51 2014 New Revision: 25956 URL: http://svn.gna.org/viewcvs/freeciv?rev=25956view=rev Log: Added options to start page: -starting game -loading game -loading scenarios -browsing files to locate saves/scenarios See patch #5053 Modified:

[Freeciv-commits] r25957 - in /branches/S2_5/client/gui-qt: chatline.cpp fc_client.cpp fc_client.h gui_main.cpp pages.cpp

2014-08-20 Thread mlewczuk80
Author: mir3x Date: Wed Aug 20 11:09:06 2014 New Revision: 25957 URL: http://svn.gna.org/viewcvs/freeciv?rev=25957view=rev Log: Added options to start page: -starting game -loading game -loading scenarios -browsing files to locate saves/scenarios See patch #5053 Modified:

[Freeciv-commits] r25958 - in /trunk/client: gui-sdl/diplomat_dialog.c gui-sdl2/diplomat_dialog.c

2014-08-20 Thread sveinung84
Author: sveinung Date: Wed Aug 20 11:16:12 2014 New Revision: 25958 URL: http://svn.gna.org/viewcvs/freeciv?rev=25958view=rev Log: SDL clients: Fix segfault during industrial sabotage in a city with no buildings The dialog were the building to sabotage would only initialize the variable

[Freeciv-commits] r25959 - /branches/S2_5/client/gui-sdl/diplomat_dialog.c

2014-08-20 Thread sveinung84
Author: sveinung Date: Wed Aug 20 11:16:56 2014 New Revision: 25959 URL: http://svn.gna.org/viewcvs/freeciv?rev=25959view=rev Log: SDL clients: Fix segfault during industrial sabotage in a city with no buildings The dialog were the building to sabotage would only initialize the variable

[Freeciv-commits] r25960 - /branches/S2_4/client/gui-sdl/diplomat_dialog.c

2014-08-20 Thread sveinung84
Author: sveinung Date: Wed Aug 20 11:17:37 2014 New Revision: 25960 URL: http://svn.gna.org/viewcvs/freeciv?rev=25960view=rev Log: SDL clients: Fix segfault during industrial sabotage in a city with no buildings The dialog were the building to sabotage would only initialize the variable

[Freeciv-commits] r25963 - in /branches/S2_4: client/Makefile.am configure.ac modinst/Makefile.am server/Makefile.am

2014-08-20 Thread cazfi74
Author: cazfi Date: Wed Aug 20 23:21:53 2014 New Revision: 25963 URL: http://svn.gna.org/viewcvs/freeciv?rev=25963view=rev Log: Added configure options to set path for .desktop and .appdata.xml files. Requested by Begasus See patch #5047 Modified: branches/S2_4/client/Makefile.am

[Freeciv-commits] r25961 - in /trunk: client/Makefile.am configure.ac server/Makefile.am tools/Makefile.am

2014-08-20 Thread cazfi74
Author: cazfi Date: Wed Aug 20 23:21:43 2014 New Revision: 25961 URL: http://svn.gna.org/viewcvs/freeciv?rev=25961view=rev Log: Added configure options to set path for .desktop and .appdata.xml files. Requested by Begasus See patch #5047 Modified: trunk/client/Makefile.am

[Freeciv-commits] r25964 - in /trunk: ai/default/aiplayer.c server/stdinhand.c

2014-08-20 Thread cazfi74
Author: cazfi Date: Wed Aug 20 23:58:09 2014 New Revision: 25964 URL: http://svn.gna.org/viewcvs/freeciv?rev=25964view=rev Log: Call AI callbacks gained_control and lost_control when AI gets ot loses control of /away player. See patch #5046 Modified: trunk/ai/default/aiplayer.c

[Freeciv-commits] r25965 - /branches/S2_5/server/stdinhand.c

2014-08-20 Thread cazfi74
Author: cazfi Date: Wed Aug 20 23:58:13 2014 New Revision: 25965 URL: http://svn.gna.org/viewcvs/freeciv?rev=25965view=rev Log: Call AI callbacks gained_control and lost_control when AI gets ot loses control of /away player. See patch #5046 Modified: branches/S2_5/server/stdinhand.c

[Freeciv-commits] r25966 - /branches/S2_4/server/stdinhand.c

2014-08-20 Thread cazfi74
Author: cazfi Date: Wed Aug 20 23:58:18 2014 New Revision: 25966 URL: http://svn.gna.org/viewcvs/freeciv?rev=25966view=rev Log: Call AI callbacks gained_control and lost_control when AI gets ot loses control of /away player. See patch #5046 Modified: branches/S2_4/server/stdinhand.c

[Freeciv-commits] r25969 - in /branches/S2_4: client/connectdlg_common.c server/sernet.c utility/netintf.c utility/netintf.h

2014-08-20 Thread cazfi74
Author: cazfi Date: Thu Aug 21 00:17:09 2014 New Revision: 25969 URL: http://svn.gna.org/viewcvs/freeciv?rev=25969view=rev Log: Made find_next_free_port() criteria for acceptable port to match what server considers acceptable when it actually binds the port. This should greatly reduce the cases

[Freeciv-commits] r25967 - in /trunk: client/connectdlg_common.c server/sernet.c utility/netintf.c utility/netintf.h

2014-08-20 Thread cazfi74
Author: cazfi Date: Thu Aug 21 00:16:57 2014 New Revision: 25967 URL: http://svn.gna.org/viewcvs/freeciv?rev=25967view=rev Log: Made find_next_free_port() criteria for acceptable port to match what server considers acceptable when it actually binds the port. This should greatly reduce the cases

[Freeciv-commits] r25968 - in /branches/S2_5: client/connectdlg_common.c server/sernet.c utility/netintf.c utility/netintf.h

2014-08-20 Thread cazfi74
Author: cazfi Date: Thu Aug 21 00:17:02 2014 New Revision: 25968 URL: http://svn.gna.org/viewcvs/freeciv?rev=25968view=rev Log: Made find_next_free_port() criteria for acceptable port to match what server considers acceptable when it actually binds the port. This should greatly reduce the cases