[Freeciv-commits] r34496 - in /trunk/common/scriptcore: api_game_find.c api_game_find.h tolua_game.pkg

2016-11-13 Thread sveinung84
Author: sveinung Date: Sun Nov 13 16:43:01 2016 New Revision: 34496 URL: http://svn.gna.org/viewcvs/freeciv?rev=34496=rev Log: Lua API: introduce find.action() methods. See patch #7973 Modified: trunk/common/scriptcore/api_game_find.c trunk/common/scriptcore/api_game_find.h

[Freeciv-commits] r34498 - in /trunk/server: unithand.c unithand.h

2016-11-13 Thread sveinung84
Author: sveinung Date: Sun Nov 13 19:30:22 2016 New Revision: 34498 URL: http://svn.gna.org/viewcvs/freeciv?rev=34498=rev Log: Action not enabled explain missing target. See patch #7978 Modified: trunk/server/unithand.c trunk/server/unithand.h Modified: trunk/server/unithand.c URL:

[Freeciv-commits] r34497 - /trunk/common/actions.c

2016-11-13 Thread sveinung84
Author: sveinung Date: Sun Nov 13 19:29:46 2016 New Revision: 34497 URL: http://svn.gna.org/viewcvs/freeciv?rev=34497=rev Log: An unknown target can't make an action possible. An action can be known to be impossible because of the actor unit. When this is true it doesn't matter what the target

[Freeciv-commits] r34494 - in /trunk: ./ client/ common/ common/networking/ data/alien/ data/civ1/ data/civ2/ data/civ2civ3/ data/classic/ dat...

2016-11-13 Thread cazfi74
Author: cazfi Date: Sun Nov 13 11:42:35 2016 New Revision: 34494 URL: http://svn.gna.org/viewcvs/freeciv?rev=34494=rev Log: Added support for extras that can hide units inside from opponents. Requested by Jacob Nevins See patch #4101 Modified: trunk/client/packhand.c

[Freeciv-commits] r34495 - /trunk/server/scripting/api_server_edit.c

2016-11-13 Thread sveinung84
Author: sveinung Date: Sun Nov 13 16:42:42 2016 New Revision: 34495 URL: http://svn.gna.org/viewcvs/freeciv?rev=34495=rev Log: Lua server scripts: don't rely on "Conquer City". Determine if a particular Lua triggered unit move is a city conquest based on the old rules rather than on if the actor

[Freeciv-commits] r34503 - /branches/S2_6/client/gui-qt/mapview.cpp

2016-11-13 Thread mlewczuk80
Author: mir3x Date: Sun Nov 13 22:37:18 2016 New Revision: 34503 URL: http://svn.gna.org/viewcvs/freeciv?rev=34503=rev Log: Qt client - tax sprites not always updated See bug #25287 Modified: branches/S2_6/client/gui-qt/mapview.cpp Modified: branches/S2_6/client/gui-qt/mapview.cpp URL:

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

2016-11-13 Thread mlewczuk80
Author: mir3x Date: Sun Nov 13 22:37:27 2016 New Revision: 34504 URL: http://svn.gna.org/viewcvs/freeciv?rev=34504=rev Log: Qt client - tax sprites not always updated See bug #25287 Modified: trunk/client/gui-qt/mapview.cpp Modified: trunk/client/gui-qt/mapview.cpp URL:

[Freeciv-commits] r34501 - /branches/S2_6/client/gui-qt/citydlg.cpp

2016-11-13 Thread mlewczuk80
Author: mir3x Date: Sun Nov 13 22:35:44 2016 New Revision: 34501 URL: http://svn.gna.org/viewcvs/freeciv?rev=34501=rev Log: Qt client - city dialog - use fixed height for widget holding city view See patch #7981 Modified: branches/S2_6/client/gui-qt/citydlg.cpp Modified:

[Freeciv-commits] r34502 - /trunk/client/gui-qt/citydlg.cpp

2016-11-13 Thread mlewczuk80
Author: mir3x Date: Sun Nov 13 22:35:53 2016 New Revision: 34502 URL: http://svn.gna.org/viewcvs/freeciv?rev=34502=rev Log: Qt client - city dialog - use fixed height for widget holding city view See patch #7981 Modified: trunk/client/gui-qt/citydlg.cpp Modified:

[Freeciv-commits] r34500 - /trunk/client/gui-qt/

2016-11-13 Thread mlewczuk80
Author: mir3x Date: Sun Nov 13 22:33:44 2016 New Revision: 34500 URL: http://svn.gna.org/viewcvs/freeciv?rev=34500=rev Log: Qt client - added menu option to lock interface See patch #7979 Modified: trunk/client/gui-qt/fc_client.cpp trunk/client/gui-qt/fc_client.h

[Freeciv-commits] r34499 - /branches/S2_6/client/gui-qt/

2016-11-13 Thread mlewczuk80
Author: mir3x Date: Sun Nov 13 22:33:35 2016 New Revision: 34499 URL: http://svn.gna.org/viewcvs/freeciv?rev=34499=rev Log: Qt client - added menu option to lock interface See patch #7979 Modified: branches/S2_6/client/gui-qt/fc_client.cpp branches/S2_6/client/gui-qt/fc_client.h

[Freeciv-commits] r34505 - /branches/S2_6/translations/freeciv/pl.po

2016-11-13 Thread mlewczuk80
Author: mir3x Date: Sun Nov 13 23:02:09 2016 New Revision: 34505 URL: http://svn.gna.org/viewcvs/freeciv?rev=34505=rev Log: pl.po broken Reproted by Marko Lindqvist See bug #25295 Modified: branches/S2_6/translations/freeciv/pl.po Modified: branches/S2_6/translations/freeciv/pl.po URL:

[Freeciv-commits] r34506 - in /branches/S2_6/client/gui-gtk-3.22: citydlg.c optiondlg.c pages.c

2016-11-13 Thread cazfi74
Author: cazfi Date: Mon Nov 14 05:49:30 2016 New Revision: 34506 URL: http://svn.gna.org/viewcvs/freeciv?rev=34506=rev Log: Replaced deprecated gtk_menu_popup() calls with modern constructs in gtk3.22-client See patch #7876 Modified: branches/S2_6/client/gui-gtk-3.22/citydlg.c

[Freeciv-commits] r34507 - /trunk/server/unithand.c

2016-11-13 Thread sveinung84
Author: sveinung Date: Mon Nov 14 07:55:59 2016 New Revision: 34507 URL: http://svn.gna.org/viewcvs/freeciv?rev=34507=rev Log: handle_unit_get_actions(): actor target distance. Replace the cached calculation if the actor and the target are at the same tile with caching the distance between actor

[Freeciv-commits] r34508 - /trunk/server/unithand.c

2016-11-13 Thread sveinung84
Author: sveinung Date: Mon Nov 14 07:56:58 2016 New Revision: 34508 URL: http://svn.gna.org/viewcvs/freeciv?rev=34508=rev Log: Shorten unit_perform_action() via macros. See patch #7977 Modified: trunk/server/unithand.c [This mail would be too long, it was shortened to contain the URLs