[Freeciv-commits] r30060 - in /trunk: ai/default/ client/ client/gui-gtk-2.0/ client/gui-gtk-3.0/ client/gui-qt/ client/gui-sdl/ client/gui-sd...

2015-10-13 Thread cazfi74
Author: cazfi Date: Tue Oct 13 17:14:24 2015 New Revision: 30060 URL: http://svn.gna.org/viewcvs/freeciv?rev=30060=rev Log: Renamed unit_type() as unit_type_get() See patch #6404 Modified: trunk/ai/default/advdiplomacy.c trunk/ai/default/advmilitary.c trunk/ai/default/aiair.c

[Freeciv-commits] r30061 - in /branches/S2_6: ai/default/ client/ client/gui-gtk-2.0/ client/gui-gtk-3.0/ client/gui-qt/ client/gui-sdl/ clien...

2015-10-13 Thread cazfi74
Author: cazfi Date: Tue Oct 13 17:15:47 2015 New Revision: 30061 URL: http://svn.gna.org/viewcvs/freeciv?rev=30061=rev Log: Renamed unit_type() as unit_type_get() See patch #6404 Modified: branches/S2_6/ai/default/advdiplomacy.c branches/S2_6/ai/default/advmilitary.c

[Freeciv-commits] r30064 - in /trunk/client: audio.c audio.h music.c

2015-10-13 Thread cazfi74
Author: cazfi Date: Tue Oct 13 18:37:04 2015 New Revision: 30064 URL: http://svn.gna.org/viewcvs/freeciv?rev=30064=rev Log: Fixed disabling of music mid-game to actually stop it and not just to change track. See bug #23931 Modified: trunk/client/audio.c trunk/client/audio.h

[Freeciv-commits] r30065 - in /branches/S2_6/client: audio.c audio.h music.c

2015-10-13 Thread cazfi74
Author: cazfi Date: Tue Oct 13 18:37:11 2015 New Revision: 30065 URL: http://svn.gna.org/viewcvs/freeciv?rev=30065=rev Log: Fixed disabling of music mid-game to actually stop it and not just to change track. See bug #23931 Modified: branches/S2_6/client/audio.c

[Freeciv-commits] r30062 - in /trunk/server: savecompat.c savegame2.c

2015-10-13 Thread cazfi74
Author: cazfi Date: Tue Oct 13 18:11:59 2015 New Revision: 30062 URL: http://svn.gna.org/viewcvs/freeciv?rev=30062=rev Log: Load ruleset data before compatibility conversion from an older savegame2.c savegame. See bug #23929 Modified: trunk/server/savecompat.c trunk/server/savegame2.c

[Freeciv-commits] r30069 - /branches/S2_6/ai/default/aitools.c

2015-10-13 Thread sveinung84
Author: sveinung Date: Tue Oct 13 19:35:36 2015 New Revision: 30069 URL: http://svn.gna.org/viewcvs/freeciv?rev=30069=rev Log: ai pf: handle actors like military units The function dai_fill_unit_paramdai_fill_unit_param() sets the path finding parameters for an AI unit in some situations.

[Freeciv-commits] r30068 - /branches/S2_6/common/aicore/path_finding.c

2015-10-13 Thread sveinung84
Author: sveinung Date: Tue Oct 13 19:35:28 2015 New Revision: 30068 URL: http://svn.gna.org/viewcvs/freeciv?rev=30068=rev Log: Comment header spell fix Modified: branches/S2_6/common/aicore/path_finding.c Modified: branches/S2_6/common/aicore/path_finding.c URL:

[Freeciv-commits] r30063 - in /branches/S2_6/server: savecompat.c savegame2.c

2015-10-13 Thread cazfi74
Author: cazfi Date: Tue Oct 13 18:12:07 2015 New Revision: 30063 URL: http://svn.gna.org/viewcvs/freeciv?rev=30063=rev Log: Load ruleset data before compatibility conversion from an older savegame2.c savegame. See bug #23929 Modified: branches/S2_6/server/savecompat.c

[Freeciv-commits] r30067 - /trunk/ai/default/aitools.c

2015-10-13 Thread sveinung84
Author: sveinung Date: Tue Oct 13 19:34:42 2015 New Revision: 30067 URL: http://svn.gna.org/viewcvs/freeciv?rev=30067=rev Log: ai pf: handle actors like military units The function dai_fill_unit_paramdai_fill_unit_param() sets the path finding parameters for an AI unit in some situations.

[Freeciv-commits] r30071 - /branches/S2_5/common/fc_types.h

2015-10-13 Thread sveinung84
Author: sveinung Date: Tue Oct 13 19:56:49 2015 New Revision: 30071 URL: http://svn.gna.org/viewcvs/freeciv?rev=30071=rev Log: The enum direction8 is used in unit orders and therefore in the network protocol. Document it. See patch #6401 Modified: branches/S2_5/common/fc_types.h Modified: