Skip to content

Commit

Permalink
Deploying to gh-pages from @ 20dbb62 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed Jul 17, 2024
1 parent 58f511c commit 789166f
Show file tree
Hide file tree
Showing 10 changed files with 472 additions and 492 deletions.
464 changes: 232 additions & 232 deletions node.d.ts

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions node.js
Original file line number Diff line number Diff line change
Expand Up @@ -12425,9 +12425,7 @@ var $;
let size = 0;
for (const land of Reflect.ownKeys(lands)) {
size += 16;
if (lands[land].faces.size) {
size += Math.ceil(lands[land].faces.size * 12 / 8 + .5) * 8;
}
size += Math.ceil(lands[land].faces.size * 12 / 8 + .5) * 8;
size += lands[land].units.length * $hyoo_crus_unit.size;
}
for (const [hash, rock] of rocks) {
Expand All @@ -12443,8 +12441,6 @@ var $;
pack.uint32(offset, $hyoo_crus_part.land | (faces.total << 8));
buff.set($hyoo_crus_ref_encode(land), offset + 4);
offset += 16;
if (!faces.size)
continue;
pack.uint32(offset, $hyoo_crus_part.face | (faces.size << 8));
offset += 4;
for (const [peer, time] of faces) {
Expand Down
2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12425,9 +12425,7 @@ var $;
let size = 0;
for (const land of Reflect.ownKeys(lands)) {
size += 16;
if (lands[land].faces.size) {
size += Math.ceil(lands[land].faces.size * 12 / 8 + .5) * 8;
}
size += Math.ceil(lands[land].faces.size * 12 / 8 + .5) * 8;
size += lands[land].units.length * $hyoo_crus_unit.size;
}
for (const [hash, rock] of rocks) {
Expand All @@ -12443,8 +12441,6 @@ var $;
pack.uint32(offset, $hyoo_crus_part.land | (faces.total << 8));
buff.set($hyoo_crus_ref_encode(land), offset + 4);
offset += 16;
if (!faces.size)
continue;
pack.uint32(offset, $hyoo_crus_part.face | (faces.size << 8));
offset += 4;
for (const [peer, time] of faces) {
Expand Down
6 changes: 1 addition & 5 deletions node.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12416,9 +12416,7 @@ var $;
let size = 0;
for (const land of Reflect.ownKeys(lands)) {
size += 16;
if (lands[land].faces.size) {
size += Math.ceil(lands[land].faces.size * 12 / 8 + .5) * 8;
}
size += Math.ceil(lands[land].faces.size * 12 / 8 + .5) * 8;
size += lands[land].units.length * $hyoo_crus_unit.size;
}
for (const [hash, rock] of rocks) {
Expand All @@ -12434,8 +12432,6 @@ var $;
pack.uint32(offset, $hyoo_crus_part.land | (faces.total << 8));
buff.set($hyoo_crus_ref_encode(land), offset + 4);
offset += 16;
if (!faces.size)
continue;
pack.uint32(offset, $hyoo_crus_part.face | (faces.size << 8));
offset += 4;
for (const [peer, time] of faces) {
Expand Down
2 changes: 1 addition & 1 deletion node.test.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 789166f

Please sign in to comment.