Author: per
Date: Sat Feb 4 18:39:29 2006
New Revision: 11546
URL: http://svn.gna.org/viewcvs/freeciv?rev=11546&view=rev
Log:
Make the server settings 'cityfactor' (when you have this many cities, all
cities get +1
unhappy citizen) and 'unhappysize' (after this many citizens, all new citizens
are
unhappy) into effects. This gives much more mod-ability, at the expense of
being able to
change these settings from the server while running. See PR#15396 for the full
story.
Modified:
trunk/ai/aicity.c
trunk/client/gui-gtk-2.0/happiness.c
trunk/client/gui-win32/happiness.c
trunk/client/helpdata.c
trunk/common/capstr.c
trunk/common/city.c
trunk/common/effects.c
trunk/common/effects.h
trunk/common/game.c
trunk/common/game.h
trunk/common/packets.def
trunk/common/packets_gen.c
trunk/common/packets_gen.h
trunk/data/default/effects.ruleset
trunk/server/savegame.c
trunk/server/settings.c