Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src-ui/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
<main>
<div style="margin-bottom: 5px;"><b>Latest types</b> (<em><a href="/list.html" target="_parent">all types</a></em>)</div>
<ul>
<li><a href="/p?cornerch" target="_parent">Corner Chain 隅角チェーン</a></li>
<li><a href="/p?sendai" target="_parent">Sendai-Miyagi 宮城県仙台市</a></li>
<li><a href="/p?keywest" target="_parent">Key West キーウエスト</a></li>
<li><a href="/p?morningwalk" target="_parent">Morning Walk</a></li>
<li><a href="/p?energywalk" target="_parent">Energy Walk</a></li>
<li><a href="/p?sansaroad" target="_parent">Sansa Road サンサロード</a></li>
<li><a href="/p?diamond" target="_parent">Diamond Chain</a></li>
<li><a href="/p?tetrochaink" target="_parent">Tetro Chain-K テトロチェーンK</a></li>
</ul>
</main>
</body>
1 change: 1 addition & 0 deletions src-ui/js/ui/KeyPopup.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ ui.keypopup = {
sendai: [10, 0],
morningwalk: [10, 0],
energywalk: [10, 0],
cornerch: [10, 0],
keywest: [4, 4]
},

Expand Down
1 change: 1 addition & 0 deletions src-ui/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ <h2 id="title"><span lang="ja">パズルの種類のリスト</span><span lang="
<li data-pid="sashikabe"></li>
<li data-pid="tetrochaink"></li>
<li data-pid="sansaroad"></li>
<li data-pid="cornerch"></li>
</ul>
</div>
<div class="lists blocks">
Expand Down
1 change: 1 addition & 0 deletions src/pzpr/variety.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
cojun: [0, 0, "コージュン", "Cojun", "ripple"],
compass: [0, 0, "Compass", "Compass", "compass"],
coral: [0, 0, "Coral", "Coral", "nonogram"],
cornerch: [0, 0, "隅角チェーン", "Corner Chain", "nurikabe"],
country: [1, 0, "カントリーロード", "Country Road"],
creek: [1, 0, "クリーク", "Creek"],
curvedata: [0, 0, "カーブデータ", "Curve Data"],
Expand Down
2 changes: 2 additions & 0 deletions src/res/failcode.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,11 +488,13 @@
"cuNoLine.icebarn": "The line doesn't pass all of the non-icy cell.",
"cuNoLine.nagenawa": "There is no line on the unshaded cell.",
"cuNotPointed.yajirushi": "An empty cell is not between a pair of arrows.",
"cuNotRect.cornerch": "A block of unshaded cells with an even size is not a rectangle.",
"cuNotRect.mochikoro": "There is a block of unshaded cells that is not a rectangle.",
"cuNotRectx.shakashaka": "A white area is not rectangle.",
"cuNotSquare": "An unshaded area is not a square.",
"cuNotTop.dosufuwa": "A balloon is not on the top of the row or under another balloon.",
"cuOutside.castle": "An unshaded cell is outside of the loop.",
"cuRect.cornerch": "A block of unshaded cells with an odd size is a rectangle.",
"cuRect": "A mass of unshaded cells is a rectangle.",
"cuRoomGt.akichi": "A cluster of unshaded cells is larger than the number.",
"cuRoomLt.akichi": "All clusters of unshaded cells are smaller than the number.",
Expand Down
Loading