diff --git a/_config.yml b/_config.yml index 2ad418a..f4dafd1 100644 --- a/_config.yml +++ b/_config.yml @@ -21,7 +21,7 @@ wiki: images_dir: "images" # テーマカラー # モバイル版Chromeのタブ色に使用される - theme_color: "#f2f2f2" + theme_color: "#fff" # デスクトップ判定 media-desktop: "all and (min-width: 768px)" diff --git a/_data/tools-mod-development/nodeboxeditor.yml b/_data/tools-mod-development/nodeboxeditor.yml index 75e979f..bbcf6ca 100644 --- a/_data/tools-mod-development/nodeboxeditor.yml +++ b/_data/tools-mod-development/nodeboxeditor.yml @@ -1,12 +1,15 @@ -name: "NodeBoxEditor" -author: "rubenwardy" -screenshot: "/tools-mod-development/nodeboxeditor.png" -description: "NodeBox作成ツール。" -platform: "Windows / Linux" +name: "NodeBoxEditor" +author: "rubenwardy" +screenshot: "/tools-mod-development/nodeboxeditor.png" +description: "NodeBoxを作成するツールです。作ったNodeBoxはLuaやその他のモデル形式で保存することができます。
Windows以外はソースからビルドする必要があります。ビルド手順はこちらを参照してください。" +platform: "Windows / Linux" links: - text: "フォーラム" - url: "https://forum.minetest.net/viewtopic.php?t=2840" + url: "https://forum.minetest.net/viewtopic.php?t=2840" - - text: "ダウンロード" - url: "https://github.com/rubenwardy/NodeBoxEditor/releases" + text: "ダウンロード(Windows)" + url: "https://github.com/rubenwardy/NodeBoxEditor/releases/download/v0.9.0/NodeBoxEditor_0_9_0_WindowsBuild.zip" + - + text: "ダウンロード(ソースコード)" + url: "https://github.com/rubenwardy/NodeBoxEditor/releases" diff --git a/_data/tools-mod-development/nodeboxeditor_web.yml b/_data/tools-mod-development/nodeboxeditor_web.yml new file mode 100644 index 0000000..5733cb3 --- /dev/null +++ b/_data/tools-mod-development/nodeboxeditor_web.yml @@ -0,0 +1,12 @@ +name: "Simplistic Web Node Box Creator" +author: "IcyDiamond" +screenshot: "/tools-mod-development/nodeboxeditor_web.png" +description: "ウェブブラウザ上でNodeBoxを作成するツールです。作ったNodeBoxはLuaとしてエクスポートできます。" +platform: "Windows / Linux" +links: + - + text: "https://lunasqu.ee/apps/3d/nodebox" + url: "https://lunasqu.ee/apps/3d/nodebox" + - + text: "フォーラム" + url: "https://forum.minetest.net/viewtopic.php?t=19895" diff --git a/_data/tools-mod-development/sam_viewer.yml b/_data/tools-mod-development/sam_viewer.yml new file mode 100644 index 0000000..f9c4fc5 --- /dev/null +++ b/_data/tools-mod-development/sam_viewer.yml @@ -0,0 +1,11 @@ +name: "SAM-Viewer" +author: "stu" +screenshot: "/tools-mod-development/sam_viewer.png" +description: "Irrlichtで作られた3Dモデルビューワです。アニメーションの再生や他モデルのアタッチなどの機能があります。
手動でビルドする必要があります。ビルド手順はこちらを参照してください。" +links: + - + text: "フォーラム" + url: "https://forum.minetest.net/viewtopic.php?t=20171" + - + text: "ソースコード" + url: "https://github.com/stujones11/SAM-Viewer" diff --git a/_data/tools-mod-development/simplemodmaker.yml b/_data/tools-mod-development/simplemodmaker.yml index 2b694df..3aeaf37 100644 --- a/_data/tools-mod-development/simplemodmaker.yml +++ b/_data/tools-mod-development/simplemodmaker.yml @@ -1,10 +1,10 @@ -name: "Simple Mod Maker" -author: "rubenwardy" -description: "簡単なModを作成するツール。ブラウザ上で動作する。" +name: "Simple Mod Maker" +author: "rubenwardy" +description: "ウェブブラウザ上でModを作成できるツールです。ノード(ブロック)とレシピを追加するModが作成できます。
実装結果はLuaソースコードとして出力されます。" links: - - text: "フォーラム" - url: "https://forum.minetest.net/viewtopic.php?t=9939" + text: "https://rubenwardy.com/minetest_mod_maker" + url: "https://rubenwardy.com/minetest_mod_maker" - - text: "開く" - url: "http://rubenwardy.com/minetest_mod_maker" + text: "フォーラム" + url: "https://forum.minetest.net/viewtopic.php?t=9939" diff --git a/_data/tools-mod-development/tide.yml b/_data/tools-mod-development/tide.yml deleted file mode 100644 index ba0f175..0000000 --- a/_data/tools-mod-development/tide.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: "Tide" -author: "ashenk69" -screenshot: "/tools-mod-development/tide.png" -description: "Modのコードを編集するツール。" -platform: "Windows" -links: - - - text: "フォーラム" - url: "https://forum.minetest.net/viewtopic.php?t=10214" - - - text: "ダウンロード (32bit)" - url: "https://drive.google.com/file/d/0Bx9DccMfSPY-cE9LNU83bVBhR1k/view?pli=1" - - - text: "ダウンロード (64bit)" - url: "https://drive.google.com/file/d/0Bx9DccMfSPY-c2tJWXJTal9kZkE/view?usp=sharing&pli=1" diff --git a/_includes/details.md b/_includes/details.md index 407688a..a5def31 100644 --- a/_includes/details.md +++ b/_includes/details.md @@ -6,7 +6,7 @@ 値:
に表示される説明 {% endcomment %} -{% assign IMAGE_DIR = site.github.url | append: "/images" %} +{% capture IMAGE_DIR %}{{ site.github.url }}/{{ site.wiki.images_dir }}{% endcapture %} {% assign IMAGE_ALT = "スクリーンショット" %}

diff --git a/_includes/style.scss b/_includes/style.scss index 79c2b60..362c2bd 100644 --- a/_includes/style.scss +++ b/_includes/style.scss @@ -14,7 +14,7 @@ $border-default: 1px solid #ccc; // 基本設定 -$background: url({{ site.github.url }}/images/background.png); +$background: url({{ site.github.url }}/{{ site.wiki.images_dir }}/background.png); $font-color: #333; $font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "meiryo", "arial", "sans-serif"; $font-size: 18px; @@ -31,7 +31,7 @@ $container-padding-top-mobile: 1em; $container-max-width: 1280px; // ヘッダ -$header-background: #f2f2f2; +$header-background: #fff; $header-height: 3em; $header-link-color: #694; $header-mobile-box-shadow: 0 0 5px 2px rgba(0,0,0,0.3); diff --git a/_layouts/default.html b/_layouts/default.html index c6c2d14..9639d0c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -11,7 +11,7 @@ layout: compress {% assign style = style_scss | scssify %} {% comment %}アイコンのURL{% endcomment %} -{% assign icon_url = site.github.url | append: "/images/icon.png" %} +{% capture icon_url %}{{ site.github.url }}/{{ site.wiki.images_dir }}/icon.png{% endcapture %} {% capture amp-boilerplate %} body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}} @@ -47,13 +47,13 @@ body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:non

+ alt="" src="{{ site.github.url }}/{{ site.wiki.images_dir }}/icon.svg"> {{ site.title }} + alt="メニュー" src="{{ site.github.url }}/{{ site.wiki.images_dir }}/menu.svg">
@@ -63,7 +63,7 @@ body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:non {{ page.title }} + alt="編集" src="{{ site.github.url }}/{{ site.wiki.images_dir }}/edit.svg"> diff --git a/images/tools-mod-development/nodeboxeditor.png b/images/tools-mod-development/nodeboxeditor.png index 7b4c9fe..3ca4369 100644 Binary files a/images/tools-mod-development/nodeboxeditor.png and b/images/tools-mod-development/nodeboxeditor.png differ diff --git a/images/tools-mod-development/nodeboxeditor_web.png b/images/tools-mod-development/nodeboxeditor_web.png new file mode 100644 index 0000000..76ca114 Binary files /dev/null and b/images/tools-mod-development/nodeboxeditor_web.png differ diff --git a/images/tools-mod-development/sam_viewer.png b/images/tools-mod-development/sam_viewer.png new file mode 100644 index 0000000..92235e9 Binary files /dev/null and b/images/tools-mod-development/sam_viewer.png differ diff --git a/images/tools-mod-development/tide.png b/images/tools-mod-development/tide.png deleted file mode 100644 index 7ccf3dd..0000000 Binary files a/images/tools-mod-development/tide.png and /dev/null differ diff --git a/wiki/tools/tools-mod-development.md b/wiki/tools/tools-mod-development.md index a9ccbc1..3dd6ca5 100644 --- a/wiki/tools/tools-mod-development.md +++ b/wiki/tools/tools-mod-development.md @@ -1,5 +1,6 @@ --- title: ツール - Mod開発補助 +date: 2018-8-18 --- - toc