[Freeciv-Dev] (PR#39756) [Bug] Compatibility problem with ReportFreezeFix

2007-10-11 Thread Pepeto _
http://bugs.freeciv.org/Ticket/Display.html?id=39756 > I got a other idea (ugly hack): /** Send PACKET_FREEZE_CLIENT to all clients capable of handling it. **

Re: [Freeciv-Dev] (PR#39756) [Bug] Compatibility problem with ReportFreezeFix

2007-10-11 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39756 > On 08/10/2007, Pepeto _ wrote: > > > > On 07/10/2007, Pepeto _ wrote: > > > > > > > > > > > > What is the actual cause of this bug? > > > > > > The cause is that the science report is not updated when the bulbs stock > > > changes. > > >

[Freeciv-Dev] (PR#39756) [Bug] Compatibility problem with ReportFreezeFix

2007-10-08 Thread Pepeto _
http://bugs.freeciv.org/Ticket/Display.html?id=39756 > > [EMAIL PROTECTED] - Lun. Oct. 08 16:54:16 2007]: > > On 07/10/2007, Pepeto _ wrote: > > > > > > > > > What is the actual cause of this bug? > > > > The cause is that the science report is not updated when the bulbs stock > > changes. >

Re: [Freeciv-Dev] (PR#39756) [Bug] Compatibility problem with ReportFreezeFix

2007-10-08 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39756 > On 07/10/2007, Pepeto _ wrote: > > > > > > What is the actual cause of this bug? > > The cause is that the science report is not updated when the bulbs stock > changes. When is it updated? Only when thaw packet arrives? > I don't see th

[Freeciv-Dev] (PR#39756) [Bug] Compatibility problem with ReportFreezeFix

2007-10-08 Thread Pepeto _
http://bugs.freeciv.org/Ticket/Display.html?id=39756 > > [wsimpson - Dim. Oct. 07 14:57:44 2007]: > > Pepeto _ wrote: > > Why 2.0.10 should be different? > > > Because 2.0.10 does not yet exist. So, you mean that you don't want fix or, at least, open a bug report because the version is not rel

[Freeciv-Dev] (PR#39756) [Bug] Compatibility problem with ReportFreezeFix

2007-10-07 Thread Pepeto _
http://bugs.freeciv.org/Ticket/Display.html?id=39756 > Well, what to answer... There are 2 kinds of capabilities in Freeciv. Never did you read the documentation about it (common/capstr.c)? ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mai

Re: [Freeciv-Dev] (PR#39756) [Bug] Compatibility problem with ReportFreezeFix

2007-10-07 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39756 > Pepeto _ wrote: > Why 2.0.10 should be different? > Because 2.0.10 does not yet exist. The idea of compatibility (and the concept of capabilities in the professional programming world and computer science) is that versions interoperate *onl

[Freeciv-Dev] (PR#39756) [Bug] Compatibility problem with ReportFreezeFix

2007-10-07 Thread Pepeto _
http://bugs.freeciv.org/Ticket/Display.html?id=39756 > So you are changing all rules of Freeciv? All Freeciv versions have been compatible if they had the same minor version. For example client and server versions (2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.0.9). Why 2.0.10 shoul

Re: [Freeciv-Dev] (PR#39756) [Bug] Compatibility problem with ReportFreezeFix

2007-10-07 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39756 > Pepeto _ wrote: > The best thing would be to update automatically the science report when > the stock change, but the problem is you cannot change it in the already > distributed clients, could be an idea for S2_1, S2_2. > Here again, the ut

[Freeciv-Dev] (PR#39756) [Bug] Compatibility problem with ReportFreezeFix

2007-10-07 Thread Pepeto _
http://bugs.freeciv.org/Ticket/Display.html?id=39756 > I think I got the difference. Now, some other idea, could the server send the THAW_HINT packet without FREEZE_HINT? Will it crash the client? Else, maybe it's some alternative (ugly hack, sure, but it should work). The best thing would be

[Freeciv-Dev] (PR#39756) [Bug] Compatibility problem with ReportFreezeFix

2007-10-07 Thread Pepeto _
http://bugs.freeciv.org/Ticket/Display.html?id=39756 > > [EMAIL PROTECTED] - Dim. Oct. 07 12:21:53 2007]: > > On 07/10/2007, Pepeto _ wrote: > > > > Patch attached. > > What is the actual cause of this bug? The cause is that the science report is not updated when the bulbs stock changes. >

Re: [Freeciv-Dev] (PR#39756) [Bug] Compatibility problem with ReportFreezeFix

2007-10-07 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39756 > On 07/10/2007, Pepeto _ wrote: > > Patch attached. What is the actual cause of this bug? I wonder if there is some better way to fix this problem. Your patch is just returning old buggy behavior of cutting all the network traffic to cli

[Freeciv-Dev] (PR#39756) [Bug] Compatibility problem with ReportFreezeFix

2007-10-07 Thread Pepeto _
http://bugs.freeciv.org/Ticket/Display.html?id=39756 > Patch attached. --- server/srv_main.c.old 2007-10-07 14:31:33.0 +0200 +++ server/srv_main.c 2007-10-07 14:33:36.0 +0200 @@ -1515,6 +1515,9 @@ conn_list_iterate(game.game_connections, pconn) { if (has_capability("Repor

[Freeciv-Dev] (PR#39756) [Bug] Compatibility problem with ReportFreezeFix

2007-10-06 Thread Pepeto _
http://bugs.freeciv.org/Ticket/Display.html?id=39756 > There is a problem about compatibility between a server with this capability and a client which don't have it. The science report is not updated automatically (when bulbs stock change). ___ Freeci