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
-
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
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
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:
---
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,
---
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 @@
***
---
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()