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

2016-08-12 Thread cazfi74
Author: cazfi Date: Fri Aug 12 10:30:01 2016 New Revision: 33572 URL: http://svn.gna.org/viewcvs/freeciv?rev=33572=rev Log: Fixed crash when unit without former homecity tries to change homecity. Reported by Andreas Røsdal See bug #24957 Modified: trunk/common/actions.c Modified:

[Freeciv-commits] r33574 - in /branches/S2_6/tools/ruledit: ruledit.cpp ruledit_qt.cpp ruledit_qt.h

2016-08-12 Thread cazfi74
Author: cazfi Date: Fri Aug 12 14:13:10 2016 New Revision: 33574 URL: http://svn.gna.org/viewcvs/freeciv?rev=33574=rev Log: Merged ruledit_qt_setup(), ruledit_qt_run(), and ruledit_qt_close() See patch #7591 Modified: branches/S2_6/tools/ruledit/ruledit.cpp

[Freeciv-commits] r33573 - in /trunk/tools/ruledit: ruledit.cpp ruledit_qt.cpp ruledit_qt.h

2016-08-12 Thread cazfi74
Author: cazfi Date: Fri Aug 12 14:13:03 2016 New Revision: 33573 URL: http://svn.gna.org/viewcvs/freeciv?rev=33573=rev Log: Merged ruledit_qt_setup(), ruledit_qt_run(), and ruledit_qt_close() See patch #7591 Modified: trunk/tools/ruledit/ruledit.cpp trunk/tools/ruledit/ruledit_qt.cpp

[Freeciv-commits] r33576 - in /branches/S2_6/client: gui-sdl/mapctrl.c gui-sdl2/mapctrl.c update_queue.c update_queue.h

2016-08-12 Thread cazfi74
Author: cazfi Date: Fri Aug 12 18:42:13 2016 New Revision: 33576 URL: http://svn.gna.org/viewcvs/freeciv?rev=33576=rev Log: Made sdl-clients not to access PAGE_GAME widgets that have already been freed when actual page change is still unprocessed in the queue. See bug #23992 Modified:

[Freeciv-commits] r33575 - in /trunk/client: gui-sdl2/mapctrl.c update_queue.c update_queue.h

2016-08-12 Thread cazfi74
Author: cazfi Date: Fri Aug 12 18:42:05 2016 New Revision: 33575 URL: http://svn.gna.org/viewcvs/freeciv?rev=33575=rev Log: Made sdl-clients not to access PAGE_GAME widgets that have already been freed when actual page change is still unprocessed in the queue. See bug #23992 Modified:

[Freeciv-commits] r33577 - in /branches/S2_5/client: gui-sdl/mapctrl.c update_queue.c update_queue.h

2016-08-12 Thread cazfi74
Author: cazfi Date: Fri Aug 12 18:42:19 2016 New Revision: 33577 URL: http://svn.gna.org/viewcvs/freeciv?rev=33577=rev Log: Made sdl-clients not to access PAGE_GAME widgets that have already been freed when actual page change is still unprocessed in the queue. See bug #23992 Modified:

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

2016-08-12 Thread sveinung84
Author: sveinung Date: Fri Aug 12 20:35:15 2016 New Revision: 33580 URL: http://svn.gna.org/viewcvs/freeciv?rev=33580=rev Log: Share unithand's action not enabled reason. Make it possible for server code outside unithand.c to get the kind of reason that prevents a unit from doing an action.

[Freeciv-commits] r33579 - in /trunk: common/actions.c server/unithand.c server/unittools.c

2016-08-12 Thread sveinung84
Author: sveinung Date: Fri Aug 12 20:34:34 2016 New Revision: 33579 URL: http://svn.gna.org/viewcvs/freeciv?rev=33579=rev Log: Handle paratroopers_range in the action system. See patch #7583 Modified: trunk/common/actions.c trunk/server/unithand.c trunk/server/unittools.c Modified:

[Freeciv-commits] r33581 - in /trunk/client: gui-gtk-2.0/menu.c gui-gtk-3.0/menu.c gui-gtk-3.x/menu.c

2016-08-12 Thread sveinung84
Author: sveinung Date: Fri Aug 12 20:37:37 2016 New Revision: 33581 URL: http://svn.gna.org/viewcvs/freeciv?rev=33581=rev Log: Gtk clients: ask for target for "Do...". Change "Do..." to always ask the player for a target tile. A 2nd call (like pressing "d" twice) will call the old "Do..."

[Freeciv-commits] r33578 - in /trunk: common/actions.c common/actions.h server/unithand.c server/unittools.c

2016-08-12 Thread sveinung84
Author: sveinung Date: Fri Aug 12 20:33:55 2016 New Revision: 33578 URL: http://svn.gna.org/viewcvs/freeciv?rev=33578=rev Log: Deduplicate action_mp_full_makes_legal(). Replace two functions that checks if a currently illegal action would be legal if the actor unit had all its movement points

[Freeciv-commits] r33583 - in /trunk/client: climisc.c climisc.h

2016-08-12 Thread sveinung84
Author: sveinung Date: Fri Aug 12 20:38:14 2016 New Revision: 33583 URL: http://svn.gna.org/viewcvs/freeciv?rev=33583=rev Log: Delete unused act vs own tile functions. "Do..." can now act against any target tile the user selects, not only the tile the actor is located at. It is therefore enabled

[Freeciv-commits] r33582 - in /trunk/client: gui-gtk-2.0/action_dialog.c gui-gtk-3.0/action_dialog.c gui-gtk-3.x/action_dialog.c

2016-08-12 Thread sveinung84
Author: sveinung Date: Fri Aug 12 20:38:06 2016 New Revision: 33582 URL: http://svn.gna.org/viewcvs/freeciv?rev=33582=rev Log: Gtk clients: act sel dlg paradrop and airlift. Support the actions "Paradrop Unit" and "Airlift Unit" in the action selection dialog. See patch #7574 Modified:

[Freeciv-commits] r33584 - in /branches/S2_6: common/actions.c common/actions.h server/unithand.c server/unittools.c

2016-08-12 Thread sveinung84
Author: sveinung Date: Fri Aug 12 20:38:55 2016 New Revision: 33584 URL: http://svn.gna.org/viewcvs/freeciv?rev=33584=rev Log: Deduplicate action_mp_full_makes_legal(). Replace two functions that checks if a currently illegal action would be legal if the actor unit had all its movement points

[Freeciv-commits] r33585 - in /branches/S2_6/client: gui-gtk-2.0/menu.c gui-gtk-3.0/menu.c

2016-08-12 Thread sveinung84
Author: sveinung Date: Fri Aug 12 20:39:04 2016 New Revision: 33585 URL: http://svn.gna.org/viewcvs/freeciv?rev=33585=rev Log: Gtk clients: ask for target for "Do...". Change "Do..." to always ask the player for a target tile. A 2nd call (like pressing "d" twice) will call the old "Do..."