[Freeciv-commits] r31479 - /trunk/utility/support.c

2016-01-17 Thread cazfi74
Author: cazfi Date: Mon Jan 18 07:24:03 2016 New Revision: 31479 URL: http://svn.gna.org/viewcvs/freeciv?rev=31479=rev Log: Replaced use of _beginthreadex() with CreateThread() in Windows console handling. See bug #24291 Modified: trunk/utility/support.c Modified: trunk/utility/support.c

[Freeciv-commits] r31480 - /branches/S2_6/utility/support.c

2016-01-17 Thread cazfi74
Author: cazfi Date: Mon Jan 18 07:24:12 2016 New Revision: 31480 URL: http://svn.gna.org/viewcvs/freeciv?rev=31480=rev Log: Replaced use of _beginthreadex() with CreateThread() in Windows console handling. See bug #24291 Modified: branches/S2_6/utility/support.c Modified:

[Freeciv-commits] r31476 - in /trunk/server: advisors/advspace.c spacerace.c spacerace.h

2016-01-17 Thread sveinung84
Author: sveinung Date: Sun Jan 17 19:04:27 2016 New Revision: 31476 URL: http://svn.gna.org/viewcvs/freeciv?rev=31476=rev Log: Detect spaceship part autoplace failure. Stop spaceship part autoplace when placing a spaceship part fails. This avoids an eternal loop where placing the same part fails

[Freeciv-commits] r31478 - /branches/S2_6/server/unithand.c

2016-01-17 Thread cazfi74
Author: cazfi Date: Sun Jan 17 22:29:44 2016 New Revision: 31478 URL: http://svn.gna.org/viewcvs/freeciv?rev=31478=rev Log: Made adding an unit to a city to emit "city_size_change" signal to lua scripts. See bug #24308 Modified: branches/S2_6/server/unithand.c Modified:

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

2016-01-17 Thread cazfi74
Author: cazfi Date: Sun Jan 17 22:29:37 2016 New Revision: 31477 URL: http://svn.gna.org/viewcvs/freeciv?rev=31477=rev Log: Made adding an unit to a city to emit "city_size_change" signal to lua scripts. See bug #24308 Modified: trunk/server/unithand.c Modified: trunk/server/unithand.c

[Freeciv-commits] r31473 - in /branches/S2_5/translations: freeciv/ru.po nations/ru.po

2016-01-17 Thread 0jacobnk . gna
Author: jtn Date: Sun Jan 17 10:54:08 2016 New Revision: 31473 URL: http://svn.gna.org/viewcvs/freeciv?rev=31473=rev Log: Updated Russian translation from Konstantin Vedeneev. freeciv: 100%: 6271 translated. nations: 100%: 1844 translated. Modified: branches/S2_5/translations/freeciv/ru.po

[Freeciv-commits] r31475 - /branches/S2_6/server/spacerace.h

2016-01-17 Thread sveinung84
Author: sveinung Date: Sun Jan 17 14:06:20 2016 New Revision: 31475 URL: http://svn.gna.org/viewcvs/freeciv?rev=31475=rev Log: spacerace.h: remove double function prototypes. Function prototypes for the packet handling functions are generated from packets.def. Use those. See patch #6817

[Freeciv-commits] r31474 - /trunk/server/spacerace.h

2016-01-17 Thread sveinung84
Author: sveinung Date: Sun Jan 17 14:05:41 2016 New Revision: 31474 URL: http://svn.gna.org/viewcvs/freeciv?rev=31474=rev Log: spacerace.h: remove double function prototypes. Function prototypes for the packet handling functions are generated from packets.def. Use those. See patch #6817