[Wormux-dev] Changelog stub for 0.8.5 and list of bugs to be fixed before releasing

2009-09-09 Par sujet Matthieu Fertré
Hi, I let you complete/fix the following changelog stub (I can't do all by myself ;) : - Fix handling of key event during the game - Fix new sound player warning - Fix several network bugs related to random generator - Fix keep-alive connexion to index server when hosting a server from the game -

Re: [Wormux-dev] [Wormux-cvs] r6495 - in /trunk: po/ tools/servers/game_server/

2009-09-09 Par sujet Eddy Petrișor
2009/9/8 Matthieu Fertré : > This commit breaks the build of the game server since port is an > unsigned int and not a string in this context. The change contains this change, too: port.c_str(), port.c_str() instead of: port, port Maybe I am missing something, but this *looks* correct. > Jaka K

Re: [Wormux-dev] Changelog stub for 0.8.5 and list of bugs to be fixed before releasing

2009-09-09 Par sujet Eddy Petrișor
2009/9/9 Matthieu Fertré : > Hi, > > I let you complete/fix the following changelog stub (I can't do all by > myself ;) : > > - Fix handling of key event during the game > - Fix new sound player warning > - Fix several network bugs related to random generator > - Fix keep-alive connexion to index s

Re: [Wormux-dev] [Wormux-cvs] r6495 - in /trunk: po/ tools/servers/game_server/

2009-09-09 Par sujet Matthieu Fertré
Le Wed, 9 Sep 2009 14:28:05 +0300, Eddy Petrișor a écrit : > 2009/9/8 Matthieu Fertré : > > This commit breaks the build of the game server since port is an > > unsigned int and not a string in this context. > > The change contains this change, too: > port.c_str(), port.c_str() > > instead of:

[Wormux-dev] [PATCH] Protect action list better against concurrent modification.

2009-09-09 Par sujet Florian Köberle
--- src/include/action_handler.cpp |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/include/action_handler.cpp b/src/include/action_handler.cpp index 43043f9..30ab8a1 100644 --- a/src/include/action_handler.cpp +++ b/src/include/action_handler.cpp @@ -1106,18 +1106,

[Wormux-dev] [PATCH] Remove unused import.

2009-09-09 Par sujet Florian Köberle
--- src/weapon/air_attack.cpp |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/weapon/air_attack.cpp b/src/weapon/air_attack.cpp index f055a9d..a1598b8 100644 --- a/src/weapon/air_attack.cpp +++ b/src/weapon/air_attack.cpp @@ -20,7 +20,6 @@ ***

[Wormux-dev] [PATCH] Add some random.get debug messages to the air attack.

2009-09-09 Par sujet Florian Köberle
--- src/weapon/air_attack.cpp |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/weapon/air_attack.cpp b/src/weapon/air_attack.cpp index a1598b8..f4e93af 100644 --- a/src/weapon/air_attack.cpp +++ b/src/weapon/air_attack.cpp @@ -167,11 +167,13 @@ void Plane::Refresh()