[Freeciv-Dev] (PR#39489) Major Crash

2007-08-05 Thread Karl Schuttler
http://bugs.freeciv.org/Ticket/Display.html?id=39489 > Playing freeciv on my home computer the last two days, I have experienced crashes that do one of a couple things. Sometimes it will freeze my whole computer, in as much that I can't change the status of my computer's numlock. Sometimes I get

Re: [Freeciv-Dev] (PR#36054) "Freeciv" GTK+ client theme

2007-08-05 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=36054 > Committed to trunk. Has some weird 'make distcheck' problems I want to solve before committing to S2_1. - ML ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.org/listinfo/fre

[Freeciv-Dev] (PR#39490) Deprecated forms of AC_INIT and AM_INIT_AUTOMAKE

2007-08-05 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39490 > We are using deprecated versions of AC_INIT and AM_INIT_AUTOMAKE Problem in upgrading is that new form of AC_INIT requires package version. We use autoconf macros to seek version information from version.in. Of course these macros cannot b

Re: [Freeciv-Dev] (PR#39476) BUG: iterator conflicts

2007-08-05 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39476 > second batch: base_type_iterate client_options_iterate This seems better to remain an indexing iterator (almost all usage is the index number, no pointer needed), but the name translation and other standard accessors were needed. Seve

Re: [Freeciv-Dev] (PR#37537) [Patch] Base build time

2007-08-05 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=37537 > On 03/08/07, Marko Lindqvist <[EMAIL PROTECTED]> wrote: > On 05/03/07, Marko Lindqvist <[EMAIL PROTECTED]> wrote: > > > > This makes built time property of base type. > > Updated against svn Again only updated so that it applies and compi

[Freeciv-Dev] (PR#39491) Re: Show caravan revenue before action

2007-08-05 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39491 > >From Freeciv-Dev: On 23/04/07, Glauber de Oliveira Costa <[EMAIL PROTECTED]> wrote: > [Now subscribed to the list] > > Hello, > > I wrote this patch for the gtk-gui, that aims for showing the amount > of revenue and/or trade points a carava

Re: [Freeciv-Dev] (PR#39413) Effects-ize the calender

2007-08-05 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39413 > On 27/06/07, Ulrik Sverdrup <[EMAIL PROTECTED]> wrote: > > ## Further work ## > > * Incorporate minor changes to 2.1 branch, like `startyear` and/or any > renamed effects (like `Slow_Down_Timeline_2`) to No, you need good arguments for feat

Re: [Freeciv-Dev] (PR#17793) Wait cursor and non-simultaneous movement (gtk2 client, trunk)

2007-08-05 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=17793 > On 10/06/06, Andreas Røsdal <[EMAIL PROTECTED]> wrote: > > On Sat, 10 Jun 2006, Per I. Mathisen wrote: > > > set simultaneousphases 0 > > > > Now the wait cursor appears whenever you press 'end turn' to indicate that > > you are done moving.

[Freeciv-Dev] (PR#39492) Client not receiving/accepting data at end of turn

2007-08-05 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39492 > I noticed that client does not handle end_phase packet (and other late turn packets) until server has sent several new turn related packets. Even if this relates to some buffer usage, not receiving some of these packets in timely manner is c

Re: [Freeciv-Dev] (PR#39492) Client not receiving/accepting data at end of turn

2007-08-05 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39492 > On 05/08/07, Marko Lindqvist <[EMAIL PROTECTED]> wrote: > > I noticed that client does not handle end_phase packet (and other > late turn packets) until server has sent several new turn related > packets. Even if this relates to some buffer

[Freeciv-Dev] (PR#39495) [Patch] Remove x.m4 form diff_ignore

2007-08-05 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39495 > In trunk x.m4 is no longer generated file. It should not be listed in diff_ignore. - ML diff -Nurd -X.diff_ignore freeciv/diff_ignore freeciv/diff_ignore --- freeciv/diff_ignore 2007-08-04 18:39:15.0 +0300 +++ freeciv/diff_ignore

[Freeciv-Dev] (PR#39494) Update to lua-5.1.2

2007-08-05 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39494 > Best way to update lua & tolua(xx) seems to be first installing new versions parallel to existing ones. Existing ones will stay in use while new ones are set up. I will add lua-5.1.2 to version control as separate directory, not by updating

[Freeciv-Dev] (PR#39493) [Patch] toluaxx Makefile.am

2007-08-05 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39493 > Makefile.am for toluaxx directory. - ML diff -Nurd -X.diff_ignore freeciv/dependencies/toluaxx/Makefile.am freeciv/dependencies/toluaxx/Makefile.am --- freeciv/dependencies/toluaxx/Makefile.am 1970-01-01 02:00:00.0 +0200 +++ free

Re: [Freeciv-Dev] (PR#39492) Client not receiving/accepting data at end of turn

2007-08-05 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39492 > On 06/08/07, Marko Lindqvist <[EMAIL PROTECTED]> wrote: > > Bug is present also in S2_0. But since S2_0 has no alternating > movement mode, bug has less severe consequences there. Still, backporting was simple. - ML diff -Nurd -X.diff_

Re: [Freeciv-Dev] (PR#39492) Client not receiving/accepting data at end of turn

2007-08-05 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39492 > On 06/08/07, Marko Lindqvist <[EMAIL PROTECTED]> wrote: > > It turned out that PACKET_FREEZE_HINT / PACKET_THAW_HINT pair is used > for two different purposes (and this doesn't work, of course). > When delta network code notices PACKET_FREE

Re: [Freeciv-Dev] (PR#39492) Client not receiving/accepting data at end of turn

2007-08-05 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39492 > On 06/08/07, Marko Lindqvist <[EMAIL PROTECTED]> wrote: > > This patch adds new packets PACKET_FREEZE_CLIENT and > PACKET_THAW_CLIENT. These are used instead of PACKET_FREEZE_HINT and > PACKET_THAW_HINT when we want client reports and agents