[Freeciv-Dev] (PR#12472) abusable bug: team research

2008-06-23 Thread Jason Short
URL: http://bugs.freeciv.org/Ticket/Display.html?id=12472 Good patch. This variant turns it into a function and sync's the whole research structure. I'll commit shortly. -jason Index: server/plrhand.c === --- server/plrhand.c

[Freeciv-Dev] (PR#12472) abusable bug: team research

2007-09-13 Thread Pepeto _
URL: http://bugs.freeciv.org/Ticket/Display.html?id=12472 The problem is that the bulb stock is reducted for only the player who got the tech, not the others... It just spoilt LT9. Patch attached... --- server/plrhand.c.old 2007-09-13 17:34:35.0 +0200 +++ server/plrhand.c 2007-09-13

[Freeciv-Dev] (PR#12472) abusable bug: team research

2007-09-13 Thread Pepeto _
URL: http://bugs.freeciv.org/Ticket/Display.html?id=12472 [pepeto - Jeu. Sep. 13 16:35:37 2007]: It just spoilt LT9. Patch attached... Forgot this: @@ -697,6 +710,16 @@ plr-research.changed_from = -1; } plr-research.researching=tech; + + /* Update team research */ +