[Freeciv-Dev] (PR#40582) GStreamer audio plugin

2008-11-26 Thread Thijs Vermeir
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40582 Hello all, I tried to make a GStreamer audio plugin for Freeciv. It's a work in progress but it already works well. It's my first contribution so, please let me know if there are any rules I break. I'm working on a Linux machine so I

[Freeciv-Dev] (PR#40479) Connection list does not update when command level changes.

2008-11-26 Thread Madeline Book
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40479 [book - Fri Sep 05 22:13:20 2008]: The connection list in the pregame page does not remove the '*' after a player's name when their command level changes from 'hack' to something less. Attached patch adds the required connection

[Freeciv-Dev] (PR#40582) GStreamer audio plugin

2008-11-26 Thread Madeline Book
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40582 [EMAIL PROTECTED] - Thu Nov 27 00:35:28 2008]: Hello all, I tried to make a GStreamer audio plugin for Freeciv. It's a work in progress but it already works well. It's my first contribution so, please let me know if there are

Re: [Freeciv-Dev] (PR#40570) [Patch] marine explorers try to violate peace treaties and thus are stoped

2008-11-26 Thread Thomas Kuehne
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40570 On Monday 24 November 2008, Madeline Book wrote: 1) it doesn't work for non_allied_unit_tiles that have only allied units on them I may be mistaken but, do you mean that the explorer can move to a tile in territory it cannot enter

[Freeciv-Dev] (PR#40580) cut command problems

2008-11-26 Thread Madeline Book
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40580 [pepeto - Mon Nov 24 22:27:47 2008]: [book - Mon Nov 24 22:05:02 2008]: If a connection cuts itself, there is an error in the server: WARNING: trying to send data to the closed connection and it becomes impossible to

[Freeciv-Dev] (PR#39613) Left user in client connection list

2008-11-26 Thread Madeline Book
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39613 [pepeto - Sat Aug 25 15:15:14 2007]: When a user which is detached loses connection or leaves, the client is not informed of it. The connection is still in the visible connection list. I fixed this bug a long time ago for

[Freeciv-Dev] (PR#39131) Connection troubles

2008-11-26 Thread Madeline Book
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39131 [pepeto - Wed Jun 25 11:30:21 2008]: It actually occurs when the client connection is broken by the server whereas the server is reading a packet from. A simple example is when you attempt to cut yourself from the server. Then,

[Freeciv-Dev] (PR#39131) Connection troubles

2008-11-26 Thread Pepeto
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39131 Unfortunately, this patch wouldn't remove the useless warning WARNING: trying to send data to the closed connection. It needs also to check after command_ok = handle_packet_input(pconn, packet.data, packet.type); (sernet.c,