update code

This commit is contained in:
Li 2023-11-18 11:52:20 +13:00
parent ab01325361
commit f154a3befa
53 changed files with 19 additions and 3 deletions

1
.gitignore vendored Executable file → Normal file
View File

@ -1,5 +1,6 @@
#directory listing is open, if you want these just wget -m them
unity-src/*
unity-tools/*
unity-support/*
unity-psdp/*

0
.htaccess Executable file → Normal file
View File

0
404.php Executable file → Normal file
View File

0
common.js Executable file → Normal file
View File

21
devtools.php Executable file → Normal file
View File

@ -52,7 +52,7 @@ function getName(string $file)
{
return "PSMPU ".substr($file,21,6);
}
elseif($file == "MichaelFleischauer-PlaystationmobileDevelopmentCookbook-packtPublishing2013")
elseif(strpos($file, '9781849694186') !== false)
{
return "PSMCookbook";
}
@ -107,7 +107,15 @@ function getIcon(string $file)
}
elseif($ext == "pdf")
{
return "/img/docs.png";
return "/img/pdf.png";
}
elseif($ext == "mobi")
{
return "/img/mobi.png";
}
elseif($ext == "epub")
{
return "/img/epub.png";
}
elseif($ext == "exe" && strpos($file, 'UnitySetup') == false)
{
@ -308,7 +316,14 @@ function getIcon(string $file)
Assets
</span>
</a>
<a href="?type=unity-src" class="devtool" id="unityassets">
<img src="/img/sources.png" width="128" height="128" class="bubble">
<span id="textContent">
Source Code
</span>
</a>
<a href="?type=unity-tools" class="devtool" id="unitytools">
<img src="/img/tools.png" width="128" height="128" class="bubble">
<span id="textContent">

0
faq.php Executable file → Normal file
View File

0
favicon.ico Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 91 KiB

0
footer.php Executable file → Normal file
View File

0
header.php Executable file → Normal file
View File

0
img/androiddev.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

0
img/apk-icon.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

0
img/cmbackup.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

0
img/docs.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

BIN
img/epub.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

0
img/export.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

0
img/games.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

0
img/kernel-plugin.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

0
img/logo.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

BIN
img/mobi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

0
img/mono.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
img/pdf.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

0
img/pending_playable.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

0
img/pkg.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

0
img/playable.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

0
img/ppk_icon.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 121 KiB

0
img/psdp.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

0
img/psm-drivers.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

0
img/psm_bg.gif Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 131 KiB

After

Width:  |  Height:  |  Size: 131 KiB

0
img/psm_bg.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 864 KiB

After

Width:  |  Height:  |  Size: 864 KiB

0
img/psm_icon.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

0
img/psmda_keys.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 137 KiB

After

Width:  |  Height:  |  Size: 137 KiB

0
img/psmdev.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

0
img/psmruntime.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

0
img/sdk.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

0
img/simulator.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

0
img/sources.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

0
img/tools.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

0
img/twitter.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 247 KiB

After

Width:  |  Height:  |  Size: 247 KiB

0
img/unity.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB

0
img/unity_icon.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 100 KiB

0
img/unitydev.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

0
img/user-plugin.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

0
img/youtube.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

0
img/zip_icon.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 159 KiB

After

Width:  |  Height:  |  Size: 159 KiB

0
index.php Executable file → Normal file
View File

0
libary.php Executable file → Normal file
View File

0
redirect.php Executable file → Normal file
View File

0
robots.txt Executable file → Normal file
View File

0
sitemap.xml Executable file → Normal file
View File

0
style.css Executable file → Normal file
View File

0
videos/china.mp4 Executable file → Normal file
View File

0
wget.php Executable file → Normal file
View File

0
zrif.js Executable file → Normal file
View File