2014-01-19 00:09:15 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace ManiaControl\Statistics;
|
|
|
|
|
|
|
|
use FML\Controls\Control;
|
|
|
|
use FML\Controls\Frame;
|
|
|
|
use FML\Controls\Label;
|
2014-01-21 21:58:39 +01:00
|
|
|
use FML\Controls\Labels\Label_Text;
|
2014-01-19 00:09:15 +01:00
|
|
|
use FML\Controls\Quad;
|
|
|
|
use FML\Controls\Quads\Quad_BgsPlayerCard;
|
|
|
|
use FML\Controls\Quads\Quad_Icons64x64_1;
|
|
|
|
use FML\Controls\Quads\Quad_UIConstruction_Buttons;
|
|
|
|
use FML\ManiaLink;
|
2014-01-21 21:58:39 +01:00
|
|
|
use ManiaControl\Callbacks\CallbackListener;
|
2014-01-29 20:51:53 +01:00
|
|
|
use ManiaControl\Callbacks\CallbackManager;
|
2014-01-31 15:16:26 +01:00
|
|
|
use ManiaControl\Commands\CommandListener;
|
2014-05-13 14:32:30 +02:00
|
|
|
use ManiaControl\Utils\Formatter;
|
2014-01-19 00:09:15 +01:00
|
|
|
use ManiaControl\ManiaControl;
|
|
|
|
use ManiaControl\Manialinks\ManialinkManager;
|
|
|
|
use ManiaControl\Manialinks\ManialinkPageAnswerListener;
|
|
|
|
use ManiaControl\Players\Player;
|
2014-01-21 21:58:39 +01:00
|
|
|
use ManiaControl\Players\PlayerManager;
|
2014-01-19 00:09:15 +01:00
|
|
|
|
2014-04-12 12:14:37 +02:00
|
|
|
/**
|
|
|
|
* Simple Stats List Class
|
2014-05-02 17:50:30 +02:00
|
|
|
*
|
|
|
|
* @author ManiaControl Team <mail@maniacontrol.com>
|
|
|
|
* @copyright 2014 ManiaControl Team
|
|
|
|
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
|
2014-04-12 12:14:37 +02:00
|
|
|
*/
|
2014-01-31 15:16:26 +01:00
|
|
|
class SimpleStatsList implements ManialinkPageAnswerListener, CallbackListener, CommandListener {
|
2014-04-12 12:14:37 +02:00
|
|
|
/*
|
2014-01-19 00:09:15 +01:00
|
|
|
* Constants
|
|
|
|
*/
|
|
|
|
const ACTION_OPEN_STATSLIST = 'SimpleStatsList.OpenStatsList';
|
2014-01-31 15:41:01 +01:00
|
|
|
const ACTION_SORT_STATS = 'SimpleStatsList.SortStats';
|
2014-01-19 00:09:15 +01:00
|
|
|
|
2014-04-12 12:14:37 +02:00
|
|
|
/*
|
2014-01-19 00:09:15 +01:00
|
|
|
* Private Properties
|
|
|
|
*/
|
|
|
|
private $maniaControl = null;
|
2014-01-23 21:55:40 +01:00
|
|
|
private $statArray = array();
|
|
|
|
private $statsWidth = 0;
|
2014-01-19 00:09:15 +01:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Create a PlayerList Instance
|
|
|
|
*
|
|
|
|
* @param ManiaControl $maniaControl
|
|
|
|
*/
|
|
|
|
public function __construct(ManiaControl $maniaControl) {
|
|
|
|
$this->maniaControl = $maniaControl;
|
|
|
|
|
2014-01-31 15:41:01 +01:00
|
|
|
$this->maniaControl->callbackManager->registerCallbackListener(CallbackManager::CB_MP_PLAYERMANIALINKPAGEANSWER, $this, 'handleManialinkPageAnswer');
|
2014-02-19 12:53:06 +01:00
|
|
|
$this->maniaControl->callbackManager->registerCallbackListener(CallbackManager::CB_ONINIT, $this, 'handleOnInit');
|
2014-01-23 21:55:40 +01:00
|
|
|
}
|
2014-01-21 21:58:39 +01:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Add the menu entry
|
|
|
|
*/
|
2014-02-19 15:44:00 +01:00
|
|
|
public function handleOnInit() {
|
2014-05-01 01:41:19 +02:00
|
|
|
$this->maniaControl->commandManager->registerCommandListener('stats', $this, 'command_ShowStatsList', false, 'Shows statistics.');
|
2014-01-31 15:16:26 +01:00
|
|
|
|
2014-01-21 21:58:39 +01:00
|
|
|
// Action Open StatsList
|
|
|
|
$this->maniaControl->manialinkManager->registerManialinkPageAnswerListener(self::ACTION_OPEN_STATSLIST, $this, 'command_ShowStatsList');
|
2014-01-31 15:16:26 +01:00
|
|
|
|
2014-01-19 00:09:15 +01:00
|
|
|
|
|
|
|
$itemQuad = new Quad_UIConstruction_Buttons();
|
2014-01-21 21:58:39 +01:00
|
|
|
$itemQuad->setSubStyle($itemQuad::SUBSTYLE_Stats);
|
2014-01-19 00:09:15 +01:00
|
|
|
$itemQuad->setAction(self::ACTION_OPEN_STATSLIST);
|
2014-01-21 21:58:39 +01:00
|
|
|
$this->maniaControl->actionsMenu->addMenuItem($itemQuad, true, 14, 'Open Statistics');
|
2014-01-23 21:55:40 +01:00
|
|
|
|
2014-01-31 15:16:26 +01:00
|
|
|
//TODO settings if a stat get shown
|
2014-01-23 21:55:40 +01:00
|
|
|
$this->registerStat(PlayerManager::STAT_SERVERTIME, 10, "ST", 20, StatisticManager::STAT_TYPE_TIME);
|
|
|
|
$this->registerStat(StatisticCollector::STAT_ON_HIT, 20, "H");
|
|
|
|
$this->registerStat(StatisticCollector::STAT_ON_NEARMISS, 30, "NM");
|
|
|
|
$this->registerStat(StatisticCollector::STAT_ON_KILL, 40, "K");
|
|
|
|
$this->registerStat(StatisticCollector::STAT_ON_DEATH, 50, "D");
|
|
|
|
$this->registerStat(StatisticCollector::STAT_ON_CAPTURE, 60, "C");
|
|
|
|
|
2014-02-06 21:18:25 +01:00
|
|
|
$this->registerStat(StatisticManager::SPECIAL_STAT_KD_RATIO, 70, "K/D", 12, StatisticManager::STAT_TYPE_FLOAT);
|
|
|
|
$this->registerStat(StatisticManager::SPECIAL_STAT_LASER_ACC, 80, "Lacc", 15, StatisticManager::STAT_TYPE_FLOAT);
|
|
|
|
$this->registerStat(StatisticManager::SPECIAL_STAT_HITS_PH, 85, "H/h", 15, StatisticManager::STAT_TYPE_FLOAT);
|
2014-01-19 00:09:15 +01:00
|
|
|
}
|
|
|
|
|
2014-02-06 22:51:32 +01:00
|
|
|
/**
|
|
|
|
* Register a Certain Stat
|
2014-02-13 20:48:25 +01:00
|
|
|
*
|
2014-02-06 22:51:32 +01:00
|
|
|
* @param $statName
|
|
|
|
* @param $order
|
|
|
|
* @param $headShortCut
|
|
|
|
* @param int $width
|
|
|
|
* @param string $format
|
|
|
|
*/
|
2014-02-06 21:18:25 +01:00
|
|
|
public function registerStat($statName, $order, $headShortCut, $width = 10, $format = StatisticManager::STAT_TYPE_INT) {
|
2014-01-23 21:55:40 +01:00
|
|
|
$this->statArray[$order] = array();
|
|
|
|
$this->statArray[$order]["Name"] = $statName;
|
|
|
|
$this->statArray[$order]["HeadShortCut"] = '$o' . $headShortCut;
|
|
|
|
$this->statArray[$order]["Width"] = $width;
|
|
|
|
$this->statArray[$order]["Format"] = $format;
|
|
|
|
$this->statsWidth += $width;
|
|
|
|
}
|
|
|
|
|
2014-05-02 17:50:30 +02:00
|
|
|
/**
|
|
|
|
* Show the stat List
|
|
|
|
*
|
|
|
|
* @param array $callback
|
|
|
|
* @param Player $player
|
|
|
|
*/
|
|
|
|
public function command_ShowStatsList(array $callback, Player $player) {
|
|
|
|
$this->showStatsList($player);
|
|
|
|
}
|
2014-01-23 21:55:40 +01:00
|
|
|
|
2014-01-19 00:09:15 +01:00
|
|
|
/**
|
2014-05-02 16:13:45 +02:00
|
|
|
* Show the StatsList Widget to the Player
|
2014-01-19 00:09:15 +01:00
|
|
|
*
|
|
|
|
* @param Player $player
|
2014-05-02 16:13:45 +02:00
|
|
|
* @param string $order
|
2014-01-19 00:09:15 +01:00
|
|
|
*/
|
2014-01-29 20:51:53 +01:00
|
|
|
public function showStatsList(Player $player, $order = PlayerManager::STAT_SERVERTIME) {
|
2014-01-19 00:09:15 +01:00
|
|
|
$height = $this->maniaControl->manialinkManager->styleManager->getListWidgetsHeight();
|
|
|
|
$quadStyle = $this->maniaControl->manialinkManager->styleManager->getDefaultMainWindowStyle();
|
|
|
|
$quadSubstyle = $this->maniaControl->manialinkManager->styleManager->getDefaultMainWindowSubStyle();
|
|
|
|
|
2014-01-21 21:58:39 +01:00
|
|
|
|
2014-01-19 00:09:15 +01:00
|
|
|
$maniaLink = new ManiaLink(ManialinkManager::MAIN_MLID);
|
2014-01-29 20:51:53 +01:00
|
|
|
$width = $this->statsWidth + 60;
|
2014-02-02 19:59:42 +01:00
|
|
|
//TODO handle size when stats are empty
|
2014-01-19 00:09:15 +01:00
|
|
|
|
|
|
|
// Main frame
|
|
|
|
$frame = new Frame();
|
|
|
|
$maniaLink->add($frame);
|
|
|
|
$frame->setSize($width, $height);
|
|
|
|
$frame->setPosition(0, 0, 10);
|
|
|
|
|
|
|
|
// Background
|
|
|
|
$backgroundQuad = new Quad();
|
|
|
|
$frame->add($backgroundQuad);
|
|
|
|
$backgroundQuad->setSize($width, $height);
|
|
|
|
$backgroundQuad->setStyles($quadStyle, $quadSubstyle);
|
|
|
|
|
|
|
|
// Close Quad (X)
|
|
|
|
$closeQuad = new Quad_Icons64x64_1();
|
|
|
|
$frame->add($closeQuad);
|
|
|
|
$closeQuad->setPosition($width * 0.483, $height * 0.467, 3);
|
|
|
|
$closeQuad->setSize(6, 6);
|
|
|
|
$closeQuad->setSubStyle(Quad_Icons64x64_1::SUBSTYLE_QuitRace);
|
|
|
|
$closeQuad->setAction(ManialinkManager::ACTION_CLOSEWIDGET);
|
|
|
|
|
|
|
|
// Start offsets
|
2014-01-21 21:58:39 +01:00
|
|
|
$xStart = -$width / 2;
|
|
|
|
$y = $height / 2;
|
2014-01-19 00:09:15 +01:00
|
|
|
|
|
|
|
// Predefine Description Label
|
|
|
|
$descriptionLabel = new Label();
|
|
|
|
$frame->add($descriptionLabel);
|
|
|
|
$descriptionLabel->setAlign(Control::LEFT, Control::TOP);
|
2014-01-21 21:58:39 +01:00
|
|
|
$descriptionLabel->setPosition($xStart + 10, -$height / 2 + 5);
|
2014-01-19 00:09:15 +01:00
|
|
|
$descriptionLabel->setSize($width * 0.7, 4);
|
|
|
|
$descriptionLabel->setTextSize(2);
|
|
|
|
$descriptionLabel->setVisible(false);
|
|
|
|
|
|
|
|
// Headline
|
|
|
|
$headFrame = new Frame();
|
|
|
|
$frame->add($headFrame);
|
|
|
|
$headFrame->setY($y - 5);
|
|
|
|
|
2014-01-21 21:58:39 +01:00
|
|
|
$x = $xStart;
|
|
|
|
$array['$oId'] = $x + 5;
|
|
|
|
$array['$oNickname'] = $x + 14;
|
|
|
|
|
2014-01-23 21:55:40 +01:00
|
|
|
|
2014-02-02 19:59:42 +01:00
|
|
|
//Compute Headline
|
2014-02-13 20:48:25 +01:00
|
|
|
$x = $xStart + 55;
|
2014-01-23 21:55:40 +01:00
|
|
|
$statRankings = array();
|
2014-05-02 17:50:30 +02:00
|
|
|
foreach ($this->statArray as $key => $stat) {
|
2014-01-31 15:16:26 +01:00
|
|
|
$ranking = $this->maniaControl->statisticManager->getStatsRanking($stat["Name"]);
|
|
|
|
if (!empty($ranking)) {
|
|
|
|
$statRankings[$stat["Name"]] = $ranking;
|
|
|
|
$array[$stat['HeadShortCut']] = $x;
|
|
|
|
$x += $stat["Width"];
|
2014-02-13 20:48:25 +01:00
|
|
|
} else {
|
2014-02-02 19:59:42 +01:00
|
|
|
unset($this->statArray[$key]);
|
2014-01-31 15:16:26 +01:00
|
|
|
}
|
2014-01-23 21:55:40 +01:00
|
|
|
}
|
|
|
|
|
2014-01-31 15:16:26 +01:00
|
|
|
$labels = $this->maniaControl->manialinkManager->labelLine($headFrame, $array);
|
2014-01-21 21:58:39 +01:00
|
|
|
|
2014-01-31 15:16:26 +01:00
|
|
|
//Description Label
|
|
|
|
$i = 2;
|
2014-05-02 17:50:30 +02:00
|
|
|
foreach ($this->statArray as $statArray) {
|
2014-02-13 20:48:25 +01:00
|
|
|
if (!isset($labels[$i])) {
|
2014-01-31 19:00:01 +01:00
|
|
|
break;
|
2014-02-13 20:48:25 +01:00
|
|
|
}
|
2014-01-31 19:00:01 +01:00
|
|
|
|
2014-04-27 16:22:12 +02:00
|
|
|
/** @var Label_Text $label [] */
|
2014-05-02 17:50:30 +02:00
|
|
|
$label = $labels[$i];
|
2014-04-27 16:22:12 +02:00
|
|
|
|
|
|
|
$label->setAction(self::ACTION_SORT_STATS . '.' . $statArray["Name"]);
|
2014-05-02 17:50:30 +02:00
|
|
|
$label->addTooltipLabelFeature($descriptionLabel, '$o ' . $statArray["Name"]);
|
2014-01-31 15:16:26 +01:00
|
|
|
$i++;
|
|
|
|
}
|
2014-01-29 20:51:53 +01:00
|
|
|
|
2014-01-21 21:58:39 +01:00
|
|
|
// define standard properties
|
|
|
|
$hAlign = Control::LEFT;
|
|
|
|
$style = Label_Text::STYLE_TextCardSmall;
|
|
|
|
$textSize = 1.5;
|
|
|
|
$textColor = 'FFF';
|
|
|
|
$i = 1;
|
2014-01-19 00:09:15 +01:00
|
|
|
$y -= 10;
|
2014-01-29 20:51:53 +01:00
|
|
|
|
2014-02-13 20:48:25 +01:00
|
|
|
if (!isset($statRankings[$order])) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2014-05-02 17:50:30 +02:00
|
|
|
foreach ($statRankings[$order] as $playerId => $value) {
|
2014-01-21 21:58:39 +01:00
|
|
|
$listPlayer = $this->maniaControl->playerManager->getPlayerByIndex($playerId);
|
2014-01-29 20:51:53 +01:00
|
|
|
if ($i == 15) {
|
2014-01-23 21:55:40 +01:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
2014-01-19 00:09:15 +01:00
|
|
|
$playerFrame = new Frame();
|
|
|
|
$frame->add($playerFrame);
|
|
|
|
|
2014-01-31 15:41:01 +01:00
|
|
|
//Show current Player Arrow
|
|
|
|
if ($playerId == $player->index) {
|
|
|
|
$currentQuad = new Quad_Icons64x64_1();
|
|
|
|
$playerFrame->add($currentQuad);
|
|
|
|
$currentQuad->setX($xStart + 3.5);
|
|
|
|
$currentQuad->setZ(0.2);
|
|
|
|
$currentQuad->setSize(4, 4);
|
|
|
|
$currentQuad->setSubStyle($currentQuad::SUBSTYLE_ArrowBlue);
|
|
|
|
}
|
|
|
|
|
2014-01-21 21:58:39 +01:00
|
|
|
$displayArray = array();
|
|
|
|
|
2014-05-02 17:50:30 +02:00
|
|
|
foreach ($this->statArray as $stat) {
|
2014-01-23 21:55:40 +01:00
|
|
|
$statValue = 0;
|
2014-01-29 20:51:53 +01:00
|
|
|
if (isset($statRankings[$stat['Name']][$playerId])) {
|
2014-01-23 21:55:40 +01:00
|
|
|
$statValue = $statRankings[$stat['Name']][$playerId];
|
2014-01-29 20:51:53 +01:00
|
|
|
if ($stat['Format'] == StatisticManager::STAT_TYPE_TIME) {
|
2014-01-31 15:16:26 +01:00
|
|
|
$statValue = Formatter::formatTimeHMS($statValue);
|
2014-01-29 20:51:53 +01:00
|
|
|
} else if ($stat['Format'] == StatisticManager::STAT_TYPE_FLOAT) {
|
|
|
|
$statValue = round(floatval($statValue), 2);
|
2014-01-23 21:55:40 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
$displayArray[$stat['Name']] = array("Value" => strval($statValue), "Width" => $stat['Width']);
|
2014-01-21 21:58:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$array = array($i => $xStart + 5, $listPlayer->nickname => $xStart + 14);
|
|
|
|
$this->maniaControl->manialinkManager->labelLine($playerFrame, $array);
|
|
|
|
|
2014-01-29 20:51:53 +01:00
|
|
|
|
2014-01-21 21:58:39 +01:00
|
|
|
$x = $xStart + 55;
|
2014-05-02 17:50:30 +02:00
|
|
|
foreach ($displayArray as $key => $array) {
|
2014-01-21 21:58:39 +01:00
|
|
|
$label = new Label_Text();
|
|
|
|
$playerFrame->add($label);
|
|
|
|
$label->setHAlign($hAlign);
|
|
|
|
$label->setX($x);
|
|
|
|
$label->setStyle($style);
|
|
|
|
$label->setTextSize($textSize);
|
2014-01-23 21:55:40 +01:00
|
|
|
$label->setText($array['Value']);
|
2014-01-21 21:58:39 +01:00
|
|
|
$label->setTextColor($textColor);
|
2014-05-02 17:50:30 +02:00
|
|
|
$label->addTooltipLabelFeature($descriptionLabel, '$o ' . $key);
|
2014-01-23 21:55:40 +01:00
|
|
|
$x += $array['Width'];
|
2014-01-21 21:58:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$playerFrame->setY($y);
|
|
|
|
|
2014-01-29 20:51:53 +01:00
|
|
|
if ($i % 2 != 0) {
|
2014-01-19 00:09:15 +01:00
|
|
|
$lineQuad = new Quad_BgsPlayerCard();
|
|
|
|
$playerFrame->add($lineQuad);
|
|
|
|
$lineQuad->setSize($width, 4);
|
|
|
|
$lineQuad->setSubStyle($lineQuad::SUBSTYLE_BgPlayerCardBig);
|
|
|
|
$lineQuad->setZ(0.001);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$i++;
|
|
|
|
$y -= 4;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Render and display xml
|
2014-01-29 20:51:53 +01:00
|
|
|
$this->maniaControl->manialinkManager->displayWidget($maniaLink, $player, 'SimpleStatsList');
|
2014-01-19 00:09:15 +01:00
|
|
|
}
|
2014-01-31 15:41:01 +01:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Called on ManialinkPageAnswer
|
|
|
|
*
|
|
|
|
* @param array $callback
|
|
|
|
*/
|
|
|
|
public function handleManialinkPageAnswer(array $callback) {
|
|
|
|
$actionId = $callback[1][2];
|
|
|
|
$actionArray = explode('.', $actionId, 3);
|
|
|
|
if (count($actionArray) <= 2) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
$action = $actionArray[0] . "." . $actionArray[1];
|
|
|
|
|
2014-05-02 17:50:30 +02:00
|
|
|
switch ($action) {
|
2014-01-31 15:41:01 +01:00
|
|
|
case self::ACTION_SORT_STATS:
|
|
|
|
$playerLogin = $callback[1][1];
|
|
|
|
$player = $this->maniaControl->playerManager->getPlayer($playerLogin);
|
|
|
|
$this->showStatsList($player, $actionArray[2]);
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
2014-01-19 00:09:15 +01:00
|
|
|
}
|