Author: per
Date: Sat Jan 21 22:22:35 2006
New Revision: 11495
URL: http://svn.gna.org/viewcvs/freeciv?rev=11495&view=rev
Log:
Commit bits and pieces of the PR#14763 patch. Remove unnecessary gov
parameters from some functions. Fix comments. Style changes. Add upkeep
free feature of Anarchy to ruleset instead of code. Remove hardcoded
Anarchy penalty to incite cost. Generalize the celebration message. Add
new event type "player settings". No longer require specialist req to
be lowercase in ruleset. Martial law each zero disables martial law,
not martial law max zero. Fix crashes in effects code if called in
some functions before effects code is initialized.
Modified:
trunk/ai/advdomestic.c
trunk/ai/advmilitary.c
trunk/ai/aitools.c
trunk/ai/aitools.h
trunk/ai/aiunit.c
trunk/client/repodlgs_common.c
trunk/common/city.c
trunk/common/effects.c
trunk/common/events.c
trunk/common/events.h
trunk/common/specialist.c
trunk/common/unittype.c
trunk/common/unittype.h
trunk/data/default/effects.ruleset
trunk/data/stdsounds.soundspec
trunk/server/cityturn.c
trunk/server/plrhand.c
trunk/server/settlers.c
trunk/server/srv_main.c