Re: [Freeciv-Dev] AI Documentation & Tips

2010-05-25 Thread Marko Lindqvist
On 25 May 2010 17:29, Bernd Jendrissek wrote: > I think the city governor does store something on the server.  I'm not > sure what exactly.  Unfortunately the data is (or was, or I'm > mistaken) endianness/alignment-sensitive. CMA saves settings for each city. "Player attribute" packets are used

Re: [Freeciv-Dev] AI Documentation & Tips

2010-05-25 Thread Bernd Jendrissek
On Tue, May 25, 2010 at 8:00 AM, Goswin von Brederlow wrote: > Bernd Jendrissek writes: >> On Mon, May 24, 2010 at 6:15 AM, Goswin von Brederlow >> wrote: >>> I would also like the AI to run as seperate client (that way it can't >>> use privileged information from the server at all) or at least

Re: [Freeciv-Dev] AI Documentation & Tips

2010-05-24 Thread Goswin von Brederlow
Bernd Jendrissek writes: > On Mon, May 24, 2010 at 6:15 AM, Goswin von Brederlow > wrote: >> I would also like the AI to run as seperate client (that way it can't >> use privileged information from the server at all) or at least seperate >> thread. In large maps the AI takes a majority of the t

Re: [Freeciv-Dev] AI Documentation & Tips

2010-05-24 Thread Bernd Jendrissek
On Mon, May 24, 2010 at 6:15 AM, Goswin von Brederlow wrote: > I would also like the AI to run as seperate client (that way it can't > use privileged information from the server at all) or at least seperate > thread. In large maps the AI takes a majority of the time and nowadays > multi-core syste

Re: [Freeciv-Dev] AI Documentation & Tips

2010-05-23 Thread Goswin von Brederlow
Israel writes: > Hello, > > I am interested in working on FreeCiv AI, and would like to know if there is > any documentation or "begin reading this" doc to help me. It's my first > contact > with the freeciv code, so maybe I should start from something more general > than > the AI itself. > > I

[Freeciv-Dev] AI Documentation & Tips

2010-05-23 Thread Israel
Hello, I am interested in working on FreeCiv AI, and would like to know if there is any documentation or "begin reading this" doc to help me. It's my first contact with the freeciv code, so maybe I should start from something more general than the AI itself. I have already downloaded the sourc