[Freeciv-commits] r31922 - /trunk/client/gui-gtk-3.0/

2016-02-14 Thread cazfi74
Author: cazfi Date: Sun Feb 14 14:30:32 2016 New Revision: 31922 URL: http://svn.gna.org/viewcvs/freeciv?rev=31922=rev Log: Replaced all uses of GtkMisc from gtk3-client with more modern constructs. See bug #24398 Modified: trunk/client/gui-gtk-3.0/citydlg.c

[Freeciv-commits] r31923 - /branches/S2_6/client/gui-gtk-3.0/

2016-02-14 Thread cazfi74
Author: cazfi Date: Sun Feb 14 14:30:41 2016 New Revision: 31923 URL: http://svn.gna.org/viewcvs/freeciv?rev=31923=rev Log: Replaced all uses of GtkMisc from gtk3-client with more modern constructs. See bug #24398 Modified: branches/S2_6/client/gui-gtk-3.0/citydlg.c

[Freeciv-commits] r31924 - /branches/S2_5/client/gui-gtk-3.0/

2016-02-14 Thread cazfi74
Author: cazfi Date: Sun Feb 14 14:30:49 2016 New Revision: 31924 URL: http://svn.gna.org/viewcvs/freeciv?rev=31924=rev Log: Replaced all uses of GtkMisc from gtk3-client with more modern constructs. See bug #24398 Modified: branches/S2_5/client/gui-gtk-3.0/citydlg.c

[Freeciv-commits] r31925 - in /trunk/data: alien/ civ1/ civ2/ civ2civ3/ classic/ experimental/ multiplayer/ sandbox/ stub/

2016-02-14 Thread cazfi74
Author: cazfi Date: Sun Feb 14 15:15:21 2016 New Revision: 31925 URL: http://svn.gna.org/viewcvs/freeciv?rev=31925=rev Log: Documented effect field "multiplier" in comments of supplied rulesets. See patch #6952 Modified: trunk/data/alien/effects.ruleset trunk/data/civ1/effects.ruleset

[Freeciv-commits] r31926 - in /branches/S2_6/data: alien/ civ1/ civ2/ civ2civ3/ classic/ experimental/ multiplayer/ sandbox/ stub/

2016-02-14 Thread cazfi74
Author: cazfi Date: Sun Feb 14 15:15:28 2016 New Revision: 31926 URL: http://svn.gna.org/viewcvs/freeciv?rev=31926=rev Log: Documented effect field "multiplier" in comments of supplied rulesets. See patch #6952 Modified: branches/S2_6/data/alien/effects.ruleset

[Freeciv-commits] r31917 - in /trunk/client: gui-qt/fc_client.cpp gui-qt/gui_main.cpp options.c options.h

2016-02-14 Thread mlewczuk80
Author: mir3x Date: Sun Feb 14 10:01:43 2016 New Revision: 31917 URL: http://svn.gna.org/viewcvs/freeciv?rev=31917=rev Log: Added default font to qt client. See patch #6941 Modified: trunk/client/gui-qt/fc_client.cpp trunk/client/gui-qt/gui_main.cpp trunk/client/options.c

[Freeciv-commits] r31906 - /trunk/utility/shared.c

2016-02-14 Thread cazfi74
Author: cazfi Date: Sun Feb 14 09:20:44 2016 New Revision: 31906 URL: http://svn.gna.org/viewcvs/freeciv?rev=31906=rev Log: Always use ';' as PATH_SEPARATOR for WIN32_NATIVE builds. See patch #6954 Modified: trunk/utility/shared.c Modified: trunk/utility/shared.c URL:

[Freeciv-commits] r31914 - in /branches/S2_5/client/gui-qt: menu.cpp menu.h

2016-02-14 Thread mlewczuk80
Author: mir3x Date: Sun Feb 14 09:50:11 2016 New Revision: 31914 URL: http://svn.gna.org/viewcvs/freeciv?rev=31914=rev Log: Renamed Auto Settler to Auto Worker - for non settlers units. Fixed "go and build city" enabled for workers. Fixed "revolution" enabled for observers. Fixed "tax rates"

[Freeciv-commits] r31915 - in /branches/S2_6/client/gui-qt: menu.cpp menu.h

2016-02-14 Thread mlewczuk80
Author: mir3x Date: Sun Feb 14 09:50:34 2016 New Revision: 31915 URL: http://svn.gna.org/viewcvs/freeciv?rev=31915=rev Log: Renamed Auto Settler to Auto Worker - for non settlers units. Fixed "go and build city" enabled for workers. Fixed "revolution" enabled for observers. Fixed "tax rates"

[Freeciv-commits] r31916 - in /trunk/client/gui-qt: menu.cpp menu.h

2016-02-14 Thread mlewczuk80
Author: mir3x Date: Sun Feb 14 09:53:01 2016 New Revision: 31916 URL: http://svn.gna.org/viewcvs/freeciv?rev=31916=rev Log: Renamed Auto Settler to Auto Worker - for non settlers units. Fixed "go and build city" enabled for workers. Fixed "revolution" enabled for observers. Fixed "tax rates"

[Freeciv-commits] r31921 - in /branches/S2_5: Makefile.am configure.ac data/Makefile.am data/database.lua lua/ lua/Makefile.am lua/database.lua

2016-02-14 Thread cazfi74
Author: cazfi Date: Sun Feb 14 12:53:03 2016 New Revision: 31921 URL: http://svn.gna.org/viewcvs/freeciv?rev=31921=rev Log: Moved database.lua from data/ to lua/ in source tree. See patch #6929 Added: branches/S2_5/lua/ branches/S2_5/lua/Makefile.am branches/S2_5/lua/database.lua

[Freeciv-commits] r31919 - in /trunk: Makefile.am configure.ac data/Makefile.am data/database.lua lua/ lua/Makefile.am lua/database.lua

2016-02-14 Thread cazfi74
Author: cazfi Date: Sun Feb 14 12:52:52 2016 New Revision: 31919 URL: http://svn.gna.org/viewcvs/freeciv?rev=31919=rev Log: Moved database.lua from data/ to lua/ in source tree. See patch #6929 Added: trunk/lua/ trunk/lua/Makefile.am trunk/lua/database.lua - copied unchanged

[Freeciv-commits] r31918 - in /branches/S2_6/client: gui-qt/fc_client.cpp gui-qt/gui_main.cpp options.c options.h

2016-02-14 Thread mlewczuk80
Author: mir3x Date: Sun Feb 14 10:11:44 2016 New Revision: 31918 URL: http://svn.gna.org/viewcvs/freeciv?rev=31918=rev Log: Added default font to qt client. See patch #6941 Modified: branches/S2_6/client/gui-qt/fc_client.cpp branches/S2_6/client/gui-qt/gui_main.cpp

[Freeciv-commits] r31907 - /branches/S2_6/utility/shared.c

2016-02-14 Thread cazfi74
Author: cazfi Date: Sun Feb 14 09:20:50 2016 New Revision: 31907 URL: http://svn.gna.org/viewcvs/freeciv?rev=31907=rev Log: Always use ';' as PATH_SEPARATOR for WIN32_NATIVE builds. See patch #6954 Modified: branches/S2_6/utility/shared.c Modified: branches/S2_6/utility/shared.c URL:

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

2016-02-14 Thread cazfi74
Author: cazfi Date: Sun Feb 14 09:27:16 2016 New Revision: 31908 URL: http://svn.gna.org/viewcvs/freeciv?rev=31908=rev Log: Load Goods names in the ruleset names loading round. See patch #6909 Modified: trunk/server/ruleset.c Modified: trunk/server/ruleset.c URL:

[Freeciv-commits] r31909 - in /trunk: client/options.c common/events.c common/events.h data/misc/events.spec data/stdsounds.soundspec fc_version

2016-02-14 Thread cazfi74
Author: cazfi Date: Sun Feb 14 09:41:03 2016 New Revision: 31909 URL: http://svn.gna.org/viewcvs/freeciv?rev=31909=rev Log: Added Deprecation Warning event type. It's not sent in any situation yet. See patch #6948 Modified: trunk/client/options.c trunk/common/events.c

[Freeciv-commits] r31910 - in /branches/S2_6: ./ client/ common/ data/ data/misc/

2016-02-14 Thread cazfi74
Author: cazfi Date: Sun Feb 14 09:41:19 2016 New Revision: 31910 URL: http://svn.gna.org/viewcvs/freeciv?rev=31910=rev Log: Added Deprecation Warning event type. It's not sent in any situation yet. See patch #6948 Modified: branches/S2_6/client/options.c branches/S2_6/common/events.c

[Freeciv-commits] r31911 - /trunk/data/helpdata.txt

2016-02-14 Thread cazfi74
Author: cazfi Date: Sun Feb 14 09:46:01 2016 New Revision: 31911 URL: http://svn.gna.org/viewcvs/freeciv?rev=31911=rev Log: Make clear the plus-part of the fact that freeciv is licensed under GPLv2+ in the Copying menu item header text. See patch #6951 Modified: trunk/data/helpdata.txt

[Freeciv-commits] r31912 - /branches/S2_6/data/helpdata.txt

2016-02-14 Thread cazfi74
Author: cazfi Date: Sun Feb 14 09:46:06 2016 New Revision: 31912 URL: http://svn.gna.org/viewcvs/freeciv?rev=31912=rev Log: Make clear the plus-part of the fact that freeciv is licensed under GPLv2+ in the Copying menu item header text. See patch #6951 Modified:

[Freeciv-commits] r31913 - /branches/S2_5/data/helpdata.txt

2016-02-14 Thread cazfi74
Author: cazfi Date: Sun Feb 14 09:46:12 2016 New Revision: 31913 URL: http://svn.gna.org/viewcvs/freeciv?rev=31913=rev Log: Make clear the plus-part of the fact that freeciv is licensed under GPLv2+ in the Copying menu item header text. See patch #6951 Modified:

[Freeciv-commits] r31920 - in /branches/S2_6: Makefile.am configure.ac data/Makefile.am data/database.lua lua/ lua/Makefile.am lua/database.lua

2016-02-14 Thread cazfi74
Author: cazfi Date: Sun Feb 14 12:52:58 2016 New Revision: 31920 URL: http://svn.gna.org/viewcvs/freeciv?rev=31920=rev Log: Moved database.lua from data/ to lua/ in source tree. See patch #6929 Added: branches/S2_6/lua/ branches/S2_6/lua/Makefile.am branches/S2_6/lua/database.lua