Commit:     461b8c820cffe97077568f2c25fa480ffec131e4

Trac URL:   
http://developer.wz2100.net/changeset/461b8c820cffe97077568f2c25fa480ffec131e4

Author:     buginator <bugina...@gna.org>
Date:       Fri Oct 29 18:59:35 2010 -0400

Fix error messages / formatting.

 lib/framework/frame.c |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)


-------------------------

Commit:     2c68a674d33048a9927ac46d7c6f38a2c98fea75

Trac URL:   
http://developer.wz2100.net/changeset/2c68a674d33048a9927ac46d7c6f38a2c98fea75

Author:     buginator <bugina...@gna.org>
Date:       Fri Oct 29 19:00:51 2010 -0400

Don't send stats for players that are not in game.

 src/multisync.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/multisync.c b/src/multisync.c
index 9ecad66..dcab178 100644
--- a/src/multisync.c
+++ b/src/multisync.c
@@ -1016,7 +1016,7 @@ BOOL sendScoreCheck(void)
        {
                uint8_t                 i;
 
-               for (i = 0; i < MAX_PLAYERS; i++)
+               for (i = 0; i < game.maxPlayers; i++)
                {
                        PLAYERSTATS             stats;
 


-------------------------

Commit:     98b1b26d75fd4d69572aae7845e3bee6a2f07d8e

Trac URL:   
http://developer.wz2100.net/changeset/98b1b26d75fd4d69572aae7845e3bee6a2f07d8e

Author:     buginator <bugina...@gna.org>
Date:       Fri Oct 29 21:54:14 2010 -0400

Spam the (net)log to see what is going on with the score.

 src/multistat.c |   36 ++++++++++++++++++++++++++++++------
 1 files changed, 30 insertions(+), 6 deletions(-)


-------------------------


------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits

Reply via email to