[Freeciv-Dev] (PR#8491) problems with new connectdlg code
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=8491 >
> [jdorje - Mon Apr 12 16:01:17 2004]:
>
> Mike Kaufman wrote:
>
> >>>+enum skill_levels {
> >>>+ NOVICE,
> >>>+ EASY,
> >>>+ NORMAL,
> >>>+ HARD,
> >>>+ EXPERIMENTAL,
> >>>+ NUM_SKILL_LEVELS
> >>>+};
> >>>+
> >>>+extern const char *skill_level_names[NUM_SKILL_LEVELS];
> >>
> >>Shouldn't/can't these be shared with the server.
> >
> > possibly. devise a method and tell me.
>
> This should definitely be done. Should be easy.
Hmm, I take it back. It is in fact not easy. The server doesn't use a
list for these, but rather each is a separate command. (This is
probably a bad implementation by the server; it's not very extensible.
Better would be a general /difficulty command.)
/difficulty hard
/difficulty normal SomeAIPlayer
/difficulty 8
jason
- [Freeciv-Dev] Re: (PR#8491) Re: Freeciv commit: kauf: A new connect dialog for the client. This allo..., Mike Kaufman, 2004/04/12
- [Freeciv-Dev] Re: (PR#8491) Re: Freeciv commit: kauf: A new connect dialog for the client. This allo..., Raimar Falke, 2004/04/12
- [Freeciv-Dev] (PR#8491) Re: Freeciv commit: kauf: A new connect dialog for the client. This allo..., Vasco Alexandre da Silva Costa, 2004/04/12
- [Freeciv-Dev] Re: (PR#8491) Re: Freeciv commit: kauf: A new connect dialog for the client. This allo..., Raimar Falke, 2004/04/12
- [Freeciv-Dev] Re: (PR#8491) Re: Freeciv commit: kauf: A new connect dialog for the client. This allo..., Raimar Falke, 2004/04/12
- [Freeciv-Dev] Re: (PR#8491) Re: Freeciv commit: kauf: A new connect dialog for the client. This allo..., Jason Short, 2004/04/12
- [Freeciv-Dev] Re: (PR#8491) Re: Freeciv commit: kauf: A new connect dialog for the client. This allo..., Jason Short, 2004/04/12
- [Freeciv-Dev] Re: (PR#8491) Re: Freeciv commit: kauf: A new connect dialog for the client. This allo..., Raimar Falke, 2004/04/12
- [Freeciv-Dev] Re: (PR#8491) Re: Freeciv commit: kauf: A new connect dialog for the client. This allo..., Jason Short, 2004/04/12
- [Freeciv-Dev] (PR#8491) problems with new connectdlg code,
Jason Short <=
|
|