room for wakeupper reconstructed by index_rd.php and wellcome sentence updated
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 24 Feb 2008 10:31:54 +0000 (10:31 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 24 Feb 2008 10:31:54 +0000 (10:31 +0000)
web/Obj/brisk.phh

index 29dbc67..78a7aef 100644 (file)
@@ -55,9 +55,9 @@ define(BRISK_DEBUG, 0);
 $G_false = FALSE;
 
 $G_all_points = array( 11,10,4,3,2, 0,0,0,0,0 );
-$G_brisk_version = "spawn-0.0.3";
+$G_brisk_version = "spawn-0.0.6";
 
-$root_wellarr = Array ( 'Benvenuto in brisk (Ver. '.$G_brisk_version.'), <b>NOVITA\'</b>: nuovo layout che permette pi&ugrave; tavoli, pi&ugrave; tavoli.',
+$root_wellarr = Array ( 'Benvenuto in brisk (Ver. '.$G_brisk_version.'), <b>NOVITA\'</b>: riscritta tutta l\'architettura dati del server, tutto pi&egrave; veloce e leggero.',
                         'Se vuoi iscriverti alla <a target="_blank" href="http://www.milug.org/cgi-bin/mailman/listinfo/ml-briscola">Mailing List</a>, cliccala!' );
 $table_wellarr = Array ( 'Benvenuto al tavolo. Se almeno tre giocatori non sbloccano l\'uscita cliccando il lucchetto, chi esce non pu&ograve; risedersi a un qualunque tavolo per '.floor(BAN_TIME/60).' minuti.');
 
@@ -969,6 +969,10 @@ class Room {
          if ($user_cur == $user_wup[$wup_idx]) 
            break;
 
+       // for users that wakeup the room will be reconstructed by index_rd.php
+       if ($user_cur == $user_wup[$wup_idx]) 
+         continue;
+
        log_main("JOIN_WAKEUP wup_idx ".$wup_idx."  wup_n ".$user_wup_n);
 
        if ($wup_idx < $user_wup_n) {