[Freeciv-Dev] Re: (PR#725) Order of end/new-turn activities
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Thu, Jul 03, 2003 at 09:13:55AM -0700, Jason Short wrote:
>
> So this leaves me with:
>
> * Pre-turn actions:
> - Save game.
this is an issue. savegame right now (and I think ought to) can happen
after some moves are made and before others.
how about simply specifying that if game.is_new_game = 1 then after a game
is loaded, we get pre-turn actions, otherwise, we consider the game saved
in the middle of the turn (post pre-turn actions).
> - Goto execution (for this round).
> - AI turns.
> - More goto execution (for the AI, this round).
-mike
|
|