From 75dd7ce3d8a4cd5ec23a1b46716c82cc1b95467b Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Fri, 30 Oct 2015 06:56:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20=D0=B0?= =?UTF-8?q?=D0=B4=D0=B5=D0=BA=D0=B2=D0=B0=D1=82=D0=BD=D1=83=D1=8E=20=D1=81?= =?UTF-8?q?=D1=82=D1=80=D1=83=D0=BA=D1=82=D1=83=D1=80=D1=83=20=D1=84=D0=B0?= =?UTF-8?q?=D0=B9=D0=BB=D0=B0=20=D0=BF=D1=80=D0=B8=D0=BB=D0=BE=D0=B6=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications.txt | 120 ++++++++++++++++++++++++++--------------------- 1 file changed, 66 insertions(+), 54 deletions(-) diff --git a/Applications.txt b/Applications.txt index 89e5ee7a..82ed35e6 100644 --- a/Applications.txt +++ b/Applications.txt @@ -1,4 +1,7 @@ { + + ----------------------------------------------------- Все для ОС -------------------------------------------------------------------------- + { ["name"]="OS.lua", ["url"]="IgorTimofeev/OpenComputers/master/MineOS/OS.lua", @@ -59,36 +62,9 @@ ["type"]="Script", ["version"]=1.0, }, - { - ["name"]="init.lua", - ["url"]="IgorTimofeev/OpenComputers/master/Applications/init.lua", - ["type"]="Script", - ["version"]=1.0, - }, - { - ["name"]="bin/event.lua", - ["url"]="IgorTimofeev/OpenComputers/master/Applications/event.lua", - ["type"]="Script", - ["version"]=1.0, - }, - { - ["name"]="bin/clear.lua", - ["url"]="IgorTimofeev/OpenComputers/master/Applications/clear.lua", - ["type"]="Script", - ["version"]=1.0, - }, - { - ["name"]="bin/ls.lua", - ["url"]="IgorTimofeev/OpenComputers/master/Applications/ls.lua", - ["type"]="Script", - ["version"]=1.0, - }, - { - ["name"]="bin/scale.lua", - ["url"]="IgorTimofeev/OpenComputers/master/Applications/scale.lua", - ["type"]="Script", - ["version"]=1.0, - }, + + ----------------------------------------------------- Системные иконки -------------------------------------------------------------------------- + { ["name"]="MineOS/System/OS/Icons/Pastebin.pic", ["url"]="IgorTimofeev/OpenComputers/master/MineOS/Icons/Pastebin.pic", @@ -197,6 +173,60 @@ ["type"]="Script", ["version"]=1.0, }, + + ----------------------------------------------------- Скрипты и дополнения к ним -------------------------------------------------------------------------- + + { + ["name"]="init.lua", + ["url"]="IgorTimofeev/OpenComputers/master/Applications/init.lua", + ["type"]="Script", + ["version"]=1.0, + }, + { + ["name"]="bin/event.lua", + ["url"]="IgorTimofeev/OpenComputers/master/Applications/event.lua", + ["type"]="Script", + ["version"]=1.0, + }, + { + ["name"]="bin/clear.lua", + ["url"]="IgorTimofeev/OpenComputers/master/Applications/clear.lua", + ["type"]="Script", + ["version"]=1.0, + }, + { + ["name"]="bin/ls.lua", + ["url"]="IgorTimofeev/OpenComputers/master/Applications/ls.lua", + ["type"]="Script", + ["version"]=1.0, + }, + { + ["name"]="bin/scale.lua", + ["url"]="IgorTimofeev/OpenComputers/master/Applications/scale.lua", + ["type"]="Script", + ["version"]=1.0, + }, + { + ["name"]="usr/misc/greetings/English.txt", + ["url"]="IgorTimofeev/OpenComputers/master/Applications/Motd/English.txt", + ["type"]="Script", + ["version"]=1.0, + }, + { + ["name"]="usr/misc/greetings/Russian.txt", + ["url"]="IgorTimofeev/OpenComputers/master/Applications/Motd/Russian.txt", + ["type"]="Script", + ["version"]=1.0, + }, + { + ["name"]="etc/motd", + ["url"]="IgorTimofeev/OpenComputers/master/Applications/Motd/motd.lua", + ["type"]="Script", + ["version"]=1.0, + }, + + ----------------------------------------------------- Библиотеки -------------------------------------------------------------------------- + { ["name"]="lib/libPNGImage.lua", ["url"]="IgorTimofeev/OpenComputers/master/lib/libPNGImage.lua", @@ -275,30 +305,9 @@ ["type"]="Script", ["version"]=1.0, }, - { - ["name"]="lib/checkSystemRequirements.lua", - ["url"]="IgorTimofeev/OpenComputers/master/lib/checkSystemRequirements.lua", - ["type"]="Script", - ["version"]=1.0, - }, - { - ["name"]="usr/misc/greetings/English.txt", - ["url"]="IgorTimofeev/OpenComputers/master/Applications/Motd/English.txt", - ["type"]="Script", - ["version"]=1.0, - }, - { - ["name"]="usr/misc/greetings/Russian.txt", - ["url"]="IgorTimofeev/OpenComputers/master/Applications/Motd/Russian.txt", - ["type"]="Script", - ["version"]=1.0, - }, - { - ["name"]="etc/motd", - ["url"]="IgorTimofeev/OpenComputers/master/Applications/Motd/motd.lua", - ["type"]="Script", - ["version"]=1.0, - }, + + ----------------------------------------------------- Приложения без ресурсов -------------------------------------------------------------------------- + { ["name"]="MineOS/Applications/Photoshop", ["url"]="IgorTimofeev/OpenComputers/master/Applications/Photoshop/Photoshop.lua", @@ -432,6 +441,9 @@ ["icon"]="IgorTimofeev/OpenComputers/master/Applications/Autorun/Icon.pic", ["version"]=1.0, }, + + ----------------------------------------------------- Приложения с ресурсами -------------------------------------------------------------------------- + { ["name"]="MineOS/Applications/MineCode", ["url"]="IgorTimofeev/OpenComputers/master/Applications/MineCode/MineCode.lua",