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

2016-08-03 Thread cazfi74
Author: cazfi Date: Wed Aug 3 22:04:29 2016 New Revision: 33448 URL: http://svn.gna.org/viewcvs/freeciv?rev=33448=rev Log: Renamed win32/ directory as windows/ See patch #7524 Added: trunk/windows/ - copied from r33447, trunk/win32/ Removed: trunk/win32/ Modified:

[Freeciv-commits] r33447 - in /trunk: bootstrap/fcser.in configure.ac

2016-08-03 Thread sveinung84
Author: sveinung Date: Wed Aug 3 16:08:42 2016 New Revision: 33447 URL: http://svn.gna.org/viewcvs/freeciv?rev=33447=rev Log: Make ./fcser work with the freeciv-web server. See patch #7536 Modified: trunk/bootstrap/fcser.in trunk/configure.ac Modified: trunk/bootstrap/fcser.in URL:

[Freeciv-commits] r33445 - /trunk/server/settings.c

2016-08-03 Thread sveinung84
Author: sveinung Date: Wed Aug 3 16:08:26 2016 New Revision: 33445 URL: http://svn.gna.org/viewcvs/freeciv?rev=33445=rev Log: Freeciv-web: prevent unsupported topologies. The Freeciv-web client is capable of displaying non wrapped maps and maps that wrap in the east-west direction. Have the

[Freeciv-commits] r33443 - /trunk/server/savecompat.c

2016-08-03 Thread sveinung84
Author: sveinung Date: Wed Aug 3 16:08:09 2016 New Revision: 33443 URL: http://svn.gna.org/viewcvs/freeciv?rev=33443=rev Log: Freeciv-web: load fcweb saves using classic. The fcweb ruleset was classic with some Freeciv-web client specific workarounds. It has now been replaced with the classic

[Freeciv-commits] r33446 - /trunk/data/webperimental/game.ruleset

2016-08-03 Thread sveinung84
Author: sveinung Date: Wed Aug 3 16:08:34 2016 New Revision: 33446 URL: http://svn.gna.org/viewcvs/freeciv?rev=33446=rev Log: webperimental: allow use on non wrapping maps. Unlock the topology ruleset setting so webperimental can be used to play games on non wrapping maps. See patch #7535

[Freeciv-commits] r33444 - /trunk/common/map.h

2016-08-03 Thread sveinung84
Author: sveinung Date: Wed Aug 3 16:08:18 2016 New Revision: 33444 URL: http://svn.gna.org/viewcvs/freeciv?rev=33444=rev Log: Freeciv-web: non isometric maps by default. Freeciv-web can't display isometric maps. See patch #7533 Modified: trunk/common/map.h Modified: trunk/common/map.h

[Freeciv-commits] r33442 - /branches/S2_6/server/settings.c

2016-08-03 Thread cazfi74
Author: cazfi Date: Wed Aug 3 14:09:53 2016 New Revision: 33442 URL: http://svn.gna.org/viewcvs/freeciv?rev=33442=rev Log: Use INIT_BRACE_BEGIN and INIT_BRACE_END in settings.c as needed. See patch #7519 Modified: branches/S2_6/server/settings.c Modified: branches/S2_6/server/settings.c

[Freeciv-commits] r33441 - /trunk/server/settings.c

2016-08-03 Thread cazfi74
Author: cazfi Date: Wed Aug 3 14:09:46 2016 New Revision: 33441 URL: http://svn.gna.org/viewcvs/freeciv?rev=33441=rev Log: Use INIT_BRACE_BEGIN and INIT_BRACE_END in settings.c as needed. See patch #7519 Modified: trunk/server/settings.c Modified: trunk/server/settings.c URL:

[Freeciv-commits] r33440 - /branches/S2_5/server/ruleset.c

2016-08-03 Thread cazfi74
Author: cazfi Date: Wed Aug 3 11:59:13 2016 New Revision: 33440 URL: http://svn.gna.org/viewcvs/freeciv?rev=33440=rev Log: Give sensible error about unknown default_government in ruleset. See bug #24905 Modified: branches/S2_5/server/ruleset.c Modified: branches/S2_5/server/ruleset.c URL:

[Freeciv-commits] r33438 - /trunk/server/ruleset.c

2016-08-03 Thread cazfi74
Author: cazfi Date: Wed Aug 3 11:59:03 2016 New Revision: 33438 URL: http://svn.gna.org/viewcvs/freeciv?rev=33438=rev Log: Give sensible error about unknown default_government in ruleset. See bug #24905 Modified: trunk/server/ruleset.c Modified: trunk/server/ruleset.c URL:

[Freeciv-commits] r33439 - /branches/S2_6/server/ruleset.c

2016-08-03 Thread cazfi74
Author: cazfi Date: Wed Aug 3 11:59:08 2016 New Revision: 33439 URL: http://svn.gna.org/viewcvs/freeciv?rev=33439=rev Log: Give sensible error about unknown default_government in ruleset. See bug #24905 Modified: branches/S2_6/server/ruleset.c Modified: branches/S2_6/server/ruleset.c URL:

[Freeciv-commits] r33437 - in /branches/S2_6/client/gui-gtk-3.0: unitselect.c unitselect.h unitselunitdlg.c

2016-08-03 Thread sveinung84
Author: sveinung Date: Wed Aug 3 10:34:49 2016 New Revision: 33437 URL: http://svn.gna.org/viewcvs/freeciv?rev=33437=rev Log: Gtk 3 clients: standardize unit selection icon. Standardize on the unit selection dialog's unit icon in unit selection items. Use it in the transport dialog and in the

[Freeciv-commits] r33436 - in /trunk/client: gui-gtk-3.0/ gui-gtk-3.x/

2016-08-03 Thread sveinung84
Author: sveinung Date: Wed Aug 3 10:33:47 2016 New Revision: 33436 URL: http://svn.gna.org/viewcvs/freeciv?rev=33436=rev Log: Gtk 3 clients: standardize unit selection icon. Standardize on the unit selection dialog's unit icon in unit selection items. Use it in the transport dialog and in the

[Freeciv-commits] r33435 - in /branches/S2_5/common: featured_text.c featured_text.h

2016-08-03 Thread cazfi74
Author: cazfi Date: Wed Aug 3 10:32:35 2016 New Revision: 33435 URL: http://svn.gna.org/viewcvs/freeciv?rev=33435=rev Log: Do not pass const parameter as va_arg. See patch #7526 Modified: branches/S2_5/common/featured_text.c branches/S2_5/common/featured_text.h Modified:

[Freeciv-commits] r33433 - in /trunk/common: featured_text.c featured_text.h

2016-08-03 Thread cazfi74
Author: cazfi Date: Wed Aug 3 10:32:21 2016 New Revision: 33433 URL: http://svn.gna.org/viewcvs/freeciv?rev=33433=rev Log: Do not pass const parameter as va_arg. See patch #7526 Modified: trunk/common/featured_text.c trunk/common/featured_text.h Modified: trunk/common/featured_text.c

[Freeciv-commits] r33434 - in /branches/S2_6/common: featured_text.c featured_text.h

2016-08-03 Thread cazfi74
Author: cazfi Date: Wed Aug 3 10:32:26 2016 New Revision: 33434 URL: http://svn.gna.org/viewcvs/freeciv?rev=33434=rev Log: Do not pass const parameter as va_arg. See patch #7526 Modified: branches/S2_6/common/featured_text.c branches/S2_6/common/featured_text.h Modified:

[Freeciv-commits] r33431 - in /trunk: doc/README.msys2 win32/installer_msys2/Makefile

2016-08-03 Thread cazfi74
Author: cazfi Date: Wed Aug 3 08:03:35 2016 New Revision: 33431 URL: http://svn.gna.org/viewcvs/freeciv?rev=33431=rev Log: Updated msys2 environment to 160801 level. See patch #7523 Modified: trunk/doc/README.msys2 trunk/win32/installer_msys2/Makefile Modified: trunk/doc/README.msys2

[Freeciv-commits] r33432 - in /branches/S2_6: doc/README.msys2 win32/installer_msys2/Makefile

2016-08-03 Thread cazfi74
Author: cazfi Date: Wed Aug 3 08:03:41 2016 New Revision: 33432 URL: http://svn.gna.org/viewcvs/freeciv?rev=33432=rev Log: Updated msys2 environment to 160801 level. See patch #7523 Modified: branches/S2_6/doc/README.msys2 branches/S2_6/win32/installer_msys2/Makefile Modified: