Compare commits

..

No commits in common. "v10" and "foundryvtt-wh4-lang-fr-8.0.0" have entirely different histories.

34 changed files with 193 additions and 104 deletions

View File

@ -0,0 +1,80 @@
<div style="display:flex;justify-content:space-evenly;flex-wrap:wrap">
<div style="display:flex;flex-direction:column;justify-content:space-evenly;align-items:center">
<img style="border: none" src="modules/wfrp4e-lustria/assets/actors/troglodon.webp" width="160" >
<p style="text-align: center">@UUID[Actor.zR71PObw0sdKvJAG]{Troglodon}
</p>
</div>
<div style="display:flex;flex-direction:column;justify-content:space-evenly;align-items:center">
<img style="border: none" src="modules/wfrp4e-lustria/assets/actors/carnosaur.webp" width="160" >
<p style="text-align: center">@UUID[Actor.sjkKuwEt4IaHJ1ju]{Carnosaur}
</div>
<div style="display:flex;flex-direction:column;justify-content:space-evenly;align-items:center">
<img style="border: none" src="modules/wfrp4e-lustria/assets/actors/dread-saurian.webp" width="160" >
<p style="text-align: center">@UUID[Actor.DR0TyDLogkB7MBMB]{Dread Saurian}
</p>
</div>
</div>
<div style="display:flex;flex-direction:column;justify-content:space-evenly;align-items:center">
<img style="border: none" src="modules/wfrp4e-lustria/assets/actors/pliodon.webp" width="160" >
<p style="text-align: center">@UUID[Actor.4nAYlkj6CMlxVH7V]{Pliodon}
</p>
</div>
</div>
<div style="display:flex;flex-direction:column;justify-content:space-evenly;align-items:center">
<img style="border: none" src="modules/wfrp4e-lustria/assets/tokens/hyenadon.webp" width="160" height="160">
<p style="text-align: center">@UUID[Actor.PfCJGi0Sehlpjr8t]{Hyenadon}
</p>
</div>
<div style="display:flex;flex-direction:column;justify-content:space-evenly;align-items:center">
<img style="border: none" src="modules/wfrp4e-lustria/assets/tokens/tiguana.webp" width="160" height="160">
<p style="text-align: center">@UUID[Actor.HlREoQdBZhhIqe2v]{Tiguana}
</p>
</div>
<div style="display:flex;flex-direction:column;justify-content:space-evenly;align-items:center">
<img style="border: none" src="modules/wfrp4e-lustria/assets/tokens/amaxon-swamp-python.webp" width="160" height="160">
<p style="text-align: center">@UUID[Actor.CnV6uq1bJGpCQCg4]{Amaxon Swamp Python}
</p>
</div>
<div style="display:flex;flex-direction:column;justify-content:space-evenly;align-items:center">
<img style="border: none" src="modules/wfrp4e-lustria/assets/tokens/blue-ringed-asp.webp" width="160" height="160">
<p style="text-align: center">@UUID[Actor.LHQYhMpyZe2VI19g]{Blue-ringed Asp}
</p>
</div>
<div style="display:flex;flex-direction:column;justify-content:space-evenly;align-items:center">
<img style="border: none" src="modules/wfrp4e-lustria/assets/tokens/borer-snake.webp" width="160" height="160">
<p style="text-align: center">@UUID[Actor.63TXloo87qUlHHEX]{Borer Snake}
</p>
</div>
</div>

View File

@ -8,7 +8,7 @@
} }
], ],
"url": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr", "url": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr",
"version": "8.0.3", "version": "8.0.0",
"esmodules": [ "esmodules": [
"modules/babele-register.js", "modules/babele-register.js",
"modules/addon-register.js", "modules/addon-register.js",
@ -117,7 +117,7 @@
} }
], ],
"manifest": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/raw/v10/module.json", "manifest": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/raw/v10/module.json",
"download": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/archive/foundryvtt-wh4-lang-fr-8.0.3.zip", "download": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/archive/foundryvtt-wh4-lang-fr-8.0.0.zip",
"id": "wh4-fr-translation", "id": "wh4-fr-translation",
"compatibility": { "compatibility": {
"minimum": "12", "minimum": "12",

View File

@ -370,7 +370,7 @@ Hooks.on("chatMessage", (html, content, msg) => {
/************************************************************************************/ /************************************************************************************/
/* Additionnal hooks ready */ /* Additionnal hooks ready */
Hooks.on('ready', () => { Hooks.once('ready', () => {
if (game.user.isGM) { if (game.user.isGM) {
let chatData = { let chatData = {
@ -409,7 +409,8 @@ Hooks.on('ready', () => {
"doom": "Maudit (-40)" "doom": "Maudit (-40)"
} }
console.log("WFRP4E-TRANSLATION | Loading timeout");
//setTimeout( __check_fix_wrong_modules, 2000, true, false); //setTimeout( __check_fix_wrong_modules, 2000, true, false);
setTimeout(__check_fix_wrong_modules, 20000, true, true); setTimeout(__check_fix_wrong_modules, 20000, true, true);
setTimeout(__add_actors_translation, 21000, false, true); setTimeout(__add_actors_translation, 21000, false, true);

View File

@ -4,7 +4,10 @@ export class WH4FRPatchConfig {
/************************************************************************************/ /************************************************************************************/
static translateSkillList( skillList) { static translateSkillList( skillList) {
let compendiumName = 'wfrp4e-core.items' let compendiumName = 'wfrp4e-core.skills' // Per default
if (game.system.version.match("7.")) {
compendiumName = 'wfrp4e-core.items'
}
let newList = []; let newList = [];
for( let compName of skillList) { for( let compName of skillList) {
@ -29,7 +32,10 @@ export class WH4FRPatchConfig {
/************************************************************************************/ /************************************************************************************/
static translateTalentList( talentList) { static translateTalentList( talentList) {
let compendiumName = 'wfrp4e-core.items' let compendiumName = 'wfrp4e-core.talents' // Per default
if (game.system.version.match("7.")) {
compendiumName = 'wfrp4e-core.items'
}
let newList = []; let newList = [];
for( let talentLine of talentList) { for( let talentLine of talentList) {
@ -80,10 +86,8 @@ export class WH4FRPatchConfig {
/************************************************************************************/ /************************************************************************************/
static patch_species_skills( ) { static patch_species_skills( ) {
console.log("Patching species skills....");
for (let speciesName in game.wfrp4e.config.speciesSkills) { for (let speciesName in game.wfrp4e.config.speciesSkills) {
let speciesComp = game.wfrp4e.config.speciesSkills[speciesName]; let speciesComp = game.wfrp4e.config.speciesSkills[speciesName];
console.log("SpeciesName", speciesName, speciesComp);
game.wfrp4e.config.speciesSkills[speciesName] = this.translateSkillList( speciesComp ) game.wfrp4e.config.speciesSkills[speciesName] = this.translateSkillList( speciesComp )
} }
} }
@ -98,7 +102,10 @@ export class WH4FRPatchConfig {
/************************************************************************************/ /************************************************************************************/
static patch_career() { static patch_career() {
let compendiumName = 'wfrp4e-core.items' let compendiumName = 'wfrp4e-core.careers' // Per default
if (game.system.version.match("7.")) {
compendiumName = 'wfrp4e-core.items'
}
if ( game.wfrp4e.tables.career) { if ( game.wfrp4e.tables.career) {
for( let row of game.wfrp4e.tables.career.rows) { for( let row of game.wfrp4e.tables.career.rows) {
@ -131,7 +138,8 @@ export class WH4FRPatchConfig {
} }
// Detect and patch as necessary // Detect and patch as necessary
if (game.wfrp4e.config?.talentBonuses ) { if (game.wfrp4e.config?.talentBonuses && game.wfrp4e.config.talentBonuses["vivacité"] == undefined) {
console.log("Patching WFRP4E now ....");
game.wfrp4e.config.qualityDescriptions["distract"] = game.i18n.localize("WFRP4E.Properties.Distract"); // Patch missing quality game.wfrp4e.config.qualityDescriptions["distract"] = game.i18n.localize("WFRP4E.Properties.Distract"); // Patch missing quality
game.wfrp4e.config.talentBonuses = { game.wfrp4e.config.talentBonuses = {

View File

@ -1 +1 @@
MANIFEST-000776 MANIFEST-000772

View File

@ -1,7 +1,7 @@
2024/09/07-17:35:53.339910 7f80f2a006c0 Recovering log #774 2024/07/13-10:41:36.913478 7fc8820006c0 Recovering log #770
2024/09/07-17:35:53.351094 7f80f2a006c0 Delete type=3 #772 2024/07/13-10:41:36.924385 7fc8820006c0 Delete type=3 #768
2024/09/07-17:35:53.351249 7f80f2a006c0 Delete type=0 #774 2024/07/13-10:41:36.924475 7fc8820006c0 Delete type=0 #770
2024/09/07-17:41:21.597568 7f80f10006c0 Level-0 table #779: started 2024/07/13-10:42:24.874947 7fc87de006c0 Level-0 table #775: started
2024/09/07-17:41:21.597606 7f80f10006c0 Level-0 table #779: 0 bytes OK 2024/07/13-10:42:24.874996 7fc87de006c0 Level-0 table #775: 0 bytes OK
2024/09/07-17:41:21.603972 7f80f10006c0 Delete type=0 #777 2024/07/13-10:42:24.881904 7fc87de006c0 Delete type=0 #773
2024/09/07-17:41:21.611875 7f80f10006c0 Manual compaction at level-0 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal.pages!suuYN87Al1ZZWtQQ.jhgNnhWhrkOpKs1B' @ 0 : 0; will stop at (end) 2024/07/13-10:42:24.882157 7fc87de006c0 Manual compaction at level-0 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal.pages!suuYN87Al1ZZWtQQ.jhgNnhWhrkOpKs1B' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2024/07/13-10:41:36.913478 7fc8820006c0 Recovering log #770 2024/06/19-08:59:32.951569 7f16d82006c0 Recovering log #766
2024/07/13-10:41:36.924385 7fc8820006c0 Delete type=3 #768 2024/06/19-08:59:32.962423 7f16d82006c0 Delete type=3 #764
2024/07/13-10:41:36.924475 7fc8820006c0 Delete type=0 #770 2024/06/19-08:59:32.962476 7f16d82006c0 Delete type=0 #766
2024/07/13-10:42:24.874947 7fc87de006c0 Level-0 table #775: started 2024/06/19-09:28:27.125238 7f16d50006c0 Level-0 table #771: started
2024/07/13-10:42:24.874996 7fc87de006c0 Level-0 table #775: 0 bytes OK 2024/06/19-09:28:27.125265 7f16d50006c0 Level-0 table #771: 0 bytes OK
2024/07/13-10:42:24.881904 7fc87de006c0 Delete type=0 #773 2024/06/19-09:28:27.132191 7f16d50006c0 Delete type=0 #769
2024/07/13-10:42:24.882157 7fc87de006c0 Manual compaction at level-0 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal.pages!suuYN87Al1ZZWtQQ.jhgNnhWhrkOpKs1B' @ 0 : 0; will stop at (end) 2024/06/19-09:28:27.132366 7f16d50006c0 Manual compaction at level-0 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal.pages!suuYN87Al1ZZWtQQ.jhgNnhWhrkOpKs1B' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000778 MANIFEST-000774

View File

@ -1,7 +1,7 @@
2024/09/07-17:35:53.356731 7f80f20006c0 Recovering log #776 2024/07/13-10:41:36.930430 7fc8816006c0 Recovering log #772
2024/09/07-17:35:53.368124 7f80f20006c0 Delete type=3 #774 2024/07/13-10:41:36.940714 7fc8816006c0 Delete type=3 #770
2024/09/07-17:35:53.368326 7f80f20006c0 Delete type=0 #776 2024/07/13-10:41:36.940805 7fc8816006c0 Delete type=0 #772
2024/09/07-17:41:21.604148 7f80f10006c0 Level-0 table #781: started 2024/07/13-10:42:24.889098 7fc87de006c0 Level-0 table #777: started
2024/09/07-17:41:21.604186 7f80f10006c0 Level-0 table #781: 0 bytes OK 2024/07/13-10:42:24.889141 7fc87de006c0 Level-0 table #777: 0 bytes OK
2024/09/07-17:41:21.611569 7f80f10006c0 Delete type=0 #779 2024/07/13-10:42:24.897469 7fc87de006c0 Delete type=0 #775
2024/09/07-17:41:21.611892 7f80f10006c0 Manual compaction at level-0 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end) 2024/07/13-10:42:24.905414 7fc87de006c0 Manual compaction at level-0 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2024/07/13-10:41:36.930430 7fc8816006c0 Recovering log #772 2024/06/19-08:59:32.965803 7f16d8c006c0 Recovering log #768
2024/07/13-10:41:36.940714 7fc8816006c0 Delete type=3 #770 2024/06/19-08:59:32.975452 7f16d8c006c0 Delete type=3 #766
2024/07/13-10:41:36.940805 7fc8816006c0 Delete type=0 #772 2024/06/19-08:59:32.975585 7f16d8c006c0 Delete type=0 #768
2024/07/13-10:42:24.889098 7fc87de006c0 Level-0 table #777: started 2024/06/19-09:28:27.103510 7f16d50006c0 Level-0 table #773: started
2024/07/13-10:42:24.889141 7fc87de006c0 Level-0 table #777: 0 bytes OK 2024/06/19-09:28:27.103534 7f16d50006c0 Level-0 table #773: 0 bytes OK
2024/07/13-10:42:24.897469 7fc87de006c0 Delete type=0 #775 2024/06/19-09:28:27.111298 7f16d50006c0 Delete type=0 #771
2024/07/13-10:42:24.905414 7fc87de006c0 Manual compaction at level-0 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end) 2024/06/19-09:28:27.132326 7f16d50006c0 Manual compaction at level-0 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000776 MANIFEST-000772

View File

@ -1,7 +1,7 @@
2024/09/07-17:35:53.389079 7f80f20006c0 Recovering log #774 2024/07/13-10:41:36.961368 7fc8816006c0 Recovering log #770
2024/09/07-17:35:53.400221 7f80f20006c0 Delete type=3 #772 2024/07/13-10:41:36.972209 7fc8816006c0 Delete type=3 #768
2024/09/07-17:35:53.400312 7f80f20006c0 Delete type=0 #774 2024/07/13-10:41:36.972302 7fc8816006c0 Delete type=0 #770
2024/09/07-17:41:21.612001 7f80f10006c0 Level-0 table #779: started 2024/07/13-10:42:24.897709 7fc87de006c0 Level-0 table #775: started
2024/09/07-17:41:21.612049 7f80f10006c0 Level-0 table #779: 0 bytes OK 2024/07/13-10:42:24.897763 7fc87de006c0 Level-0 table #775: 0 bytes OK
2024/09/07-17:41:21.618574 7f80f10006c0 Delete type=0 #777 2024/07/13-10:42:24.905156 7fc87de006c0 Delete type=0 #773
2024/09/07-17:41:21.639322 7f80f10006c0 Manual compaction at level-0 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal.pages!cZtNgayIw2QFhC9u.ts265H1XkisLgdow' @ 0 : 0; will stop at (end) 2024/07/13-10:42:24.905434 7fc87de006c0 Manual compaction at level-0 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal.pages!cZtNgayIw2QFhC9u.ts265H1XkisLgdow' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2024/07/13-10:41:36.961368 7fc8816006c0 Recovering log #770 2024/06/19-08:59:32.992996 7f16d8c006c0 Recovering log #766
2024/07/13-10:41:36.972209 7fc8816006c0 Delete type=3 #768 2024/06/19-08:59:33.003868 7f16d8c006c0 Delete type=3 #764
2024/07/13-10:41:36.972302 7fc8816006c0 Delete type=0 #770 2024/06/19-08:59:33.003940 7f16d8c006c0 Delete type=0 #766
2024/07/13-10:42:24.897709 7fc87de006c0 Level-0 table #775: started 2024/06/19-09:28:27.118046 7f16d50006c0 Level-0 table #771: started
2024/07/13-10:42:24.897763 7fc87de006c0 Level-0 table #775: 0 bytes OK 2024/06/19-09:28:27.118087 7f16d50006c0 Level-0 table #771: 0 bytes OK
2024/07/13-10:42:24.905156 7fc87de006c0 Delete type=0 #773 2024/06/19-09:28:27.125103 7f16d50006c0 Delete type=0 #769
2024/07/13-10:42:24.905434 7fc87de006c0 Manual compaction at level-0 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal.pages!cZtNgayIw2QFhC9u.ts265H1XkisLgdow' @ 0 : 0; will stop at (end) 2024/06/19-09:28:27.132355 7f16d50006c0 Manual compaction at level-0 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal.pages!cZtNgayIw2QFhC9u.ts265H1XkisLgdow' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000776 MANIFEST-000772

View File

@ -1,7 +1,7 @@
2024/09/07-17:35:53.322364 7f80f20006c0 Recovering log #774 2024/07/13-10:41:36.897525 7fc8816006c0 Recovering log #770
2024/09/07-17:35:53.332882 7f80f20006c0 Delete type=3 #772 2024/07/13-10:41:36.908614 7fc8816006c0 Delete type=3 #768
2024/09/07-17:35:53.333094 7f80f20006c0 Delete type=0 #774 2024/07/13-10:41:36.908748 7fc8816006c0 Delete type=0 #770
2024/09/07-17:41:21.584022 7f80f10006c0 Level-0 table #779: started 2024/07/13-10:42:24.867229 7fc87de006c0 Level-0 table #775: started
2024/09/07-17:41:21.584076 7f80f10006c0 Level-0 table #779: 0 bytes OK 2024/07/13-10:42:24.867279 7fc87de006c0 Level-0 table #775: 0 bytes OK
2024/09/07-17:41:21.590929 7f80f10006c0 Delete type=0 #777 2024/07/13-10:42:24.874776 7fc87de006c0 Delete type=0 #773
2024/09/07-17:41:21.611830 7f80f10006c0 Manual compaction at level-0 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal.pages!yzw9I0r3hCK7PJnz.sPNCYj2nR3Cp3jHd' @ 0 : 0; will stop at (end) 2024/07/13-10:42:24.882142 7fc87de006c0 Manual compaction at level-0 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal.pages!yzw9I0r3hCK7PJnz.sPNCYj2nR3Cp3jHd' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2024/07/13-10:41:36.897525 7fc8816006c0 Recovering log #770 2024/06/19-08:59:32.938282 7f16d8c006c0 Recovering log #766
2024/07/13-10:41:36.908614 7fc8816006c0 Delete type=3 #768 2024/06/19-08:59:32.948828 7f16d8c006c0 Delete type=3 #764
2024/07/13-10:41:36.908748 7fc8816006c0 Delete type=0 #770 2024/06/19-08:59:32.948931 7f16d8c006c0 Delete type=0 #766
2024/07/13-10:42:24.867229 7fc87de006c0 Level-0 table #775: started 2024/06/19-09:28:27.111507 7f16d50006c0 Level-0 table #771: started
2024/07/13-10:42:24.867279 7fc87de006c0 Level-0 table #775: 0 bytes OK 2024/06/19-09:28:27.111555 7f16d50006c0 Level-0 table #771: 0 bytes OK
2024/07/13-10:42:24.874776 7fc87de006c0 Delete type=0 #773 2024/06/19-09:28:27.117869 7f16d50006c0 Delete type=0 #769
2024/07/13-10:42:24.882142 7fc87de006c0 Manual compaction at level-0 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal.pages!yzw9I0r3hCK7PJnz.sPNCYj2nR3Cp3jHd' @ 0 : 0; will stop at (end) 2024/06/19-09:28:27.132343 7f16d50006c0 Manual compaction at level-0 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal.pages!yzw9I0r3hCK7PJnz.sPNCYj2nR3Cp3jHd' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000776 MANIFEST-000772

View File

@ -1,7 +1,7 @@
2024/09/07-17:35:53.304376 7f80f2a006c0 Recovering log #774 2024/07/13-10:41:36.878320 7fc8820006c0 Recovering log #770
2024/09/07-17:35:53.314832 7f80f2a006c0 Delete type=3 #772 2024/07/13-10:41:36.889382 7fc8820006c0 Delete type=3 #768
2024/09/07-17:35:53.314961 7f80f2a006c0 Delete type=0 #774 2024/07/13-10:41:36.889475 7fc8820006c0 Delete type=0 #770
2024/09/07-17:41:21.591102 7f80f10006c0 Level-0 table #779: started 2024/07/13-10:42:24.860432 7fc87de006c0 Level-0 table #775: started
2024/09/07-17:41:21.591140 7f80f10006c0 Level-0 table #779: 0 bytes OK 2024/07/13-10:42:24.860477 7fc87de006c0 Level-0 table #775: 0 bytes OK
2024/09/07-17:41:21.597409 7f80f10006c0 Delete type=0 #777 2024/07/13-10:42:24.866988 7fc87de006c0 Delete type=0 #773
2024/09/07-17:41:21.611856 7f80f10006c0 Manual compaction at level-0 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end) 2024/07/13-10:42:24.882123 7fc87de006c0 Manual compaction at level-0 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2024/07/13-10:41:36.878320 7fc8820006c0 Recovering log #770 2024/06/19-08:59:32.924533 7f16d82006c0 Recovering log #766
2024/07/13-10:41:36.889382 7fc8820006c0 Delete type=3 #768 2024/06/19-08:59:32.935079 7f16d82006c0 Delete type=3 #764
2024/07/13-10:41:36.889475 7fc8820006c0 Delete type=0 #770 2024/06/19-08:59:32.935221 7f16d82006c0 Delete type=0 #766
2024/07/13-10:42:24.860432 7fc87de006c0 Level-0 table #775: started 2024/06/19-09:28:27.089378 7f16d50006c0 Level-0 table #771: started
2024/07/13-10:42:24.860477 7fc87de006c0 Level-0 table #775: 0 bytes OK 2024/06/19-09:28:27.089413 7f16d50006c0 Level-0 table #771: 0 bytes OK
2024/07/13-10:42:24.866988 7fc87de006c0 Delete type=0 #773 2024/06/19-09:28:27.096669 7f16d50006c0 Delete type=0 #769
2024/07/13-10:42:24.882123 7fc87de006c0 Manual compaction at level-0 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end) 2024/06/19-09:28:27.103319 7f16d50006c0 Manual compaction at level-0 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000419 MANIFEST-000415

View File

@ -1,8 +1,8 @@
2024/09/07-17:35:53.374420 7f80f2a006c0 Recovering log #417 2024/07/13-10:41:36.946044 7fc8820006c0 Recovering log #413
2024/09/07-17:35:53.384865 7f80f2a006c0 Delete type=3 #415 2024/07/13-10:41:36.956775 7fc8820006c0 Delete type=3 #411
2024/09/07-17:35:53.384993 7f80f2a006c0 Delete type=0 #417 2024/07/13-10:41:36.956919 7fc8820006c0 Delete type=0 #413
2024/09/07-17:41:21.618745 7f80f10006c0 Level-0 table #422: started 2024/07/13-10:42:24.882375 7fc87de006c0 Level-0 table #418: started
2024/09/07-17:41:21.618787 7f80f10006c0 Level-0 table #422: 0 bytes OK 2024/07/13-10:42:24.882443 7fc87de006c0 Level-0 table #418: 0 bytes OK
2024/09/07-17:41:21.625664 7f80f10006c0 Delete type=0 #420 2024/07/13-10:42:24.888900 7fc87de006c0 Delete type=0 #416
2024/09/07-17:41:21.639346 7f80f10006c0 Manual compaction at level-0 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal.pages!yfZxl4I7XAuUF6r3.apXmOlZRmGT4GreB' @ 0 : 0; will stop at (end) 2024/07/13-10:42:24.905386 7fc87de006c0 Manual compaction at level-0 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal.pages!yfZxl4I7XAuUF6r3.apXmOlZRmGT4GreB' @ 0 : 0; will stop at (end)
2024/09/07-17:41:21.639401 7f80f10006c0 Manual compaction at level-1 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal.pages!yfZxl4I7XAuUF6r3.apXmOlZRmGT4GreB' @ 0 : 0; will stop at (end) 2024/07/13-10:42:24.905451 7fc87de006c0 Manual compaction at level-1 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal.pages!yfZxl4I7XAuUF6r3.apXmOlZRmGT4GreB' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2024/07/13-10:41:36.946044 7fc8820006c0 Recovering log #413 2024/06/19-08:59:32.979073 7f16d82006c0 Recovering log #409
2024/07/13-10:41:36.956775 7fc8820006c0 Delete type=3 #411 2024/06/19-08:59:32.989562 7f16d82006c0 Delete type=3 #407
2024/07/13-10:41:36.956919 7fc8820006c0 Delete type=0 #413 2024/06/19-08:59:32.989628 7f16d82006c0 Delete type=0 #409
2024/07/13-10:42:24.882375 7fc87de006c0 Level-0 table #418: started 2024/06/19-09:28:27.096857 7f16d50006c0 Level-0 table #414: started
2024/07/13-10:42:24.882443 7fc87de006c0 Level-0 table #418: 0 bytes OK 2024/06/19-09:28:27.096890 7f16d50006c0 Level-0 table #414: 0 bytes OK
2024/07/13-10:42:24.888900 7fc87de006c0 Delete type=0 #416 2024/06/19-09:28:27.103160 7f16d50006c0 Delete type=0 #412
2024/07/13-10:42:24.905386 7fc87de006c0 Manual compaction at level-0 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal.pages!yfZxl4I7XAuUF6r3.apXmOlZRmGT4GreB' @ 0 : 0; will stop at (end) 2024/06/19-09:28:27.103332 7f16d50006c0 Manual compaction at level-0 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal.pages!yfZxl4I7XAuUF6r3.apXmOlZRmGT4GreB' @ 0 : 0; will stop at (end)
2024/07/13-10:42:24.905451 7fc87de006c0 Manual compaction at level-1 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal.pages!yfZxl4I7XAuUF6r3.apXmOlZRmGT4GreB' @ 0 : 0; will stop at (end) 2024/06/19-09:28:27.103355 7f16d50006c0 Manual compaction at level-1 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal.pages!yfZxl4I7XAuUF6r3.apXmOlZRmGT4GreB' @ 0 : 0; will stop at (end)