[Warzone-commits] r6181 - in /trunk/src: ai.c combat.c

2008-10-18 Thread Per I. Mathisen
Author: per Date: Sat Oct 18 19:27:27 2008 New Revision: 6181 URL: http://svn.gna.org/viewcvs/warzone?rev=6181&view=rev Log: Add the purely cosmetic changes from trac ticket #97 to minimize patch size. Modified: trunk/src/ai.c trunk/src/combat.c _

[Warzone-commits] r6182 - in /trunk/src: combat.c visibility.c visibility.h

2008-10-18 Thread Per I. Mathisen
Author: per Date: Sat Oct 18 19:59:09 2008 New Revision: 6182 URL: http://svn.gna.org/viewcvs/warzone?rev=6182&view=rev Log: Restrict direct fire to weapons range only instead of minimum of sensor range and weapon range. Patch by myself and Zarel with input from the forums. From ticket #97. Mod

[Warzone-commits] r6183 - /trunk/src/ai.c

2008-10-18 Thread Per I. Mathisen
Author: per Date: Sat Oct 18 20:04:49 2008 New Revision: 6183 URL: http://svn.gna.org/viewcvs/warzone?rev=6183&view=rev Log: Make structures not try to target anything from outside weapons range. From patch by Zarel in ticket #97. Modified: trunk/src/ai.c __

[Warzone-commits] r6184 - /trunk/src/multiint.c

2008-10-18 Thread Bugs Buggy
Author: buginator Date: Sat Oct 18 20:27:32 2008 New Revision: 6184 URL: http://svn.gna.org/viewcvs/warzone?rev=6184&view=rev Log: Fixes and closes ticket:104 Prevents allowing player from having everyone on the same team. Modified: trunk/src/multiint.c

[Warzone-commits] r6185 - /trunk/src/ai.c

2008-10-18 Thread Per I. Mathisen
Author: per Date: Sat Oct 18 20:28:26 2008 New Revision: 6185 URL: http://svn.gna.org/viewcvs/warzone?rev=6185&view=rev Log: Ran astyle over validTarget(), a hideously looking function! Modified: trunk/src/ai.c ___ Warzone-commits mailing list War

[Warzone-commits] r6186 - in /trunk/data/base/multiplay/skirmish: player0.slo player1.slo player2.slo player3.slo player4.slo player5.slo player6.slo player7.slo

2008-10-18 Thread Bugs Buggy
Author: buginator Date: Sat Oct 18 20:38:25 2008 New Revision: 6186 URL: http://svn.gna.org/viewcvs/warzone?rev=6186&view=rev Log: Disables the AI from executing the reassignAI() routine, which is broken, and it instead took control of a human player, and not the dropped player (which doesn't ma

[Warzone-commits] r6187 - in /trunk/src: game.c main.c

2008-10-18 Thread Bugs Buggy
Author: buginator Date: Sat Oct 18 20:57:54 2008 New Revision: 6187 URL: http://svn.gna.org/viewcvs/warzone?rev=6187&view=rev Log: Fixes & closes ticket:114 We do not exit() on a bad savegame file. Instead, we go back to the title menu. (Since we have no easy way to make a pop-up requester with

[Warzone-commits] r6188 - in /branches/2.1/src: game.c main.c

2008-10-18 Thread Bugs Buggy
Author: buginator Date: Sun Oct 19 03:06:13 2008 New Revision: 6188 URL: http://svn.gna.org/viewcvs/warzone?rev=6188&view=rev Log: backport r6187 "do not exit() on a bad/corrupt savegame file, instead reload main menu." Modified: branches/2.1/src/game.c branches/2.1/src/main.c _

[Warzone-commits] r6189 - in /branches/2.1/data/multiplay/skirmish: player0.slo player1.slo player2.slo player3.slo player4.slo player5.slo player6.slo player7.slo

2008-10-18 Thread Bugs Buggy
Author: buginator Date: Sun Oct 19 03:21:11 2008 New Revision: 6189 URL: http://svn.gna.org/viewcvs/warzone?rev=6189&view=rev Log: Backport r6186 Ticket #105 (Disable AI routine that is supposed to take over for a dropped player) Modified: branches/2.1/data/multiplay/skirmish/player0.slo

[Warzone-commits] r6190 - /branches/2.1/src/init.c

2008-10-18 Thread Bugs Buggy
Author: buginator Date: Sun Oct 19 03:26:39 2008 New Revision: 6190 URL: http://svn.gna.org/viewcvs/warzone?rev=6190&view=rev Log: backport r6140 "Alliances were formed in a SP game that were not supposed to be formed as a byproduct of having game.alliance set to ALLIANCES_TEAMS in a skirmish/MP

[Warzone-commits] r6191 - /branches/2.1/src/loadsave.c

2008-10-18 Thread Bugs Buggy
Author: buginator Date: Sun Oct 19 03:30:23 2008 New Revision: 6191 URL: http://svn.gna.org/viewcvs/warzone?rev=6191&view=rev Log: backport r6132 "Since return/enter key was remapped to enable chat mode, we didn't remove this keypress from the input stream when we would save games. This resulted

[Warzone-commits] r6192 - /branches/2.1/src/wrappers.c

2008-10-18 Thread Bugs Buggy
Author: buginator Date: Sun Oct 19 03:34:42 2008 New Revision: 6192 URL: http://svn.gna.org/viewcvs/warzone?rev=6192&view=rev Log: backport r6126 "Disables stopping of the backdrop, to fix the flickering issue that some people have seen while on the loading screen." Modified: branches/2.1/sr

[Warzone-commits] r6193 - /trunk/src/ai.c

2008-10-18 Thread Bugs Buggy
Author: buginator Date: Sun Oct 19 06:45:38 2008 New Revision: 6193 URL: http://svn.gna.org/viewcvs/warzone?rev=6193&view=rev Log: fixes r6183 and closes ticket:119 Buildings couldn't fire at anything. Modified: trunk/src/ai.c ___ Warzone-commits