matusik: Move the player_research struct into the te...

[email protected] Wed, 20 Jul 2005 00:21:04 -0700
Newsgroups gmane.games.freeciv.cvs
Message-ID <[email protected]>
This is an automated notification of a change to freeciv cvs, 
on Wed Jul 20 00:19:20 PDT 2005 = Wed Jul 20 07:19:20 2005 (GMT)
by Mateusz Stefek <[email protected]>

---- Files affected:

freeciv/client packhand.c tilespec.c
freeciv/client/gui-win32 inteldlg.c repodlgs.c
freeciv/common game.c player.c player.h team.c team.h tech.c tech.h
freeciv/server savegame.c srv_main.c

---- Log message:
      Tag: HEAD

Move the player_research struct into the team structure. Now every player has a team and you always share your research with team mates. Patch by me in PR#13429