diff --git a/modules/common/ecryme-utility.js b/modules/common/ecryme-utility.js index 00a4c6b..114aedd 100644 --- a/modules/common/ecryme-utility.js +++ b/modules/common/ecryme-utility.js @@ -36,7 +36,7 @@ export class EcrymeUtility { /* -------------------------------------------- */ static async init() { Hooks.on('renderChatLog', (log, html, data) => EcrymeUtility.chatListeners(html)); - Hooks.on("getChatLogEntryContext", (html, options) => EcrymeUtility.chatMenuManager(html, options)); + Hooks.on("getChatMessageContextOptions", (html, options) => EcrymeUtility.chatMenuManager(html, options)); this.rollDataStore = {} this.defenderStore = {} @@ -273,20 +273,17 @@ export class EcrymeUtility { let canTranscendRoll = [] for (let i = 1; i <= 10; i++) { canTranscendRoll[i] = function (li) { - let message = game.messages.get(li.attr("data-message-id")) + let message = game.messages.get($(li).attr("data-message-id")) let rollData = message.getFlag("world", "rolldata") //console.log(">>>>>>>>>>>>>>>>>>>>>>>>>> Menu !!!!", rollData) - if (rollData.skill && rollData.skill.value >= i && !rollData.transcendUsed && rollData.spec) { - return true - } - return false + return (rollData?.skill?.value >= i && !rollData.transcendUsed && rollData.spec) } options.push({ name: game.i18n.localize("ECRY.chat.spectranscend") + i, icon: '', condition: canTranscendRoll[i], callback: li => { - let message = game.messages.get(li.attr("data-message-id")) + let message = game.messages.get($(li).attr("data-message-id")) let rollData = message.getFlag("world", "rolldata") EcrymeUtility.transcendFromSpec(rollData, i).catch("Error on Transcend") } diff --git a/packs/equipment/000203.log b/packs/equipment/000207.log similarity index 100% rename from packs/equipment/000203.log rename to packs/equipment/000207.log diff --git a/packs/equipment/CURRENT b/packs/equipment/CURRENT index 6d0c8e6..3fa41f8 100644 --- a/packs/equipment/CURRENT +++ b/packs/equipment/CURRENT @@ -1 +1 @@ -MANIFEST-000201 +MANIFEST-000205 diff --git a/packs/equipment/LOG b/packs/equipment/LOG index 40c82e9..df62ea4 100644 --- a/packs/equipment/LOG +++ b/packs/equipment/LOG @@ -1,7 +1,7 @@ -2025/05/01-23:18:27.056956 7f1115ffb6c0 Recovering log #199 -2025/05/01-23:18:27.067437 7f1115ffb6c0 Delete type=3 #197 -2025/05/01-23:18:27.067539 7f1115ffb6c0 Delete type=0 #199 -2025/05/01-23:23:12.722068 7f11153ff6c0 Level-0 table #204: started -2025/05/01-23:23:12.722089 7f11153ff6c0 Level-0 table #204: 0 bytes OK -2025/05/01-23:23:12.728871 7f11153ff6c0 Delete type=0 #202 -2025/05/01-23:23:12.744842 7f11153ff6c0 Manual compaction at level-0 from '!folders!1GrTlI1xWvaxdKRI' @ 72057594037927935 : 1 .. '!items!zs7krgXhDRndtqbl' @ 0 : 0; will stop at (end) +2025/05/01-23:23:34.950257 7f11177fe6c0 Recovering log #203 +2025/05/01-23:23:34.960390 7f11177fe6c0 Delete type=3 #201 +2025/05/01-23:23:34.960497 7f11177fe6c0 Delete type=0 #203 +2025/05/01-23:27:45.498796 7f11153ff6c0 Level-0 table #208: started +2025/05/01-23:27:45.498850 7f11153ff6c0 Level-0 table #208: 0 bytes OK +2025/05/01-23:27:45.505411 7f11153ff6c0 Delete type=0 #206 +2025/05/01-23:27:45.518830 7f11153ff6c0 Manual compaction at level-0 from '!folders!1GrTlI1xWvaxdKRI' @ 72057594037927935 : 1 .. '!items!zs7krgXhDRndtqbl' @ 0 : 0; will stop at (end) diff --git a/packs/equipment/LOG.old b/packs/equipment/LOG.old index 1d1c545..40c82e9 100644 --- a/packs/equipment/LOG.old +++ b/packs/equipment/LOG.old @@ -1,7 +1,7 @@ -2025/05/01-23:07:32.446870 7f11177fe6c0 Recovering log #195 -2025/05/01-23:07:32.457439 7f11177fe6c0 Delete type=3 #193 -2025/05/01-23:07:32.457493 7f11177fe6c0 Delete type=0 #195 -2025/05/01-23:13:57.500743 7f11153ff6c0 Level-0 table #200: started -2025/05/01-23:13:57.500802 7f11153ff6c0 Level-0 table #200: 0 bytes OK -2025/05/01-23:13:57.507469 7f11153ff6c0 Delete type=0 #198 -2025/05/01-23:13:57.515235 7f11153ff6c0 Manual compaction at level-0 from '!folders!1GrTlI1xWvaxdKRI' @ 72057594037927935 : 1 .. '!items!zs7krgXhDRndtqbl' @ 0 : 0; will stop at (end) +2025/05/01-23:18:27.056956 7f1115ffb6c0 Recovering log #199 +2025/05/01-23:18:27.067437 7f1115ffb6c0 Delete type=3 #197 +2025/05/01-23:18:27.067539 7f1115ffb6c0 Delete type=0 #199 +2025/05/01-23:23:12.722068 7f11153ff6c0 Level-0 table #204: started +2025/05/01-23:23:12.722089 7f11153ff6c0 Level-0 table #204: 0 bytes OK +2025/05/01-23:23:12.728871 7f11153ff6c0 Delete type=0 #202 +2025/05/01-23:23:12.744842 7f11153ff6c0 Manual compaction at level-0 from '!folders!1GrTlI1xWvaxdKRI' @ 72057594037927935 : 1 .. '!items!zs7krgXhDRndtqbl' @ 0 : 0; will stop at (end) diff --git a/packs/equipment/MANIFEST-000201 b/packs/equipment/MANIFEST-000205 similarity index 71% rename from packs/equipment/MANIFEST-000201 rename to packs/equipment/MANIFEST-000205 index 004203d..5bf46f6 100644 Binary files a/packs/equipment/MANIFEST-000201 and b/packs/equipment/MANIFEST-000205 differ diff --git a/packs/help/000140.log b/packs/help/000144.log similarity index 100% rename from packs/help/000140.log rename to packs/help/000144.log diff --git a/packs/help/CURRENT b/packs/help/CURRENT index 448b6f3..48a2453 100644 --- a/packs/help/CURRENT +++ b/packs/help/CURRENT @@ -1 +1 @@ -MANIFEST-000138 +MANIFEST-000142 diff --git a/packs/help/LOG b/packs/help/LOG index e9aecf0..ffce5d7 100644 --- a/packs/help/LOG +++ b/packs/help/LOG @@ -1,8 +1,8 @@ -2025/05/01-23:18:27.111839 7f1116ffd6c0 Recovering log #136 -2025/05/01-23:18:27.122280 7f1116ffd6c0 Delete type=3 #134 -2025/05/01-23:18:27.122337 7f1116ffd6c0 Delete type=0 #136 -2025/05/01-23:23:12.768196 7f11153ff6c0 Level-0 table #141: started -2025/05/01-23:23:12.768227 7f11153ff6c0 Level-0 table #141: 0 bytes OK -2025/05/01-23:23:12.774547 7f11153ff6c0 Delete type=0 #139 -2025/05/01-23:23:12.774689 7f11153ff6c0 Manual compaction at level-0 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end) -2025/05/01-23:23:12.774707 7f11153ff6c0 Manual compaction at level-1 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end) +2025/05/01-23:23:35.002627 7f1116ffd6c0 Recovering log #140 +2025/05/01-23:23:35.013325 7f1116ffd6c0 Delete type=3 #138 +2025/05/01-23:23:35.013430 7f1116ffd6c0 Delete type=0 #140 +2025/05/01-23:27:45.532648 7f11153ff6c0 Level-0 table #145: started +2025/05/01-23:27:45.532688 7f11153ff6c0 Level-0 table #145: 0 bytes OK +2025/05/01-23:27:45.540035 7f11153ff6c0 Delete type=0 #143 +2025/05/01-23:27:45.546611 7f11153ff6c0 Manual compaction at level-0 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end) +2025/05/01-23:27:45.546647 7f11153ff6c0 Manual compaction at level-1 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end) diff --git a/packs/help/LOG.old b/packs/help/LOG.old index 4555a37..e9aecf0 100644 --- a/packs/help/LOG.old +++ b/packs/help/LOG.old @@ -1,8 +1,8 @@ -2025/05/01-23:07:32.501375 7f1115ffb6c0 Recovering log #132 -2025/05/01-23:07:32.511977 7f1115ffb6c0 Delete type=3 #130 -2025/05/01-23:07:32.512115 7f1115ffb6c0 Delete type=0 #132 -2025/05/01-23:13:57.522088 7f11153ff6c0 Level-0 table #137: started -2025/05/01-23:13:57.522193 7f11153ff6c0 Level-0 table #137: 0 bytes OK -2025/05/01-23:13:57.528961 7f11153ff6c0 Delete type=0 #135 -2025/05/01-23:13:57.546457 7f11153ff6c0 Manual compaction at level-0 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end) -2025/05/01-23:13:57.556478 7f11153ff6c0 Manual compaction at level-1 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end) +2025/05/01-23:18:27.111839 7f1116ffd6c0 Recovering log #136 +2025/05/01-23:18:27.122280 7f1116ffd6c0 Delete type=3 #134 +2025/05/01-23:18:27.122337 7f1116ffd6c0 Delete type=0 #136 +2025/05/01-23:23:12.768196 7f11153ff6c0 Level-0 table #141: started +2025/05/01-23:23:12.768227 7f11153ff6c0 Level-0 table #141: 0 bytes OK +2025/05/01-23:23:12.774547 7f11153ff6c0 Delete type=0 #139 +2025/05/01-23:23:12.774689 7f11153ff6c0 Manual compaction at level-0 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end) +2025/05/01-23:23:12.774707 7f11153ff6c0 Manual compaction at level-1 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end) diff --git a/packs/help/MANIFEST-000138 b/packs/help/MANIFEST-000142 similarity index 56% rename from packs/help/MANIFEST-000138 rename to packs/help/MANIFEST-000142 index 57d83d3..c2d1112 100644 Binary files a/packs/help/MANIFEST-000138 and b/packs/help/MANIFEST-000142 differ diff --git a/packs/maneuvers/000203.log b/packs/maneuvers/000207.log similarity index 100% rename from packs/maneuvers/000203.log rename to packs/maneuvers/000207.log diff --git a/packs/maneuvers/CURRENT b/packs/maneuvers/CURRENT index 6d0c8e6..3fa41f8 100644 --- a/packs/maneuvers/CURRENT +++ b/packs/maneuvers/CURRENT @@ -1 +1 @@ -MANIFEST-000201 +MANIFEST-000205 diff --git a/packs/maneuvers/LOG b/packs/maneuvers/LOG index 46fe51f..ab53ade 100644 --- a/packs/maneuvers/LOG +++ b/packs/maneuvers/LOG @@ -1,7 +1,7 @@ -2025/05/01-23:18:27.099266 7f1115ffb6c0 Recovering log #199 -2025/05/01-23:18:27.109501 7f1115ffb6c0 Delete type=3 #197 -2025/05/01-23:18:27.109566 7f1115ffb6c0 Delete type=0 #199 -2025/05/01-23:23:12.745080 7f11153ff6c0 Level-0 table #204: started -2025/05/01-23:23:12.745126 7f11153ff6c0 Level-0 table #204: 0 bytes OK -2025/05/01-23:23:12.751818 7f11153ff6c0 Delete type=0 #202 -2025/05/01-23:23:12.774663 7f11153ff6c0 Manual compaction at level-0 from '!items!13IYF6BPUTivFZzB' @ 72057594037927935 : 1 .. '!items!oSutlbe9wyBZccmf' @ 0 : 0; will stop at (end) +2025/05/01-23:23:34.989243 7f11177fe6c0 Recovering log #203 +2025/05/01-23:23:34.999290 7f11177fe6c0 Delete type=3 #201 +2025/05/01-23:23:34.999338 7f11177fe6c0 Delete type=0 #203 +2025/05/01-23:27:45.505528 7f11153ff6c0 Level-0 table #208: started +2025/05/01-23:27:45.505551 7f11153ff6c0 Level-0 table #208: 0 bytes OK +2025/05/01-23:27:45.512071 7f11153ff6c0 Delete type=0 #206 +2025/05/01-23:27:45.518845 7f11153ff6c0 Manual compaction at level-0 from '!items!13IYF6BPUTivFZzB' @ 72057594037927935 : 1 .. '!items!oSutlbe9wyBZccmf' @ 0 : 0; will stop at (end) diff --git a/packs/maneuvers/LOG.old b/packs/maneuvers/LOG.old index de9d03d..46fe51f 100644 --- a/packs/maneuvers/LOG.old +++ b/packs/maneuvers/LOG.old @@ -1,7 +1,7 @@ -2025/05/01-23:07:32.488558 7f11167fc6c0 Recovering log #195 -2025/05/01-23:07:32.498172 7f11167fc6c0 Delete type=3 #193 -2025/05/01-23:07:32.498220 7f11167fc6c0 Delete type=0 #195 -2025/05/01-23:13:57.494085 7f11153ff6c0 Level-0 table #200: started -2025/05/01-23:13:57.494149 7f11153ff6c0 Level-0 table #200: 0 bytes OK -2025/05/01-23:13:57.500516 7f11153ff6c0 Delete type=0 #198 -2025/05/01-23:13:57.515215 7f11153ff6c0 Manual compaction at level-0 from '!items!13IYF6BPUTivFZzB' @ 72057594037927935 : 1 .. '!items!oSutlbe9wyBZccmf' @ 0 : 0; will stop at (end) +2025/05/01-23:18:27.099266 7f1115ffb6c0 Recovering log #199 +2025/05/01-23:18:27.109501 7f1115ffb6c0 Delete type=3 #197 +2025/05/01-23:18:27.109566 7f1115ffb6c0 Delete type=0 #199 +2025/05/01-23:23:12.745080 7f11153ff6c0 Level-0 table #204: started +2025/05/01-23:23:12.745126 7f11153ff6c0 Level-0 table #204: 0 bytes OK +2025/05/01-23:23:12.751818 7f11153ff6c0 Delete type=0 #202 +2025/05/01-23:23:12.774663 7f11153ff6c0 Manual compaction at level-0 from '!items!13IYF6BPUTivFZzB' @ 72057594037927935 : 1 .. '!items!oSutlbe9wyBZccmf' @ 0 : 0; will stop at (end) diff --git a/packs/maneuvers/MANIFEST-000201 b/packs/maneuvers/MANIFEST-000205 similarity index 73% rename from packs/maneuvers/MANIFEST-000201 rename to packs/maneuvers/MANIFEST-000205 index fd41a29..ca1e740 100644 Binary files a/packs/maneuvers/MANIFEST-000201 and b/packs/maneuvers/MANIFEST-000205 differ diff --git a/packs/scenes/000088.log b/packs/scenes/000093.log similarity index 100% rename from packs/scenes/000088.log rename to packs/scenes/000093.log diff --git a/packs/scenes/CURRENT b/packs/scenes/CURRENT index a43fb19..00f4669 100644 --- a/packs/scenes/CURRENT +++ b/packs/scenes/CURRENT @@ -1 +1 @@ -MANIFEST-000086 +MANIFEST-000091 diff --git a/packs/scenes/LOG b/packs/scenes/LOG index 87a9601..accd694 100644 --- a/packs/scenes/LOG +++ b/packs/scenes/LOG @@ -1,15 +1,8 @@ -2025/05/01-23:18:27.084819 7f1116ffd6c0 Recovering log #82 -2025/05/01-23:18:27.095491 7f1116ffd6c0 Delete type=3 #80 -2025/05/01-23:18:27.095539 7f1116ffd6c0 Delete type=0 #82 -2025/05/01-23:23:12.735355 7f11153ff6c0 Level-0 table #89: started -2025/05/01-23:23:12.738432 7f11153ff6c0 Level-0 table #89: 1551 bytes OK -2025/05/01-23:23:12.744606 7f11153ff6c0 Delete type=0 #87 -2025/05/01-23:23:12.744906 7f11153ff6c0 Manual compaction at level-0 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end) -2025/05/01-23:23:12.751899 7f11153ff6c0 Manual compaction at level-1 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at '!scenes!zvY1RwBhTfwdZIBa' @ 18 : 1 -2025/05/01-23:23:12.751905 7f11153ff6c0 Compacting 1@1 + 1@2 files -2025/05/01-23:23:12.755259 7f11153ff6c0 Generated table #90@1: 2 keys, 1586 bytes -2025/05/01-23:23:12.755289 7f11153ff6c0 Compacted 1@1 + 1@2 files => 1586 bytes -2025/05/01-23:23:12.761436 7f11153ff6c0 compacted to: files[ 0 0 1 0 0 0 0 ] -2025/05/01-23:23:12.761603 7f11153ff6c0 Delete type=2 #85 -2025/05/01-23:23:12.761813 7f11153ff6c0 Delete type=2 #89 -2025/05/01-23:23:12.774673 7f11153ff6c0 Manual compaction at level-1 from '!scenes!zvY1RwBhTfwdZIBa' @ 18 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end) +2025/05/01-23:23:34.977246 7f1116ffd6c0 Recovering log #88 +2025/05/01-23:23:34.986582 7f1116ffd6c0 Delete type=3 #86 +2025/05/01-23:23:34.986642 7f1116ffd6c0 Delete type=0 #88 +2025/05/01-23:27:45.512228 7f11153ff6c0 Level-0 table #94: started +2025/05/01-23:27:45.512262 7f11153ff6c0 Level-0 table #94: 0 bytes OK +2025/05/01-23:27:45.518665 7f11153ff6c0 Delete type=0 #92 +2025/05/01-23:27:45.518856 7f11153ff6c0 Manual compaction at level-0 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end) +2025/05/01-23:27:45.518892 7f11153ff6c0 Manual compaction at level-1 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end) diff --git a/packs/scenes/LOG.old b/packs/scenes/LOG.old index 10881c5..87a9601 100644 --- a/packs/scenes/LOG.old +++ b/packs/scenes/LOG.old @@ -1,22 +1,15 @@ -2025/05/01-23:07:32.473372 7f1115ffb6c0 Recovering log #78 -2025/05/01-23:07:32.483659 7f1115ffb6c0 Delete type=3 #76 -2025/05/01-23:07:32.483822 7f1115ffb6c0 Delete type=0 #78 -2025/05/01-23:13:57.529124 7f11153ff6c0 Level-0 table #83: started -2025/05/01-23:13:57.532495 7f11153ff6c0 Level-0 table #83: 1430 bytes OK -2025/05/01-23:13:57.538953 7f11153ff6c0 Delete type=0 #81 -2025/05/01-23:13:57.546476 7f11153ff6c0 Manual compaction at level-0 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!q6ezo9oZ0OsN14zm' @ 0 : 0; will stop at '!scenes!q6ezo9oZ0OsN14zm' @ 14 : 1 -2025/05/01-23:13:57.546483 7f11153ff6c0 Compacting 1@0 + 1@1 files -2025/05/01-23:13:57.549679 7f11153ff6c0 Generated table #84@0: 4 keys, 1620 bytes -2025/05/01-23:13:57.549722 7f11153ff6c0 Compacted 1@0 + 1@1 files => 1620 bytes -2025/05/01-23:13:57.556011 7f11153ff6c0 compacted to: files[ 0 1 1 0 0 0 0 ] -2025/05/01-23:13:57.556167 7f11153ff6c0 Delete type=2 #75 -2025/05/01-23:13:57.556373 7f11153ff6c0 Delete type=2 #83 -2025/05/01-23:13:57.563937 7f11153ff6c0 Manual compaction at level-0 from '!scenes!q6ezo9oZ0OsN14zm' @ 14 : 1 .. '!scenes!q6ezo9oZ0OsN14zm' @ 0 : 0; will stop at (end) -2025/05/01-23:13:57.573996 7f11153ff6c0 Manual compaction at level-1 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!q6ezo9oZ0OsN14zm' @ 0 : 0; will stop at '!scenes!wJJTdzEVyJpkUXaM' @ 10 : 0 -2025/05/01-23:13:57.574007 7f11153ff6c0 Compacting 1@1 + 1@2 files -2025/05/01-23:13:57.577520 7f11153ff6c0 Generated table #85@1: 2 keys, 1569 bytes -2025/05/01-23:13:57.577567 7f11153ff6c0 Compacted 1@1 + 1@2 files => 1569 bytes -2025/05/01-23:13:57.584205 7f11153ff6c0 compacted to: files[ 0 0 1 0 0 0 0 ] -2025/05/01-23:13:57.584303 7f11153ff6c0 Delete type=2 #55 -2025/05/01-23:13:57.584451 7f11153ff6c0 Delete type=2 #84 -2025/05/01-23:13:57.600010 7f11153ff6c0 Manual compaction at level-1 from '!scenes!wJJTdzEVyJpkUXaM' @ 10 : 0 .. '!scenes!q6ezo9oZ0OsN14zm' @ 0 : 0; will stop at (end) +2025/05/01-23:18:27.084819 7f1116ffd6c0 Recovering log #82 +2025/05/01-23:18:27.095491 7f1116ffd6c0 Delete type=3 #80 +2025/05/01-23:18:27.095539 7f1116ffd6c0 Delete type=0 #82 +2025/05/01-23:23:12.735355 7f11153ff6c0 Level-0 table #89: started +2025/05/01-23:23:12.738432 7f11153ff6c0 Level-0 table #89: 1551 bytes OK +2025/05/01-23:23:12.744606 7f11153ff6c0 Delete type=0 #87 +2025/05/01-23:23:12.744906 7f11153ff6c0 Manual compaction at level-0 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end) +2025/05/01-23:23:12.751899 7f11153ff6c0 Manual compaction at level-1 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at '!scenes!zvY1RwBhTfwdZIBa' @ 18 : 1 +2025/05/01-23:23:12.751905 7f11153ff6c0 Compacting 1@1 + 1@2 files +2025/05/01-23:23:12.755259 7f11153ff6c0 Generated table #90@1: 2 keys, 1586 bytes +2025/05/01-23:23:12.755289 7f11153ff6c0 Compacted 1@1 + 1@2 files => 1586 bytes +2025/05/01-23:23:12.761436 7f11153ff6c0 compacted to: files[ 0 0 1 0 0 0 0 ] +2025/05/01-23:23:12.761603 7f11153ff6c0 Delete type=2 #85 +2025/05/01-23:23:12.761813 7f11153ff6c0 Delete type=2 #89 +2025/05/01-23:23:12.774673 7f11153ff6c0 Manual compaction at level-1 from '!scenes!zvY1RwBhTfwdZIBa' @ 18 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end) diff --git a/packs/scenes/MANIFEST-000086 b/packs/scenes/MANIFEST-000086 deleted file mode 100644 index 1f335d8..0000000 Binary files a/packs/scenes/MANIFEST-000086 and /dev/null differ diff --git a/packs/scenes/MANIFEST-000091 b/packs/scenes/MANIFEST-000091 new file mode 100644 index 0000000..8dccfce Binary files /dev/null and b/packs/scenes/MANIFEST-000091 differ diff --git a/packs/specialisation/000203.log b/packs/specialisation/000207.log similarity index 100% rename from packs/specialisation/000203.log rename to packs/specialisation/000207.log diff --git a/packs/specialisation/CURRENT b/packs/specialisation/CURRENT index 6d0c8e6..3fa41f8 100644 --- a/packs/specialisation/CURRENT +++ b/packs/specialisation/CURRENT @@ -1 +1 @@ -MANIFEST-000201 +MANIFEST-000205 diff --git a/packs/specialisation/LOG b/packs/specialisation/LOG index 7e4803d..23f736b 100644 --- a/packs/specialisation/LOG +++ b/packs/specialisation/LOG @@ -1,7 +1,7 @@ -2025/05/01-23:18:27.043700 7f11167fc6c0 Recovering log #199 -2025/05/01-23:18:27.054373 7f11167fc6c0 Delete type=3 #197 -2025/05/01-23:18:27.054431 7f11167fc6c0 Delete type=0 #199 -2025/05/01-23:23:12.728954 7f11153ff6c0 Level-0 table #204: started -2025/05/01-23:23:12.728976 7f11153ff6c0 Level-0 table #204: 0 bytes OK -2025/05/01-23:23:12.735241 7f11153ff6c0 Delete type=0 #202 -2025/05/01-23:23:12.744865 7f11153ff6c0 Manual compaction at level-0 from '!folders!00Hn2nNarlL7b0DR' @ 72057594037927935 : 1 .. '!items!yozTUjNuc2rEGjFK' @ 0 : 0; will stop at (end) +2025/05/01-23:23:34.938221 7f1116ffd6c0 Recovering log #203 +2025/05/01-23:23:34.947805 7f1116ffd6c0 Delete type=3 #201 +2025/05/01-23:23:34.947853 7f1116ffd6c0 Delete type=0 #203 +2025/05/01-23:27:45.491261 7f11153ff6c0 Level-0 table #208: started +2025/05/01-23:27:45.491305 7f11153ff6c0 Level-0 table #208: 0 bytes OK +2025/05/01-23:27:45.498558 7f11153ff6c0 Delete type=0 #206 +2025/05/01-23:27:45.518813 7f11153ff6c0 Manual compaction at level-0 from '!folders!00Hn2nNarlL7b0DR' @ 72057594037927935 : 1 .. '!items!yozTUjNuc2rEGjFK' @ 0 : 0; will stop at (end) diff --git a/packs/specialisation/LOG.old b/packs/specialisation/LOG.old index 3d24883..7e4803d 100644 --- a/packs/specialisation/LOG.old +++ b/packs/specialisation/LOG.old @@ -1,7 +1,7 @@ -2025/05/01-23:07:32.434634 7f1116ffd6c0 Recovering log #195 -2025/05/01-23:07:32.444575 7f1116ffd6c0 Delete type=3 #193 -2025/05/01-23:07:32.444622 7f1116ffd6c0 Delete type=0 #195 -2025/05/01-23:13:57.486841 7f11153ff6c0 Level-0 table #200: started -2025/05/01-23:13:57.486887 7f11153ff6c0 Level-0 table #200: 0 bytes OK -2025/05/01-23:13:57.493859 7f11153ff6c0 Delete type=0 #198 -2025/05/01-23:13:57.515189 7f11153ff6c0 Manual compaction at level-0 from '!folders!00Hn2nNarlL7b0DR' @ 72057594037927935 : 1 .. '!items!yozTUjNuc2rEGjFK' @ 0 : 0; will stop at (end) +2025/05/01-23:18:27.043700 7f11167fc6c0 Recovering log #199 +2025/05/01-23:18:27.054373 7f11167fc6c0 Delete type=3 #197 +2025/05/01-23:18:27.054431 7f11167fc6c0 Delete type=0 #199 +2025/05/01-23:23:12.728954 7f11153ff6c0 Level-0 table #204: started +2025/05/01-23:23:12.728976 7f11153ff6c0 Level-0 table #204: 0 bytes OK +2025/05/01-23:23:12.735241 7f11153ff6c0 Delete type=0 #202 +2025/05/01-23:23:12.744865 7f11153ff6c0 Manual compaction at level-0 from '!folders!00Hn2nNarlL7b0DR' @ 72057594037927935 : 1 .. '!items!yozTUjNuc2rEGjFK' @ 0 : 0; will stop at (end) diff --git a/packs/specialisation/MANIFEST-000201 b/packs/specialisation/MANIFEST-000205 similarity index 71% rename from packs/specialisation/MANIFEST-000201 rename to packs/specialisation/MANIFEST-000205 index f815a18..f29c552 100644 Binary files a/packs/specialisation/MANIFEST-000201 and b/packs/specialisation/MANIFEST-000205 differ diff --git a/packs/traits/000203.log b/packs/traits/000207.log similarity index 100% rename from packs/traits/000203.log rename to packs/traits/000207.log diff --git a/packs/traits/CURRENT b/packs/traits/CURRENT index 6d0c8e6..3fa41f8 100644 --- a/packs/traits/CURRENT +++ b/packs/traits/CURRENT @@ -1 +1 @@ -MANIFEST-000201 +MANIFEST-000205 diff --git a/packs/traits/LOG b/packs/traits/LOG index 4961572..d0ec691 100644 --- a/packs/traits/LOG +++ b/packs/traits/LOG @@ -1,7 +1,7 @@ -2025/05/01-23:18:27.070994 7f11167fc6c0 Recovering log #199 -2025/05/01-23:18:27.081264 7f11167fc6c0 Delete type=3 #197 -2025/05/01-23:18:27.081417 7f11167fc6c0 Delete type=0 #199 -2025/05/01-23:23:12.715522 7f11153ff6c0 Level-0 table #204: started -2025/05/01-23:23:12.715566 7f11153ff6c0 Level-0 table #204: 0 bytes OK -2025/05/01-23:23:12.721964 7f11153ff6c0 Delete type=0 #202 -2025/05/01-23:23:12.744818 7f11153ff6c0 Manual compaction at level-0 from '!folders!DiwHbtGAkTYxtshX' @ 72057594037927935 : 1 .. '!items!zgNI2haxhBxBDBdl' @ 0 : 0; will stop at (end) +2025/05/01-23:23:34.963229 7f1115ffb6c0 Recovering log #203 +2025/05/01-23:23:34.973922 7f1115ffb6c0 Delete type=3 #201 +2025/05/01-23:23:34.974025 7f1115ffb6c0 Delete type=0 #203 +2025/05/01-23:27:45.518950 7f11153ff6c0 Level-0 table #208: started +2025/05/01-23:27:45.518982 7f11153ff6c0 Level-0 table #208: 0 bytes OK +2025/05/01-23:27:45.525989 7f11153ff6c0 Delete type=0 #206 +2025/05/01-23:27:45.546586 7f11153ff6c0 Manual compaction at level-0 from '!folders!DiwHbtGAkTYxtshX' @ 72057594037927935 : 1 .. '!items!zgNI2haxhBxBDBdl' @ 0 : 0; will stop at (end) diff --git a/packs/traits/LOG.old b/packs/traits/LOG.old index 0aec1cd..4961572 100644 --- a/packs/traits/LOG.old +++ b/packs/traits/LOG.old @@ -1,7 +1,7 @@ -2025/05/01-23:07:32.459747 7f11167fc6c0 Recovering log #195 -2025/05/01-23:07:32.469431 7f11167fc6c0 Delete type=3 #193 -2025/05/01-23:07:32.469488 7f11167fc6c0 Delete type=0 #195 -2025/05/01-23:13:57.507684 7f11153ff6c0 Level-0 table #200: started -2025/05/01-23:13:57.507736 7f11153ff6c0 Level-0 table #200: 0 bytes OK -2025/05/01-23:13:57.514942 7f11153ff6c0 Delete type=0 #198 -2025/05/01-23:13:57.515256 7f11153ff6c0 Manual compaction at level-0 from '!folders!DiwHbtGAkTYxtshX' @ 72057594037927935 : 1 .. '!items!zgNI2haxhBxBDBdl' @ 0 : 0; will stop at (end) +2025/05/01-23:18:27.070994 7f11167fc6c0 Recovering log #199 +2025/05/01-23:18:27.081264 7f11167fc6c0 Delete type=3 #197 +2025/05/01-23:18:27.081417 7f11167fc6c0 Delete type=0 #199 +2025/05/01-23:23:12.715522 7f11153ff6c0 Level-0 table #204: started +2025/05/01-23:23:12.715566 7f11153ff6c0 Level-0 table #204: 0 bytes OK +2025/05/01-23:23:12.721964 7f11153ff6c0 Delete type=0 #202 +2025/05/01-23:23:12.744818 7f11153ff6c0 Manual compaction at level-0 from '!folders!DiwHbtGAkTYxtshX' @ 72057594037927935 : 1 .. '!items!zgNI2haxhBxBDBdl' @ 0 : 0; will stop at (end) diff --git a/packs/traits/MANIFEST-000201 b/packs/traits/MANIFEST-000205 similarity index 72% rename from packs/traits/MANIFEST-000201 rename to packs/traits/MANIFEST-000205 index 081d00c..adbcb8d 100644 Binary files a/packs/traits/MANIFEST-000201 and b/packs/traits/MANIFEST-000205 differ