Compare commits

...

3 Commits

Author SHA1 Message Date
uberwald 1bfdf5dd9b Corrections CSS pour zone de messages 2026-05-04 00:31:20 +02:00
uberwald b3fbfd995e Corrections sur hauteur CSS 2026-05-04 00:11:29 +02:00
uberwald c17aea7371 LIen vers le guide depuis le message de bienvenu
Release Creation / build (release) Successful in 1m19s
2026-05-01 22:47:01 +02:00
88 changed files with 249 additions and 238 deletions
+1
View File
@@ -1,2 +1,3 @@
.history/ .history/
node_modules node_modules
.github/
+10 -5
View File
@@ -54,7 +54,10 @@
--background: #e8e4d8; --background: #e8e4d8;
} }
body { .application.sheet.item,
.application.sheet.actor,
.window-app.sheet.item,
.window-app.sheet.actor {
--input-height: 1.8rem; --input-height: 1.8rem;
} }
@@ -488,20 +491,23 @@
color: rgba(0, 0, 0, 0.9) color: rgba(0, 0, 0, 0.9)
} }
.editor { .application.sheet .editor,
.window-app.sheet .editor {
border: 2; border: 2;
height: 300px; height: 300px;
margin-top: 8px; margin-top: 8px;
padding: 0 3px; padding: 0 3px;
} }
.medium-editor { .application.sheet .medium-editor,
.window-app.sheet .medium-editor {
border: 2; border: 2;
height: 240px; height: 240px;
padding: 0 3px; padding: 0 3px;
} }
.small-editor { .application.sheet .small-editor,
.window-app.sheet .small-editor {
border: 2; border: 2;
height: 120px; height: 120px;
padding: 0 3px; padding: 0 3px;
@@ -1642,7 +1648,6 @@
/* ======================================== */ /* ======================================== */
/* Sidebar CSS */ /* Sidebar CSS */
#sidebar { #sidebar {
font-size: 1rem;
background-position: 100%; background-position: 100%;
color: rgba(220, 220, 220, 0.75); color: rgba(220, 220, 220, 0.75);
} }
+41 -3
View File
@@ -110,7 +110,44 @@ Hooks.once("init", async function () {
}); });
/* -------------------------------------------- */ /* -------------------------------------------- */
function welcomeMessage() { async function getGuideFoundryJournalLink() {
const isGuideFoundryJournal = name => {
const normalizedName = name?.toLowerCase() ?? "";
return normalizedName.includes("guide de jeu") && normalizedName.includes("foundry");
};
let journal = game.journal.find(j => isGuideFoundryJournal(j.name));
if (!journal) {
for (const pack of game.packs) {
if (pack.documentName !== "JournalEntry") continue;
const entry = pack.index.find(e => isGuideFoundryJournal(e.name));
if (!entry) continue;
journal = await pack.getDocument(entry._id ?? entry.id);
if (journal) break;
}
}
if (!journal) return "";
return foundry.applications.ux.TextEditor.implementation.enrichHTML(
`@UUID[${journal.uuid}]{${journal.name}}`,
{ async: true }
);
}
/* -------------------------------------------- */
async function welcomeMessage() {
const guideFoundryLink = await getGuideFoundryJournalLink();
const guideFoundrySection = guideFoundryLink
? `
<div class="welcome-section">
<i class="fas fa-book"></i>
<p>Consultez aussi le ${guideFoundryLink}.</p>
</div>
`
: "";
ChatMessage.create({ ChatMessage.create({
user: game.user.id, user: game.user.id,
whisper: [game.user.id], whisper: [game.user.id],
@@ -142,6 +179,7 @@ function welcomeMessage() {
<p>Système développé par <strong>LeRatierBretonnien</strong></p> <p>Système développé par <strong>LeRatierBretonnien</strong></p>
<p>Support sur le <a href="https://discord.gg/pPSDNJk" target="_blank"><i class="fab fa-discord"></i> Discord FR de Foundry</a></p> <p>Support sur le <a href="https://discord.gg/pPSDNJk" target="_blank"><i class="fab fa-discord"></i> Discord FR de Foundry</a></p>
</div> </div>
${guideFoundrySection}
</div> </div>
</div> </div>
` `
@@ -163,7 +201,7 @@ async function importDefaultScene() {
/* -------------------------------------------- */ /* -------------------------------------------- */
/* Foundry VTT Initialization */ /* Foundry VTT Initialization */
/* -------------------------------------------- */ /* -------------------------------------------- */
Hooks.once("ready", function () { Hooks.once("ready", async function () {
HeritiersUtility.ready() HeritiersUtility.ready()
@@ -182,7 +220,7 @@ Hooks.once("ready", function () {
}).catch(err => }).catch(err =>
console.log("No stats available, giving up.") console.log("No stats available, giving up.")
) )
welcomeMessage(); await welcomeMessage();
importDefaultScene(); importDefaultScene();
}); });
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000349 MANIFEST-000355
+11 -7
View File
@@ -1,7 +1,11 @@
2026/04/01-22:18:07.499964 7f303ffff6c0 Recovering log #346 2026/05/03-23:57:34.273355 7f84523fc6c0 Delete type=3 #1
2026/04/01-22:18:07.553355 7f303ffff6c0 Delete type=3 #344 2026/05/04-00:09:43.807189 7f8451bfb6c0 Level-0 table #358: started
2026/04/01-22:18:07.553447 7f303ffff6c0 Delete type=0 #346 2026/05/04-00:09:43.807259 7f8451bfb6c0 Level-0 table #358: 0 bytes OK
2026/04/01-22:18:57.557641 7f303effd6c0 Level-0 table #352: started 2026/05/04-00:09:43.813956 7f8451bfb6c0 Delete type=0 #356
2026/04/01-22:18:57.557674 7f303effd6c0 Level-0 table #352: 0 bytes OK 2026/05/04-00:09:43.840818 7f8451bfb6c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at '!items!y1yOenfAJTsb3r6e' @ 93 : 1
2026/04/01-22:18:57.594048 7f303effd6c0 Delete type=0 #350 2026/05/04-00:09:43.840847 7f8451bfb6c0 Compacting 1@0 + 0@1 files
2026/04/01-22:18:57.719667 7f303effd6c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end) 2026/05/04-00:09:43.847322 7f8451bfb6c0 Generated table #359@0: 31 keys, 76976 bytes
2026/05/04-00:09:43.847353 7f8451bfb6c0 Compacted 1@0 + 0@1 files => 76976 bytes
2026/05/04-00:09:43.853531 7f8451bfb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/04-00:09:43.853717 7f8451bfb6c0 Delete type=2 #348
2026/05/04-00:09:43.887910 7f8451bfb6c0 Manual compaction at level-0 from '!items!y1yOenfAJTsb3r6e' @ 93 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
+4 -11
View File
@@ -1,11 +1,4 @@
2026/04/01-22:04:02.872910 7f30557ee6c0 Delete type=3 #1 2026/05/03-23:57:34.249667 7f84523fc6c0 Log #353: 0 ops saved to Table #354 OK
2026/04/01-22:18:01.730160 7f303effd6c0 Level-0 table #347: started 2026/05/03-23:57:34.249797 7f84523fc6c0 Archiving /home/morr/foundry/foundrydata-dev/Data/systems/fvtt-les-heritiers/packs/archetypes-fees/000353.log: OK
2026/04/01-22:18:01.730193 7f303effd6c0 Level-0 table #347: 0 bytes OK 2026/05/03-23:57:34.253630 7f84523fc6c0 Table #348: 31 entries OK
2026/04/01-22:18:01.758466 7f303effd6c0 Delete type=0 #345 2026/05/03-23:57:34.257801 7f84523fc6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-dev/Data/systems/fvtt-les-heritiers/packs/archetypes-fees; recovered 1 files; 76976 bytes. Some data may have been lost. ****
2026/04/01-22:18:01.862827 7f303effd6c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at '!items!y1yOenfAJTsb3r6e' @ 93 : 1
2026/04/01-22:18:01.862841 7f303effd6c0 Compacting 1@0 + 0@1 files
2026/04/01-22:18:01.881687 7f303effd6c0 Generated table #348@0: 31 keys, 76976 bytes
2026/04/01-22:18:01.881720 7f303effd6c0 Compacted 1@0 + 0@1 files => 76976 bytes
2026/04/01-22:18:01.902022 7f303effd6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/04/01-22:18:01.902219 7f303effd6c0 Delete type=2 #179
2026/04/01-22:18:02.006270 7f303effd6c0 Manual compaction at level-0 from '!items!y1yOenfAJTsb3r6e' @ 93 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000349 MANIFEST-000355
+11 -7
View File
@@ -1,7 +1,11 @@
2026/04/01-22:18:07.610829 7f303ffff6c0 Recovering log #346 2026/05/03-23:57:34.326566 7f84523fc6c0 Delete type=3 #1
2026/04/01-22:18:07.668851 7f303ffff6c0 Delete type=3 #344 2026/05/04-00:09:43.895205 7f8451bfb6c0 Level-0 table #358: started
2026/04/01-22:18:07.668940 7f303ffff6c0 Delete type=0 #346 2026/05/04-00:09:43.895259 7f8451bfb6c0 Level-0 table #358: 0 bytes OK
2026/04/01-22:18:57.757073 7f303effd6c0 Level-0 table #352: started 2026/05/04-00:09:43.901672 7f8451bfb6c0 Delete type=0 #356
2026/04/01-22:18:57.757102 7f303effd6c0 Level-0 table #352: 0 bytes OK 2026/05/04-00:09:43.916304 7f8451bfb6c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at '!items!zbsVCsWxRzkzzG1N' @ 216 : 1
2026/04/01-22:18:57.790436 7f303effd6c0 Delete type=0 #350 2026/05/04-00:09:43.916320 7f8451bfb6c0 Compacting 1@0 + 0@1 files
2026/04/01-22:18:57.859562 7f303effd6c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end) 2026/05/04-00:09:43.920793 7f8451bfb6c0 Generated table #359@0: 72 keys, 18161 bytes
2026/05/04-00:09:43.920843 7f8451bfb6c0 Compacted 1@0 + 0@1 files => 18161 bytes
2026/05/04-00:09:43.927683 7f8451bfb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/04-00:09:43.927858 7f8451bfb6c0 Delete type=2 #348
2026/05/04-00:09:43.958572 7f8451bfb6c0 Manual compaction at level-0 from '!items!zbsVCsWxRzkzzG1N' @ 216 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
+4 -11
View File
@@ -1,11 +1,4 @@
2026/04/01-22:04:02.918161 7f30557ee6c0 Delete type=3 #1 2026/05/03-23:57:34.306976 7f84523fc6c0 Log #353: 0 ops saved to Table #354 OK
2026/04/01-22:18:02.037942 7f303effd6c0 Level-0 table #347: started 2026/05/03-23:57:34.307121 7f84523fc6c0 Archiving /home/morr/foundry/foundrydata-dev/Data/systems/fvtt-les-heritiers/packs/armes-et-protection/000353.log: OK
2026/04/01-22:18:02.037978 7f303effd6c0 Level-0 table #347: 0 bytes OK 2026/05/03-23:57:34.308504 7f84523fc6c0 Table #348: 72 entries OK
2026/04/01-22:18:02.069106 7f303effd6c0 Delete type=0 #345 2026/05/03-23:57:34.311776 7f84523fc6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-dev/Data/systems/fvtt-les-heritiers/packs/armes-et-protection; recovered 1 files; 18161 bytes. Some data may have been lost. ****
2026/04/01-22:18:02.131787 7f303effd6c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at '!items!zbsVCsWxRzkzzG1N' @ 216 : 1
2026/04/01-22:18:02.131798 7f303effd6c0 Compacting 1@0 + 0@1 files
2026/04/01-22:18:02.144068 7f303effd6c0 Generated table #348@0: 72 keys, 18161 bytes
2026/04/01-22:18:02.144102 7f303effd6c0 Compacted 1@0 + 0@1 files => 18161 bytes
2026/04/01-22:18:02.168550 7f303effd6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/04/01-22:18:02.168665 7f303effd6c0 Delete type=2 #179
2026/04/01-22:18:02.307926 7f303effd6c0 Manual compaction at level-0 from '!items!zbsVCsWxRzkzzG1N' @ 216 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000349 MANIFEST-000355
+11 -7
View File
@@ -1,7 +1,11 @@
2026/04/01-22:18:07.389011 7f303ffff6c0 Recovering log #346 2026/05/03-23:57:34.217888 7f84533fe6c0 Delete type=3 #1
2026/04/01-22:18:07.442566 7f303ffff6c0 Delete type=3 #344 2026/05/04-00:09:43.800003 7f8451bfb6c0 Level-0 table #358: started
2026/04/01-22:18:07.442655 7f303ffff6c0 Delete type=0 #346 2026/05/04-00:09:43.800126 7f8451bfb6c0 Level-0 table #358: 0 bytes OK
2026/04/01-22:18:57.645113 7f303effd6c0 Level-0 table #352: started 2026/05/04-00:09:43.806889 7f8451bfb6c0 Delete type=0 #356
2026/04/01-22:18:57.645145 7f303effd6c0 Level-0 table #352: 0 bytes OK 2026/05/04-00:09:43.827606 7f8451bfb6c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at '!items!zvtBlG6KCIn0oCVk' @ 459 : 1
2026/04/01-22:18:57.684527 7f303effd6c0 Delete type=0 #350 2026/05/04-00:09:43.827627 7f8451bfb6c0 Compacting 1@0 + 0@1 files
2026/04/01-22:18:57.719716 7f303effd6c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end) 2026/05/04-00:09:43.833263 7f8451bfb6c0 Generated table #359@0: 153 keys, 61883 bytes
2026/05/04-00:09:43.833291 7f8451bfb6c0 Compacted 1@0 + 0@1 files => 61883 bytes
2026/05/04-00:09:43.840216 7f8451bfb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/04-00:09:43.840452 7f8451bfb6c0 Delete type=2 #348
2026/05/04-00:09:43.887885 7f8451bfb6c0 Manual compaction at level-0 from '!items!zvtBlG6KCIn0oCVk' @ 459 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
+4 -11
View File
@@ -1,11 +1,4 @@
2026/04/01-22:04:02.828271 7f3054fed6c0 Delete type=3 #1 2026/05/03-23:57:34.198395 7f84533fe6c0 Log #353: 0 ops saved to Table #354 OK
2026/04/01-22:18:01.697526 7f303effd6c0 Level-0 table #347: started 2026/05/03-23:57:34.198620 7f84533fe6c0 Archiving /home/morr/foundry/foundrydata-dev/Data/systems/fvtt-les-heritiers/packs/atouts-feeriques/000353.log: OK
2026/04/01-22:18:01.697587 7f303effd6c0 Level-0 table #347: 0 bytes OK 2026/05/03-23:57:34.199568 7f84533fe6c0 Table #348: 153 entries OK
2026/04/01-22:18:01.729927 7f303effd6c0 Delete type=0 #345 2026/05/03-23:57:34.202981 7f84533fe6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-dev/Data/systems/fvtt-les-heritiers/packs/atouts-feeriques; recovered 1 files; 61883 bytes. Some data may have been lost. ****
2026/04/01-22:18:01.823265 7f303effd6c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at '!items!zvtBlG6KCIn0oCVk' @ 459 : 1
2026/04/01-22:18:01.823278 7f303effd6c0 Compacting 1@0 + 0@1 files
2026/04/01-22:18:01.833392 7f303effd6c0 Generated table #348@0: 153 keys, 61883 bytes
2026/04/01-22:18:01.833424 7f303effd6c0 Compacted 1@0 + 0@1 files => 61883 bytes
2026/04/01-22:18:01.862535 7f303effd6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/04/01-22:18:01.862662 7f303effd6c0 Delete type=2 #179
2026/04/01-22:18:02.006254 7f303effd6c0 Manual compaction at level-0 from '!items!zvtBlG6KCIn0oCVk' @ 459 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000349 MANIFEST-000355
+11 -7
View File
@@ -1,7 +1,11 @@
2026/04/01-22:18:07.221290 7f30557ee6c0 Recovering log #346 2026/05/03-23:57:34.140724 7f84523fc6c0 Delete type=3 #1
2026/04/01-22:18:07.279192 7f30557ee6c0 Delete type=3 #344 2026/05/04-00:09:43.720011 7f8451bfb6c0 Level-0 table #358: started
2026/04/01-22:18:07.279260 7f30557ee6c0 Delete type=0 #346 2026/05/04-00:09:43.720131 7f8451bfb6c0 Level-0 table #358: 0 bytes OK
2026/04/01-22:18:57.441372 7f303effd6c0 Level-0 table #352: started 2026/05/04-00:09:43.727310 7f8451bfb6c0 Delete type=0 #356
2026/04/01-22:18:57.441403 7f303effd6c0 Level-0 table #352: 0 bytes OK 2026/05/04-00:09:43.748414 7f8451bfb6c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at '!items!zfpjROW9LDAlXUkN' @ 189 : 1
2026/04/01-22:18:57.483170 7f303effd6c0 Delete type=0 #350 2026/05/04-00:09:43.748436 7f8451bfb6c0 Compacting 1@0 + 0@1 files
2026/04/01-22:18:57.557505 7f303effd6c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end) 2026/05/04-00:09:43.753807 7f8451bfb6c0 Generated table #359@0: 63 keys, 27421 bytes
2026/05/04-00:09:43.753850 7f8451bfb6c0 Compacted 1@0 + 0@1 files => 27421 bytes
2026/05/04-00:09:43.762725 7f8451bfb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/04-00:09:43.762943 7f8451bfb6c0 Delete type=2 #348
2026/05/04-00:09:43.799741 7f8451bfb6c0 Manual compaction at level-0 from '!items!zfpjROW9LDAlXUkN' @ 189 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
+4 -11
View File
@@ -1,11 +1,4 @@
2026/04/01-22:04:02.761288 7f3054fed6c0 Delete type=3 #1 2026/05/03-23:57:34.109145 7f84523fc6c0 Log #353: 0 ops saved to Table #354 OK
2026/04/01-22:18:01.450482 7f303effd6c0 Level-0 table #347: started 2026/05/03-23:57:34.109315 7f84523fc6c0 Archiving /home/morr/foundry/foundrydata-dev/Data/systems/fvtt-les-heritiers/packs/avantages/000353.log: OK
2026/04/01-22:18:01.450548 7f303effd6c0 Level-0 table #347: 0 bytes OK 2026/05/03-23:57:34.110713 7f84523fc6c0 Table #348: 63 entries OK
2026/04/01-22:18:01.481608 7f303effd6c0 Delete type=0 #345 2026/05/03-23:57:34.114475 7f84523fc6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-dev/Data/systems/fvtt-les-heritiers/packs/avantages; recovered 1 files; 27421 bytes. Some data may have been lost. ****
2026/04/01-22:18:01.561277 7f303effd6c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at '!items!zfpjROW9LDAlXUkN' @ 189 : 1
2026/04/01-22:18:01.561290 7f303effd6c0 Compacting 1@0 + 0@1 files
2026/04/01-22:18:01.574187 7f303effd6c0 Generated table #348@0: 63 keys, 27421 bytes
2026/04/01-22:18:01.574228 7f303effd6c0 Compacted 1@0 + 0@1 files => 27421 bytes
2026/04/01-22:18:01.591168 7f303effd6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/04/01-22:18:01.591346 7f303effd6c0 Delete type=2 #179
2026/04/01-22:18:01.697394 7f303effd6c0 Manual compaction at level-0 from '!items!zfpjROW9LDAlXUkN' @ 189 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000349 MANIFEST-000355
+11 -7
View File
@@ -1,7 +1,11 @@
2026/04/01-22:18:07.332490 7f303f7fe6c0 Recovering log #346 2026/05/03-23:57:34.193829 7f84523fc6c0 Delete type=3 #1
2026/04/01-22:18:07.386293 7f303f7fe6c0 Delete type=3 #344 2026/05/04-00:09:43.741701 7f8451bfb6c0 Level-0 table #358: started
2026/04/01-22:18:07.386367 7f303f7fe6c0 Delete type=0 #346 2026/05/04-00:09:43.741756 7f8451bfb6c0 Level-0 table #358: 0 bytes OK
2026/04/01-22:18:57.518084 7f303effd6c0 Level-0 table #352: started 2026/05/04-00:09:43.748167 7f8451bfb6c0 Delete type=0 #356
2026/04/01-22:18:57.518132 7f303effd6c0 Level-0 table #352: 0 bytes OK 2026/05/04-00:09:43.788365 7f8451bfb6c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at '!items!yWDg2KlXEz33TSmZ' @ 108 : 1
2026/04/01-22:18:57.557307 7f303effd6c0 Delete type=0 #350 2026/05/04-00:09:43.788392 7f8451bfb6c0 Compacting 1@0 + 0@1 files
2026/04/01-22:18:57.557530 7f303effd6c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end) 2026/05/04-00:09:43.792857 7f8451bfb6c0 Generated table #359@0: 36 keys, 24174 bytes
2026/05/04-00:09:43.792903 7f8451bfb6c0 Compacted 1@0 + 0@1 files => 24174 bytes
2026/05/04-00:09:43.799292 7f8451bfb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/04-00:09:43.799472 7f8451bfb6c0 Delete type=2 #348
2026/05/04-00:09:43.799809 7f8451bfb6c0 Manual compaction at level-0 from '!items!yWDg2KlXEz33TSmZ' @ 108 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
+4 -11
View File
@@ -1,11 +1,4 @@
2026/04/01-22:04:02.807869 7f3054fed6c0 Delete type=3 #1 2026/05/03-23:57:34.174460 7f84523fc6c0 Log #353: 0 ops saved to Table #354 OK
2026/04/01-22:18:01.532850 7f303effd6c0 Level-0 table #347: started 2026/05/03-23:57:34.174588 7f84523fc6c0 Archiving /home/morr/foundry/foundrydata-dev/Data/systems/fvtt-les-heritiers/packs/capacites/000353.log: OK
2026/04/01-22:18:01.532885 7f303effd6c0 Level-0 table #347: 0 bytes OK 2026/05/03-23:57:34.175690 7f84523fc6c0 Table #348: 36 entries OK
2026/04/01-22:18:01.561124 7f303effd6c0 Delete type=0 #345 2026/05/03-23:57:34.179262 7f84523fc6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-dev/Data/systems/fvtt-les-heritiers/packs/capacites; recovered 1 files; 24174 bytes. Some data may have been lost. ****
2026/04/01-22:18:01.659218 7f303effd6c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at '!items!yWDg2KlXEz33TSmZ' @ 108 : 1
2026/04/01-22:18:01.659229 7f303effd6c0 Compacting 1@0 + 0@1 files
2026/04/01-22:18:01.673995 7f303effd6c0 Generated table #348@0: 36 keys, 24174 bytes
2026/04/01-22:18:01.674032 7f303effd6c0 Compacted 1@0 + 0@1 files => 24174 bytes
2026/04/01-22:18:01.697115 7f303effd6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/04/01-22:18:01.697239 7f303effd6c0 Delete type=2 #179
2026/04/01-22:18:01.697439 7f303effd6c0 Manual compaction at level-0 from '!items!yWDg2KlXEz33TSmZ' @ 108 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000355 MANIFEST-000361
+11 -7
View File
@@ -1,7 +1,11 @@
2026/04/01-22:18:07.152752 7f303ffff6c0 Recovering log #352 2026/05/03-23:57:34.104869 7f84533fe6c0 Delete type=3 #1
2026/04/01-22:18:07.218573 7f303ffff6c0 Delete type=3 #350 2026/05/04-00:09:43.735090 7f8451bfb6c0 Level-0 table #364: started
2026/04/01-22:18:07.218647 7f303ffff6c0 Delete type=0 #352 2026/05/04-00:09:43.735145 7f8451bfb6c0 Level-0 table #364: 0 bytes OK
2026/04/01-22:18:57.411681 7f303effd6c0 Level-0 table #358: started 2026/05/04-00:09:43.741474 7f8451bfb6c0 Delete type=0 #362
2026/04/01-22:18:57.411725 7f303effd6c0 Level-0 table #358: 0 bytes OK 2026/05/04-00:09:43.774911 7f8451bfb6c0 Manual compaction at level-0 from '!folders!FBCujRu055QLePB2' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at '!items!zEl2NQsnCpELVWzh' @ 338 : 1
2026/04/01-22:18:57.441232 7f303effd6c0 Delete type=0 #356 2026/05/04-00:09:43.774933 7f8451bfb6c0 Compacting 1@0 + 0@1 files
2026/04/01-22:18:57.557488 7f303effd6c0 Manual compaction at level-0 from '!folders!FBCujRu055QLePB2' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end) 2026/05/04-00:09:43.780530 7f8451bfb6c0 Generated table #365@0: 77 keys, 31459 bytes
2026/05/04-00:09:43.780580 7f8451bfb6c0 Compacted 1@0 + 0@1 files => 31459 bytes
2026/05/04-00:09:43.787840 7f8451bfb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/04-00:09:43.788042 7f8451bfb6c0 Delete type=2 #354
2026/05/04-00:09:43.799789 7f8451bfb6c0 Manual compaction at level-0 from '!items!zEl2NQsnCpELVWzh' @ 338 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
+4 -11
View File
@@ -1,11 +1,4 @@
2026/04/01-22:04:02.735399 7f3054fed6c0 Delete type=3 #1 2026/05/03-23:57:33.989293 7f84533fe6c0 Log #359: 0 ops saved to Table #360 OK
2026/04/01-22:18:01.502696 7f303effd6c0 Level-0 table #353: started 2026/05/03-23:57:33.989376 7f84533fe6c0 Archiving /home/morr/foundry/foundrydata-dev/Data/systems/fvtt-les-heritiers/packs/competences/000359.log: OK
2026/04/01-22:18:01.502737 7f303effd6c0 Level-0 table #353: 0 bytes OK 2026/05/03-23:57:33.990831 7f84533fe6c0 Table #354: 77 entries OK
2026/04/01-22:18:01.532707 7f303effd6c0 Delete type=0 #351 2026/05/03-23:57:33.996217 7f84533fe6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-dev/Data/systems/fvtt-les-heritiers/packs/competences; recovered 1 files; 31459 bytes. Some data may have been lost. ****
2026/04/01-22:18:01.634566 7f303effd6c0 Manual compaction at level-0 from '!folders!FBCujRu055QLePB2' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at '!items!zEl2NQsnCpELVWzh' @ 338 : 1
2026/04/01-22:18:01.634579 7f303effd6c0 Compacting 1@0 + 0@1 files
2026/04/01-22:18:01.642285 7f303effd6c0 Generated table #354@0: 77 keys, 31459 bytes
2026/04/01-22:18:01.642313 7f303effd6c0 Compacted 1@0 + 0@1 files => 31459 bytes
2026/04/01-22:18:01.658965 7f303effd6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/04/01-22:18:01.659060 7f303effd6c0 Delete type=2 #277
2026/04/01-22:18:01.697425 7f303effd6c0 Manual compaction at level-0 from '!items!zEl2NQsnCpELVWzh' @ 338 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
Binary file not shown.
View File
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000349 MANIFEST-000355
+11 -7
View File
@@ -1,7 +1,11 @@
2026/04/01-22:18:07.281938 7f303ffff6c0 Recovering log #346 2026/05/03-23:57:34.170539 7f84523fc6c0 Delete type=3 #1
2026/04/01-22:18:07.330015 7f303ffff6c0 Delete type=3 #344 2026/05/04-00:09:43.727604 7f8451bfb6c0 Level-0 table #358: started
2026/04/01-22:18:07.330112 7f303ffff6c0 Delete type=0 #346 2026/05/04-00:09:43.727690 7f8451bfb6c0 Level-0 table #358: 0 bytes OK
2026/04/01-22:18:57.483327 7f303effd6c0 Level-0 table #352: started 2026/05/04-00:09:43.734858 7f8451bfb6c0 Delete type=0 #356
2026/04/01-22:18:57.483365 7f303effd6c0 Level-0 table #352: 0 bytes OK 2026/05/04-00:09:43.763319 7f8451bfb6c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at '!items!xzRJ6JP1HqoqxLdj' @ 195 : 1
2026/04/01-22:18:57.517844 7f303effd6c0 Delete type=0 #350 2026/05/04-00:09:43.763343 7f8451bfb6c0 Compacting 1@0 + 0@1 files
2026/04/01-22:18:57.557519 7f303effd6c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end) 2026/05/04-00:09:43.767987 7f8451bfb6c0 Generated table #359@0: 65 keys, 31582 bytes
2026/05/04-00:09:43.768029 7f8451bfb6c0 Compacted 1@0 + 0@1 files => 31582 bytes
2026/05/04-00:09:43.774349 7f8451bfb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/04-00:09:43.774598 7f8451bfb6c0 Delete type=2 #348
2026/05/04-00:09:43.799767 7f8451bfb6c0 Manual compaction at level-0 from '!items!xzRJ6JP1HqoqxLdj' @ 195 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
+4 -11
View File
@@ -1,11 +1,4 @@
2026/04/01-22:04:02.787495 7f30557ee6c0 Delete type=3 #1 2026/05/03-23:57:34.144980 7f84523fc6c0 Log #353: 0 ops saved to Table #354 OK
2026/04/01-22:18:01.481727 7f303effd6c0 Level-0 table #347: started 2026/05/03-23:57:34.145358 7f84523fc6c0 Archiving /home/morr/foundry/foundrydata-dev/Data/systems/fvtt-les-heritiers/packs/desavantages/000353.log: OK
2026/04/01-22:18:01.481750 7f303effd6c0 Level-0 table #347: 0 bytes OK 2026/05/03-23:57:34.148376 7f84523fc6c0 Table #348: 65 entries OK
2026/04/01-22:18:01.502490 7f303effd6c0 Delete type=0 #345 2026/05/03-23:57:34.152294 7f84523fc6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-dev/Data/systems/fvtt-les-heritiers/packs/desavantages; recovered 1 files; 31582 bytes. Some data may have been lost. ****
2026/04/01-22:18:01.591598 7f303effd6c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at '!items!xzRJ6JP1HqoqxLdj' @ 195 : 1
2026/04/01-22:18:01.591612 7f303effd6c0 Compacting 1@0 + 0@1 files
2026/04/01-22:18:01.604688 7f303effd6c0 Generated table #348@0: 65 keys, 31582 bytes
2026/04/01-22:18:01.604719 7f303effd6c0 Compacted 1@0 + 0@1 files => 31582 bytes
2026/04/01-22:18:01.634249 7f303effd6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/04/01-22:18:01.634407 7f303effd6c0 Delete type=2 #179
2026/04/01-22:18:01.697413 7f303effd6c0 Manual compaction at level-0 from '!items!xzRJ6JP1HqoqxLdj' @ 195 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
Binary file not shown.
View File
View File
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000067 MANIFEST-000073
+11 -7
View File
@@ -1,7 +1,11 @@
2026/04/01-22:18:07.783399 7f30557ee6c0 Recovering log #64 2026/05/03-23:57:34.403037 7f84533fe6c0 Delete type=3 #1
2026/04/01-22:18:07.832197 7f30557ee6c0 Delete type=3 #62 2026/05/04-00:09:43.909451 7f8451bfb6c0 Level-0 table #76: started
2026/04/01-22:18:07.832261 7f30557ee6c0 Delete type=0 #64 2026/05/04-00:09:43.909509 7f8451bfb6c0 Level-0 table #76: 0 bytes OK
2026/04/01-22:18:57.822755 7f303effd6c0 Level-0 table #70: started 2026/05/04-00:09:43.916080 7f8451bfb6c0 Delete type=0 #74
2026/04/01-22:18:57.822793 7f303effd6c0 Level-0 table #70: 0 bytes OK 2026/05/04-00:09:43.939696 7f8451bfb6c0 Manual compaction at level-0 from '!journal!QZDy8zwSVh7t4meA' @ 72057594037927935 : 1 .. '!journal.pages!QZDy8zwSVh7t4meA.gdXBDBkPlBjfmTy7' @ 0 : 0; will stop at '!journal.pages!QZDy8zwSVh7t4meA.gdXBDBkPlBjfmTy7' @ 1 : 1
2026/04/01-22:18:57.859405 7f303effd6c0 Delete type=0 #68 2026/05/04-00:09:43.939717 7f8451bfb6c0 Compacting 1@0 + 0@1 files
2026/04/01-22:18:57.859590 7f303effd6c0 Manual compaction at level-0 from '!journal!QZDy8zwSVh7t4meA' @ 72057594037927935 : 1 .. '!journal.pages!QZDy8zwSVh7t4meA.gdXBDBkPlBjfmTy7' @ 0 : 0; will stop at (end) 2026/05/04-00:09:43.943774 7f8451bfb6c0 Generated table #77@0: 2 keys, 4920 bytes
2026/05/04-00:09:43.943824 7f8451bfb6c0 Compacted 1@0 + 0@1 files => 4920 bytes
2026/05/04-00:09:43.950989 7f8451bfb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/04-00:09:43.951144 7f8451bfb6c0 Delete type=2 #66
2026/05/04-00:09:43.958633 7f8451bfb6c0 Manual compaction at level-0 from '!journal.pages!QZDy8zwSVh7t4meA.gdXBDBkPlBjfmTy7' @ 1 : 1 .. '!journal.pages!QZDy8zwSVh7t4meA.gdXBDBkPlBjfmTy7' @ 0 : 0; will stop at (end)
+4 -11
View File
@@ -1,11 +1,4 @@
2026/04/01-22:04:02.979490 7f303f7fe6c0 Delete type=3 #1 2026/05/03-23:57:34.382596 7f84533fe6c0 Log #71: 0 ops saved to Table #72 OK
2026/04/01-22:18:02.069241 7f303effd6c0 Level-0 table #65: started 2026/05/03-23:57:34.382721 7f84533fe6c0 Archiving /home/morr/foundry/foundrydata-dev/Data/systems/fvtt-les-heritiers/packs/journaux/000071.log: OK
2026/04/01-22:18:02.069285 7f303effd6c0 Level-0 table #65: 0 bytes OK 2026/05/03-23:57:34.383184 7f84533fe6c0 Table #66: 2 entries OK
2026/04/01-22:18:02.096408 7f303effd6c0 Delete type=0 #63 2026/05/03-23:57:34.386845 7f84533fe6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-dev/Data/systems/fvtt-les-heritiers/packs/journaux; recovered 1 files; 4920 bytes. Some data may have been lost. ****
2026/04/01-22:18:02.168860 7f303effd6c0 Manual compaction at level-0 from '!journal!QZDy8zwSVh7t4meA' @ 72057594037927935 : 1 .. '!journal.pages!QZDy8zwSVh7t4meA.gdXBDBkPlBjfmTy7' @ 0 : 0; will stop at '!journal.pages!QZDy8zwSVh7t4meA.gdXBDBkPlBjfmTy7' @ 1 : 1
2026/04/01-22:18:02.168875 7f303effd6c0 Compacting 1@0 + 0@1 files
2026/04/01-22:18:02.186051 7f303effd6c0 Generated table #66@0: 2 keys, 4920 bytes
2026/04/01-22:18:02.186112 7f303effd6c0 Compacted 1@0 + 0@1 files => 4920 bytes
2026/04/01-22:18:02.214010 7f303effd6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/04/01-22:18:02.214134 7f303effd6c0 Delete type=2 #5
2026/04/01-22:18:02.307955 7f303effd6c0 Manual compaction at level-0 from '!journal.pages!QZDy8zwSVh7t4meA.gdXBDBkPlBjfmTy7' @ 1 : 1 .. '!journal.pages!QZDy8zwSVh7t4meA.gdXBDBkPlBjfmTy7' @ 0 : 0; will stop at (end)
Binary file not shown.
View File
View File
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000153 MANIFEST-000159
+11 -7
View File
@@ -1,7 +1,11 @@
2026/04/01-22:18:07.445268 7f303f7fe6c0 Recovering log #150 2026/05/03-23:57:34.244429 7f84523fc6c0 Delete type=3 #1
2026/04/01-22:18:07.497391 7f303f7fe6c0 Delete type=3 #148 2026/05/04-00:09:43.814214 7f8451bfb6c0 Level-0 table #162: started
2026/04/01-22:18:07.497466 7f303f7fe6c0 Delete type=0 #150 2026/05/04-00:09:43.814269 7f8451bfb6c0 Level-0 table #162: 0 bytes OK
2026/04/01-22:18:57.594156 7f303effd6c0 Level-0 table #156: started 2026/05/04-00:09:43.820509 7f8451bfb6c0 Delete type=0 #160
2026/04/01-22:18:57.594188 7f303effd6c0 Level-0 table #156: 0 bytes OK 2026/05/04-00:09:43.854003 7f8451bfb6c0 Manual compaction at level-0 from '!folders!5pCYN0vTiCKOHrXM' @ 72057594037927935 : 1 .. '!items!zbZ88BQkH9ZCYlDK' @ 0 : 0; will stop at '!items!zbZ88BQkH9ZCYlDK' @ 589 : 1
2026/04/01-22:18:57.644990 7f303effd6c0 Delete type=0 #154 2026/05/04-00:09:43.854024 7f8451bfb6c0 Compacting 1@0 + 0@1 files
2026/04/01-22:18:57.719693 7f303effd6c0 Manual compaction at level-0 from '!folders!5pCYN0vTiCKOHrXM' @ 72057594037927935 : 1 .. '!items!zbZ88BQkH9ZCYlDK' @ 0 : 0; will stop at (end) 2026/05/04-00:09:43.862486 7f8451bfb6c0 Generated table #163@0: 146 keys, 129863 bytes
2026/05/04-00:09:43.862526 7f8451bfb6c0 Compacted 1@0 + 0@1 files => 129863 bytes
2026/05/04-00:09:43.869189 7f8451bfb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/04-00:09:43.869379 7f8451bfb6c0 Delete type=2 #152
2026/05/04-00:09:43.887933 7f8451bfb6c0 Manual compaction at level-0 from '!items!zbZ88BQkH9ZCYlDK' @ 589 : 1 .. '!items!zbZ88BQkH9ZCYlDK' @ 0 : 0; will stop at (end)
+4 -11
View File
@@ -1,11 +1,4 @@
2026/04/01-22:04:02.850757 7f303f7fe6c0 Delete type=3 #1 2026/05/03-23:57:34.222649 7f84523fc6c0 Log #157: 0 ops saved to Table #158 OK
2026/04/01-22:18:01.758624 7f303effd6c0 Level-0 table #151: started 2026/05/03-23:57:34.222785 7f84523fc6c0 Archiving /home/morr/foundry/foundrydata-dev/Data/systems/fvtt-les-heritiers/packs/magie-sorts/000157.log: OK
2026/04/01-22:18:01.758655 7f303effd6c0 Level-0 table #151: 0 bytes OK 2026/05/03-23:57:34.225042 7f84523fc6c0 Table #152: 146 entries OK
2026/04/01-22:18:01.785590 7f303effd6c0 Delete type=0 #149 2026/05/03-23:57:34.228343 7f84523fc6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-dev/Data/systems/fvtt-les-heritiers/packs/magie-sorts; recovered 1 files; 129863 bytes. Some data may have been lost. ****
2026/04/01-22:18:01.902455 7f303effd6c0 Manual compaction at level-0 from '!folders!5pCYN0vTiCKOHrXM' @ 72057594037927935 : 1 .. '!items!zbZ88BQkH9ZCYlDK' @ 0 : 0; will stop at '!items!zbZ88BQkH9ZCYlDK' @ 589 : 1
2026/04/01-22:18:01.902469 7f303effd6c0 Compacting 1@0 + 0@1 files
2026/04/01-22:18:01.924956 7f303effd6c0 Generated table #152@0: 146 keys, 129863 bytes
2026/04/01-22:18:01.925000 7f303effd6c0 Compacted 1@0 + 0@1 files => 129863 bytes
2026/04/01-22:18:01.956591 7f303effd6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/04/01-22:18:01.956791 7f303effd6c0 Delete type=2 #107
2026/04/01-22:18:02.006282 7f303effd6c0 Manual compaction at level-0 from '!items!zbZ88BQkH9ZCYlDK' @ 589 : 1 .. '!items!zbZ88BQkH9ZCYlDK' @ 0 : 0; will stop at (end)
Binary file not shown.
View File
View File
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000350 MANIFEST-000356
+11 -7
View File
@@ -1,7 +1,11 @@
2026/04/01-22:18:07.556228 7f30557ee6c0 Recovering log #347 2026/05/03-23:57:34.301667 7f8452bfd6c0 Delete type=3 #1
2026/04/01-22:18:07.608208 7f30557ee6c0 Delete type=3 #345 2026/05/04-00:09:43.820783 7f8451bfb6c0 Level-0 table #359: started
2026/04/01-22:18:07.608281 7f30557ee6c0 Delete type=0 #347 2026/05/04-00:09:43.820858 7f8451bfb6c0 Level-0 table #359: 0 bytes OK
2026/04/01-22:18:57.684760 7f303effd6c0 Level-0 table #353: started 2026/05/04-00:09:43.827386 7f8451bfb6c0 Delete type=0 #357
2026/04/01-22:18:57.684810 7f303effd6c0 Level-0 table #353: 0 bytes OK 2026/05/04-00:09:43.869680 7f8451bfb6c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at '!items!zON0h5SjFyANjPnA' @ 540 : 1
2026/04/01-22:18:57.719410 7f303effd6c0 Delete type=0 #351 2026/05/04-00:09:43.869699 7f8451bfb6c0 Compacting 1@0 + 0@1 files
2026/04/01-22:18:57.719734 7f303effd6c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end) 2026/05/04-00:09:43.880726 7f8451bfb6c0 Generated table #360@0: 135 keys, 279479 bytes
2026/05/04-00:09:43.880758 7f8451bfb6c0 Compacted 1@0 + 0@1 files => 279479 bytes
2026/05/04-00:09:43.887252 7f8451bfb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/04-00:09:43.887507 7f8451bfb6c0 Delete type=2 #349
2026/05/04-00:09:43.887956 7f8451bfb6c0 Manual compaction at level-0 from '!items!zON0h5SjFyANjPnA' @ 540 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
+4 -11
View File
@@ -1,11 +1,4 @@
2026/04/01-22:04:02.897025 7f303ffff6c0 Delete type=3 #1 2026/05/03-23:57:34.278720 7f8452bfd6c0 Log #354: 0 ops saved to Table #355 OK
2026/04/01-22:18:01.785750 7f303effd6c0 Level-0 table #348: started 2026/05/03-23:57:34.278834 7f8452bfd6c0 Archiving /home/morr/foundry/foundrydata-dev/Data/systems/fvtt-les-heritiers/packs/pouvoirs/000354.log: OK
2026/04/01-22:18:01.785788 7f303effd6c0 Level-0 table #348: 0 bytes OK 2026/05/03-23:57:34.282451 7f8452bfd6c0 Table #349: 135 entries OK
2026/04/01-22:18:01.823078 7f303effd6c0 Delete type=0 #346 2026/05/03-23:57:34.286087 7f8452bfd6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-dev/Data/systems/fvtt-les-heritiers/packs/pouvoirs; recovered 1 files; 279479 bytes. Some data may have been lost. ****
2026/04/01-22:18:01.957069 7f303effd6c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at '!items!zON0h5SjFyANjPnA' @ 540 : 1
2026/04/01-22:18:01.957085 7f303effd6c0 Compacting 1@0 + 0@1 files
2026/04/01-22:18:01.976473 7f303effd6c0 Generated table #349@0: 135 keys, 279479 bytes
2026/04/01-22:18:01.976503 7f303effd6c0 Compacted 1@0 + 0@1 files => 279479 bytes
2026/04/01-22:18:02.005890 7f303effd6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/04/01-22:18:02.006045 7f303effd6c0 Delete type=2 #180
2026/04/01-22:18:02.006294 7f303effd6c0 Manual compaction at level-0 from '!items!zON0h5SjFyANjPnA' @ 540 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
Binary file not shown.
View File
View File
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000346 MANIFEST-000352
+5 -7
View File
@@ -1,7 +1,5 @@
2026/04/01-22:18:07.672422 7f303f7fe6c0 Recovering log #344 2026/05/03-23:57:34.349994 7f84533fe6c0 Delete type=3 #1
2026/04/01-22:18:07.716816 7f303f7fe6c0 Delete type=3 #342 2026/05/04-00:09:43.888173 7f8451bfb6c0 Level-0 table #355: started
2026/04/01-22:18:07.716880 7f303f7fe6c0 Delete type=0 #344 2026/05/04-00:09:43.888249 7f8451bfb6c0 Level-0 table #355: 0 bytes OK
2026/04/01-22:18:57.719835 7f303effd6c0 Level-0 table #349: started 2026/05/04-00:09:43.894947 7f8451bfb6c0 Delete type=0 #353
2026/04/01-22:18:57.719929 7f303effd6c0 Level-0 table #349: 0 bytes OK 2026/05/04-00:09:43.916275 7f8451bfb6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2026/04/01-22:18:57.756920 7f303effd6c0 Delete type=0 #347
2026/04/01-22:18:57.859545 7f303effd6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
+3 -5
View File
@@ -1,5 +1,3 @@
2026/04/01-22:04:02.937152 7f303f7fe6c0 Delete type=3 #1 2026/05/03-23:57:34.331433 7f84533fe6c0 Log #350: 0 ops saved to Table #351 OK
2026/04/01-22:18:02.006399 7f303effd6c0 Level-0 table #345: started 2026/05/03-23:57:34.331562 7f84533fe6c0 Archiving /home/morr/foundry/foundrydata-dev/Data/systems/fvtt-les-heritiers/packs/profils/000350.log: OK
2026/04/01-22:18:02.006439 7f303effd6c0 Level-0 table #345: 0 bytes OK 2026/05/03-23:57:34.335552 7f84533fe6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-dev/Data/systems/fvtt-les-heritiers/packs/profils; recovered 0 files; 0 bytes. Some data may have been lost. ****
2026/04/01-22:18:02.037749 7f303effd6c0 Delete type=0 #343
2026/04/01-22:18:02.131765 7f303effd6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
Binary file not shown.
View File
View File
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000318 MANIFEST-000324
+11 -7
View File
@@ -1,7 +1,11 @@
2026/04/01-22:18:07.719675 7f303ffff6c0 Recovering log #315 2026/05/03-23:57:34.377514 7f8453bff6c0 Delete type=3 #1
2026/04/01-22:18:07.780030 7f303ffff6c0 Delete type=3 #313 2026/05/04-00:09:43.901847 7f8451bfb6c0 Level-0 table #327: started
2026/04/01-22:18:07.780122 7f303ffff6c0 Delete type=0 #315 2026/05/04-00:09:43.901893 7f8451bfb6c0 Level-0 table #327: 0 bytes OK
2026/04/01-22:18:57.790586 7f303effd6c0 Level-0 table #321: started 2026/05/04-00:09:43.909174 7f8451bfb6c0 Delete type=0 #325
2026/04/01-22:18:57.790620 7f303effd6c0 Level-0 table #321: 0 bytes OK 2026/05/04-00:09:43.928728 7f8451bfb6c0 Manual compaction at level-0 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes.levels!ypDutqjqZcr7lx6I.defaultLevel0000' @ 0 : 0; will stop at '!scenes.levels!ypDutqjqZcr7lx6I.defaultLevel0000' @ 27 : 1
2026/04/01-22:18:57.822610 7f303effd6c0 Delete type=0 #319 2026/05/04-00:09:43.928750 7f8451bfb6c0 Compacting 1@0 + 0@1 files
2026/04/01-22:18:57.859578 7f303effd6c0 Manual compaction at level-0 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes.levels!ypDutqjqZcr7lx6I.defaultLevel0000' @ 0 : 0; will stop at (end) 2026/05/04-00:09:43.932775 7f8451bfb6c0 Generated table #328@0: 8 keys, 3223 bytes
2026/05/04-00:09:43.932801 7f8451bfb6c0 Compacted 1@0 + 0@1 files => 3223 bytes
2026/05/04-00:09:43.939215 7f8451bfb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/05/04-00:09:43.939405 7f8451bfb6c0 Delete type=2 #317
2026/05/04-00:09:43.958609 7f8451bfb6c0 Manual compaction at level-0 from '!scenes.levels!ypDutqjqZcr7lx6I.defaultLevel0000' @ 27 : 1 .. '!scenes.levels!ypDutqjqZcr7lx6I.defaultLevel0000' @ 0 : 0; will stop at (end)
+4 -12
View File
@@ -1,12 +1,4 @@
2026/04/01-22:04:02.958617 7f3054fed6c0 Delete type=3 #1 2026/05/03-23:57:34.354584 7f8453bff6c0 Log #322: 0 ops saved to Table #323 OK
2026/04/01-22:18:02.096562 7f303effd6c0 Level-0 table #316: started 2026/05/03-23:57:34.354708 7f8453bff6c0 Archiving /home/morr/foundry/foundrydata-dev/Data/systems/fvtt-les-heritiers/packs/scenes/000322.log: OK
2026/04/01-22:18:02.116453 7f303effd6c0 Level-0 table #316: 3223 bytes OK 2026/05/03-23:57:34.355652 7f8453bff6c0 Table #317: 8 entries OK
2026/04/01-22:18:02.131581 7f303effd6c0 Delete type=0 #314 2026/05/03-23:57:34.358822 7f8453bff6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-dev/Data/systems/fvtt-les-heritiers/packs/scenes; recovered 1 files; 3223 bytes. Some data may have been lost. ****
2026/04/01-22:18:02.214282 7f303effd6c0 Manual compaction at level-0 from '!scenes!8DjkNeeujp2qff1N' @ 72057594037927935 : 1 .. '!scenes.levels!ypDutqjqZcr7lx6I.defaultLevel0000' @ 0 : 0; will stop at '!scenes!ypDutqjqZcr7lx6I' @ 20 : 1
2026/04/01-22:18:02.214293 7f303effd6c0 Compacting 2@0 + 0@1 files
2026/04/01-22:18:02.231344 7f303effd6c0 Generated table #317@0: 8 keys, 3223 bytes
2026/04/01-22:18:02.231382 7f303effd6c0 Compacted 2@0 + 0@1 files => 3223 bytes
2026/04/01-22:18:02.268192 7f303effd6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/04/01-22:18:02.268327 7f303effd6c0 Delete type=2 #148
2026/04/01-22:18:02.268480 7f303effd6c0 Delete type=2 #316
2026/04/01-22:18:02.307970 7f303effd6c0 Manual compaction at level-0 from '!scenes!ypDutqjqZcr7lx6I' @ 20 : 1 .. '!scenes.levels!ypDutqjqZcr7lx6I.defaultLevel0000' @ 0 : 0; will stop at (end)
Binary file not shown.
View File
+10 -5
View File
@@ -43,7 +43,10 @@
/* =================== 3. OVERRIDE FOUNDRY BACKGROUND ======= */ /* =================== 3. OVERRIDE FOUNDRY BACKGROUND ======= */
--background: #e8e4d8; --background: #e8e4d8;
} }
body { .application.sheet.item,
.application.sheet.actor,
.window-app.sheet.item,
.window-app.sheet.actor {
--input-height: 1.8rem; --input-height: 1.8rem;
} }
/*@import url("https://fonts.googleapis.com/css2?family=Martel:wght@400;800&family=Roboto:wght@300;400;500&display=swap");*/ /*@import url("https://fonts.googleapis.com/css2?family=Martel:wght@400;800&family=Roboto:wght@300;400;500&display=swap");*/
@@ -414,18 +417,21 @@ table {
.fvtt-les-heritiers .sheet-body select { .fvtt-les-heritiers .sheet-body select {
color: rgba(0, 0, 0, 0.9); color: rgba(0, 0, 0, 0.9);
} }
.editor { .application.sheet .editor,
.window-app.sheet .editor {
border: 2; border: 2;
height: 300px; height: 300px;
margin-top: 8px; margin-top: 8px;
padding: 0 3px; padding: 0 3px;
} }
.medium-editor { .application.sheet .medium-editor,
.window-app.sheet .medium-editor {
border: 2; border: 2;
height: 240px; height: 240px;
padding: 0 3px; padding: 0 3px;
} }
.small-editor { .application.sheet .small-editor,
.window-app.sheet .small-editor {
border: 2; border: 2;
height: 120px; height: 120px;
padding: 0 3px; padding: 0 3px;
@@ -1409,7 +1415,6 @@ form.skill-roll-dialog input[type="checkbox"] {
/* ======================================== */ /* ======================================== */
/* Sidebar CSS */ /* Sidebar CSS */
#sidebar { #sidebar {
font-size: 1rem;
background-position: 100%; background-position: 100%;
color: rgba(220, 220, 220, 0.75); color: rgba(220, 220, 220, 0.75);
} }
File diff suppressed because one or more lines are too long