From 78ef009465787474e475f66757ca4dd18204e845 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Wed, 24 Sep 2025 16:42:08 +0200 Subject: [PATCH] Fix sur combat + mains gauche --- modules/actors/tedeum-actor.js | 4 ++-- modules/common/tedeum-utility.js | 6 +++--- packs/aides/{000159.log => 000163.log} | 0 packs/aides/CURRENT | 2 +- packs/aides/LOG | 14 +++++++------- packs/aides/LOG.old | 14 +++++++------- .../aides/{MANIFEST-000157 => MANIFEST-000161} | Bin 225 -> 225 bytes packs/armes/{000262.log => 000266.log} | 0 packs/armes/CURRENT | 2 +- packs/armes/LOG | 14 +++++++------- packs/armes/LOG.old | 14 +++++++------- .../armes/{MANIFEST-000260 => MANIFEST-000264} | Bin 176 -> 176 bytes packs/armures/{000261.log => 000265.log} | 0 packs/armures/CURRENT | 2 +- packs/armures/LOG | 14 +++++++------- packs/armures/LOG.old | 14 +++++++------- .../{MANIFEST-000259 => MANIFEST-000263} | Bin 175 -> 175 bytes packs/competences/{000260.log => 000264.log} | 0 packs/competences/CURRENT | 2 +- packs/competences/LOG | 14 +++++++------- packs/competences/LOG.old | 14 +++++++------- .../{MANIFEST-000258 => MANIFEST-000262} | Bin 178 -> 178 bytes packs/education/{000271.log => 000275.log} | 0 packs/education/CURRENT | 2 +- packs/education/LOG | 14 +++++++------- packs/education/LOG.old | 14 +++++++------- .../{MANIFEST-000269 => MANIFEST-000273} | Bin 178 -> 178 bytes packs/graces/{000261.log => 000265.log} | 0 packs/graces/CURRENT | 2 +- packs/graces/LOG | 14 +++++++------- packs/graces/LOG.old | 14 +++++++------- .../graces/{MANIFEST-000259 => MANIFEST-000263} | Bin 174 -> 174 bytes packs/maladies/{000261.log => 000265.log} | 0 packs/maladies/CURRENT | 2 +- packs/maladies/LOG | 14 +++++++------- packs/maladies/LOG.old | 14 +++++++------- .../{MANIFEST-000259 => MANIFEST-000263} | Bin 173 -> 173 bytes packs/scenes/{000198.log => 000202.log} | 0 packs/scenes/CURRENT | 2 +- packs/scenes/LOG | 14 +++++++------- packs/scenes/LOG.old | 14 +++++++------- .../scenes/{MANIFEST-000196 => MANIFEST-000200} | Bin 176 -> 176 bytes packs/simples/{000262.log => 000266.log} | 0 packs/simples/CURRENT | 2 +- packs/simples/LOG | 14 +++++++------- packs/simples/LOG.old | 14 +++++++------- .../{MANIFEST-000260 => MANIFEST-000264} | Bin 174 -> 174 bytes templates/chat/chat-generic-result.hbs | 3 ++- 48 files changed, 142 insertions(+), 141 deletions(-) rename packs/aides/{000159.log => 000163.log} (100%) rename packs/aides/{MANIFEST-000157 => MANIFEST-000161} (56%) rename packs/armes/{000262.log => 000266.log} (100%) rename packs/armes/{MANIFEST-000260 => MANIFEST-000264} (72%) rename packs/armures/{000261.log => 000265.log} (100%) rename packs/armures/{MANIFEST-000259 => MANIFEST-000263} (73%) rename packs/competences/{000260.log => 000264.log} (100%) rename packs/competences/{MANIFEST-000258 => MANIFEST-000262} (71%) rename packs/education/{000271.log => 000275.log} (100%) rename packs/education/{MANIFEST-000269 => MANIFEST-000273} (71%) rename packs/graces/{000261.log => 000265.log} (100%) rename packs/graces/{MANIFEST-000259 => MANIFEST-000263} (73%) rename packs/maladies/{000261.log => 000265.log} (100%) rename packs/maladies/{MANIFEST-000259 => MANIFEST-000263} (73%) rename packs/scenes/{000198.log => 000202.log} (100%) rename packs/scenes/{MANIFEST-000196 => MANIFEST-000200} (79%) rename packs/simples/{000262.log => 000266.log} (100%) rename packs/simples/{MANIFEST-000260 => MANIFEST-000264} (73%) diff --git a/modules/actors/tedeum-actor.js b/modules/actors/tedeum-actor.js index ed30e14..2b5855f 100644 --- a/modules/actors/tedeum-actor.js +++ b/modules/actors/tedeum-actor.js @@ -82,8 +82,8 @@ export class TeDeumActor extends Actor { let compScore = this.getCompetenceScore(comp.name) let mainGaucheScore = this.getCompetenceScore("main gauche") if (mainGaucheScore < compScore) { - ui.notifications.info(`${actor.name} : Utilisation de la compétence Main Gauche au lieu de ${comp.name}`) - let mainGaucheComp = this.itms.find(item => item.type == "competence" && item.name.toLowerCase() == "main gauche") + ui.notifications.info(`${this.name} : Utilisation de la compétence Main Gauche au lieu de ${comp.name}`) + let mainGaucheComp = this.items.find(item => item.type == "competence" && item.name.toLowerCase() == "main gauche") if (!mainGaucheComp) { // Create a fake competence object mainGaucheComp = foundry.utils.duplicate(comp) diff --git a/modules/common/tedeum-utility.js b/modules/common/tedeum-utility.js index 1e7a35f..c24fe24 100644 --- a/modules/common/tedeum-utility.js +++ b/modules/common/tedeum-utility.js @@ -612,7 +612,7 @@ export class TeDeumUtility { await this.getLocalisation(rollData) // Now the degats let degatsRoll = await new Roll(rollData.arme.system.degats).roll() - await this.showDiceSoNice(rollData.degatsRoll, game.settings.get("core", "rollMode")) + await this.showDiceSoNice(degatsRoll, game.settings.get("core", "rollMode")) rollData.degatsRoll = foundry.utils.duplicate(degatsRoll) rollData.degats = degatsRoll.total } @@ -631,13 +631,13 @@ export class TeDeumUtility { ca.nbActionsMainGauche -= 1 ca.nbActions = Math.max(ca.nbActions - 1, 0) } else { - ui.notifications.error(`${actor.name} n'a plus d'actions disponibles à la main gauche`) + ui.notifications.error(`${actor.name} n'a plus d'actions disponibles à la main gauche pour ce round`) } } if (ca.nbActions > 0) { ca.nbActions -= 1 } else { - ui.notifications.error(`${actor.name} n'a plus d'actions disponibles`) + ui.notifications.error(`${actor.name} n'a plus d'actions disponibles pour ce round`) } await combatant.setFlag("world", "available-actions", ca) await combatant.update({ name: `${combatant.token.name} (${ca.nbActions} / ${ca.nbActionsMainGauche})` }) diff --git a/packs/aides/000159.log b/packs/aides/000163.log similarity index 100% rename from packs/aides/000159.log rename to packs/aides/000163.log diff --git a/packs/aides/CURRENT b/packs/aides/CURRENT index 5df89bd..c1ddd5c 100644 --- a/packs/aides/CURRENT +++ b/packs/aides/CURRENT @@ -1 +1 @@ -MANIFEST-000157 +MANIFEST-000161 diff --git a/packs/aides/LOG b/packs/aides/LOG index c5414b2..902c0ea 100644 --- a/packs/aides/LOG +++ b/packs/aides/LOG @@ -1,7 +1,7 @@ -2025/09/24-15:09:29.187023 7f7d00dfa6c0 Recovering log #155 -2025/09/24-15:09:29.197297 7f7d00dfa6c0 Delete type=3 #153 -2025/09/24-15:09:29.197358 7f7d00dfa6c0 Delete type=0 #155 -2025/09/24-15:11:47.439451 7f7cf9fff6c0 Level-0 table #160: started -2025/09/24-15:11:47.439482 7f7cf9fff6c0 Level-0 table #160: 0 bytes OK -2025/09/24-15:11:47.446526 7f7cf9fff6c0 Delete type=0 #158 -2025/09/24-15:11:47.446682 7f7cf9fff6c0 Manual compaction at level-0 from '!journal!uNwJgi4kXBCiZmAH' @ 72057594037927935 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at (end) +2025/09/24-16:34:06.472911 7f7cfbfff6c0 Recovering log #159 +2025/09/24-16:34:06.482703 7f7cfbfff6c0 Delete type=3 #157 +2025/09/24-16:34:06.482774 7f7cfbfff6c0 Delete type=0 #159 +2025/09/24-16:41:30.176475 7f7cf9fff6c0 Level-0 table #164: started +2025/09/24-16:41:30.176525 7f7cf9fff6c0 Level-0 table #164: 0 bytes OK +2025/09/24-16:41:30.183000 7f7cf9fff6c0 Delete type=0 #162 +2025/09/24-16:41:30.195641 7f7cf9fff6c0 Manual compaction at level-0 from '!journal!uNwJgi4kXBCiZmAH' @ 72057594037927935 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at (end) diff --git a/packs/aides/LOG.old b/packs/aides/LOG.old index 2473788..c5414b2 100644 --- a/packs/aides/LOG.old +++ b/packs/aides/LOG.old @@ -1,7 +1,7 @@ -2025/09/24-14:48:23.305998 7f7cfb7fe6c0 Recovering log #151 -2025/09/24-14:48:23.315978 7f7cfb7fe6c0 Delete type=3 #149 -2025/09/24-14:48:23.316051 7f7cfb7fe6c0 Delete type=0 #151 -2025/09/24-15:08:26.608194 7f7cf9fff6c0 Level-0 table #156: started -2025/09/24-15:08:26.608240 7f7cf9fff6c0 Level-0 table #156: 0 bytes OK -2025/09/24-15:08:26.663875 7f7cf9fff6c0 Delete type=0 #154 -2025/09/24-15:08:26.664085 7f7cf9fff6c0 Manual compaction at level-0 from '!journal!uNwJgi4kXBCiZmAH' @ 72057594037927935 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at (end) +2025/09/24-15:09:29.187023 7f7d00dfa6c0 Recovering log #155 +2025/09/24-15:09:29.197297 7f7d00dfa6c0 Delete type=3 #153 +2025/09/24-15:09:29.197358 7f7d00dfa6c0 Delete type=0 #155 +2025/09/24-15:11:47.439451 7f7cf9fff6c0 Level-0 table #160: started +2025/09/24-15:11:47.439482 7f7cf9fff6c0 Level-0 table #160: 0 bytes OK +2025/09/24-15:11:47.446526 7f7cf9fff6c0 Delete type=0 #158 +2025/09/24-15:11:47.446682 7f7cf9fff6c0 Manual compaction at level-0 from '!journal!uNwJgi4kXBCiZmAH' @ 72057594037927935 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at (end) diff --git a/packs/aides/MANIFEST-000157 b/packs/aides/MANIFEST-000161 similarity index 56% rename from packs/aides/MANIFEST-000157 rename to packs/aides/MANIFEST-000161 index f7d0864677416ae429414c53fe4dd8ab8a02d8a1..08e531ff3738d18a59ff31c26393e3afb89a06bd 100644 GIT binary patch delta 41 scmaFJ_>ghJekDe?zD6zvMy5rKoD9s18Cj&asWJTm2`mN)ECmVx0PYqEWdHyG delta 41 scmaFJ_>ghJex?6AyzX!@Ffz?!H&6fo&PE7i delta 41 rcmZ3_xSnxBuTo6yBu_2|My3`fP6p;yCKfaP_ww&S0<9o{cAx+N;uZ-b diff --git a/packs/competences/000260.log b/packs/competences/000264.log similarity index 100% rename from packs/competences/000260.log rename to packs/competences/000264.log diff --git a/packs/competences/CURRENT b/packs/competences/CURRENT index 15dad27..6320c6a 100644 --- a/packs/competences/CURRENT +++ b/packs/competences/CURRENT @@ -1 +1 @@ -MANIFEST-000258 +MANIFEST-000262 diff --git a/packs/competences/LOG b/packs/competences/LOG index a03c970..0ccacd1 100644 --- a/packs/competences/LOG +++ b/packs/competences/LOG @@ -1,7 +1,7 @@ -2025/09/24-15:09:29.084820 7f7d00dfa6c0 Recovering log #256 -2025/09/24-15:09:29.094841 7f7d00dfa6c0 Delete type=3 #254 -2025/09/24-15:09:29.094891 7f7d00dfa6c0 Delete type=0 #256 -2025/09/24-15:11:47.367611 7f7cf9fff6c0 Level-0 table #261: started -2025/09/24-15:11:47.367694 7f7cf9fff6c0 Level-0 table #261: 0 bytes OK -2025/09/24-15:11:47.374747 7f7cf9fff6c0 Delete type=0 #259 -2025/09/24-15:11:47.393269 7f7cf9fff6c0 Manual compaction at level-0 from '!folders!4OPhigzcPv46qbWW' @ 72057594037927935 : 1 .. '!items!yx4k7lQHGcom99mk' @ 0 : 0; will stop at (end) +2025/09/24-16:34:06.370805 7f7cfaffd6c0 Recovering log #260 +2025/09/24-16:34:06.381415 7f7cfaffd6c0 Delete type=3 #258 +2025/09/24-16:34:06.381482 7f7cfaffd6c0 Delete type=0 #260 +2025/09/24-16:41:30.104756 7f7cf9fff6c0 Level-0 table #265: started +2025/09/24-16:41:30.104801 7f7cf9fff6c0 Level-0 table #265: 0 bytes OK +2025/09/24-16:41:30.111363 7f7cf9fff6c0 Delete type=0 #263 +2025/09/24-16:41:30.124633 7f7cf9fff6c0 Manual compaction at level-0 from '!folders!4OPhigzcPv46qbWW' @ 72057594037927935 : 1 .. '!items!yx4k7lQHGcom99mk' @ 0 : 0; will stop at (end) diff --git a/packs/competences/LOG.old b/packs/competences/LOG.old index 16b70ae..a03c970 100644 --- a/packs/competences/LOG.old +++ b/packs/competences/LOG.old @@ -1,7 +1,7 @@ -2025/09/24-14:48:23.198206 7f7cfb7fe6c0 Recovering log #252 -2025/09/24-14:48:23.208784 7f7cfb7fe6c0 Delete type=3 #250 -2025/09/24-14:48:23.208841 7f7cfb7fe6c0 Delete type=0 #252 -2025/09/24-15:08:25.940494 7f7cf9fff6c0 Level-0 table #257: started -2025/09/24-15:08:25.940624 7f7cf9fff6c0 Level-0 table #257: 0 bytes OK -2025/09/24-15:08:25.991041 7f7cf9fff6c0 Delete type=0 #255 -2025/09/24-15:08:26.173621 7f7cf9fff6c0 Manual compaction at level-0 from '!folders!4OPhigzcPv46qbWW' @ 72057594037927935 : 1 .. '!items!yx4k7lQHGcom99mk' @ 0 : 0; will stop at (end) +2025/09/24-15:09:29.084820 7f7d00dfa6c0 Recovering log #256 +2025/09/24-15:09:29.094841 7f7d00dfa6c0 Delete type=3 #254 +2025/09/24-15:09:29.094891 7f7d00dfa6c0 Delete type=0 #256 +2025/09/24-15:11:47.367611 7f7cf9fff6c0 Level-0 table #261: started +2025/09/24-15:11:47.367694 7f7cf9fff6c0 Level-0 table #261: 0 bytes OK +2025/09/24-15:11:47.374747 7f7cf9fff6c0 Delete type=0 #259 +2025/09/24-15:11:47.393269 7f7cf9fff6c0 Manual compaction at level-0 from '!folders!4OPhigzcPv46qbWW' @ 72057594037927935 : 1 .. '!items!yx4k7lQHGcom99mk' @ 0 : 0; will stop at (end) diff --git a/packs/competences/MANIFEST-000258 b/packs/competences/MANIFEST-000262 similarity index 71% rename from packs/competences/MANIFEST-000258 rename to packs/competences/MANIFEST-000262 index 716678ea6fcb7da85295635cd6c85c15d9356168..7884a81aac7fbfbbacaa9f74fd883bab4bf7b989 100644 GIT binary patch delta 43 scmdnQxQTH>pNfL6wIw$LBU3vQCj)Z_6U$ph^&=~rK_VR>kuH!30OLLh!TpUQg6@?G2vj7-f;oD9q@Oe}91ZJmEcfJ9nAB5fcM01Olg!~g&Q diff --git a/packs/education/000271.log b/packs/education/000275.log similarity index 100% rename from packs/education/000271.log rename to packs/education/000275.log diff --git a/packs/education/CURRENT b/packs/education/CURRENT index 2a5d6f7..aa8e945 100644 --- a/packs/education/CURRENT +++ b/packs/education/CURRENT @@ -1 +1 @@ -MANIFEST-000269 +MANIFEST-000273 diff --git a/packs/education/LOG b/packs/education/LOG index 6536971..f12aae2 100644 --- a/packs/education/LOG +++ b/packs/education/LOG @@ -1,7 +1,7 @@ -2025/09/24-15:09:29.123386 7f7cfb7fe6c0 Recovering log #267 -2025/09/24-15:09:29.133578 7f7cfb7fe6c0 Delete type=3 #265 -2025/09/24-15:09:29.133633 7f7cfb7fe6c0 Delete type=0 #267 -2025/09/24-15:11:47.387224 7f7cf9fff6c0 Level-0 table #272: started -2025/09/24-15:11:47.387262 7f7cf9fff6c0 Level-0 table #272: 0 bytes OK -2025/09/24-15:11:47.393170 7f7cf9fff6c0 Delete type=0 #270 -2025/09/24-15:11:47.393301 7f7cf9fff6c0 Manual compaction at level-0 from '!folders!9PQi3Lv54rpcxavo' @ 72057594037927935 : 1 .. '!items!zGlRtP7zSnkjuuue' @ 0 : 0; will stop at (end) +2025/09/24-16:34:06.407386 7f7cfaffd6c0 Recovering log #271 +2025/09/24-16:34:06.418079 7f7cfaffd6c0 Delete type=3 #269 +2025/09/24-16:34:06.418139 7f7cfaffd6c0 Delete type=0 #271 +2025/09/24-16:41:30.124766 7f7cf9fff6c0 Level-0 table #276: started +2025/09/24-16:41:30.124809 7f7cf9fff6c0 Level-0 table #276: 0 bytes OK +2025/09/24-16:41:30.131329 7f7cf9fff6c0 Delete type=0 #274 +2025/09/24-16:41:30.151558 7f7cf9fff6c0 Manual compaction at level-0 from '!folders!9PQi3Lv54rpcxavo' @ 72057594037927935 : 1 .. '!items!zGlRtP7zSnkjuuue' @ 0 : 0; will stop at (end) diff --git a/packs/education/LOG.old b/packs/education/LOG.old index 6d1727e..6536971 100644 --- a/packs/education/LOG.old +++ b/packs/education/LOG.old @@ -1,7 +1,7 @@ -2025/09/24-14:48:23.237291 7f7cfb7fe6c0 Recovering log #263 -2025/09/24-14:48:23.248109 7f7cfb7fe6c0 Delete type=3 #261 -2025/09/24-14:48:23.248198 7f7cfb7fe6c0 Delete type=0 #263 -2025/09/24-15:08:25.991148 7f7cf9fff6c0 Level-0 table #268: started -2025/09/24-15:08:25.998446 7f7cf9fff6c0 Level-0 table #268: 0 bytes OK -2025/09/24-15:08:26.052852 7f7cf9fff6c0 Delete type=0 #266 -2025/09/24-15:08:26.173642 7f7cf9fff6c0 Manual compaction at level-0 from '!folders!9PQi3Lv54rpcxavo' @ 72057594037927935 : 1 .. '!items!zGlRtP7zSnkjuuue' @ 0 : 0; will stop at (end) +2025/09/24-15:09:29.123386 7f7cfb7fe6c0 Recovering log #267 +2025/09/24-15:09:29.133578 7f7cfb7fe6c0 Delete type=3 #265 +2025/09/24-15:09:29.133633 7f7cfb7fe6c0 Delete type=0 #267 +2025/09/24-15:11:47.387224 7f7cf9fff6c0 Level-0 table #272: started +2025/09/24-15:11:47.387262 7f7cf9fff6c0 Level-0 table #272: 0 bytes OK +2025/09/24-15:11:47.393170 7f7cf9fff6c0 Delete type=0 #270 +2025/09/24-15:11:47.393301 7f7cf9fff6c0 Manual compaction at level-0 from '!folders!9PQi3Lv54rpcxavo' @ 72057594037927935 : 1 .. '!items!zGlRtP7zSnkjuuue' @ 0 : 0; will stop at (end) diff --git a/packs/education/MANIFEST-000269 b/packs/education/MANIFEST-000273 similarity index 71% rename from packs/education/MANIFEST-000269 rename to packs/education/MANIFEST-000273 index 0fb91a6491c239af84476725c9854f1985bd2547..c9dc964a77eb23c9b212319d3a43f7ce7074f3a1 100644 GIT binary patch delta 43 tcmdnQxQTH>pUT>wT;<#hj7*c5I2o8HGqE(Y^e>*;1QMAH5}67T0RR$53b+6O delta 43 scmdnQxQTH>pUR5TlYQI_j7)t@oD9tUOf1bT0+VmA1Bvv5L?(hn02j&%*Z=?k diff --git a/packs/graces/000261.log b/packs/graces/000265.log similarity index 100% rename from packs/graces/000261.log rename to packs/graces/000265.log diff --git a/packs/graces/CURRENT b/packs/graces/CURRENT index 4ee1a67..45bcdf0 100644 --- a/packs/graces/CURRENT +++ b/packs/graces/CURRENT @@ -1 +1 @@ -MANIFEST-000259 +MANIFEST-000263 diff --git a/packs/graces/LOG b/packs/graces/LOG index 31f0fb6..da32fd8 100644 --- a/packs/graces/LOG +++ b/packs/graces/LOG @@ -1,7 +1,7 @@ -2025/09/24-15:09:29.137046 7f7d00dfa6c0 Recovering log #257 -2025/09/24-15:09:29.146636 7f7d00dfa6c0 Delete type=3 #255 -2025/09/24-15:09:29.146695 7f7d00dfa6c0 Delete type=0 #257 -2025/09/24-15:11:47.393485 7f7cf9fff6c0 Level-0 table #262: started -2025/09/24-15:11:47.393516 7f7cf9fff6c0 Level-0 table #262: 0 bytes OK -2025/09/24-15:11:47.400467 7f7cf9fff6c0 Delete type=0 #260 -2025/09/24-15:11:47.419258 7f7cf9fff6c0 Manual compaction at level-0 from '!items!17mjvwS8R3B6LloG' @ 72057594037927935 : 1 .. '!items!zUYIVOuFpRur9aAR' @ 0 : 0; will stop at (end) +2025/09/24-16:34:06.421631 7f7d00dfa6c0 Recovering log #261 +2025/09/24-16:34:06.432018 7f7d00dfa6c0 Delete type=3 #259 +2025/09/24-16:34:06.432112 7f7d00dfa6c0 Delete type=0 #261 +2025/09/24-16:41:30.098303 7f7cf9fff6c0 Level-0 table #266: started +2025/09/24-16:41:30.098366 7f7cf9fff6c0 Level-0 table #266: 0 bytes OK +2025/09/24-16:41:30.104526 7f7cf9fff6c0 Delete type=0 #264 +2025/09/24-16:41:30.124617 7f7cf9fff6c0 Manual compaction at level-0 from '!items!17mjvwS8R3B6LloG' @ 72057594037927935 : 1 .. '!items!zUYIVOuFpRur9aAR' @ 0 : 0; will stop at (end) diff --git a/packs/graces/LOG.old b/packs/graces/LOG.old index ec7d7b3..31f0fb6 100644 --- a/packs/graces/LOG.old +++ b/packs/graces/LOG.old @@ -1,7 +1,7 @@ -2025/09/24-14:48:23.254619 7f7cfb7fe6c0 Recovering log #253 -2025/09/24-14:48:23.264677 7f7cfb7fe6c0 Delete type=3 #251 -2025/09/24-14:48:23.264757 7f7cfb7fe6c0 Delete type=0 #253 -2025/09/24-15:08:26.114804 7f7cf9fff6c0 Level-0 table #258: started -2025/09/24-15:08:26.114845 7f7cf9fff6c0 Level-0 table #258: 0 bytes OK -2025/09/24-15:08:26.173413 7f7cf9fff6c0 Delete type=0 #256 -2025/09/24-15:08:26.173668 7f7cf9fff6c0 Manual compaction at level-0 from '!items!17mjvwS8R3B6LloG' @ 72057594037927935 : 1 .. '!items!zUYIVOuFpRur9aAR' @ 0 : 0; will stop at (end) +2025/09/24-15:09:29.137046 7f7d00dfa6c0 Recovering log #257 +2025/09/24-15:09:29.146636 7f7d00dfa6c0 Delete type=3 #255 +2025/09/24-15:09:29.146695 7f7d00dfa6c0 Delete type=0 #257 +2025/09/24-15:11:47.393485 7f7cf9fff6c0 Level-0 table #262: started +2025/09/24-15:11:47.393516 7f7cf9fff6c0 Level-0 table #262: 0 bytes OK +2025/09/24-15:11:47.400467 7f7cf9fff6c0 Delete type=0 #260 +2025/09/24-15:11:47.419258 7f7cf9fff6c0 Manual compaction at level-0 from '!items!17mjvwS8R3B6LloG' @ 72057594037927935 : 1 .. '!items!zUYIVOuFpRur9aAR' @ 0 : 0; will stop at (end) diff --git a/packs/graces/MANIFEST-000259 b/packs/graces/MANIFEST-000263 similarity index 73% rename from packs/graces/MANIFEST-000259 rename to packs/graces/MANIFEST-000263 index 83b925c92987a14d3ca45d611691bbb7cbc5d063..94ee8fabb5be6af2f21340fc39be01bc1b467ab7 100644 GIT binary patch delta 41 rcmZ3-xQ=l`kCMZF2Nf;`My3uXP6p;qCYIdIx|?`F0-Yd%ZlC}F*R2TO delta 41 rcmZ3-xQ=l`kJ6TR3D3D07@1m_I2o8*nOJh&8_oxU1X@7??LYwl3tbAH diff --git a/packs/maladies/000261.log b/packs/maladies/000265.log similarity index 100% rename from packs/maladies/000261.log rename to packs/maladies/000265.log diff --git a/packs/maladies/CURRENT b/packs/maladies/CURRENT index 4ee1a67..45bcdf0 100644 --- a/packs/maladies/CURRENT +++ b/packs/maladies/CURRENT @@ -1 +1 @@ -MANIFEST-000259 +MANIFEST-000263 diff --git a/packs/maladies/LOG b/packs/maladies/LOG index c7caed5..438ea71 100644 --- a/packs/maladies/LOG +++ b/packs/maladies/LOG @@ -1,7 +1,7 @@ -2025/09/24-15:09:29.148975 7f7cfbfff6c0 Recovering log #257 -2025/09/24-15:09:29.158794 7f7cfbfff6c0 Delete type=3 #255 -2025/09/24-15:09:29.158847 7f7cfbfff6c0 Delete type=0 #257 -2025/09/24-15:11:47.406687 7f7cf9fff6c0 Level-0 table #262: started -2025/09/24-15:11:47.406719 7f7cf9fff6c0 Level-0 table #262: 0 bytes OK -2025/09/24-15:11:47.412667 7f7cf9fff6c0 Delete type=0 #260 -2025/09/24-15:11:47.419288 7f7cf9fff6c0 Manual compaction at level-0 from '!items!1icaxIywAwDXQcMz' @ 72057594037927935 : 1 .. '!items!ysGehYm1VkMWrI22' @ 0 : 0; will stop at (end) +2025/09/24-16:34:06.434181 7f7cfb7fe6c0 Recovering log #261 +2025/09/24-16:34:06.444000 7f7cfb7fe6c0 Delete type=3 #259 +2025/09/24-16:34:06.444067 7f7cfb7fe6c0 Delete type=0 #261 +2025/09/24-16:41:30.144559 7f7cf9fff6c0 Level-0 table #266: started +2025/09/24-16:41:30.144589 7f7cf9fff6c0 Level-0 table #266: 0 bytes OK +2025/09/24-16:41:30.151446 7f7cf9fff6c0 Delete type=0 #264 +2025/09/24-16:41:30.151596 7f7cf9fff6c0 Manual compaction at level-0 from '!items!1icaxIywAwDXQcMz' @ 72057594037927935 : 1 .. '!items!ysGehYm1VkMWrI22' @ 0 : 0; will stop at (end) diff --git a/packs/maladies/LOG.old b/packs/maladies/LOG.old index f4e3ffa..c7caed5 100644 --- a/packs/maladies/LOG.old +++ b/packs/maladies/LOG.old @@ -1,7 +1,7 @@ -2025/09/24-14:48:23.266851 7f7cfaffd6c0 Recovering log #253 -2025/09/24-14:48:23.277277 7f7cfaffd6c0 Delete type=3 #251 -2025/09/24-14:48:23.277357 7f7cfaffd6c0 Delete type=0 #253 -2025/09/24-15:08:26.356120 7f7cf9fff6c0 Level-0 table #258: started -2025/09/24-15:08:26.356174 7f7cf9fff6c0 Level-0 table #258: 0 bytes OK -2025/09/24-15:08:26.424036 7f7cf9fff6c0 Delete type=0 #256 -2025/09/24-15:08:26.424252 7f7cf9fff6c0 Manual compaction at level-0 from '!items!1icaxIywAwDXQcMz' @ 72057594037927935 : 1 .. '!items!ysGehYm1VkMWrI22' @ 0 : 0; will stop at (end) +2025/09/24-15:09:29.148975 7f7cfbfff6c0 Recovering log #257 +2025/09/24-15:09:29.158794 7f7cfbfff6c0 Delete type=3 #255 +2025/09/24-15:09:29.158847 7f7cfbfff6c0 Delete type=0 #257 +2025/09/24-15:11:47.406687 7f7cf9fff6c0 Level-0 table #262: started +2025/09/24-15:11:47.406719 7f7cf9fff6c0 Level-0 table #262: 0 bytes OK +2025/09/24-15:11:47.412667 7f7cf9fff6c0 Delete type=0 #260 +2025/09/24-15:11:47.419288 7f7cf9fff6c0 Manual compaction at level-0 from '!items!1icaxIywAwDXQcMz' @ 72057594037927935 : 1 .. '!items!ysGehYm1VkMWrI22' @ 0 : 0; will stop at (end) diff --git a/packs/maladies/MANIFEST-000259 b/packs/maladies/MANIFEST-000263 similarity index 73% rename from packs/maladies/MANIFEST-000259 rename to packs/maladies/MANIFEST-000263 index 229629585f3d9ce336a2ede12f6baf1486323d52..a6a248c1622bb956f122484f1f91a9a8073c2a2c 100644 GIT binary patch delta 41 rcmZ3>xR!B3x6*puFL_)Hj7%L&oD9sJOf2p;`_oQ=1Uf+i-9P~V_VNk% delta 41 rcmZ3>xR!B3w~}?k)YV)Jj7%*|oD9sZOf2pz-Z8a;1X@7??LYwl?Mexk diff --git a/packs/scenes/000198.log b/packs/scenes/000202.log similarity index 100% rename from packs/scenes/000198.log rename to packs/scenes/000202.log diff --git a/packs/scenes/CURRENT b/packs/scenes/CURRENT index 8071610..dec9ae1 100644 --- a/packs/scenes/CURRENT +++ b/packs/scenes/CURRENT @@ -1 +1 @@ -MANIFEST-000196 +MANIFEST-000200 diff --git a/packs/scenes/LOG b/packs/scenes/LOG index 80973bc..703d205 100644 --- a/packs/scenes/LOG +++ b/packs/scenes/LOG @@ -1,7 +1,7 @@ -2025/09/24-15:09:29.173945 7f7cfb7fe6c0 Recovering log #194 -2025/09/24-15:09:29.183658 7f7cfb7fe6c0 Delete type=3 #192 -2025/09/24-15:09:29.183716 7f7cfb7fe6c0 Delete type=0 #194 -2025/09/24-15:11:47.412789 7f7cf9fff6c0 Level-0 table #199: started -2025/09/24-15:11:47.412823 7f7cf9fff6c0 Level-0 table #199: 0 bytes OK -2025/09/24-15:11:47.419140 7f7cf9fff6c0 Delete type=0 #197 -2025/09/24-15:11:47.419299 7f7cf9fff6c0 Manual compaction at level-0 from '!scenes!FJXugdbkBpEJEdR6' @ 72057594037927935 : 1 .. '!scenes!FJXugdbkBpEJEdR6' @ 0 : 0; will stop at (end) +2025/09/24-16:34:06.459217 7f7d00dfa6c0 Recovering log #198 +2025/09/24-16:34:06.469315 7f7d00dfa6c0 Delete type=3 #196 +2025/09/24-16:34:06.469408 7f7d00dfa6c0 Delete type=0 #198 +2025/09/24-16:41:30.137845 7f7cf9fff6c0 Level-0 table #203: started +2025/09/24-16:41:30.137895 7f7cf9fff6c0 Level-0 table #203: 0 bytes OK +2025/09/24-16:41:30.144438 7f7cf9fff6c0 Delete type=0 #201 +2025/09/24-16:41:30.151581 7f7cf9fff6c0 Manual compaction at level-0 from '!scenes!FJXugdbkBpEJEdR6' @ 72057594037927935 : 1 .. '!scenes!FJXugdbkBpEJEdR6' @ 0 : 0; will stop at (end) diff --git a/packs/scenes/LOG.old b/packs/scenes/LOG.old index 6e98ec7..80973bc 100644 --- a/packs/scenes/LOG.old +++ b/packs/scenes/LOG.old @@ -1,7 +1,7 @@ -2025/09/24-14:48:23.292184 7f7d00dfa6c0 Recovering log #190 -2025/09/24-14:48:23.302049 7f7d00dfa6c0 Delete type=3 #188 -2025/09/24-14:48:23.302138 7f7d00dfa6c0 Delete type=0 #190 -2025/09/24-15:08:26.233213 7f7cf9fff6c0 Level-0 table #195: started -2025/09/24-15:08:26.233253 7f7cf9fff6c0 Level-0 table #195: 0 bytes OK -2025/09/24-15:08:26.291256 7f7cf9fff6c0 Delete type=0 #193 -2025/09/24-15:08:26.424217 7f7cf9fff6c0 Manual compaction at level-0 from '!scenes!FJXugdbkBpEJEdR6' @ 72057594037927935 : 1 .. '!scenes!FJXugdbkBpEJEdR6' @ 0 : 0; will stop at (end) +2025/09/24-15:09:29.173945 7f7cfb7fe6c0 Recovering log #194 +2025/09/24-15:09:29.183658 7f7cfb7fe6c0 Delete type=3 #192 +2025/09/24-15:09:29.183716 7f7cfb7fe6c0 Delete type=0 #194 +2025/09/24-15:11:47.412789 7f7cf9fff6c0 Level-0 table #199: started +2025/09/24-15:11:47.412823 7f7cf9fff6c0 Level-0 table #199: 0 bytes OK +2025/09/24-15:11:47.419140 7f7cf9fff6c0 Delete type=0 #197 +2025/09/24-15:11:47.419299 7f7cf9fff6c0 Manual compaction at level-0 from '!scenes!FJXugdbkBpEJEdR6' @ 72057594037927935 : 1 .. '!scenes!FJXugdbkBpEJEdR6' @ 0 : 0; will stop at (end) diff --git a/packs/scenes/MANIFEST-000196 b/packs/scenes/MANIFEST-000200 similarity index 79% rename from packs/scenes/MANIFEST-000196 rename to packs/scenes/MANIFEST-000200 index 687fad563822bef440ff55685052368ad1a02d1b..461052ed74a9cee42b5c4fa440cbe3feb1904e92 100644 GIT binary patch delta 41 scmdnMxPfs(pOW|Dj9xAVMy8XDoD9sT7+F~B-(9Hy37i56oB;{|0009DumAu6 delta 41 rcmdnMxPfs(pVIs&&P!Yjj7&!vIT@IbF|x20E7zBU1df3OP5=b}>bVJI diff --git a/packs/simples/000262.log b/packs/simples/000266.log similarity index 100% rename from packs/simples/000262.log rename to packs/simples/000266.log diff --git a/packs/simples/CURRENT b/packs/simples/CURRENT index 8819f7c..a744b45 100644 --- a/packs/simples/CURRENT +++ b/packs/simples/CURRENT @@ -1 +1 @@ -MANIFEST-000260 +MANIFEST-000264 diff --git a/packs/simples/LOG b/packs/simples/LOG index 8a0ed31..b9026c7 100644 --- a/packs/simples/LOG +++ b/packs/simples/LOG @@ -1,7 +1,7 @@ -2025/09/24-15:09:29.160816 7f7cfaffd6c0 Recovering log #258 -2025/09/24-15:09:29.171382 7f7cfaffd6c0 Delete type=3 #256 -2025/09/24-15:09:29.171436 7f7cfaffd6c0 Delete type=0 #258 -2025/09/24-15:11:47.400600 7f7cf9fff6c0 Level-0 table #263: started -2025/09/24-15:11:47.400625 7f7cf9fff6c0 Level-0 table #263: 0 bytes OK -2025/09/24-15:11:47.406556 7f7cf9fff6c0 Delete type=0 #261 -2025/09/24-15:11:47.419275 7f7cf9fff6c0 Manual compaction at level-0 from '!items!1bAL2MQVpVBd0c5Z' @ 72057594037927935 : 1 .. '!items!zs67k4sxCid6oTK3' @ 0 : 0; will stop at (end) +2025/09/24-16:34:06.445870 7f7cfaffd6c0 Recovering log #262 +2025/09/24-16:34:06.456672 7f7cfaffd6c0 Delete type=3 #260 +2025/09/24-16:34:06.456727 7f7cfaffd6c0 Delete type=0 #262 +2025/09/24-16:41:30.131456 7f7cf9fff6c0 Level-0 table #267: started +2025/09/24-16:41:30.131488 7f7cf9fff6c0 Level-0 table #267: 0 bytes OK +2025/09/24-16:41:30.137659 7f7cf9fff6c0 Delete type=0 #265 +2025/09/24-16:41:30.151571 7f7cf9fff6c0 Manual compaction at level-0 from '!items!1bAL2MQVpVBd0c5Z' @ 72057594037927935 : 1 .. '!items!zs67k4sxCid6oTK3' @ 0 : 0; will stop at (end) diff --git a/packs/simples/LOG.old b/packs/simples/LOG.old index 81de740..8a0ed31 100644 --- a/packs/simples/LOG.old +++ b/packs/simples/LOG.old @@ -1,7 +1,7 @@ -2025/09/24-14:48:23.279296 7f7cfbfff6c0 Recovering log #254 -2025/09/24-14:48:23.289583 7f7cfbfff6c0 Delete type=3 #252 -2025/09/24-14:48:23.289682 7f7cfbfff6c0 Delete type=0 #254 -2025/09/24-15:08:26.291500 7f7cf9fff6c0 Level-0 table #259: started -2025/09/24-15:08:26.291565 7f7cf9fff6c0 Level-0 table #259: 0 bytes OK -2025/09/24-15:08:26.355943 7f7cf9fff6c0 Delete type=0 #257 -2025/09/24-15:08:26.424235 7f7cf9fff6c0 Manual compaction at level-0 from '!items!1bAL2MQVpVBd0c5Z' @ 72057594037927935 : 1 .. '!items!zs67k4sxCid6oTK3' @ 0 : 0; will stop at (end) +2025/09/24-15:09:29.160816 7f7cfaffd6c0 Recovering log #258 +2025/09/24-15:09:29.171382 7f7cfaffd6c0 Delete type=3 #256 +2025/09/24-15:09:29.171436 7f7cfaffd6c0 Delete type=0 #258 +2025/09/24-15:11:47.400600 7f7cf9fff6c0 Level-0 table #263: started +2025/09/24-15:11:47.400625 7f7cf9fff6c0 Level-0 table #263: 0 bytes OK +2025/09/24-15:11:47.406556 7f7cf9fff6c0 Delete type=0 #261 +2025/09/24-15:11:47.419275 7f7cf9fff6c0 Manual compaction at level-0 from '!items!1bAL2MQVpVBd0c5Z' @ 72057594037927935 : 1 .. '!items!zs67k4sxCid6oTK3' @ 0 : 0; will stop at (end) diff --git a/packs/simples/MANIFEST-000260 b/packs/simples/MANIFEST-000264 similarity index 73% rename from packs/simples/MANIFEST-000260 rename to packs/simples/MANIFEST-000264 index 2a5ce2d04fadbb1ade19b47719752a7b24cd1b7e..00c1935975720af783d27c7e0d4fe73fec264811 100644 GIT binary patch delta 41 rcmZ3-xQ=l`kJ6tqwF6uXj7*(OoD9reOe~=%l%^jB33P!3dVm4|{&osZ delta 41 rcmZ3-xQ=l`k5Y!4b2S$OBU39ACj)aE6HDll?>5Ik0&O6H4xj)4Actions restantes: {{remainingActions}} (MG:{{remainingActionsMainGauche}}) +
  • Actions restantes: {{remainingActions}} + (MG:{{remainingActionsMainGauche}})
  • {{/if}} {{#if arme}}