5 * Copyright (C) 2006-2009 Matteo Nastasi
6 * mailto: nastasi@alternativeoutput.it
7 * matteo.nastasi@milug.org
8 * web: http://www.alternativeoutput.it
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
15 * This program is distributed in the hope that it will be useful, but
16 * WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABLILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * General Public License for more details. You should have received a
19 * copy of the GNU General Public License along with this program; if
20 * not, write to the Free Software Foundation, Inc, 59 Temple Place -
21 * Suite 330, Boston, MA 02111-1307, USA.
27 require_once("../Obj/brisk.phh");
28 // require_once("../Obj/proxyscan.phh");
29 require_once("Obj/briskin5.phh");
31 // Use of proxies isn't allowed.
37 if (DEBUGGING == "local" && $_SERVER['REMOTE_ADDR'] != '127.0.0.1') {
38 echo "Debugging time!";
42 log_load("bin5/index_wr.php");
47 log_wr('COMM: '.$mesg);
49 if ($table_idx < 0 || $table_idx >= TABLE_N)
52 $sem = Briskin5::lock_data($table_idx);
54 if (($bri = &Briskin5::load_data($table_idx,$table_token)) == FALSE) {
55 echo "Bin5 Load data error";
56 log_wr("Bin5 Load data error");
57 Briskin5::unlock_data($sem);
61 if (($user = &$bri->get_user($sess, &$idx)) == FALSE) {
62 echo "Get User Error";
63 log_wr("Get User Error");
64 Briskin5::unlock_data($sem);
67 $argz = explode('|', $mesg);
69 log_wr('POSTSPLIT: '.$argz[0]);
71 if ($argz[0] == 'shutdown') {
72 log_auth($user_cur->sess, "Shutdown session. delegate to room gc the autologout");
74 log_rd2("bin5/index_wr.php: AUTO LOGOUT.");
75 if ($user->stat == 'table') {
76 $bri->table_wakeup(&$user);
77 // to force the logout
81 log_rd2("SHUTDOWN FROM WHAT ???");
83 /*********************
87 *********************/
88 else if ($user->stat == 'table') {
89 $user->laccwr = time();
90 $table = &$bri->table[$user->table];
92 if ($argz[0] == 'tableinfo') {
93 log_wr("PER DI TABLEINFO");
94 $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
95 $user->comm[$user->step % COMM_N] .= show_table_info(&$bri, &$table, $user->table_pos);
96 log_wr($user->comm[$user->step % COMM_N]);
99 else if ($argz[0] == 'chatt') {
100 $bri->chatt_send(&$user,$mesg);
102 else if ($argz[0] == 'logout') {
105 if ($user->exitislock == TRUE) {
107 $user->exitislock = FALSE;
112 $lockcalc = $table->exitlock_calc(&$bri->user, $user->table_pos);
114 $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
115 $user->comm[$user->step % COMM_N] .= $table->exitlock_show(&$bri->user, $user->table_pos);
116 $user->comm[$user->step % COMM_N] .= show_notify("<br>I dati presenti sul server non erano allineati con quelli inviati dal tuo browser, adesso lo sono. Riprova ora.", 2000, "torna alla partita.", 400, 100);
118 log_wr($user->comm[$user->step % COMM_N]);
120 $logout_cont = FALSE;
124 require_once("../Obj/hardban.phh");
125 Hardbans::add(($user->flags & USER_FLAG_AUTH ? $user->name : FALSE),
126 $user->ip, $user->sess, $user->laccwr + BAN_TIME);
128 // $user->bantime = $user->laccwr + BAN_TIME;
130 if ($logout_cont == TRUE) {
131 $bri->table_wakeup(&$user);
134 else if ($argz[0] == 'exitlock') {
135 if ($user->exitislock == TRUE) {
136 $user->exitislock = ($user->exitislock == TRUE ? FALSE : TRUE);
137 for ($ct = 0, $i = 0 ; $i < BRISKIN5_PLAYERS_N ; $i++) {
138 $user_cur[$i] = &$bri->user[$table->player[$i]];
139 if ($user_cur[$i]->exitislock == FALSE)
142 for ($i = 0 ; $i < BRISKIN5_PLAYERS_N ; $i++) {
143 $ret = sprintf('gst.st = %d;', $user_cur[$i]->step+1);
144 $ret .= sprintf('exitlock_show(%d, %s);', $ct,
145 ($user_cur[$i]->exitislock ? 'true' : 'false'));
146 $user_cur[$i]->comm[$user_cur[$i]->step % COMM_N] = $ret;
147 log_wr($user_cur[$i]->comm[$user_cur[$i]->step % COMM_N]);
148 $user_cur[$i]->step_inc();
152 else if ($user->subst == 'asta') {
153 if ($argz[0] == 'lascio' && $user->handpt <= 2) {
154 $index_cur = $table->gstart % BRISKIN5_PLAYERS_N;
156 log_wr(sprintf("GIOCO FINITO !!!"));
159 $table->old_reason = sprintf("Ha lasciato %s perché aveva al massimo 2 punti.", xcape($user->name));
162 $table->game_init(&$bri->user);
164 for ($i = 0 ; $i < BRISKIN5_PLAYERS_N ; $i++) {
165 $user_cur = &$bri->user[$table->player[$i]];
167 $ret = sprintf('gst.st = %d;', $user_cur->step+1);
168 $ret .= show_table(&$bri,&$user_cur,$user_cur->step+1, TRUE, TRUE);
169 $user_cur->comm[$user_cur->step % COMM_N] = $ret;
170 $user_cur->step_inc();
173 else if ($argz[0] == 'asta') {
176 $index_cur = $table->gstart % BRISKIN5_PLAYERS_N;
177 if ($user->table_pos == $index_cur &&
178 $table->asta_pla[$index_cur]) {
182 log_wr("CI SIAMO a_card ".$a_card." asta_card ".$table->asta_card);
184 // Abbandono dell'asta
186 log_wr("Abbandona l'asta.");
187 $table->asta_pla[$index_cur] = FALSE;
188 $user->asta_card = -1;
189 $table->asta_pla_n--;
192 else if ($a_card <= 9) {
193 if ($a_card >= 0 && $a_card < 9 && $a_card > $table->asta_card)
195 else if ($a_card == 9 && $a_pnt > ($table->asta_pnt >= 61 ? $table->asta_pnt : 60) && $a_pnt <= 120)
199 if ($again == FALSE) {
200 log_wr("NUOVI ORZI.");
201 $user->asta_card = $a_card;
202 $table->asta_card = $a_card;
204 $user->asta_pnt = $a_pnt;
205 $table->asta_pnt = $a_pnt;
212 if ($again) { // Qualcosa non andato bene, rifare
213 $ret = sprintf('gst.st = %d; asta_pnt_set(%d);', $user->step+1,
214 ($table->asta_pnt > 60 ? $table->asta_pnt + 1 : 61) );
215 $user->comm[$user->step % COMM_N] = $ret;
222 $showst = "show_astat(";
223 for ($i = 0 ; $i < BRISKIN5_PLAYERS_N ; $i++) {
224 $user_cur = &$bri->user[$table->player[$i]];
225 $showst .= sprintf("%s%d", ($i == 0 ? "" : ", "),
226 ($user_cur->asta_card < 9 ? $user_cur->asta_card : $user_cur->asta_pnt));
228 if (BRISKIN5_PLAYERS_N == 3)
233 for ($i = 0 ; $i < BRISKIN5_PLAYERS_N ; $i++) {
234 $user_cur = &$bri->user[$table->player[$i]];
235 if ($maxcard < $user_cur->asta_card)
236 $maxcard = $user_cur->asta_card;
239 if (($table->asta_pla_n > ($maxcard > -1 ? 1 : 0)) &&
240 !($table->asta_card == 9 && $table->asta_pnt == 120)) {
241 log_wr("ALLOPPA QUI");
242 for ($i = 1 ; $i < BRISKIN5_PLAYERS_N ; $i++) {
243 $index_next = ($table->gstart + $i) % BRISKIN5_PLAYERS_N;
244 if ($table->asta_pla[$index_next]) {
246 $table->gstart += $i;
252 for ($i = 0 ; $i < BRISKIN5_PLAYERS_N ; $i++) {
253 $user_cur = &$bri->user[$table->player[$i]];
254 $ret = sprintf('gst.st = %d; %s', $user_cur->step+1, $showst);
255 if ($user_cur->table_pos == ($table->gstart % BRISKIN5_PLAYERS_N))
256 $ret .= sprintf('dispose_asta(%d,%d, %s); remark_on();',
257 $table->asta_card + 1, $table->asta_pnt+1, ($user_cur->handpt <= 2 ? "true" : "false"));
259 $ret .= sprintf('dispose_asta(%d,%d, %s); remark_off();',
260 $table->asta_card + 1, -($table->asta_pnt+1), ($user_cur->handpt <= 2 ? "true" : "false"));
261 $user_cur->comm[$user_cur->step % COMM_N] = $ret;
262 $user_cur->step_inc();
265 else if ($table->asta_pla_n == 0) {
266 log_wr("PASSANO TUTTI!");
268 log_wr(sprintf("GIOCO FINITO !!!"));
270 $table->old_reason = "Hanno passato tutti.";
274 $table->game_init(&$bri->user);
276 for ($i = 0 ; $i < BRISKIN5_PLAYERS_N ; $i++) {
277 $user_cur = &$bri->user[$table->player[$i]];
279 $ret = sprintf('gst.st = %d;', $user_cur->step+1);
280 $ret .= show_table(&$bri,&$user_cur,$user_cur->step+1, TRUE, TRUE);
281 $user_cur->comm[$user_cur->step % COMM_N] = $ret;
282 $user_cur->step_inc();
287 // if a_pnt == 120 supergame ! else abbandono
288 if ($a_pnt == 120 || $user->asta_card != -1) {
289 $chooser = $index_cur;
290 for ($i = 1 ; $i < BRISKIN5_PLAYERS_N ; $i++)
292 $table->asta_pla[$i] = FALSE;
296 $user->comm[$user->step % COMM_N] = sprintf( "gst.st = %d; dispose_asta(%d, %d, false); remark_off();",
297 $user->step+1, $table->asta_card + 1,-($table->asta_pnt));
300 for ($i = 1 ; $i < BRISKIN5_PLAYERS_N ; $i++) {
301 $chooser = ($table->gstart + $i) % BRISKIN5_PLAYERS_N;
302 if ($table->asta_pla[$chooser]) {
307 $table->asta_win = $chooser;
309 for ($i = 0 ; $i < BRISKIN5_PLAYERS_N ; $i++) {
310 $user_cur = &$bri->user[$table->player[$i]];
311 $ret = sprintf('gst.st = %d; %s dispose_asta(%d, %d, false);', $user_cur->step+1, $showst,
312 $table->asta_card + 1,-($table->asta_pnt));
314 if ($i == $chooser) {
315 $ret .= "choose_seed(". $table->asta_card."); remark_on();";
318 $ret .= "remark_off();";
321 $user_cur->comm[$user_cur->step % COMM_N] = $ret;
322 $user_cur->step_inc();
328 log_wr("NON CI SIAMO");
332 else if ($argz[0] == 'choose') {
333 if ($table->asta_win > -1 &&
334 $user->table_pos == $table->asta_win) {
335 $a_brisco = $argz[1];
336 if ($a_brisco >= 0 && $a_brisco < (BRISKIN5_PLAYERS_N == 5 ? 40 : 24)) {
337 $table->briscola = $a_brisco;
338 $table->friend = $table->card[$a_brisco]->owner;
340 $table->gstart = ($table->mazzo+1) % BRISKIN5_PLAYERS_N;
341 log_wr("Setta la briscola a ".$a_brisco);
343 $chooser = $table->asta_win;
344 $user_chooser = &$bri->user[$table->player[$chooser]];
345 for ($i = 0 ; $i < BRISKIN5_PLAYERS_N ; $i++) {
346 $user_cur = &$bri->user[$table->player[$i]];
347 $user_cur->subst = 'game';
348 $ret = sprintf('gst.st = %d; subst = "game";', $user_cur->step+1);
351 /* bg of caller cell */
352 $ret .= briscola_show($bri, $table, $user_cur);
355 if ($i == ($table->gstart % BRISKIN5_PLAYERS_N))
356 $ret .= "is_my_time = true; remark_on();";
358 $ret .= "is_my_time = false; remark_off();";
360 $user_cur->comm[$user_cur->step % COMM_N] = $ret;
361 $user_cur->step_inc();
364 TUTTE LE VARIABILI DI STATO PER PASSARE A GIOCARE E LE
365 VAR PER PASSARE ALLA FASE DI GIOCO
372 else if ($user->subst == 'game') {
373 log_wr("state: table::game".$argz[0]);
375 if ($argz[0] == 'play') {
380 if (strpos($a_x, "px") != FALSE)
381 $a_x = substr($a_x,0,-2);
382 if (strpos($a_y, "px") != FALSE)
383 $a_y = substr($a_y,0,-2);
385 $loggo = sprintf("A_play %s, table_pos %d == %d, mazzo %d, gstart %d, card_stat %d, card_own %d",
386 $a_play, $user->table_pos, ($table->gstart % BRISKIN5_PLAYERS_N),
387 $table->mazzo, $table->gstart,
388 $table->card[$a_play]->stat, $table->card[$a_play]->owner);
389 log_wr("CIC".$loggo);
391 /* se era il suo turno e la carta era sua ed era in mano */
392 if ($a_play >=0 && $a_play < (BRISKIN5_PLAYERS_N == 5 ? 40 : 24) &&
393 ($user->table_pos == (($table->gstart + $table->turn) % BRISKIN5_PLAYERS_N)) &&
394 $table->card[$a_play]->stat == 'hand' &&
395 $table->card[$a_play]->owner == $user->table_pos) {
396 log_wr(sprintf("User: %s Play: %d",$user->name, $a_play));
398 /* Change the card status. */
399 $table->card[$a_play]->play($a_x, $a_y);
402 * !!!! TURN INCREMENTED BEFORE !!!!
404 $turn_cur = ($table->gstart + $table->turn) % BRISKIN5_PLAYERS_N;
407 $card_play = sprintf("card_play(%d,%d,%d,%d);|",
408 $user->table_pos, $a_play, $a_x, $a_y);
409 if (($table->turn % BRISKIN5_PLAYERS_N) != 0) { /* manche not finished */
410 $turn_nex = ($table->gstart + $table->turn) % BRISKIN5_PLAYERS_N;
412 $player_cur = "remark_off();";
413 $player_nex = $card_play . "is_my_time = true; remark_on();";
414 $player_oth = $card_play;
416 else if ($table->turn <= (BRISKIN5_PLAYERS_N * 8)) { /* manche finished */
417 $winner = calculate_winner($table);
419 $table->gstart = $winner;
420 $turn_nex = ($table->gstart + $table->turn) % BRISKIN5_PLAYERS_N;
422 log_wr(sprintf("The winner is: [%d] [%s]", $winner, $bri->user[$table->player[$winner]]->name));
423 $card_take = sprintf("sleep(gst,2000);|cards_take(%d);|", $winner);
424 $player_cur = "remark_off();" . $card_take;
425 if ($turn_cur != $turn_nex)
426 $player_nex = $card_play . $card_take;
429 if ($table->turn < (BRISKIN5_PLAYERS_N * 8)) /* game NOT finished */
430 $player_nex .= "is_my_time = true; remark_on();";
431 $player_oth = $card_play . $card_take;
434 log_wr(sprintf("Turn Cur %d Turn Nex %d",$turn_cur, $turn_nex));
435 for ($i = 0 ; $i < BRISKIN5_PLAYERS_N ; $i++) {
436 $user_cur = &$bri->user[$table->player[$i]];
438 $ret = sprintf('gst.st = %d; ', $user_cur->step+1);
441 if ($i == $turn_cur) {
444 if ($i == $turn_nex) {
447 if ($i != $turn_cur && $i != $turn_nex) {
454 if ($table->turn == (BRISKIN5_PLAYERS_N * 8)) { /* game finished */
455 log_wr(sprintf("GIOCO FINITO !!!"));
457 $plist = "$table->table_token|$user->table|$table->player_n";
459 log_legal($curtime, $user, "STAT:FINISH_GAME", $plist);
461 /* ************************************************ */
462 /* PRIMA LA PARTE PER LO SHOW DI CHI HA VINTO */
463 /* ************************************************ */
464 calculate_points(&$table);
467 $table->game_init(&$bri->user);
469 for ($i = 0 ; $i < BRISKIN5_PLAYERS_N ; $i++) {
470 $user_cur = &$bri->user[$table->player[$i]];
471 $retar[$i] .= show_table(&$bri,&$user_cur,$user_cur->step+1,TRUE, TRUE);
476 for ($i = 0 ; $i < BRISKIN5_PLAYERS_N ; $i++) {
477 $user_cur = &$bri->user[$table->player[$i]];
479 $user_cur->comm[$user_cur->step % COMM_N] = $retar[$i];
480 $user_cur->step_inc();
483 log_wr(sprintf("TURN: %d",$table->turn));
484 /* Have played all the players ? */
485 /* NO: switch the focus and enable the next player to play. */
487 /* YES: calculate who win and go to the next turn. */
494 log_wr("before save data");
495 Briskin5::save_data($bri);
497 Briskin5::unlock_data($sem);