[Freeciv-Dev] Re: [RFC PATCH] init_techs
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
--- Raimar Falke <hawk@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
> Can you give examples? Is someone working on this?
create tech automobile {
name = "Automobile";
req1 = ... }
(where braces might be parens, and semicolons might be commas)
No one is actively working on it. I don't know what the status of the split
function patch is -- that's the infrastructure that comes first.
> I propose that the identifier doesn't depend on any actual data. The
> identifier is choosen by the user and is used only for identifying a
> certain object. The identifier won't change after the object has been
> created. This is much like the current
> "[building_asmiths_trading_co]".
Right, that's my proposal exactlly.
> Maybe I didn't understood it correctly and you mean that the
> identifier is more like a variable than an id. Than you could do
> things like:
> a=create tech (...);
> b=a; // assume deep copy
> set b.name="asdda";
> and
> a=create tech (...);
> a=create tech (...); // oops we losse the first one
That's not my proposal but may be interesting with an embedded Python...
Arien
__________________________________________________
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
- [Freeciv-Dev] Re: [RFC PATCH] init_techs, Raimar Falke, 2001/10/05
- [Freeciv-Dev] Re: [RFC PATCH] init_techs, Arien Malec, 2001/10/05
- [Freeciv-Dev] Re: [RFC PATCH] init_techs, Raimar Falke, 2001/10/05
- [Freeciv-Dev] Re: [RFC PATCH] init_techs,
Arien Malec <=
- [Freeciv-Dev] Re: [RFC PATCH] init_techs, Raimar Falke, 2001/10/05
- [Freeciv-Dev] Re: [RFC PATCH] init_tech, Daniel L Speyer, 2001/10/05
- [Freeciv-Dev] Re: [RFC PATCH] init_tech, Justin Moore, 2001/10/05
- [Freeciv-Dev] Re: [RFC PATCH] init_tech, Raimar Falke, 2001/10/05
- [Freeciv-Dev] Re: [RFC PATCH] init_tech, Daniel L Speyer, 2001/10/05
- [Freeciv-Dev] Re: [RFC PATCH] init_tech, Raimar Falke, 2001/10/05
- [Freeciv-Dev] Re: [RFC PATCH] init_techs, Reinier Post, 2001/10/09
- [Freeciv-Dev] Re: [RFC PATCH] init_techs, Raimar Falke, 2001/10/09
[Freeciv-Dev] Re: [RFC PATCH] init_techs, Ben Webb, 2001/10/05
[Freeciv-Dev] Re: [RFC PATCH] init_techs, Stewart Adcock, 2001/10/05
|
|