diff --git a/lang/de.json b/lang/de.json index 3103705..533b353 100644 --- a/lang/de.json +++ b/lang/de.json @@ -157,6 +157,7 @@ "BOL.ui.armorInitMalus": "Rüstungsmalus (Init)", "BOL.ui.attackValue": "Angriffswert", "BOL.ui.initMalus": "Init malus", + "BOL.ui.createEquipment": "Create Equipment", "BOL.featureCategory.origins": "Herkünfte", "BOL.featureCategory.races": "Rassen", @@ -465,5 +466,25 @@ "BOL.chat.welcome2": "Zum Spielen werden zwingend die passenden BoL Bücher benötigt. Die französischen Originalbücher für dieses System gibt es hier: http://www.ludospherik.fr/content/14-barbarians-of-lemuria
Die deutsche Übersetzung gibt es bei Truant Spiele: https://truant.com/produkt/barbarians-of-lemuria-2", "BOL.chat.welcome3": "Die enthaltenen Karten wurden von Guillaume Tavernier und Ludospherik zur Verfügung gestellt. Vielen Dank dafür!", "BOL.chat.welcome4": "Im Discord findet ihr Support für die FoundryVTT-Implementierung dieses Systems: https://discord.gg/pPSDNJk", - "BOL.chat.welcome5": "Auf ein gutes Spiel in Lemuria!" + "BOL.chat.welcome5": "Auf ein gutes Spiel in Lemuria!", + "BOL.chat.welcome6": "", + + "BOL.settings.rollArmor": "Roll for armor", + "BOL.settings.rollArmorTooltip": "Roll for armor value, fixed value if unchecked", + "BOL.settings.useBougette": "Use Bougette (fan-made French rule)", + "BOL.settings.useBougetteTooltip": "Use the Bougette value, as described in Annales Lemurienne from LeRatierBretonnien (https://www.lahiette.com/leratierbretonnien/)", + "BOL.settings.removeDead": "Automatically remove dead NPCs by end of the round", + "BOL.settings.removeDeadTooltip": "Remove NPCs Automatically when HP are 0 or less, at the end of each round", + "BOL.settings.diceFormula": "Dice Formula", + "BOL.settings.diceFormulaTooltip": "Main dice formula (2d6 per default)", + "BOL.settings.diceSuccessValue" : "Success value", + "BOL.settings.diceSuccessValueTooltip": "Value of the success threshold (9 per default for 2d6)", + "BOL.settings.diceCriticalValue" : "Critical success value", + "BOL.settings.diceCriticalValueTooltip": "Minimum value for critical success (12 per default for 2d6)", + "BOL.settings.diceCriticalFailure" : "Critical failure value", + "BOL.settings.diceCriticalFailureTooltip": "Maximum value for critical failure (2 per default for 2d6)", + "BOL.settings.defaultLogoActorSheetPath" : "Path for Actor sheet logo", + "BOL.settings.defaultLogoPathActorSheetTooltip": "Path of the Actor sheet logo (346 x 200, default : /systems/bol/ui/logo.webp)", + "BOL.settings.defaultLogoTopLeftPath" : "Path for main top left logo", + "BOL.settings.defaultLogoTopLeftPathTooltip": "Path of the logo in the top left window (718 x 416, default : /systems/bol/ui/logo2.webp)" } diff --git a/lang/en.json b/lang/en.json index bd6db50..ca43ff4 100644 --- a/lang/en.json +++ b/lang/en.json @@ -6,8 +6,8 @@ "ITEM.TypeWeapon": "Weapon", "ITEM.TypeArmor": "Armor", - "BOL.attributes.vigor": "Vigor", - "BOL.attributes.halfvigor" : "Half-Vigor", + "BOL.attributes.vigor": "Strength", + "BOL.attributes.halfvigor" : "Half-Strength", "BOL.attributes.agility": "Agility", "BOL.attributes.mind": "Mind", "BOL.attributes.appeal": "Appeal", @@ -167,6 +167,7 @@ "BOL.ui.weaponbonus": "Cette arme bénéficie déja d'un Dé de Bonus (Arme Favorite prise en compte, par exemple)", "BOL.ui.initMalus": "Init malus", "BOL.ui.isspecial": "Spécial ?", + "BOL.ui.createEquipment": "Create Equipment", "BOL.featureCategory.origins": "Origins", "BOL.featureCategory.races": "Races", @@ -467,6 +468,25 @@ "BOL.chat.welcome2": "Books are necessary to play, and ca be found here : http://www.ludospherik.fr/content/14-barbarians-of-lemuria", "BOL.chat.welcome3": "The integrated maps are authorized by Guillaume Tavernier and Ludospherik. Thanks to them !.", "BOL.chat.welcome4": "All support for this system is available on this Discord server : https://discord.gg/pPSDNJk", - "BOL.chat.welcome5": "Good game in Lemuria !" + "BOL.chat.welcome5": "Good game in Lemuria !", + "BOL.chat.welcome6": "", + "BOL.settings.rollArmor": "Roll for armor", + "BOL.settings.rollArmorTooltip": "Roll for armor value, fixed value if unchecked", + "BOL.settings.useBougette": "Use Bougette (fan-made French rule)", + "BOL.settings.useBougetteTooltip": "Use the Bougette value, as described in Annales Lemurienne from LeRatierBretonnien (https://www.lahiette.com/leratierbretonnien/)", + "BOL.settings.removeDead": "Automatically remove dead NPCs by end of the round", + "BOL.settings.removeDeadTooltip": "Remove NPCs Automatically when HP are 0 or less, at the end of each round", + "BOL.settings.diceFormula": "Dice Formula", + "BOL.settings.diceFormulaTooltip": "Main dice formula (2d6 per default)", + "BOL.settings.diceSuccessValue" : "Success value", + "BOL.settings.diceSuccessValueTooltip": "Value of the success threshold (9 per default for 2d6)", + "BOL.settings.diceCriticalValue" : "Critical success value", + "BOL.settings.diceCriticalValueTooltip": "Minimum value for critical success (12 per default for 2d6)", + "BOL.settings.diceCriticalFailure" : "Critical failure value", + "BOL.settings.diceCriticalFailureTooltip": "Maximum value for critical failure (2 per default for 2d6)", + "BOL.settings.defaultLogoActorSheetPath" : "Path for Actor sheet logo", + "BOL.settings.defaultLogoPathActorSheetTooltip": "Path of the Actor sheet logo (346 x 200, default : /systems/bol/ui/logo.webp)", + "BOL.settings.defaultLogoTopLeftPath" : "Path for main top left logo", + "BOL.settings.defaultLogoTopLeftPathTooltip": "Path of the logo in the top left window (718 x 416, default : /systems/bol/ui/logo2.webp)" } \ No newline at end of file diff --git a/lang/fr.json b/lang/fr.json index 5c763eb..3b01091 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -224,6 +224,7 @@ "BOL.ui.noinit": "Pas d'initiative trouvée, veuillez en enregistrer une.", "BOL.ui.warninitiative": "Votre initiative n'est pas disponible. Effectuez un jet d'Initiative pour ce combat.", "BOL.ui.isspecial": "Spéciale ?", + "BOL.ui.createEquipment": "Créer un Equipement", "BOL.featureCategory.origins": "Origines", "BOL.featureCategory.races": "Races", @@ -587,5 +588,24 @@ "BOL.chat.welcome4": "Tout le support et le suivi de ce système est disponible via le Discord Foundry FR.", "BOL.chat.welcome5": "Consulter l'aide en ligne pour plus d'informations : @UUID[Compendium.bol.aides-de-jeu.97rugQOtiwt8zPfQ]{Aide du Jeu}.", "BOL.chat.welcome6": "Bon jeu en Lemurie !", - "BOL.chat.nodamage": "Ne pas appliquer les dommages" + "BOL.chat.nodamage": "Ne pas appliquer les dommages", + + "BOL.settings.rollArmor": "Effectuer des jets pour les armures", + "BOL.settings.rollArmorTooltip": "Effectue un jet de dés pour les armures (valeur fixe si désactivé)", + "BOL.settings.useBougette": "Utiliser la Bougette (règle fan-made)", + "BOL.settings.useBougetteTooltip": "Utilise un indicateur de Bougette, comme décrit dans l'aide de jeu Annales Lemurienne du RatierBretonnien (https://www.lahiette.com/leratierbretonnien/)", + "BOL.settings.removeDead": "Enlever les PNJs morts automatiquement au round suivant", + "BOL.settings.removeDeadTooltip": "Supprime les PNJ (piétaille, créatures, coriaces) automatiquement du combat lorsqu'ils sont à 0 Vitalité ou moins, lors du passage au round suivant", + "BOL.settings.diceFormula": "Formule de dés", + "BOL.settings.diceFormulaTooltip": "Formule de dés utilisée pour les jets de dés (par défaut 2d6)", + "BOL.settings.diceSuccessValue" : "Seuil de succès", + "BOL.settings.diceSuccessValueTooltip": "Seuil de succès pour les jets de dés (par défaut 9 pour 2d6)", + "BOL.settings.diceCriticalValue" : "Seuil de succès critique", + "BOL.settings.diceCriticalValueTooltip": "Seuil de succès critique pour les jets de dés (par défaut 12 pour 2d6)", + "BOL.settings.diceCriticalFailure" : "Valeur max d'échec critique", + "BOL.settings.diceCriticalFailureTooltip": "Valeur max d'échec critique pour les jets de dés (par défaut 2 pour 2d6)", + "BOL.settings.defaultLogoActorSheetPath" : "Chemin du logo des fiches de perso", + "BOL.settings.defaultLogoPathActorSheetTooltip": "Vous pouvez changer le logo BoL des fiches de perso, pour jouer dans un autre univers (idéalement 346 x 200, défaut : /systems/bol/ui/logo.webp)", + "BOL.settings.defaultLogoTopLeftPath" : "Chemin du logo haut gauche", + "BOL.settings.defaultLogoTopLeftPathTooltip": "Vous pouvez changer le logo BoL en haut à gauche de chaque écran (idéalement 718 x 416, défaut : /systems/bol/ui/logo2.webp)" } \ No newline at end of file diff --git a/module/system/bol-utility.js b/module/system/bol-utility.js index a0347cb..5ee44e4 100644 --- a/module/system/bol-utility.js +++ b/module/system/bol-utility.js @@ -9,8 +9,8 @@ export class BoLUtility { /* -------------------------------------------- */ static init() { game.settings.register("bol", "rollArmor", { - name: "Effectuer des jets pour les armures", - hint: "Effectue un jet de dés pour les armures (valeur fixe si désactivé)", + name: game.i18n.localize("BOL.settings.rollArmor"), + hint: game.i18n.localize("BOL.settings.rollArmorTooltip"), scope: "world", config: true, default: true, @@ -18,8 +18,8 @@ export class BoLUtility { onChange: lang => window.location.reload() }) game.settings.register("bol", "useBougette", { - name: "Utiliser la Bougette (règle fan-made)", - hint: "Utilise un indicateur de Bougette, comme décrit dans l'aide de jeu Gold&Glory du RatierBretonnien (https://www.lahiette.com/leratierbretonnien/)", + name: game.i18n.localize("BOL.settings.useBougette"), + hint: game.i18n.localize("BOL.settings.useBougetteTooltip"), scope: "world", config: true, default: false, @@ -27,16 +27,16 @@ export class BoLUtility { onChange: lang => window.location.reload() }) game.settings.register("bol", "auto-remove-dead", { - name: "Enlever les PNJs morts automatiquement au round suivant", - hint: "Supprime les PNJ (piétaille, créatures, coriaces) automatiquement du combat lorsqu'ils sont à 0 Vitalité ou moins, lors du passage au round suivant", + name: game.i18n.localize("BOL.settings.removeDead"), + hint: game.i18n.localize("BOL.settings.removeDeadTooltip"), scope: "world", config: true, default: false, type: Boolean }) game.settings.register("bol", "dice-formula", { - name: "Formule de dés", - hint: "Sélectionne la formule de dés (par défaut 2d6)", + name: game.i18n.localize("BOL.settings.diceFormula"), + hint: game.i18n.localize("BOL.settings.diceFormulaTooltip"), scope: "world", config: true, default: "6", @@ -47,8 +47,8 @@ export class BoLUtility { } }) game.settings.register("bol", "dice-success-value", { - name: "Seuil de succès", - hint: "Sélectionne le seuil de succès (9 par défaut pour 2d6)", + name: game.i18n.localize("BOL.settings.diceSuccessValue"), + hint: game.i18n.localize("BOL.settings.diceSuccessValueTooltip"), scope: "world", config: true, default: 9, @@ -63,8 +63,8 @@ export class BoLUtility { } }) game.settings.register("bol", "dice-critical-success-value", { - name: "Valeur min de réussite critique", - hint: "Indique le seuil minimum de réussite critique (12 par défaut pour 2d6). Si les réussites critiques sont sur 19 et 20, alors indiquez 19.", + name: game.i18n.localize("BOL.settings.diceCriticalValue"), + hint: game.i18n.localize("BOL.settings.diceCriticalValueTooltip"), scope: "world", config: true, default: 12, @@ -79,8 +79,8 @@ export class BoLUtility { } }) game.settings.register("bol", "dice-critical-failure-value", { - name: "Valeur max d'échec critique", - hint: "Indique le seuil maximum d'échec critique (2 par défaut pour 2d6). Si les échecs critiques sont sur 2 et 3, alors indiquez 3.", + name: game.i18n.localize("BOL.settings.diceCriticalFailure"), + hint: game.i18n.localize("BOL.settings.diceCriticalFailureTooltip"), scope: "world", config: true, default: 2, @@ -102,8 +102,8 @@ export class BoLUtility { type: Object }) game.settings.register("bol", "logoActorSheet", { - name: "Chemin du logo des fiches de perso", - hint: "Vous pouvez changer le logo BoL des fiches de perso, pour jouer dans un autre univers (idéalement 346 x 200, défaut : /systems/bol/ui/logo.webp)", + name: game.i18n.localize("BOL.settings.defaultLogoActorSheetPath"), + hint: game.i18n.localize("BOL.settings.defaultLogoPathActorSheetTooltip"), scope: "world", config: true, default: "/systems/bol/ui/logo.webp", @@ -111,8 +111,8 @@ export class BoLUtility { onChange: lang => window.location.reload() }) game.settings.register("bol", "logoTopLeft", { - name: "Chemin du logo haut gauche", - hint: "Vous pouvez changer le logo BoL en haut à gauche de chaque écran (idéalement 718 x 416, défaut : /systems/bol/ui/logo2.webp)", + name: game.i18n.localize("BOL.settings.defaultLogoTopLeftPath"), + hint: game.i18n.localize("BOL.settings.defaultLogoTopLeftPathTooltip"), scope: "world", config: true, default: "/systems/bol/ui/logo2.webp", diff --git a/packs/aides-de-jeu/000105.log b/packs/aides-de-jeu/000109.log similarity index 100% rename from packs/aides-de-jeu/000105.log rename to packs/aides-de-jeu/000109.log diff --git a/packs/aides-de-jeu/CURRENT b/packs/aides-de-jeu/CURRENT index 1fb45e8..aecd689 100644 --- a/packs/aides-de-jeu/CURRENT +++ b/packs/aides-de-jeu/CURRENT @@ -1 +1 @@ -MANIFEST-000103 +MANIFEST-000107 diff --git a/packs/aides-de-jeu/LOG b/packs/aides-de-jeu/LOG index 9136bad..83cc1ff 100644 --- a/packs/aides-de-jeu/LOG +++ b/packs/aides-de-jeu/LOG @@ -1,8 +1,8 @@ -2023/10/28-18:46:58.144165 7f5610ff96c0 Recovering log #101 -2023/10/28-18:46:58.154293 7f5610ff96c0 Delete type=3 #99 -2023/10/28-18:46:58.154395 7f5610ff96c0 Delete type=0 #101 -2023/10/28-18:47:32.356263 7f56037fe6c0 Level-0 table #106: started -2023/10/28-18:47:32.356293 7f56037fe6c0 Level-0 table #106: 0 bytes OK -2023/10/28-18:47:32.362824 7f56037fe6c0 Delete type=0 #104 -2023/10/28-18:47:32.375967 7f56037fe6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!Yl1RKQb0BjVUtilk.kNb9ZrMbgONi1mlE' @ 0 : 0; will stop at (end) -2023/10/28-18:47:32.376034 7f56037fe6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!Yl1RKQb0BjVUtilk.kNb9ZrMbgONi1mlE' @ 0 : 0; will stop at (end) +2023/12/04-21:16:34.430277 7f84f7fff6c0 Recovering log #105 +2023/12/04-21:16:34.440834 7f84f7fff6c0 Delete type=3 #103 +2023/12/04-21:16:34.440885 7f84f7fff6c0 Delete type=0 #105 +2023/12/04-21:29:36.294789 7f84f5ffb6c0 Level-0 table #110: started +2023/12/04-21:29:36.294815 7f84f5ffb6c0 Level-0 table #110: 0 bytes OK +2023/12/04-21:29:36.301173 7f84f5ffb6c0 Delete type=0 #108 +2023/12/04-21:29:36.301317 7f84f5ffb6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!Yl1RKQb0BjVUtilk.kNb9ZrMbgONi1mlE' @ 0 : 0; will stop at (end) +2023/12/04-21:29:36.301343 7f84f5ffb6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!Yl1RKQb0BjVUtilk.kNb9ZrMbgONi1mlE' @ 0 : 0; will stop at (end) diff --git a/packs/aides-de-jeu/LOG.old b/packs/aides-de-jeu/LOG.old index 7407599..9136bad 100644 --- a/packs/aides-de-jeu/LOG.old +++ b/packs/aides-de-jeu/LOG.old @@ -1,8 +1,8 @@ -2023/10/28-18:36:54.134553 7f5611ffb6c0 Recovering log #97 -2023/10/28-18:36:54.145468 7f5611ffb6c0 Delete type=3 #95 -2023/10/28-18:36:54.145552 7f5611ffb6c0 Delete type=0 #97 -2023/10/28-18:43:29.336828 7f56037fe6c0 Level-0 table #102: started -2023/10/28-18:43:29.336854 7f56037fe6c0 Level-0 table #102: 0 bytes OK -2023/10/28-18:43:29.342978 7f56037fe6c0 Delete type=0 #100 -2023/10/28-18:43:29.364901 7f56037fe6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!Yl1RKQb0BjVUtilk.kNb9ZrMbgONi1mlE' @ 0 : 0; will stop at (end) -2023/10/28-18:43:29.364948 7f56037fe6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!Yl1RKQb0BjVUtilk.kNb9ZrMbgONi1mlE' @ 0 : 0; will stop at (end) +2023/10/28-18:46:58.144165 7f5610ff96c0 Recovering log #101 +2023/10/28-18:46:58.154293 7f5610ff96c0 Delete type=3 #99 +2023/10/28-18:46:58.154395 7f5610ff96c0 Delete type=0 #101 +2023/10/28-18:47:32.356263 7f56037fe6c0 Level-0 table #106: started +2023/10/28-18:47:32.356293 7f56037fe6c0 Level-0 table #106: 0 bytes OK +2023/10/28-18:47:32.362824 7f56037fe6c0 Delete type=0 #104 +2023/10/28-18:47:32.375967 7f56037fe6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!Yl1RKQb0BjVUtilk.kNb9ZrMbgONi1mlE' @ 0 : 0; will stop at (end) +2023/10/28-18:47:32.376034 7f56037fe6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!Yl1RKQb0BjVUtilk.kNb9ZrMbgONi1mlE' @ 0 : 0; will stop at (end) diff --git a/packs/aides-de-jeu/MANIFEST-000103 b/packs/aides-de-jeu/MANIFEST-000107 similarity index 57% rename from packs/aides-de-jeu/MANIFEST-000103 rename to packs/aides-de-jeu/MANIFEST-000107 index cabb59e..56129b7 100644 Binary files a/packs/aides-de-jeu/MANIFEST-000103 and b/packs/aides-de-jeu/MANIFEST-000107 differ diff --git a/packs/weapons/000016.log b/packs/armors/000016.log similarity index 100% rename from packs/weapons/000016.log rename to packs/armors/000016.log diff --git a/packs/armors/CURRENT b/packs/armors/CURRENT index 3051f81..23b73d9 100644 --- a/packs/armors/CURRENT +++ b/packs/armors/CURRENT @@ -1 +1 @@ -MANIFEST-000010 +MANIFEST-000014 diff --git a/packs/armors/LOG b/packs/armors/LOG index 7dc1d2b..c187c49 100644 --- a/packs/armors/LOG +++ b/packs/armors/LOG @@ -1,8 +1,8 @@ -2023/10/28-18:46:58.118619 7f5603fff6c0 Recovering log #8 -2023/10/28-18:46:58.129553 7f5603fff6c0 Delete type=3 #6 -2023/10/28-18:46:58.129618 7f5603fff6c0 Delete type=0 #8 -2023/10/28-18:47:32.323904 7f56037fe6c0 Level-0 table #13: started -2023/10/28-18:47:32.323933 7f56037fe6c0 Level-0 table #13: 0 bytes OK -2023/10/28-18:47:32.329984 7f56037fe6c0 Delete type=0 #11 -2023/10/28-18:47:32.349515 7f56037fe6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) -2023/10/28-18:47:32.349581 7f56037fe6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) +2023/12/04-21:16:34.402100 7f84f6ffd6c0 Recovering log #12 +2023/12/04-21:16:34.413052 7f84f6ffd6c0 Delete type=3 #10 +2023/12/04-21:16:34.413101 7f84f6ffd6c0 Delete type=0 #12 +2023/12/04-21:29:36.274254 7f84f5ffb6c0 Level-0 table #17: started +2023/12/04-21:29:36.274306 7f84f5ffb6c0 Level-0 table #17: 0 bytes OK +2023/12/04-21:29:36.281091 7f84f5ffb6c0 Delete type=0 #15 +2023/12/04-21:29:36.301284 7f84f5ffb6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) +2023/12/04-21:29:36.301326 7f84f5ffb6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) diff --git a/packs/armors/LOG.old b/packs/armors/LOG.old index 2102bf8..7dc1d2b 100644 --- a/packs/armors/LOG.old +++ b/packs/armors/LOG.old @@ -1,8 +1,8 @@ -2023/10/28-18:36:54.106006 7f56117fa6c0 Recovering log #4 -2023/10/28-18:36:54.116727 7f56117fa6c0 Delete type=3 #2 -2023/10/28-18:36:54.116811 7f56117fa6c0 Delete type=0 #4 -2023/10/28-18:43:29.343144 7f56037fe6c0 Level-0 table #9: started -2023/10/28-18:43:29.343186 7f56037fe6c0 Level-0 table #9: 0 bytes OK -2023/10/28-18:43:29.350360 7f56037fe6c0 Delete type=0 #7 -2023/10/28-18:43:29.364916 7f56037fe6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) -2023/10/28-18:43:29.364957 7f56037fe6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) +2023/10/28-18:46:58.118619 7f5603fff6c0 Recovering log #8 +2023/10/28-18:46:58.129553 7f5603fff6c0 Delete type=3 #6 +2023/10/28-18:46:58.129618 7f5603fff6c0 Delete type=0 #8 +2023/10/28-18:47:32.323904 7f56037fe6c0 Level-0 table #13: started +2023/10/28-18:47:32.323933 7f56037fe6c0 Level-0 table #13: 0 bytes OK +2023/10/28-18:47:32.329984 7f56037fe6c0 Delete type=0 #11 +2023/10/28-18:47:32.349515 7f56037fe6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) +2023/10/28-18:47:32.349581 7f56037fe6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) diff --git a/packs/armors/MANIFEST-000010 b/packs/armors/MANIFEST-000010 deleted file mode 100644 index 304142f..0000000 Binary files a/packs/armors/MANIFEST-000010 and /dev/null differ diff --git a/packs/armors/MANIFEST-000014 b/packs/armors/MANIFEST-000014 new file mode 100644 index 0000000..4f68dc7 Binary files /dev/null and b/packs/armors/MANIFEST-000014 differ diff --git a/packs/armors/000012.log b/packs/boons/000108.log similarity index 100% rename from packs/armors/000012.log rename to packs/boons/000108.log diff --git a/packs/boons/CURRENT b/packs/boons/CURRENT index e333c89..abdfdfe 100644 --- a/packs/boons/CURRENT +++ b/packs/boons/CURRENT @@ -1 +1 @@ -MANIFEST-000102 +MANIFEST-000106 diff --git a/packs/boons/LOG b/packs/boons/LOG index 85b8976..bf0ba26 100644 --- a/packs/boons/LOG +++ b/packs/boons/LOG @@ -1,8 +1,8 @@ -2023/10/28-18:46:58.021346 7f5603fff6c0 Recovering log #100 -2023/10/28-18:46:58.032316 7f5603fff6c0 Delete type=3 #98 -2023/10/28-18:46:58.032370 7f5603fff6c0 Delete type=0 #100 -2023/10/28-18:47:32.275625 7f56037fe6c0 Level-0 table #105: started -2023/10/28-18:47:32.275699 7f56037fe6c0 Level-0 table #105: 0 bytes OK -2023/10/28-18:47:32.281755 7f56037fe6c0 Delete type=0 #103 -2023/10/28-18:47:32.288117 7f56037fe6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) -2023/10/28-18:47:32.298397 7f56037fe6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) +2023/12/04-21:16:34.244782 7f84f6ffd6c0 Recovering log #104 +2023/12/04-21:16:34.255803 7f84f6ffd6c0 Delete type=3 #102 +2023/12/04-21:16:34.255859 7f84f6ffd6c0 Delete type=0 #104 +2023/12/04-21:29:36.227120 7f84f5ffb6c0 Level-0 table #109: started +2023/12/04-21:29:36.227155 7f84f5ffb6c0 Level-0 table #109: 0 bytes OK +2023/12/04-21:29:36.233490 7f84f5ffb6c0 Delete type=0 #107 +2023/12/04-21:29:36.247612 7f84f5ffb6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) +2023/12/04-21:29:36.247638 7f84f5ffb6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) diff --git a/packs/boons/LOG.old b/packs/boons/LOG.old index beeb34a..85b8976 100644 --- a/packs/boons/LOG.old +++ b/packs/boons/LOG.old @@ -1,8 +1,8 @@ -2023/10/28-18:36:54.007776 7f56117fa6c0 Recovering log #96 -2023/10/28-18:36:54.018152 7f56117fa6c0 Delete type=3 #94 -2023/10/28-18:36:54.018206 7f56117fa6c0 Delete type=0 #96 -2023/10/28-18:43:29.288293 7f56037fe6c0 Level-0 table #101: started -2023/10/28-18:43:29.288334 7f56037fe6c0 Level-0 table #101: 0 bytes OK -2023/10/28-18:43:29.294672 7f56037fe6c0 Delete type=0 #99 -2023/10/28-18:43:29.302337 7f56037fe6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) -2023/10/28-18:43:29.308833 7f56037fe6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) +2023/10/28-18:46:58.021346 7f5603fff6c0 Recovering log #100 +2023/10/28-18:46:58.032316 7f5603fff6c0 Delete type=3 #98 +2023/10/28-18:46:58.032370 7f5603fff6c0 Delete type=0 #100 +2023/10/28-18:47:32.275625 7f56037fe6c0 Level-0 table #105: started +2023/10/28-18:47:32.275699 7f56037fe6c0 Level-0 table #105: 0 bytes OK +2023/10/28-18:47:32.281755 7f56037fe6c0 Delete type=0 #103 +2023/10/28-18:47:32.288117 7f56037fe6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) +2023/10/28-18:47:32.298397 7f56037fe6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) diff --git a/packs/boons/MANIFEST-000102 b/packs/boons/MANIFEST-000102 deleted file mode 100644 index 8ad2cb1..0000000 Binary files a/packs/boons/MANIFEST-000102 and /dev/null differ diff --git a/packs/boons/MANIFEST-000106 b/packs/boons/MANIFEST-000106 new file mode 100644 index 0000000..a08e804 Binary files /dev/null and b/packs/boons/MANIFEST-000106 differ diff --git a/packs/boons/000104.log b/packs/boonsflawscreatures/000108.log similarity index 100% rename from packs/boons/000104.log rename to packs/boonsflawscreatures/000108.log diff --git a/packs/boonsflawscreatures/CURRENT b/packs/boonsflawscreatures/CURRENT index e333c89..abdfdfe 100644 --- a/packs/boonsflawscreatures/CURRENT +++ b/packs/boonsflawscreatures/CURRENT @@ -1 +1 @@ -MANIFEST-000102 +MANIFEST-000106 diff --git a/packs/boonsflawscreatures/LOG b/packs/boonsflawscreatures/LOG index 9cb5e00..225560b 100644 --- a/packs/boonsflawscreatures/LOG +++ b/packs/boonsflawscreatures/LOG @@ -1,8 +1,8 @@ -2023/10/28-18:46:58.033991 7f5611ffb6c0 Recovering log #100 -2023/10/28-18:46:58.043491 7f5611ffb6c0 Delete type=3 #98 -2023/10/28-18:46:58.043553 7f5611ffb6c0 Delete type=0 #100 -2023/10/28-18:47:32.281934 7f56037fe6c0 Level-0 table #105: started -2023/10/28-18:47:32.281973 7f56037fe6c0 Level-0 table #105: 0 bytes OK -2023/10/28-18:47:32.287993 7f56037fe6c0 Delete type=0 #103 -2023/10/28-18:47:32.298372 7f56037fe6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) -2023/10/28-18:47:32.298448 7f56037fe6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) +2023/12/04-21:16:34.258787 7f84f77fe6c0 Recovering log #104 +2023/12/04-21:16:34.268652 7f84f77fe6c0 Delete type=3 #102 +2023/12/04-21:16:34.268705 7f84f77fe6c0 Delete type=0 #104 +2023/12/04-21:29:36.233597 7f84f5ffb6c0 Level-0 table #109: started +2023/12/04-21:29:36.233621 7f84f5ffb6c0 Level-0 table #109: 0 bytes OK +2023/12/04-21:29:36.239701 7f84f5ffb6c0 Delete type=0 #107 +2023/12/04-21:29:36.247623 7f84f5ffb6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) +2023/12/04-21:29:36.247651 7f84f5ffb6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) diff --git a/packs/boonsflawscreatures/LOG.old b/packs/boonsflawscreatures/LOG.old index ccace13..9cb5e00 100644 --- a/packs/boonsflawscreatures/LOG.old +++ b/packs/boonsflawscreatures/LOG.old @@ -1,8 +1,8 @@ -2023/10/28-18:36:54.019899 7f5610ff96c0 Recovering log #96 -2023/10/28-18:36:54.030441 7f5610ff96c0 Delete type=3 #94 -2023/10/28-18:36:54.030513 7f5610ff96c0 Delete type=0 #96 -2023/10/28-18:43:29.280891 7f56037fe6c0 Level-0 table #101: started -2023/10/28-18:43:29.280970 7f56037fe6c0 Level-0 table #101: 0 bytes OK -2023/10/28-18:43:29.288142 7f56037fe6c0 Delete type=0 #99 -2023/10/28-18:43:29.302299 7f56037fe6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) -2023/10/28-18:43:29.308818 7f56037fe6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) +2023/10/28-18:46:58.033991 7f5611ffb6c0 Recovering log #100 +2023/10/28-18:46:58.043491 7f5611ffb6c0 Delete type=3 #98 +2023/10/28-18:46:58.043553 7f5611ffb6c0 Delete type=0 #100 +2023/10/28-18:47:32.281934 7f56037fe6c0 Level-0 table #105: started +2023/10/28-18:47:32.281973 7f56037fe6c0 Level-0 table #105: 0 bytes OK +2023/10/28-18:47:32.287993 7f56037fe6c0 Delete type=0 #103 +2023/10/28-18:47:32.298372 7f56037fe6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) +2023/10/28-18:47:32.298448 7f56037fe6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) diff --git a/packs/boonsflawscreatures/MANIFEST-000102 b/packs/boonsflawscreatures/MANIFEST-000102 deleted file mode 100644 index 9a79263..0000000 Binary files a/packs/boonsflawscreatures/MANIFEST-000102 and /dev/null differ diff --git a/packs/boonsflawscreatures/MANIFEST-000106 b/packs/boonsflawscreatures/MANIFEST-000106 new file mode 100644 index 0000000..1d66dd3 Binary files /dev/null and b/packs/boonsflawscreatures/MANIFEST-000106 differ diff --git a/packs/boonsflawscreatures/000104.log b/packs/careers/000108.log similarity index 100% rename from packs/boonsflawscreatures/000104.log rename to packs/careers/000108.log diff --git a/packs/careers/CURRENT b/packs/careers/CURRENT index e333c89..abdfdfe 100644 --- a/packs/careers/CURRENT +++ b/packs/careers/CURRENT @@ -1 +1 @@ -MANIFEST-000102 +MANIFEST-000106 diff --git a/packs/careers/LOG b/packs/careers/LOG index 40d0072..7820d6d 100644 --- a/packs/careers/LOG +++ b/packs/careers/LOG @@ -1,8 +1,8 @@ -2023/10/28-18:46:58.057967 7f56117fa6c0 Recovering log #100 -2023/10/28-18:46:58.068576 7f56117fa6c0 Delete type=3 #98 -2023/10/28-18:46:58.068630 7f56117fa6c0 Delete type=0 #100 -2023/10/28-18:47:32.298557 7f56037fe6c0 Level-0 table #105: started -2023/10/28-18:47:32.298612 7f56037fe6c0 Level-0 table #105: 0 bytes OK -2023/10/28-18:47:32.304559 7f56037fe6c0 Delete type=0 #103 -2023/10/28-18:47:32.323741 7f56037fe6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) -2023/10/28-18:47:32.323783 7f56037fe6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) +2023/12/04-21:16:34.285844 7f84f67fc6c0 Recovering log #104 +2023/12/04-21:16:34.295915 7f84f67fc6c0 Delete type=3 #102 +2023/12/04-21:16:34.295974 7f84f67fc6c0 Delete type=0 #104 +2023/12/04-21:29:36.267733 7f84f5ffb6c0 Level-0 table #109: started +2023/12/04-21:29:36.267761 7f84f5ffb6c0 Level-0 table #109: 0 bytes OK +2023/12/04-21:29:36.273875 7f84f5ffb6c0 Delete type=0 #107 +2023/12/04-21:29:36.274078 7f84f5ffb6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) +2023/12/04-21:29:36.274142 7f84f5ffb6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) diff --git a/packs/careers/LOG.old b/packs/careers/LOG.old index 66aa68e..40d0072 100644 --- a/packs/careers/LOG.old +++ b/packs/careers/LOG.old @@ -1,8 +1,8 @@ -2023/10/28-18:36:54.044251 7f5603fff6c0 Recovering log #96 -2023/10/28-18:36:54.054145 7f5603fff6c0 Delete type=3 #94 -2023/10/28-18:36:54.054195 7f5603fff6c0 Delete type=0 #96 -2023/10/28-18:43:29.302356 7f56037fe6c0 Level-0 table #101: started -2023/10/28-18:43:29.302399 7f56037fe6c0 Level-0 table #101: 0 bytes OK -2023/10/28-18:43:29.308697 7f56037fe6c0 Delete type=0 #99 -2023/10/28-18:43:29.308845 7f56037fe6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) -2023/10/28-18:43:29.308865 7f56037fe6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) +2023/10/28-18:46:58.057967 7f56117fa6c0 Recovering log #100 +2023/10/28-18:46:58.068576 7f56117fa6c0 Delete type=3 #98 +2023/10/28-18:46:58.068630 7f56117fa6c0 Delete type=0 #100 +2023/10/28-18:47:32.298557 7f56037fe6c0 Level-0 table #105: started +2023/10/28-18:47:32.298612 7f56037fe6c0 Level-0 table #105: 0 bytes OK +2023/10/28-18:47:32.304559 7f56037fe6c0 Delete type=0 #103 +2023/10/28-18:47:32.323741 7f56037fe6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) +2023/10/28-18:47:32.323783 7f56037fe6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) diff --git a/packs/careers/MANIFEST-000102 b/packs/careers/MANIFEST-000102 deleted file mode 100644 index 50a08cf..0000000 Binary files a/packs/careers/MANIFEST-000102 and /dev/null differ diff --git a/packs/careers/MANIFEST-000106 b/packs/careers/MANIFEST-000106 new file mode 100644 index 0000000..5fea5db Binary files /dev/null and b/packs/careers/MANIFEST-000106 differ diff --git a/packs/careers/000104.log b/packs/cartes/000108.log similarity index 100% rename from packs/careers/000104.log rename to packs/cartes/000108.log diff --git a/packs/cartes/CURRENT b/packs/cartes/CURRENT index e333c89..abdfdfe 100644 --- a/packs/cartes/CURRENT +++ b/packs/cartes/CURRENT @@ -1 +1 @@ -MANIFEST-000102 +MANIFEST-000106 diff --git a/packs/cartes/LOG b/packs/cartes/LOG index 1428286..7cd84f7 100644 --- a/packs/cartes/LOG +++ b/packs/cartes/LOG @@ -1,8 +1,8 @@ -2023/10/28-18:46:58.157567 7f56117fa6c0 Recovering log #100 -2023/10/28-18:46:58.168362 7f56117fa6c0 Delete type=3 #98 -2023/10/28-18:46:58.168445 7f56117fa6c0 Delete type=0 #100 -2023/10/28-18:47:32.362933 7f56037fe6c0 Level-0 table #105: started -2023/10/28-18:47:32.362962 7f56037fe6c0 Level-0 table #105: 0 bytes OK -2023/10/28-18:47:32.369115 7f56037fe6c0 Delete type=0 #103 -2023/10/28-18:47:32.375986 7f56037fe6c0 Manual compaction at level-0 from '!scenes!1ZDXKpKixS12xzW3' @ 72057594037927935 : 1 .. '!scenes.tiles!78gEyXvSfBJi9iL1.rJglQmZXB0eRIL8y' @ 0 : 0; will stop at (end) -2023/10/28-18:47:32.376049 7f56037fe6c0 Manual compaction at level-1 from '!scenes!1ZDXKpKixS12xzW3' @ 72057594037927935 : 1 .. '!scenes.tiles!78gEyXvSfBJi9iL1.rJglQmZXB0eRIL8y' @ 0 : 0; will stop at (end) +2023/12/04-21:16:34.444268 7f84f67fc6c0 Recovering log #104 +2023/12/04-21:16:34.454337 7f84f67fc6c0 Delete type=3 #102 +2023/12/04-21:16:34.454390 7f84f67fc6c0 Delete type=0 #104 +2023/12/04-21:29:36.307716 7f84f5ffb6c0 Level-0 table #109: started +2023/12/04-21:29:36.307782 7f84f5ffb6c0 Level-0 table #109: 0 bytes OK +2023/12/04-21:29:36.314556 7f84f5ffb6c0 Delete type=0 #107 +2023/12/04-21:29:36.327965 7f84f5ffb6c0 Manual compaction at level-0 from '!scenes!1ZDXKpKixS12xzW3' @ 72057594037927935 : 1 .. '!scenes.tiles!78gEyXvSfBJi9iL1.rJglQmZXB0eRIL8y' @ 0 : 0; will stop at (end) +2023/12/04-21:29:36.328032 7f84f5ffb6c0 Manual compaction at level-1 from '!scenes!1ZDXKpKixS12xzW3' @ 72057594037927935 : 1 .. '!scenes.tiles!78gEyXvSfBJi9iL1.rJglQmZXB0eRIL8y' @ 0 : 0; will stop at (end) diff --git a/packs/cartes/LOG.old b/packs/cartes/LOG.old index 706fb6d..1428286 100644 --- a/packs/cartes/LOG.old +++ b/packs/cartes/LOG.old @@ -1,8 +1,8 @@ -2023/10/28-18:36:54.147850 7f5603fff6c0 Recovering log #96 -2023/10/28-18:36:54.158264 7f5603fff6c0 Delete type=3 #94 -2023/10/28-18:36:54.158348 7f5603fff6c0 Delete type=0 #96 -2023/10/28-18:43:29.350459 7f56037fe6c0 Level-0 table #101: started -2023/10/28-18:43:29.350489 7f56037fe6c0 Level-0 table #101: 0 bytes OK -2023/10/28-18:43:29.356643 7f56037fe6c0 Delete type=0 #99 -2023/10/28-18:43:29.364928 7f56037fe6c0 Manual compaction at level-0 from '!scenes!1ZDXKpKixS12xzW3' @ 72057594037927935 : 1 .. '!scenes.tiles!78gEyXvSfBJi9iL1.rJglQmZXB0eRIL8y' @ 0 : 0; will stop at (end) -2023/10/28-18:43:29.364965 7f56037fe6c0 Manual compaction at level-1 from '!scenes!1ZDXKpKixS12xzW3' @ 72057594037927935 : 1 .. '!scenes.tiles!78gEyXvSfBJi9iL1.rJglQmZXB0eRIL8y' @ 0 : 0; will stop at (end) +2023/10/28-18:46:58.157567 7f56117fa6c0 Recovering log #100 +2023/10/28-18:46:58.168362 7f56117fa6c0 Delete type=3 #98 +2023/10/28-18:46:58.168445 7f56117fa6c0 Delete type=0 #100 +2023/10/28-18:47:32.362933 7f56037fe6c0 Level-0 table #105: started +2023/10/28-18:47:32.362962 7f56037fe6c0 Level-0 table #105: 0 bytes OK +2023/10/28-18:47:32.369115 7f56037fe6c0 Delete type=0 #103 +2023/10/28-18:47:32.375986 7f56037fe6c0 Manual compaction at level-0 from '!scenes!1ZDXKpKixS12xzW3' @ 72057594037927935 : 1 .. '!scenes.tiles!78gEyXvSfBJi9iL1.rJglQmZXB0eRIL8y' @ 0 : 0; will stop at (end) +2023/10/28-18:47:32.376049 7f56037fe6c0 Manual compaction at level-1 from '!scenes!1ZDXKpKixS12xzW3' @ 72057594037927935 : 1 .. '!scenes.tiles!78gEyXvSfBJi9iL1.rJglQmZXB0eRIL8y' @ 0 : 0; will stop at (end) diff --git a/packs/cartes/MANIFEST-000102 b/packs/cartes/MANIFEST-000106 similarity index 80% rename from packs/cartes/MANIFEST-000102 rename to packs/cartes/MANIFEST-000106 index e675762..df60048 100644 Binary files a/packs/cartes/MANIFEST-000102 and b/packs/cartes/MANIFEST-000106 differ diff --git a/packs/cartes/000104.log b/packs/creatures/000108.log similarity index 100% rename from packs/cartes/000104.log rename to packs/creatures/000108.log diff --git a/packs/creatures/CURRENT b/packs/creatures/CURRENT index e333c89..abdfdfe 100644 --- a/packs/creatures/CURRENT +++ b/packs/creatures/CURRENT @@ -1 +1 @@ -MANIFEST-000102 +MANIFEST-000106 diff --git a/packs/creatures/LOG b/packs/creatures/LOG index 685f469..a2c76d1 100644 --- a/packs/creatures/LOG +++ b/packs/creatures/LOG @@ -1,8 +1,8 @@ -2023/10/28-18:46:58.256101 7f5611ffb6c0 Recovering log #100 -2023/10/28-18:46:58.266925 7f5611ffb6c0 Delete type=3 #98 -2023/10/28-18:46:58.267031 7f5611ffb6c0 Delete type=0 #100 -2023/10/28-18:47:32.403078 7f56037fe6c0 Level-0 table #105: started -2023/10/28-18:47:32.403107 7f56037fe6c0 Level-0 table #105: 0 bytes OK -2023/10/28-18:47:32.410392 7f56037fe6c0 Delete type=0 #103 -2023/10/28-18:47:32.416800 7f56037fe6c0 Manual compaction at level-0 from '!actors!1QGaindSWLCT4QXD' @ 72057594037927935 : 1 .. '!actors.items!yGlDTCiMiaH4vJTH.mvXGkWoCcRGjUpYV' @ 0 : 0; will stop at (end) -2023/10/28-18:47:32.416838 7f56037fe6c0 Manual compaction at level-1 from '!actors!1QGaindSWLCT4QXD' @ 72057594037927935 : 1 .. '!actors.items!yGlDTCiMiaH4vJTH.mvXGkWoCcRGjUpYV' @ 0 : 0; will stop at (end) +2023/12/04-21:16:34.555441 7f84f77fe6c0 Recovering log #104 +2023/12/04-21:16:34.566877 7f84f77fe6c0 Delete type=3 #102 +2023/12/04-21:16:34.566941 7f84f77fe6c0 Delete type=0 #104 +2023/12/04-21:29:36.355366 7f84f5ffb6c0 Level-0 table #109: started +2023/12/04-21:29:36.355392 7f84f5ffb6c0 Level-0 table #109: 0 bytes OK +2023/12/04-21:29:36.362705 7f84f5ffb6c0 Delete type=0 #107 +2023/12/04-21:29:36.362912 7f84f5ffb6c0 Manual compaction at level-0 from '!actors!1QGaindSWLCT4QXD' @ 72057594037927935 : 1 .. '!actors.items!yGlDTCiMiaH4vJTH.mvXGkWoCcRGjUpYV' @ 0 : 0; will stop at (end) +2023/12/04-21:29:36.362955 7f84f5ffb6c0 Manual compaction at level-1 from '!actors!1QGaindSWLCT4QXD' @ 72057594037927935 : 1 .. '!actors.items!yGlDTCiMiaH4vJTH.mvXGkWoCcRGjUpYV' @ 0 : 0; will stop at (end) diff --git a/packs/creatures/LOG.old b/packs/creatures/LOG.old index b380ba6..685f469 100644 --- a/packs/creatures/LOG.old +++ b/packs/creatures/LOG.old @@ -1,8 +1,8 @@ -2023/10/28-18:36:54.253746 7f5610ff96c0 Recovering log #96 -2023/10/28-18:36:54.264795 7f5610ff96c0 Delete type=3 #94 -2023/10/28-18:36:54.264842 7f5610ff96c0 Delete type=0 #96 -2023/10/28-18:43:29.399137 7f56037fe6c0 Level-0 table #101: started -2023/10/28-18:43:29.399163 7f56037fe6c0 Level-0 table #101: 0 bytes OK -2023/10/28-18:43:29.405304 7f56037fe6c0 Delete type=0 #99 -2023/10/28-18:43:29.419210 7f56037fe6c0 Manual compaction at level-0 from '!actors!1QGaindSWLCT4QXD' @ 72057594037927935 : 1 .. '!actors.items!yGlDTCiMiaH4vJTH.mvXGkWoCcRGjUpYV' @ 0 : 0; will stop at (end) -2023/10/28-18:43:29.419245 7f56037fe6c0 Manual compaction at level-1 from '!actors!1QGaindSWLCT4QXD' @ 72057594037927935 : 1 .. '!actors.items!yGlDTCiMiaH4vJTH.mvXGkWoCcRGjUpYV' @ 0 : 0; will stop at (end) +2023/10/28-18:46:58.256101 7f5611ffb6c0 Recovering log #100 +2023/10/28-18:46:58.266925 7f5611ffb6c0 Delete type=3 #98 +2023/10/28-18:46:58.267031 7f5611ffb6c0 Delete type=0 #100 +2023/10/28-18:47:32.403078 7f56037fe6c0 Level-0 table #105: started +2023/10/28-18:47:32.403107 7f56037fe6c0 Level-0 table #105: 0 bytes OK +2023/10/28-18:47:32.410392 7f56037fe6c0 Delete type=0 #103 +2023/10/28-18:47:32.416800 7f56037fe6c0 Manual compaction at level-0 from '!actors!1QGaindSWLCT4QXD' @ 72057594037927935 : 1 .. '!actors.items!yGlDTCiMiaH4vJTH.mvXGkWoCcRGjUpYV' @ 0 : 0; will stop at (end) +2023/10/28-18:47:32.416838 7f56037fe6c0 Manual compaction at level-1 from '!actors!1QGaindSWLCT4QXD' @ 72057594037927935 : 1 .. '!actors.items!yGlDTCiMiaH4vJTH.mvXGkWoCcRGjUpYV' @ 0 : 0; will stop at (end) diff --git a/packs/creatures/MANIFEST-000102 b/packs/creatures/MANIFEST-000106 similarity index 79% rename from packs/creatures/MANIFEST-000102 rename to packs/creatures/MANIFEST-000106 index df68cfa..e729b55 100644 Binary files a/packs/creatures/MANIFEST-000102 and b/packs/creatures/MANIFEST-000106 differ diff --git a/packs/creatures/000104.log b/packs/effets-exemples/000108.log similarity index 100% rename from packs/creatures/000104.log rename to packs/effets-exemples/000108.log diff --git a/packs/effets-exemples/CURRENT b/packs/effets-exemples/CURRENT index e333c89..abdfdfe 100644 --- a/packs/effets-exemples/CURRENT +++ b/packs/effets-exemples/CURRENT @@ -1 +1 @@ -MANIFEST-000102 +MANIFEST-000106 diff --git a/packs/effets-exemples/LOG b/packs/effets-exemples/LOG index c721ff6..b8359be 100644 --- a/packs/effets-exemples/LOG +++ b/packs/effets-exemples/LOG @@ -1,8 +1,8 @@ -2023/10/28-18:46:58.244978 7f5603fff6c0 Recovering log #100 -2023/10/28-18:46:58.254318 7f5603fff6c0 Delete type=3 #98 -2023/10/28-18:46:58.254370 7f5603fff6c0 Delete type=0 #100 -2023/10/28-18:47:32.410495 7f56037fe6c0 Level-0 table #105: started -2023/10/28-18:47:32.410517 7f56037fe6c0 Level-0 table #105: 0 bytes OK -2023/10/28-18:47:32.416657 7f56037fe6c0 Delete type=0 #103 -2023/10/28-18:47:32.416814 7f56037fe6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) -2023/10/28-18:47:32.416846 7f56037fe6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) +2023/12/04-21:16:34.543411 7f84f6ffd6c0 Recovering log #104 +2023/12/04-21:16:34.553517 7f84f6ffd6c0 Delete type=3 #102 +2023/12/04-21:16:34.553574 7f84f6ffd6c0 Delete type=0 #104 +2023/12/04-21:29:36.348547 7f84f5ffb6c0 Level-0 table #109: started +2023/12/04-21:29:36.348582 7f84f5ffb6c0 Level-0 table #109: 0 bytes OK +2023/12/04-21:29:36.355093 7f84f5ffb6c0 Delete type=0 #107 +2023/12/04-21:29:36.355262 7f84f5ffb6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) +2023/12/04-21:29:36.355296 7f84f5ffb6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) diff --git a/packs/effets-exemples/LOG.old b/packs/effets-exemples/LOG.old index a601647..c721ff6 100644 --- a/packs/effets-exemples/LOG.old +++ b/packs/effets-exemples/LOG.old @@ -1,8 +1,8 @@ -2023/10/28-18:36:54.242399 7f56117fa6c0 Recovering log #96 -2023/10/28-18:36:54.252106 7f56117fa6c0 Delete type=3 #94 -2023/10/28-18:36:54.252158 7f56117fa6c0 Delete type=0 #96 -2023/10/28-18:43:29.391756 7f56037fe6c0 Level-0 table #101: started -2023/10/28-18:43:29.391788 7f56037fe6c0 Level-0 table #101: 0 bytes OK -2023/10/28-18:43:29.399021 7f56037fe6c0 Delete type=0 #99 -2023/10/28-18:43:29.419196 7f56037fe6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) -2023/10/28-18:43:29.419239 7f56037fe6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) +2023/10/28-18:46:58.244978 7f5603fff6c0 Recovering log #100 +2023/10/28-18:46:58.254318 7f5603fff6c0 Delete type=3 #98 +2023/10/28-18:46:58.254370 7f5603fff6c0 Delete type=0 #100 +2023/10/28-18:47:32.410495 7f56037fe6c0 Level-0 table #105: started +2023/10/28-18:47:32.410517 7f56037fe6c0 Level-0 table #105: 0 bytes OK +2023/10/28-18:47:32.416657 7f56037fe6c0 Delete type=0 #103 +2023/10/28-18:47:32.416814 7f56037fe6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) +2023/10/28-18:47:32.416846 7f56037fe6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) diff --git a/packs/effets-exemples/MANIFEST-000102 b/packs/effets-exemples/MANIFEST-000102 deleted file mode 100644 index 3a34c81..0000000 Binary files a/packs/effets-exemples/MANIFEST-000102 and /dev/null differ diff --git a/packs/effets-exemples/MANIFEST-000106 b/packs/effets-exemples/MANIFEST-000106 new file mode 100644 index 0000000..d850fed Binary files /dev/null and b/packs/effets-exemples/MANIFEST-000106 differ diff --git a/packs/effets-exemples/000104.log b/packs/equipment/000110.log similarity index 100% rename from packs/effets-exemples/000104.log rename to packs/equipment/000110.log diff --git a/packs/equipment/CURRENT b/packs/equipment/CURRENT index c8e9be6..db6fa61 100644 --- a/packs/equipment/CURRENT +++ b/packs/equipment/CURRENT @@ -1 +1 @@ -MANIFEST-000104 +MANIFEST-000108 diff --git a/packs/equipment/LOG b/packs/equipment/LOG index 1e09a03..47f913c 100644 --- a/packs/equipment/LOG +++ b/packs/equipment/LOG @@ -1,8 +1,8 @@ -2023/10/28-18:46:58.094686 7f5610ff96c0 Recovering log #102 -2023/10/28-18:46:58.104878 7f5610ff96c0 Delete type=3 #100 -2023/10/28-18:46:58.104944 7f5610ff96c0 Delete type=0 #102 -2023/10/28-18:47:32.336166 7f56037fe6c0 Level-0 table #107: started -2023/10/28-18:47:32.336197 7f56037fe6c0 Level-0 table #107: 0 bytes OK -2023/10/28-18:47:32.342982 7f56037fe6c0 Delete type=0 #105 -2023/10/28-18:47:32.349554 7f56037fe6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) -2023/10/28-18:47:32.349606 7f56037fe6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) +2023/12/04-21:16:34.326886 7f84f7fff6c0 Recovering log #106 +2023/12/04-21:16:34.337231 7f84f7fff6c0 Delete type=3 #104 +2023/12/04-21:16:34.337341 7f84f7fff6c0 Delete type=0 #106 +2023/12/04-21:29:36.247774 7f84f5ffb6c0 Level-0 table #111: started +2023/12/04-21:29:36.247806 7f84f5ffb6c0 Level-0 table #111: 0 bytes OK +2023/12/04-21:29:36.253805 7f84f5ffb6c0 Delete type=0 #109 +2023/12/04-21:29:36.274024 7f84f5ffb6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) +2023/12/04-21:29:36.274096 7f84f5ffb6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) diff --git a/packs/equipment/LOG.old b/packs/equipment/LOG.old index 543e33b..1e09a03 100644 --- a/packs/equipment/LOG.old +++ b/packs/equipment/LOG.old @@ -1,8 +1,8 @@ -2023/10/28-18:36:54.081613 7f5611ffb6c0 Recovering log #97 -2023/10/28-18:36:54.091537 7f5611ffb6c0 Delete type=3 #95 -2023/10/28-18:36:54.091962 7f5611ffb6c0 Delete type=0 #97 -2023/10/28-18:43:29.315607 7f56037fe6c0 Level-0 table #103: started -2023/10/28-18:43:29.315655 7f56037fe6c0 Level-0 table #103: 0 bytes OK -2023/10/28-18:43:29.322286 7f56037fe6c0 Delete type=0 #101 -2023/10/28-18:43:29.336690 7f56037fe6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) -2023/10/28-18:43:29.336726 7f56037fe6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) +2023/10/28-18:46:58.094686 7f5610ff96c0 Recovering log #102 +2023/10/28-18:46:58.104878 7f5610ff96c0 Delete type=3 #100 +2023/10/28-18:46:58.104944 7f5610ff96c0 Delete type=0 #102 +2023/10/28-18:47:32.336166 7f56037fe6c0 Level-0 table #107: started +2023/10/28-18:47:32.336197 7f56037fe6c0 Level-0 table #107: 0 bytes OK +2023/10/28-18:47:32.342982 7f56037fe6c0 Delete type=0 #105 +2023/10/28-18:47:32.349554 7f56037fe6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) +2023/10/28-18:47:32.349606 7f56037fe6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) diff --git a/packs/equipment/MANIFEST-000104 b/packs/equipment/MANIFEST-000108 similarity index 75% rename from packs/equipment/MANIFEST-000104 rename to packs/equipment/MANIFEST-000108 index 0ae0924..6b79b78 100644 Binary files a/packs/equipment/MANIFEST-000104 and b/packs/equipment/MANIFEST-000108 differ diff --git a/packs/equipment/000106.log b/packs/fightoptions/000108.log similarity index 100% rename from packs/equipment/000106.log rename to packs/fightoptions/000108.log diff --git a/packs/fightoptions/CURRENT b/packs/fightoptions/CURRENT index e333c89..abdfdfe 100644 --- a/packs/fightoptions/CURRENT +++ b/packs/fightoptions/CURRENT @@ -1 +1 @@ -MANIFEST-000102 +MANIFEST-000106 diff --git a/packs/fightoptions/LOG b/packs/fightoptions/LOG index b262688..90b3f31 100644 --- a/packs/fightoptions/LOG +++ b/packs/fightoptions/LOG @@ -1,8 +1,8 @@ -2023/10/28-18:46:58.208291 7f5611ffb6c0 Recovering log #100 -2023/10/28-18:46:58.217629 7f5611ffb6c0 Delete type=3 #98 -2023/10/28-18:46:58.217715 7f5611ffb6c0 Delete type=0 #100 -2023/10/28-18:47:32.376126 7f56037fe6c0 Level-0 table #105: started -2023/10/28-18:47:32.376155 7f56037fe6c0 Level-0 table #105: 0 bytes OK -2023/10/28-18:47:32.382230 7f56037fe6c0 Delete type=0 #103 -2023/10/28-18:47:32.402910 7f56037fe6c0 Manual compaction at level-0 from '!items!4EmWdK1cv7EX0X3E' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) -2023/10/28-18:47:32.402958 7f56037fe6c0 Manual compaction at level-1 from '!items!4EmWdK1cv7EX0X3E' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) +2023/12/04-21:16:34.503638 7f84f77fe6c0 Recovering log #104 +2023/12/04-21:16:34.513495 7f84f77fe6c0 Delete type=3 #102 +2023/12/04-21:16:34.513540 7f84f77fe6c0 Delete type=0 #104 +2023/12/04-21:29:36.328177 7f84f5ffb6c0 Level-0 table #109: started +2023/12/04-21:29:36.328221 7f84f5ffb6c0 Level-0 table #109: 0 bytes OK +2023/12/04-21:29:36.334799 7f84f5ffb6c0 Delete type=0 #107 +2023/12/04-21:29:36.355226 7f84f5ffb6c0 Manual compaction at level-0 from '!items!4EmWdK1cv7EX0X3E' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) +2023/12/04-21:29:36.355270 7f84f5ffb6c0 Manual compaction at level-1 from '!items!4EmWdK1cv7EX0X3E' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) diff --git a/packs/fightoptions/LOG.old b/packs/fightoptions/LOG.old index 4684ed0..b262688 100644 --- a/packs/fightoptions/LOG.old +++ b/packs/fightoptions/LOG.old @@ -1,8 +1,8 @@ -2023/10/28-18:36:54.200633 7f5610ff96c0 Recovering log #96 -2023/10/28-18:36:54.211102 7f5610ff96c0 Delete type=3 #94 -2023/10/28-18:36:54.211155 7f5610ff96c0 Delete type=0 #96 -2023/10/28-18:43:29.378638 7f56037fe6c0 Level-0 table #101: started -2023/10/28-18:43:29.378668 7f56037fe6c0 Level-0 table #101: 0 bytes OK -2023/10/28-18:43:29.385066 7f56037fe6c0 Delete type=0 #99 -2023/10/28-18:43:29.391579 7f56037fe6c0 Manual compaction at level-0 from '!items!4EmWdK1cv7EX0X3E' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) -2023/10/28-18:43:29.391621 7f56037fe6c0 Manual compaction at level-1 from '!items!4EmWdK1cv7EX0X3E' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) +2023/10/28-18:46:58.208291 7f5611ffb6c0 Recovering log #100 +2023/10/28-18:46:58.217629 7f5611ffb6c0 Delete type=3 #98 +2023/10/28-18:46:58.217715 7f5611ffb6c0 Delete type=0 #100 +2023/10/28-18:47:32.376126 7f56037fe6c0 Level-0 table #105: started +2023/10/28-18:47:32.376155 7f56037fe6c0 Level-0 table #105: 0 bytes OK +2023/10/28-18:47:32.382230 7f56037fe6c0 Delete type=0 #103 +2023/10/28-18:47:32.402910 7f56037fe6c0 Manual compaction at level-0 from '!items!4EmWdK1cv7EX0X3E' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) +2023/10/28-18:47:32.402958 7f56037fe6c0 Manual compaction at level-1 from '!items!4EmWdK1cv7EX0X3E' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) diff --git a/packs/fightoptions/MANIFEST-000102 b/packs/fightoptions/MANIFEST-000102 deleted file mode 100644 index b8f5acb..0000000 Binary files a/packs/fightoptions/MANIFEST-000102 and /dev/null differ diff --git a/packs/fightoptions/MANIFEST-000106 b/packs/fightoptions/MANIFEST-000106 new file mode 100644 index 0000000..1d89820 Binary files /dev/null and b/packs/fightoptions/MANIFEST-000106 differ diff --git a/packs/fightoptions/000104.log b/packs/flaws/000108.log similarity index 100% rename from packs/fightoptions/000104.log rename to packs/flaws/000108.log diff --git a/packs/flaws/CURRENT b/packs/flaws/CURRENT index e333c89..abdfdfe 100644 --- a/packs/flaws/CURRENT +++ b/packs/flaws/CURRENT @@ -1 +1 @@ -MANIFEST-000102 +MANIFEST-000106 diff --git a/packs/flaws/LOG b/packs/flaws/LOG index 2447c2e..6761dbc 100644 --- a/packs/flaws/LOG +++ b/packs/flaws/LOG @@ -1,8 +1,8 @@ -2023/10/28-18:46:58.045402 7f5610ff96c0 Recovering log #100 -2023/10/28-18:46:58.055825 7f5610ff96c0 Delete type=3 #98 -2023/10/28-18:46:58.055884 7f5610ff96c0 Delete type=0 #100 -2023/10/28-18:47:32.304647 7f56037fe6c0 Level-0 table #105: started -2023/10/28-18:47:32.304672 7f56037fe6c0 Level-0 table #105: 0 bytes OK -2023/10/28-18:47:32.310534 7f56037fe6c0 Delete type=0 #103 -2023/10/28-18:47:32.323755 7f56037fe6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) -2023/10/28-18:47:32.323793 7f56037fe6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) +2023/12/04-21:16:34.270727 7f84f7fff6c0 Recovering log #104 +2023/12/04-21:16:34.281382 7f84f7fff6c0 Delete type=3 #102 +2023/12/04-21:16:34.281438 7f84f7fff6c0 Delete type=0 #104 +2023/12/04-21:29:36.239869 7f84f5ffb6c0 Level-0 table #109: started +2023/12/04-21:29:36.239936 7f84f5ffb6c0 Level-0 table #109: 0 bytes OK +2023/12/04-21:29:36.247503 7f84f5ffb6c0 Delete type=0 #107 +2023/12/04-21:29:36.247631 7f84f5ffb6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) +2023/12/04-21:29:36.247645 7f84f5ffb6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) diff --git a/packs/flaws/LOG.old b/packs/flaws/LOG.old index 75586d0..2447c2e 100644 --- a/packs/flaws/LOG.old +++ b/packs/flaws/LOG.old @@ -1,8 +1,8 @@ -2023/10/28-18:36:54.032773 7f5611ffb6c0 Recovering log #96 -2023/10/28-18:36:54.042650 7f5611ffb6c0 Delete type=3 #94 -2023/10/28-18:36:54.042712 7f5611ffb6c0 Delete type=0 #96 -2023/10/28-18:43:29.294859 7f56037fe6c0 Level-0 table #101: started -2023/10/28-18:43:29.294901 7f56037fe6c0 Level-0 table #101: 0 bytes OK -2023/10/28-18:43:29.302150 7f56037fe6c0 Delete type=0 #99 -2023/10/28-18:43:29.308804 7f56037fe6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) -2023/10/28-18:43:29.308855 7f56037fe6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) +2023/10/28-18:46:58.045402 7f5610ff96c0 Recovering log #100 +2023/10/28-18:46:58.055825 7f5610ff96c0 Delete type=3 #98 +2023/10/28-18:46:58.055884 7f5610ff96c0 Delete type=0 #100 +2023/10/28-18:47:32.304647 7f56037fe6c0 Level-0 table #105: started +2023/10/28-18:47:32.304672 7f56037fe6c0 Level-0 table #105: 0 bytes OK +2023/10/28-18:47:32.310534 7f56037fe6c0 Delete type=0 #103 +2023/10/28-18:47:32.323755 7f56037fe6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) +2023/10/28-18:47:32.323793 7f56037fe6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) diff --git a/packs/flaws/MANIFEST-000102 b/packs/flaws/MANIFEST-000102 deleted file mode 100644 index a257ec3..0000000 Binary files a/packs/flaws/MANIFEST-000102 and /dev/null differ diff --git a/packs/flaws/MANIFEST-000106 b/packs/flaws/MANIFEST-000106 new file mode 100644 index 0000000..fbf3a1d Binary files /dev/null and b/packs/flaws/MANIFEST-000106 differ diff --git a/packs/flaws/000104.log b/packs/godsfaith/000108.log similarity index 100% rename from packs/flaws/000104.log rename to packs/godsfaith/000108.log diff --git a/packs/godsfaith/CURRENT b/packs/godsfaith/CURRENT index e333c89..abdfdfe 100644 --- a/packs/godsfaith/CURRENT +++ b/packs/godsfaith/CURRENT @@ -1 +1 @@ -MANIFEST-000102 +MANIFEST-000106 diff --git a/packs/godsfaith/LOG b/packs/godsfaith/LOG index 257942c..e0014ee 100644 --- a/packs/godsfaith/LOG +++ b/packs/godsfaith/LOG @@ -1,8 +1,8 @@ -2023/10/28-18:46:58.196427 7f5603fff6c0 Recovering log #100 -2023/10/28-18:46:58.206941 7f5603fff6c0 Delete type=3 #98 -2023/10/28-18:46:58.206995 7f5603fff6c0 Delete type=0 #100 -2023/10/28-18:47:32.382372 7f56037fe6c0 Level-0 table #105: started -2023/10/28-18:47:32.382414 7f56037fe6c0 Level-0 table #105: 0 bytes OK -2023/10/28-18:47:32.388955 7f56037fe6c0 Delete type=0 #103 -2023/10/28-18:47:32.402925 7f56037fe6c0 Manual compaction at level-0 from '!items!1wKT8PUphVwAprIp' @ 72057594037927935 : 1 .. '!items!xR5KdgOQucELl1sn' @ 0 : 0; will stop at (end) -2023/10/28-18:47:32.402968 7f56037fe6c0 Manual compaction at level-1 from '!items!1wKT8PUphVwAprIp' @ 72057594037927935 : 1 .. '!items!xR5KdgOQucELl1sn' @ 0 : 0; will stop at (end) +2023/12/04-21:16:34.491249 7f84f6ffd6c0 Recovering log #104 +2023/12/04-21:16:34.501377 7f84f6ffd6c0 Delete type=3 #102 +2023/12/04-21:16:34.501432 7f84f6ffd6c0 Delete type=0 #104 +2023/12/04-21:29:36.314691 7f84f5ffb6c0 Level-0 table #109: started +2023/12/04-21:29:36.314743 7f84f5ffb6c0 Level-0 table #109: 0 bytes OK +2023/12/04-21:29:36.320934 7f84f5ffb6c0 Delete type=0 #107 +2023/12/04-21:29:36.327985 7f84f5ffb6c0 Manual compaction at level-0 from '!items!1wKT8PUphVwAprIp' @ 72057594037927935 : 1 .. '!items!xR5KdgOQucELl1sn' @ 0 : 0; will stop at (end) +2023/12/04-21:29:36.328049 7f84f5ffb6c0 Manual compaction at level-1 from '!items!1wKT8PUphVwAprIp' @ 72057594037927935 : 1 .. '!items!xR5KdgOQucELl1sn' @ 0 : 0; will stop at (end) diff --git a/packs/godsfaith/LOG.old b/packs/godsfaith/LOG.old index 41407c2..257942c 100644 --- a/packs/godsfaith/LOG.old +++ b/packs/godsfaith/LOG.old @@ -1,8 +1,8 @@ -2023/10/28-18:36:54.188474 7f56117fa6c0 Recovering log #96 -2023/10/28-18:36:54.198423 7f56117fa6c0 Delete type=3 #94 -2023/10/28-18:36:54.198491 7f56117fa6c0 Delete type=0 #96 -2023/10/28-18:43:29.385207 7f56037fe6c0 Level-0 table #101: started -2023/10/28-18:43:29.385234 7f56037fe6c0 Level-0 table #101: 0 bytes OK -2023/10/28-18:43:29.391425 7f56037fe6c0 Delete type=0 #99 -2023/10/28-18:43:29.391594 7f56037fe6c0 Manual compaction at level-0 from '!items!1wKT8PUphVwAprIp' @ 72057594037927935 : 1 .. '!items!xR5KdgOQucELl1sn' @ 0 : 0; will stop at (end) -2023/10/28-18:43:29.391635 7f56037fe6c0 Manual compaction at level-1 from '!items!1wKT8PUphVwAprIp' @ 72057594037927935 : 1 .. '!items!xR5KdgOQucELl1sn' @ 0 : 0; will stop at (end) +2023/10/28-18:46:58.196427 7f5603fff6c0 Recovering log #100 +2023/10/28-18:46:58.206941 7f5603fff6c0 Delete type=3 #98 +2023/10/28-18:46:58.206995 7f5603fff6c0 Delete type=0 #100 +2023/10/28-18:47:32.382372 7f56037fe6c0 Level-0 table #105: started +2023/10/28-18:47:32.382414 7f56037fe6c0 Level-0 table #105: 0 bytes OK +2023/10/28-18:47:32.388955 7f56037fe6c0 Delete type=0 #103 +2023/10/28-18:47:32.402925 7f56037fe6c0 Manual compaction at level-0 from '!items!1wKT8PUphVwAprIp' @ 72057594037927935 : 1 .. '!items!xR5KdgOQucELl1sn' @ 0 : 0; will stop at (end) +2023/10/28-18:47:32.402968 7f56037fe6c0 Manual compaction at level-1 from '!items!1wKT8PUphVwAprIp' @ 72057594037927935 : 1 .. '!items!xR5KdgOQucELl1sn' @ 0 : 0; will stop at (end) diff --git a/packs/godsfaith/MANIFEST-000102 b/packs/godsfaith/MANIFEST-000102 deleted file mode 100644 index d668b4f..0000000 Binary files a/packs/godsfaith/MANIFEST-000102 and /dev/null differ diff --git a/packs/godsfaith/MANIFEST-000106 b/packs/godsfaith/MANIFEST-000106 new file mode 100644 index 0000000..2e27d0f Binary files /dev/null and b/packs/godsfaith/MANIFEST-000106 differ diff --git a/packs/godsfaith/000104.log b/packs/languages/000109.log similarity index 100% rename from packs/godsfaith/000104.log rename to packs/languages/000109.log diff --git a/packs/languages/CURRENT b/packs/languages/CURRENT index 1fb45e8..aecd689 100644 --- a/packs/languages/CURRENT +++ b/packs/languages/CURRENT @@ -1 +1 @@ -MANIFEST-000103 +MANIFEST-000107 diff --git a/packs/languages/LOG b/packs/languages/LOG index 47ddde9..d4fe2dd 100644 --- a/packs/languages/LOG +++ b/packs/languages/LOG @@ -1,8 +1,8 @@ -2023/10/28-18:46:58.171129 7f5610ff96c0 Recovering log #101 -2023/10/28-18:46:58.182155 7f5610ff96c0 Delete type=3 #99 -2023/10/28-18:46:58.182215 7f5610ff96c0 Delete type=0 #101 -2023/10/28-18:47:32.349784 7f56037fe6c0 Level-0 table #106: started -2023/10/28-18:47:32.349823 7f56037fe6c0 Level-0 table #106: 0 bytes OK -2023/10/28-18:47:32.356134 7f56037fe6c0 Delete type=0 #104 -2023/10/28-18:47:32.375932 7f56037fe6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) -2023/10/28-18:47:32.376017 7f56037fe6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) +2023/12/04-21:16:34.463477 7f84f7fff6c0 Recovering log #105 +2023/12/04-21:16:34.473557 7f84f7fff6c0 Delete type=3 #103 +2023/12/04-21:16:34.473612 7f84f7fff6c0 Delete type=0 #105 +2023/12/04-21:29:36.301429 7f84f5ffb6c0 Level-0 table #110: started +2023/12/04-21:29:36.301456 7f84f5ffb6c0 Level-0 table #110: 0 bytes OK +2023/12/04-21:29:36.307489 7f84f5ffb6c0 Delete type=0 #108 +2023/12/04-21:29:36.327942 7f84f5ffb6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) +2023/12/04-21:29:36.328016 7f84f5ffb6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) diff --git a/packs/languages/LOG.old b/packs/languages/LOG.old index d99d01e..47ddde9 100644 --- a/packs/languages/LOG.old +++ b/packs/languages/LOG.old @@ -1,8 +1,8 @@ -2023/10/28-18:36:54.162227 7f5611ffb6c0 Recovering log #97 -2023/10/28-18:36:54.172438 7f5611ffb6c0 Delete type=3 #95 -2023/10/28-18:36:54.172495 7f5611ffb6c0 Delete type=0 #97 -2023/10/28-18:43:29.371422 7f56037fe6c0 Level-0 table #102: started -2023/10/28-18:43:29.371479 7f56037fe6c0 Level-0 table #102: 0 bytes OK -2023/10/28-18:43:29.378477 7f56037fe6c0 Delete type=0 #100 -2023/10/28-18:43:29.391565 7f56037fe6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) -2023/10/28-18:43:29.391613 7f56037fe6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) +2023/10/28-18:46:58.171129 7f5610ff96c0 Recovering log #101 +2023/10/28-18:46:58.182155 7f5610ff96c0 Delete type=3 #99 +2023/10/28-18:46:58.182215 7f5610ff96c0 Delete type=0 #101 +2023/10/28-18:47:32.349784 7f56037fe6c0 Level-0 table #106: started +2023/10/28-18:47:32.349823 7f56037fe6c0 Level-0 table #106: 0 bytes OK +2023/10/28-18:47:32.356134 7f56037fe6c0 Delete type=0 #104 +2023/10/28-18:47:32.375932 7f56037fe6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) +2023/10/28-18:47:32.376017 7f56037fe6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) diff --git a/packs/languages/MANIFEST-000103 b/packs/languages/MANIFEST-000107 similarity index 76% rename from packs/languages/MANIFEST-000103 rename to packs/languages/MANIFEST-000107 index d0f32b4..f293325 100644 Binary files a/packs/languages/MANIFEST-000103 and b/packs/languages/MANIFEST-000107 differ diff --git a/packs/languages/000105.log b/packs/objets-alchimie/000108.log similarity index 100% rename from packs/languages/000105.log rename to packs/objets-alchimie/000108.log diff --git a/packs/objets-alchimie/CURRENT b/packs/objets-alchimie/CURRENT index e333c89..abdfdfe 100644 --- a/packs/objets-alchimie/CURRENT +++ b/packs/objets-alchimie/CURRENT @@ -1 +1 @@ -MANIFEST-000102 +MANIFEST-000106 diff --git a/packs/objets-alchimie/LOG b/packs/objets-alchimie/LOG index 38c8bd5..bfd1caf 100644 --- a/packs/objets-alchimie/LOG +++ b/packs/objets-alchimie/LOG @@ -1,8 +1,8 @@ -2023/10/28-18:46:58.232191 7f56117fa6c0 Recovering log #100 -2023/10/28-18:46:58.243114 7f56117fa6c0 Delete type=3 #98 -2023/10/28-18:46:58.243193 7f56117fa6c0 Delete type=0 #100 -2023/10/28-18:47:32.389052 7f56037fe6c0 Level-0 table #105: started -2023/10/28-18:47:32.389083 7f56037fe6c0 Level-0 table #105: 0 bytes OK -2023/10/28-18:47:32.396175 7f56037fe6c0 Delete type=0 #103 -2023/10/28-18:47:32.402937 7f56037fe6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) -2023/10/28-18:47:32.402977 7f56037fe6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) +2023/12/04-21:16:34.530858 7f84f67fc6c0 Recovering log #104 +2023/12/04-21:16:34.540408 7f84f67fc6c0 Delete type=3 #102 +2023/12/04-21:16:34.540455 7f84f67fc6c0 Delete type=0 #104 +2023/12/04-21:29:36.341503 7f84f5ffb6c0 Level-0 table #109: started +2023/12/04-21:29:36.341544 7f84f5ffb6c0 Level-0 table #109: 0 bytes OK +2023/12/04-21:29:36.348401 7f84f5ffb6c0 Delete type=0 #107 +2023/12/04-21:29:36.355252 7f84f5ffb6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) +2023/12/04-21:29:36.355277 7f84f5ffb6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) diff --git a/packs/objets-alchimie/LOG.old b/packs/objets-alchimie/LOG.old index 8086130..38c8bd5 100644 --- a/packs/objets-alchimie/LOG.old +++ b/packs/objets-alchimie/LOG.old @@ -1,8 +1,8 @@ -2023/10/28-18:36:54.227037 7f5603fff6c0 Recovering log #96 -2023/10/28-18:36:54.240289 7f5603fff6c0 Delete type=3 #94 -2023/10/28-18:36:54.240369 7f5603fff6c0 Delete type=0 #96 -2023/10/28-18:43:29.412102 7f56037fe6c0 Level-0 table #101: started -2023/10/28-18:43:29.412129 7f56037fe6c0 Level-0 table #101: 0 bytes OK -2023/10/28-18:43:29.419025 7f56037fe6c0 Delete type=0 #99 -2023/10/28-18:43:29.419231 7f56037fe6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) -2023/10/28-18:43:29.419261 7f56037fe6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) +2023/10/28-18:46:58.232191 7f56117fa6c0 Recovering log #100 +2023/10/28-18:46:58.243114 7f56117fa6c0 Delete type=3 #98 +2023/10/28-18:46:58.243193 7f56117fa6c0 Delete type=0 #100 +2023/10/28-18:47:32.389052 7f56037fe6c0 Level-0 table #105: started +2023/10/28-18:47:32.389083 7f56037fe6c0 Level-0 table #105: 0 bytes OK +2023/10/28-18:47:32.396175 7f56037fe6c0 Delete type=0 #103 +2023/10/28-18:47:32.402937 7f56037fe6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) +2023/10/28-18:47:32.402977 7f56037fe6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) diff --git a/packs/objets-alchimie/MANIFEST-000102 b/packs/objets-alchimie/MANIFEST-000102 deleted file mode 100644 index f5ace9f..0000000 Binary files a/packs/objets-alchimie/MANIFEST-000102 and /dev/null differ diff --git a/packs/objets-alchimie/MANIFEST-000106 b/packs/objets-alchimie/MANIFEST-000106 new file mode 100644 index 0000000..fec6da7 Binary files /dev/null and b/packs/objets-alchimie/MANIFEST-000106 differ diff --git a/packs/objets-alchimie/000104.log b/packs/origins/000108.log similarity index 100% rename from packs/objets-alchimie/000104.log rename to packs/origins/000108.log diff --git a/packs/origins/CURRENT b/packs/origins/CURRENT index e333c89..abdfdfe 100644 --- a/packs/origins/CURRENT +++ b/packs/origins/CURRENT @@ -1 +1 @@ -MANIFEST-000102 +MANIFEST-000106 diff --git a/packs/origins/LOG b/packs/origins/LOG index 9fd8e59..63232c9 100644 --- a/packs/origins/LOG +++ b/packs/origins/LOG @@ -1,8 +1,8 @@ -2023/10/28-18:46:58.070317 7f5603fff6c0 Recovering log #100 -2023/10/28-18:46:58.080042 7f5603fff6c0 Delete type=3 #98 -2023/10/28-18:46:58.080156 7f5603fff6c0 Delete type=0 #100 -2023/10/28-18:47:32.310659 7f56037fe6c0 Level-0 table #105: started -2023/10/28-18:47:32.310705 7f56037fe6c0 Level-0 table #105: 0 bytes OK -2023/10/28-18:47:32.316898 7f56037fe6c0 Delete type=0 #103 -2023/10/28-18:47:32.323767 7f56037fe6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) -2023/10/28-18:47:32.323808 7f56037fe6c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) +2023/12/04-21:16:34.299282 7f84f6ffd6c0 Recovering log #104 +2023/12/04-21:16:34.309849 7f84f6ffd6c0 Delete type=3 #102 +2023/12/04-21:16:34.309908 7f84f6ffd6c0 Delete type=0 #104 +2023/12/04-21:29:36.253887 7f84f5ffb6c0 Level-0 table #109: started +2023/12/04-21:29:36.253911 7f84f5ffb6c0 Level-0 table #109: 0 bytes OK +2023/12/04-21:29:36.260340 7f84f5ffb6c0 Delete type=0 #107 +2023/12/04-21:29:36.274045 7f84f5ffb6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) +2023/12/04-21:29:36.274112 7f84f5ffb6c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) diff --git a/packs/origins/LOG.old b/packs/origins/LOG.old index e330cae..9fd8e59 100644 --- a/packs/origins/LOG.old +++ b/packs/origins/LOG.old @@ -1,8 +1,8 @@ -2023/10/28-18:36:54.055736 7f56117fa6c0 Recovering log #96 -2023/10/28-18:36:54.065527 7f56117fa6c0 Delete type=3 #94 -2023/10/28-18:36:54.065589 7f56117fa6c0 Delete type=0 #96 -2023/10/28-18:43:29.308967 7f56037fe6c0 Level-0 table #101: started -2023/10/28-18:43:29.308996 7f56037fe6c0 Level-0 table #101: 0 bytes OK -2023/10/28-18:43:29.315459 7f56037fe6c0 Delete type=0 #99 -2023/10/28-18:43:29.336675 7f56037fe6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) -2023/10/28-18:43:29.336719 7f56037fe6c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) +2023/10/28-18:46:58.070317 7f5603fff6c0 Recovering log #100 +2023/10/28-18:46:58.080042 7f5603fff6c0 Delete type=3 #98 +2023/10/28-18:46:58.080156 7f5603fff6c0 Delete type=0 #100 +2023/10/28-18:47:32.310659 7f56037fe6c0 Level-0 table #105: started +2023/10/28-18:47:32.310705 7f56037fe6c0 Level-0 table #105: 0 bytes OK +2023/10/28-18:47:32.316898 7f56037fe6c0 Delete type=0 #103 +2023/10/28-18:47:32.323767 7f56037fe6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) +2023/10/28-18:47:32.323808 7f56037fe6c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) diff --git a/packs/origins/MANIFEST-000102 b/packs/origins/MANIFEST-000102 deleted file mode 100644 index 7a303fc..0000000 Binary files a/packs/origins/MANIFEST-000102 and /dev/null differ diff --git a/packs/origins/MANIFEST-000106 b/packs/origins/MANIFEST-000106 new file mode 100644 index 0000000..00b4022 Binary files /dev/null and b/packs/origins/MANIFEST-000106 differ diff --git a/packs/origins/000104.log b/packs/potions-alchimie/000108.log similarity index 100% rename from packs/origins/000104.log rename to packs/potions-alchimie/000108.log diff --git a/packs/potions-alchimie/CURRENT b/packs/potions-alchimie/CURRENT index e333c89..abdfdfe 100644 --- a/packs/potions-alchimie/CURRENT +++ b/packs/potions-alchimie/CURRENT @@ -1 +1 @@ -MANIFEST-000102 +MANIFEST-000106 diff --git a/packs/potions-alchimie/LOG b/packs/potions-alchimie/LOG index 5a1a392..4d6304f 100644 --- a/packs/potions-alchimie/LOG +++ b/packs/potions-alchimie/LOG @@ -1,8 +1,8 @@ -2023/10/28-18:46:58.219617 7f5610ff96c0 Recovering log #100 -2023/10/28-18:46:58.229460 7f5610ff96c0 Delete type=3 #98 -2023/10/28-18:46:58.229515 7f5610ff96c0 Delete type=0 #100 -2023/10/28-18:47:32.396557 7f56037fe6c0 Level-0 table #105: started -2023/10/28-18:47:32.396609 7f56037fe6c0 Level-0 table #105: 0 bytes OK -2023/10/28-18:47:32.402798 7f56037fe6c0 Delete type=0 #103 -2023/10/28-18:47:32.402949 7f56037fe6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) -2023/10/28-18:47:32.402986 7f56037fe6c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) +2023/12/04-21:16:34.516405 7f84f7fff6c0 Recovering log #104 +2023/12/04-21:16:34.527928 7f84f7fff6c0 Delete type=3 #102 +2023/12/04-21:16:34.528028 7f84f7fff6c0 Delete type=0 #104 +2023/12/04-21:29:36.334972 7f84f5ffb6c0 Level-0 table #109: started +2023/12/04-21:29:36.335019 7f84f5ffb6c0 Level-0 table #109: 0 bytes OK +2023/12/04-21:29:36.341340 7f84f5ffb6c0 Delete type=0 #107 +2023/12/04-21:29:36.355239 7f84f5ffb6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) +2023/12/04-21:29:36.355286 7f84f5ffb6c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) diff --git a/packs/potions-alchimie/LOG.old b/packs/potions-alchimie/LOG.old index 2541563..5a1a392 100644 --- a/packs/potions-alchimie/LOG.old +++ b/packs/potions-alchimie/LOG.old @@ -1,8 +1,8 @@ -2023/10/28-18:36:54.213424 7f5611ffb6c0 Recovering log #96 -2023/10/28-18:36:54.224418 7f5611ffb6c0 Delete type=3 #94 -2023/10/28-18:36:54.224500 7f5611ffb6c0 Delete type=0 #96 -2023/10/28-18:43:29.405436 7f56037fe6c0 Level-0 table #101: started -2023/10/28-18:43:29.405464 7f56037fe6c0 Level-0 table #101: 0 bytes OK -2023/10/28-18:43:29.411814 7f56037fe6c0 Delete type=0 #99 -2023/10/28-18:43:29.419220 7f56037fe6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) -2023/10/28-18:43:29.419253 7f56037fe6c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) +2023/10/28-18:46:58.219617 7f5610ff96c0 Recovering log #100 +2023/10/28-18:46:58.229460 7f5610ff96c0 Delete type=3 #98 +2023/10/28-18:46:58.229515 7f5610ff96c0 Delete type=0 #100 +2023/10/28-18:47:32.396557 7f56037fe6c0 Level-0 table #105: started +2023/10/28-18:47:32.396609 7f56037fe6c0 Level-0 table #105: 0 bytes OK +2023/10/28-18:47:32.402798 7f56037fe6c0 Delete type=0 #103 +2023/10/28-18:47:32.402949 7f56037fe6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) +2023/10/28-18:47:32.402986 7f56037fe6c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) diff --git a/packs/potions-alchimie/MANIFEST-000102 b/packs/potions-alchimie/MANIFEST-000102 deleted file mode 100644 index b795f3b..0000000 Binary files a/packs/potions-alchimie/MANIFEST-000102 and /dev/null differ diff --git a/packs/potions-alchimie/MANIFEST-000106 b/packs/potions-alchimie/MANIFEST-000106 new file mode 100644 index 0000000..382bc63 Binary files /dev/null and b/packs/potions-alchimie/MANIFEST-000106 differ diff --git a/packs/potions-alchimie/000104.log b/packs/races/000108.log similarity index 100% rename from packs/potions-alchimie/000104.log rename to packs/races/000108.log diff --git a/packs/races/CURRENT b/packs/races/CURRENT index e333c89..abdfdfe 100644 --- a/packs/races/CURRENT +++ b/packs/races/CURRENT @@ -1 +1 @@ -MANIFEST-000102 +MANIFEST-000106 diff --git a/packs/races/LOG b/packs/races/LOG index b2103cb..d81195e 100644 --- a/packs/races/LOG +++ b/packs/races/LOG @@ -1,8 +1,8 @@ -2023/10/28-18:46:58.082268 7f5611ffb6c0 Recovering log #100 -2023/10/28-18:46:58.093016 7f5611ffb6c0 Delete type=3 #98 -2023/10/28-18:46:58.093109 7f5611ffb6c0 Delete type=0 #100 -2023/10/28-18:47:32.317013 7f56037fe6c0 Level-0 table #105: started -2023/10/28-18:47:32.317043 7f56037fe6c0 Level-0 table #105: 0 bytes OK -2023/10/28-18:47:32.323647 7f56037fe6c0 Delete type=0 #103 -2023/10/28-18:47:32.323775 7f56037fe6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) -2023/10/28-18:47:32.323801 7f56037fe6c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) +2023/12/04-21:16:34.313095 7f84f77fe6c0 Recovering log #104 +2023/12/04-21:16:34.324045 7f84f77fe6c0 Delete type=3 #102 +2023/12/04-21:16:34.324096 7f84f77fe6c0 Delete type=0 #104 +2023/12/04-21:29:36.260439 7f84f5ffb6c0 Level-0 table #109: started +2023/12/04-21:29:36.260461 7f84f5ffb6c0 Level-0 table #109: 0 bytes OK +2023/12/04-21:29:36.267452 7f84f5ffb6c0 Delete type=0 #107 +2023/12/04-21:29:36.274062 7f84f5ffb6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) +2023/12/04-21:29:36.274126 7f84f5ffb6c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) diff --git a/packs/races/LOG.old b/packs/races/LOG.old index 0d3349f..b2103cb 100644 --- a/packs/races/LOG.old +++ b/packs/races/LOG.old @@ -1,8 +1,8 @@ -2023/10/28-18:36:54.068173 7f5610ff96c0 Recovering log #96 -2023/10/28-18:36:54.078538 7f5610ff96c0 Delete type=3 #94 -2023/10/28-18:36:54.078627 7f5610ff96c0 Delete type=0 #96 -2023/10/28-18:43:29.322752 7f56037fe6c0 Level-0 table #101: started -2023/10/28-18:43:29.322808 7f56037fe6c0 Level-0 table #101: 0 bytes OK -2023/10/28-18:43:29.329414 7f56037fe6c0 Delete type=0 #99 -2023/10/28-18:43:29.336700 7f56037fe6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) -2023/10/28-18:43:29.336733 7f56037fe6c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) +2023/10/28-18:46:58.082268 7f5611ffb6c0 Recovering log #100 +2023/10/28-18:46:58.093016 7f5611ffb6c0 Delete type=3 #98 +2023/10/28-18:46:58.093109 7f5611ffb6c0 Delete type=0 #100 +2023/10/28-18:47:32.317013 7f56037fe6c0 Level-0 table #105: started +2023/10/28-18:47:32.317043 7f56037fe6c0 Level-0 table #105: 0 bytes OK +2023/10/28-18:47:32.323647 7f56037fe6c0 Delete type=0 #103 +2023/10/28-18:47:32.323775 7f56037fe6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) +2023/10/28-18:47:32.323801 7f56037fe6c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) diff --git a/packs/races/MANIFEST-000102 b/packs/races/MANIFEST-000102 deleted file mode 100644 index cf526dd..0000000 Binary files a/packs/races/MANIFEST-000102 and /dev/null differ diff --git a/packs/races/MANIFEST-000106 b/packs/races/MANIFEST-000106 new file mode 100644 index 0000000..c4ed71c Binary files /dev/null and b/packs/races/MANIFEST-000106 differ diff --git a/packs/races/000104.log b/packs/spells/000108.log similarity index 100% rename from packs/races/000104.log rename to packs/spells/000108.log diff --git a/packs/spells/CURRENT b/packs/spells/CURRENT index e333c89..abdfdfe 100644 --- a/packs/spells/CURRENT +++ b/packs/spells/CURRENT @@ -1 +1 @@ -MANIFEST-000102 +MANIFEST-000106 diff --git a/packs/spells/LOG b/packs/spells/LOG index 9f9aec2..5727d05 100644 --- a/packs/spells/LOG +++ b/packs/spells/LOG @@ -1,8 +1,8 @@ -2023/10/28-18:46:58.184462 7f56117fa6c0 Recovering log #100 -2023/10/28-18:46:58.194878 7f56117fa6c0 Delete type=3 #98 -2023/10/28-18:46:58.194956 7f56117fa6c0 Delete type=0 #100 -2023/10/28-18:47:32.369217 7f56037fe6c0 Level-0 table #105: started -2023/10/28-18:47:32.369240 7f56037fe6c0 Level-0 table #105: 0 bytes OK -2023/10/28-18:47:32.375770 7f56037fe6c0 Delete type=0 #103 -2023/10/28-18:47:32.376002 7f56037fe6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) -2023/10/28-18:47:32.376064 7f56037fe6c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) +2023/12/04-21:16:34.476461 7f84f67fc6c0 Recovering log #104 +2023/12/04-21:16:34.487879 7f84f67fc6c0 Delete type=3 #102 +2023/12/04-21:16:34.487932 7f84f67fc6c0 Delete type=0 #104 +2023/12/04-21:29:36.321097 7f84f5ffb6c0 Level-0 table #109: started +2023/12/04-21:29:36.321141 7f84f5ffb6c0 Level-0 table #109: 0 bytes OK +2023/12/04-21:29:36.327781 7f84f5ffb6c0 Delete type=0 #107 +2023/12/04-21:29:36.328002 7f84f5ffb6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) +2023/12/04-21:29:36.328070 7f84f5ffb6c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) diff --git a/packs/spells/LOG.old b/packs/spells/LOG.old index 641ecdd..9f9aec2 100644 --- a/packs/spells/LOG.old +++ b/packs/spells/LOG.old @@ -1,8 +1,8 @@ -2023/10/28-18:36:54.175066 7f5603fff6c0 Recovering log #96 -2023/10/28-18:36:54.185817 7f5603fff6c0 Delete type=3 #94 -2023/10/28-18:36:54.185878 7f5603fff6c0 Delete type=0 #96 -2023/10/28-18:43:29.365051 7f56037fe6c0 Level-0 table #101: started -2023/10/28-18:43:29.365075 7f56037fe6c0 Level-0 table #101: 0 bytes OK -2023/10/28-18:43:29.371217 7f56037fe6c0 Delete type=0 #99 -2023/10/28-18:43:29.391551 7f56037fe6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) -2023/10/28-18:43:29.391604 7f56037fe6c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) +2023/10/28-18:46:58.184462 7f56117fa6c0 Recovering log #100 +2023/10/28-18:46:58.194878 7f56117fa6c0 Delete type=3 #98 +2023/10/28-18:46:58.194956 7f56117fa6c0 Delete type=0 #100 +2023/10/28-18:47:32.369217 7f56037fe6c0 Level-0 table #105: started +2023/10/28-18:47:32.369240 7f56037fe6c0 Level-0 table #105: 0 bytes OK +2023/10/28-18:47:32.375770 7f56037fe6c0 Delete type=0 #103 +2023/10/28-18:47:32.376002 7f56037fe6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) +2023/10/28-18:47:32.376064 7f56037fe6c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) diff --git a/packs/spells/MANIFEST-000102 b/packs/spells/MANIFEST-000102 deleted file mode 100644 index b73771a..0000000 Binary files a/packs/spells/MANIFEST-000102 and /dev/null differ diff --git a/packs/spells/MANIFEST-000106 b/packs/spells/MANIFEST-000106 new file mode 100644 index 0000000..be9c003 Binary files /dev/null and b/packs/spells/MANIFEST-000106 differ diff --git a/packs/spells/000104.log b/packs/vehicleweapons/000016.log similarity index 100% rename from packs/spells/000104.log rename to packs/vehicleweapons/000016.log diff --git a/packs/vehicleweapons/CURRENT b/packs/vehicleweapons/CURRENT index 3051f81..23b73d9 100644 --- a/packs/vehicleweapons/CURRENT +++ b/packs/vehicleweapons/CURRENT @@ -1 +1 @@ -MANIFEST-000010 +MANIFEST-000014 diff --git a/packs/vehicleweapons/LOG b/packs/vehicleweapons/LOG index 8995329..90a2025 100644 --- a/packs/vehicleweapons/LOG +++ b/packs/vehicleweapons/LOG @@ -1,8 +1,8 @@ -2023/10/28-18:46:58.131756 7f5611ffb6c0 Recovering log #8 -2023/10/28-18:46:58.142079 7f5611ffb6c0 Delete type=3 #6 -2023/10/28-18:46:58.142134 7f5611ffb6c0 Delete type=0 #8 -2023/10/28-18:47:32.343291 7f56037fe6c0 Level-0 table #13: started -2023/10/28-18:47:32.343321 7f56037fe6c0 Level-0 table #13: 0 bytes OK -2023/10/28-18:47:32.349342 7f56037fe6c0 Delete type=0 #11 -2023/10/28-18:47:32.349573 7f56037fe6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end) -2023/10/28-18:47:32.349598 7f56037fe6c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end) +2023/12/04-21:16:34.416823 7f84f77fe6c0 Recovering log #12 +2023/12/04-21:16:34.426566 7f84f77fe6c0 Delete type=3 #10 +2023/12/04-21:16:34.426626 7f84f77fe6c0 Delete type=0 #12 +2023/12/04-21:29:36.287497 7f84f5ffb6c0 Level-0 table #17: started +2023/12/04-21:29:36.287524 7f84f5ffb6c0 Level-0 table #17: 0 bytes OK +2023/12/04-21:29:36.294676 7f84f5ffb6c0 Delete type=0 #15 +2023/12/04-21:29:36.301306 7f84f5ffb6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end) +2023/12/04-21:29:36.301350 7f84f5ffb6c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end) diff --git a/packs/vehicleweapons/LOG.old b/packs/vehicleweapons/LOG.old index 730d8e0..8995329 100644 --- a/packs/vehicleweapons/LOG.old +++ b/packs/vehicleweapons/LOG.old @@ -1,8 +1,8 @@ -2023/10/28-18:36:54.118530 7f5610ff96c0 Recovering log #4 -2023/10/28-18:36:54.130313 7f5610ff96c0 Delete type=3 #2 -2023/10/28-18:36:54.130379 7f5610ff96c0 Delete type=0 #4 -2023/10/28-18:43:29.356796 7f56037fe6c0 Level-0 table #9: started -2023/10/28-18:43:29.356839 7f56037fe6c0 Level-0 table #9: 0 bytes OK -2023/10/28-18:43:29.364773 7f56037fe6c0 Delete type=0 #7 -2023/10/28-18:43:29.364938 7f56037fe6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end) -2023/10/28-18:43:29.364976 7f56037fe6c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end) +2023/10/28-18:46:58.131756 7f5611ffb6c0 Recovering log #8 +2023/10/28-18:46:58.142079 7f5611ffb6c0 Delete type=3 #6 +2023/10/28-18:46:58.142134 7f5611ffb6c0 Delete type=0 #8 +2023/10/28-18:47:32.343291 7f56037fe6c0 Level-0 table #13: started +2023/10/28-18:47:32.343321 7f56037fe6c0 Level-0 table #13: 0 bytes OK +2023/10/28-18:47:32.349342 7f56037fe6c0 Delete type=0 #11 +2023/10/28-18:47:32.349573 7f56037fe6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end) +2023/10/28-18:47:32.349598 7f56037fe6c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end) diff --git a/packs/vehicleweapons/MANIFEST-000010 b/packs/vehicleweapons/MANIFEST-000010 deleted file mode 100644 index d100b7e..0000000 Binary files a/packs/vehicleweapons/MANIFEST-000010 and /dev/null differ diff --git a/packs/vehicleweapons/MANIFEST-000014 b/packs/vehicleweapons/MANIFEST-000014 new file mode 100644 index 0000000..79cbaa2 Binary files /dev/null and b/packs/vehicleweapons/MANIFEST-000014 differ diff --git a/packs/vehicleweapons/000012.log b/packs/weapons/000020.log similarity index 100% rename from packs/vehicleweapons/000012.log rename to packs/weapons/000020.log diff --git a/packs/weapons/CURRENT b/packs/weapons/CURRENT index 23b73d9..e417a51 100644 --- a/packs/weapons/CURRENT +++ b/packs/weapons/CURRENT @@ -1 +1 @@ -MANIFEST-000014 +MANIFEST-000018 diff --git a/packs/weapons/LOG b/packs/weapons/LOG index 88b7b54..1f6dd2b 100644 --- a/packs/weapons/LOG +++ b/packs/weapons/LOG @@ -1,8 +1,8 @@ -2023/10/28-18:46:58.106978 7f56117fa6c0 Recovering log #12 -2023/10/28-18:46:58.116830 7f56117fa6c0 Delete type=3 #10 -2023/10/28-18:46:58.116900 7f56117fa6c0 Delete type=0 #12 -2023/10/28-18:47:32.330062 7f56037fe6c0 Level-0 table #17: started -2023/10/28-18:47:32.330088 7f56037fe6c0 Level-0 table #17: 0 bytes OK -2023/10/28-18:47:32.336049 7f56037fe6c0 Delete type=0 #15 -2023/10/28-18:47:32.349537 7f56037fe6c0 Manual compaction at level-0 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end) -2023/10/28-18:47:32.349590 7f56037fe6c0 Manual compaction at level-1 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end) +2023/12/04-21:16:34.339862 7f84f67fc6c0 Recovering log #16 +2023/12/04-21:16:34.349983 7f84f67fc6c0 Delete type=3 #14 +2023/12/04-21:16:34.350029 7f84f67fc6c0 Delete type=0 #16 +2023/12/04-21:29:36.281196 7f84f5ffb6c0 Level-0 table #21: started +2023/12/04-21:29:36.281221 7f84f5ffb6c0 Level-0 table #21: 0 bytes OK +2023/12/04-21:29:36.287406 7f84f5ffb6c0 Delete type=0 #19 +2023/12/04-21:29:36.301296 7f84f5ffb6c0 Manual compaction at level-0 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end) +2023/12/04-21:29:36.301335 7f84f5ffb6c0 Manual compaction at level-1 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end) diff --git a/packs/weapons/LOG.old b/packs/weapons/LOG.old index d56d1cb..88b7b54 100644 --- a/packs/weapons/LOG.old +++ b/packs/weapons/LOG.old @@ -1,8 +1,8 @@ -2023/10/28-18:36:54.093886 7f5603fff6c0 Recovering log #8 -2023/10/28-18:36:54.103827 7f5603fff6c0 Delete type=3 #6 -2023/10/28-18:36:54.103883 7f5603fff6c0 Delete type=0 #8 -2023/10/28-18:43:29.329514 7f56037fe6c0 Level-0 table #13: started -2023/10/28-18:43:29.329540 7f56037fe6c0 Level-0 table #13: 0 bytes OK -2023/10/28-18:43:29.336575 7f56037fe6c0 Delete type=0 #11 -2023/10/28-18:43:29.336711 7f56037fe6c0 Manual compaction at level-0 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end) -2023/10/28-18:43:29.336744 7f56037fe6c0 Manual compaction at level-1 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end) +2023/10/28-18:46:58.106978 7f56117fa6c0 Recovering log #12 +2023/10/28-18:46:58.116830 7f56117fa6c0 Delete type=3 #10 +2023/10/28-18:46:58.116900 7f56117fa6c0 Delete type=0 #12 +2023/10/28-18:47:32.330062 7f56037fe6c0 Level-0 table #17: started +2023/10/28-18:47:32.330088 7f56037fe6c0 Level-0 table #17: 0 bytes OK +2023/10/28-18:47:32.336049 7f56037fe6c0 Delete type=0 #15 +2023/10/28-18:47:32.349537 7f56037fe6c0 Manual compaction at level-0 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end) +2023/10/28-18:47:32.349590 7f56037fe6c0 Manual compaction at level-1 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end) diff --git a/packs/weapons/MANIFEST-000014 b/packs/weapons/MANIFEST-000014 deleted file mode 100644 index fc3ee7b..0000000 Binary files a/packs/weapons/MANIFEST-000014 and /dev/null differ diff --git a/packs/weapons/MANIFEST-000018 b/packs/weapons/MANIFEST-000018 new file mode 100644 index 0000000..a0f4c08 Binary files /dev/null and b/packs/weapons/MANIFEST-000018 differ diff --git a/system.json b/system.json index dbb7e61..206185f 100644 --- a/system.json +++ b/system.json @@ -14,7 +14,7 @@ ], "url": "https://www.uberwald.me/gitea/public/bol", "license": "LICENSE.txt", - "version": "11.1.1", + "version": "11.1.2", "compatibility": { "minimum": "11", "verified": "11" @@ -344,7 +344,7 @@ ], "socket": true, "manifest": "https://www.uberwald.me/gitea/public/bol/raw/v10/system.json", - "download": "https://www.uberwald.me/gitea/public/bol/archive/bol-v11.1.1.zip", + "download": "https://www.uberwald.me/gitea/public/bol/archive/bol-v11.1.2.zip", "background": "systems/bol/ui/page_accueil.webp", "gridDistance": 1.5, "gridUnits": "m", diff --git a/templates/actor/parts/tabs/actor-equipment.hbs b/templates/actor/parts/tabs/actor-equipment.hbs index 4c56ef3..f055a0a 100644 --- a/templates/actor/parts/tabs/actor-equipment.hbs +++ b/templates/actor/parts/tabs/actor-equipment.hbs @@ -1,5 +1,5 @@ - + {{#if useBougette}}