From: Matteo Nastasi Date: Sat, 18 Apr 2020 09:35:24 +0000 (+0200) Subject: Merge branch 'master' into post-bold2 X-Git-Tag: v5.10.0~55 X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=028592d3d195d45f0e19d324c7d7c029a06d0a0c;hp=-c Merge branch 'master' into post-bold2 --- 028592d3d195d45f0e19d324c7d7c029a06d0a0c diff --combined web/Obj/brisk.phh index 3dc4896,f5a3c6d..848b9f4 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@@ -89,6 -89,8 +89,8 @@@ define('BRISK_SINGLE_DEBUG',0) define('BRISK_SINGLE_SESS', ""); define('DEBUGGING', "no-debugging"); + define('BSK_BUSTING', "dev"); + require_once("$DOCUMENT_ROOT/Etc/".BRISK_CONF); require_once("${G_base}Obj/ipclass.phh"); @@@ -153,7 -155,7 +155,7 @@@ $mlang_brisk = array( 'btn_backstand'= $G_lng = langtolng($G_lang); $G_all_points = array( 11,10,4,3,2, 0,0,0,0,0 ); - $G_brisk_version = "5.8.0"; + $G_brisk_version = "5.9.0"; /* MLANG: ALL THE INFO STRINGS IN brisk.phh */ $root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NOVITA\': dati dai client via web-socket.', @@@ -190,7 -192,7 +192,7 @@@ Dopo che è iniziata una partita
/info <login> - mostra lo stato corrente dell\'utente passato come argomento e in che relazione siete
/authreq - se si è autenticati permette di garantire per un utente fidato
/mesgtoadm - se si è autenticati permette di lasciare un messaggio all\'amministratore del sito -
/listen <all or auth> - se si è autenticati permette leggere solo i messaggi degli altri autenticati (auth) o di tutti (all) + ', @@@ -223,7 -225,7 +225,7 @@@ Dopo che è iniziata una partita
/info <login> - mostra lo stato corrente dell\'utente passato come argomento e in che relazione siete
/authreq - se si è autenticati permette di garantire per un utente fidato
/mesgtoadm - se si è autenticati permette di lasciare un messaggio all\'amministratore del sito -
/listen <all or auth> - se si è autenticati permette leggere solo i messaggi degli altri autenticati (auth) o di tutti (all) + '); @@@ -2028,7 -2030,7 +2030,7 @@@ class Bris $to_all = show_notify($msg, 0, $mlang_brisk['btn_close'][$G_lang], 400, 120); } while (0); } // /alarm chat command - else if (strncmp($msg, "/listen ", 8) == 0) { + else if (FALSE && strncmp($msg, "/listen ", 8) == 0) { $arg = substr($msg, 8); if (strcasecmp($arg, "isolation") == 0) { @@@ -2698,6 -2700,10 +2700,6 @@@ } if ($this->user[$i]->subst == "standup") { - if ($user_cur_id == $i) { - $flags |= 1; - } - $content .= sprintf('%s[ %d, "%s"%s ]',($ct > 0 ? ', ' : ''), $flags, xcape($this->user[$i]->name), $supp_comp_s); $ct++; @@@ -2730,6 -2736,9 +2732,6 @@@ $flags = $user_cur->flags; - if ($user_cur_id == $table->player[$i]) - $flags |= 1; - log_main($user_cur->name. sprintf(" IN TABLE [%d]", $table_idx)); if ($user_cur->is_supp_custom()) $supp_comp_s = sprintf(', "%s"', $user_cur->rec->supp_comp_get()); diff --combined web/briskin5/index.php index 6071c73,e48bf0b..d4159f1 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@@ -67,19 -67,18 +67,19 @@@ function bin5_index_main($transp_type, Brisk - Tavolo <?php echo "$table_idx";?> - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + + + + + + +