Skip to content

Commit

Permalink
Update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
tltneon committed Jan 3, 2025
1 parent 848195c commit 5b8915e
Show file tree
Hide file tree
Showing 20 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ function findMax(&$server) {
}
require "src/lgsl_class.php";
if (!LGSL::isEnabled("gd")) {
echo 'No GD ';
throw new \Exception("No GD");
echo 'No GD';
exit;
}

Expand Down
Binary file removed src/icons/aarmy/armygame.gif
Binary file not shown.
Binary file removed src/icons/arma2/arma2pc.gif
Binary file not shown.
Binary file removed src/icons/bf1942/bfield1942.gif
Binary file not shown.
Binary file removed src/icons/bf2142/stella.gif
Binary file not shown.
Binary file removed src/icons/doom3/basedoom-1.gif
Binary file not shown.
Binary file removed src/icons/farcry/obsidianedge.gif
Binary file not shown.
Binary file removed src/icons/flashpoint/opflashr.gif
Binary file not shown.
Binary file removed src/icons/jediknight2/basejk.gif
Binary file not shown.
Binary file removed src/icons/killingfloor/killing_floor.gif
Binary file not shown.
Binary file modified src/icons/killingfloor/killingfloor.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/icons/quake4/basequake4-1.gif
Binary file not shown.
Binary file modified src/icons/quakewars/quakewars.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/icons/quakeworld/fortress.gif
Binary file not shown.
Binary file removed src/icons/quakeworld/qw.gif
Binary file not shown.
Binary file removed src/icons/redorchestra/red_orchestra.gif
Binary file not shown.
Binary file removed src/icons/sof2/sof2mp.gif
Binary file not shown.
Binary file removed src/icons/wolfrtcw/wolfrtcw.gif
Binary file not shown.
Binary file added src/icons/wolfrtcw/wolfrtcw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/lgsl_admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@
}
$stream->write("https://api.github.com/repos/tltneon/lgsl/releases/latest");
$buffer2 = $stream->readJson();
if (isset($buffer1["message"]) || isset($buffer2["message"])) {
$output .= "
<div class='tt' style='padding: 10px;'>
{$buffer1["message"]}<br>{$buffer2["message"]}
</div>
" . lgslReturnButtons();
return;
}

$blocks = [
["Latest commit (LGSL7)", $buffer1["commit"]["commit"]["message"], date($lgsl_config['text']['tzn'], strtotime($buffer1["commit"]["commit"]["author"]["date"])), "https://github.com/tltneon/lgsl/archive/refs/heads/lgsl7.zip", $buffer1["commit"]["html_url"]],
Expand Down

0 comments on commit 5b8915e

Please sign in to comment.