Complete.Org: Mailing Lists: Archives: freeciv-dev: June 1999:
[Freeciv-Dev] [Patch] governments.ruleset
Home

[Freeciv-Dev] [Patch] governments.ruleset

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] [Patch] governments.ruleset
From: Sune Kirkeby <sune@xxxxxxxxxxxxx>
Date: Sun, 6 Jun 1999 22:52:41 +0200

Here is another patch in the ever growing list of government
patches. This one moves the government definitions out into
governments.ruleset.


The government definitions have a list of technologies that
you have to know for it to be an option.  Since I could not
figure out how correctly to put a list into one packet, I
use three packets to send the government definitions.

- PACKET_RULESET_GOVERNMENT:  One of these per government is
  sent, it holds the most information.
- PACKET_RULESET_GOVERNMENT_REQUIRED_TECHS:  One of these is
  sent, per required tech.
- PACKET_RULESET_GOVERNMENT_RULER_TITLE:  One of these is sent,
  per title a ruler has (that is one default and one per race
  specific ruler title).

Is this a stupid thing?
  

Sune Kirkeby

Attachment: freeciv-gov_ruleset.diff
Description: Text document


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] [Patch] governments.ruleset, Sune Kirkeby <=