Compare commits
No commits in common. "v13" and "v10" have entirely different histories.
@ -13,7 +13,7 @@ jobs:
|
||||
#- uses: actions/checkout@v3
|
||||
- uses: RouxAntoine/checkout@v3.5.4
|
||||
with:
|
||||
ref: "v13"
|
||||
ref: 'v10'
|
||||
|
||||
# get part of the tag after the `v`
|
||||
- name: Extract tag version number
|
||||
@ -25,7 +25,7 @@ jobs:
|
||||
id: sub_manifest_link_version
|
||||
uses: microsoft/variable-substitution@v1
|
||||
with:
|
||||
files: "system.json"
|
||||
files: 'system.json'
|
||||
env:
|
||||
version: ${{steps.get_version.outputs.version-without-v}}
|
||||
url: https://www.uberwald.me/gitea/public/bol
|
||||
@ -37,12 +37,12 @@ jobs:
|
||||
apt update -y
|
||||
apt install -y zip
|
||||
|
||||
- run: zip -r ./bol.zip system.json template.json README.md LICENSE assets/ compendiums/ css/ fonts/ images/ lang/ module/ packs/ styles/ templates/ ui/
|
||||
- run: zip -r ./bol.zip system.json template.json README.md LICENSE assets/ css/ fonts/ images/ lang/ module/ packs/ styles/ templates/ ui/
|
||||
|
||||
- name: setup go
|
||||
uses: https://github.com/actions/setup-go@v4
|
||||
with:
|
||||
go-version: ">=1.20.1"
|
||||
go-version: '>=1.20.1'
|
||||
|
||||
- name: Use Go Action
|
||||
id: use-go-action
|
||||
@ -51,4 +51,4 @@ jobs:
|
||||
files: |-
|
||||
./bol.zip
|
||||
system.json
|
||||
api_key: "${{secrets.RELEASE_TOKEN_UBERWALD}}"
|
||||
api_key: '${{secrets.RELEASE_TOKEN_UBERWALD}}'
|
||||
|
11
changelog.md
11
changelog.md
@ -1,26 +1,22 @@
|
||||
|
||||
# v13.0.0
|
||||
|
||||
- Foundry v13 only
|
||||
Changes :
|
||||
|
||||
# v12.1.7
|
||||
|
||||
- Enhance welcome message
|
||||
|
||||
# v12.1.1
|
||||
# v12.1.0
|
||||
|
||||
## French
|
||||
|
||||
- Correction sur les conditions des sorts
|
||||
- Jet d'armures correctement affichés
|
||||
- Dégat à 0 possibles sur les armes/capacités
|
||||
|
||||
## English
|
||||
|
||||
- Corrected spell conditions
|
||||
- Armor rolls are now correctly displayed
|
||||
- Weapon/capacity damage can now be set to 0
|
||||
|
||||
|
||||
# v12.1.0
|
||||
|
||||
- Gestion des Hordes
|
||||
@ -63,3 +59,4 @@
|
||||
- Lorsqu'une arme relance les 1 sur ses dégats, l'information est affichée dans le tchat
|
||||
- Termes corrects pour les PNJs (ie rival)
|
||||
- Nouveaux équipements issus du Dieu Voilé
|
||||
|
||||
|
10
css/bol.css
10
css/bol.css
@ -140,9 +140,9 @@ ul.no-bullets {
|
||||
flex-flow: row wrap;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
/* Wrong in v13.flexrow > * {
|
||||
.flexrow > * {
|
||||
flex: 1;
|
||||
} */
|
||||
}
|
||||
.flexrow .flex1 {
|
||||
flex: 1;
|
||||
}
|
||||
@ -1074,9 +1074,9 @@ body.system-bol img#logo {
|
||||
height: fit-content;
|
||||
min-width: 6rem;
|
||||
flex-basis: auto;
|
||||
padding: 0.20rem;
|
||||
line-height: 1.1rem;
|
||||
margin: 0.20rem;
|
||||
padding: 0;
|
||||
line-height: 1rem;
|
||||
margin: 0.25rem;
|
||||
}
|
||||
.control-icon.tokenhudicon.right {
|
||||
margin-left: 8px;
|
||||
|
@ -5,7 +5,7 @@
|
||||
import { BoLRoll } from "../controllers/bol-rolls.js";
|
||||
import { BoLUtility } from "../system/bol-utility.js";
|
||||
|
||||
export class BoLActorSheet extends foundry.appv1.sheets.ActorSheet {
|
||||
export class BoLActorSheet extends ActorSheet {
|
||||
|
||||
/** @override */
|
||||
static get defaultOptions() {
|
||||
@ -170,8 +170,8 @@ export class BoLActorSheet extends foundry.appv1.sheets.ActorSheet {
|
||||
formData.charType = this.actor.getCharType()
|
||||
formData.villainy = this.actor.getVillainy()
|
||||
formData.isUndead = this.actor.isUndead()
|
||||
formData.biography = await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.object.system.details?.biography || "", { async: true })
|
||||
formData.notes = await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.object.system.details.notes || "", { async: true })
|
||||
formData.biography = await TextEditor.enrichHTML(this.object.system.details?.biography || "", { async: true })
|
||||
formData.notes = await TextEditor.enrichHTML(this.object.system.details.notes || "", { async: true })
|
||||
formData.isSorcerer = this.actor.isSorcerer()
|
||||
formData.isAlchemist = this.actor.isAlchemist()
|
||||
formData.isAstrologer = this.actor.isAstrologer()
|
||||
|
@ -5,7 +5,7 @@
|
||||
import { BoLRoll } from "../controllers/bol-rolls.js";
|
||||
import { BoLUtility } from "../system/bol-utility.js";
|
||||
|
||||
export class BoLHordeSheet extends foundry.appv1.sheets.ActorSheet {
|
||||
export class BoLHordeSheet extends ActorSheet {
|
||||
|
||||
/** @override */
|
||||
static get defaultOptions() {
|
||||
@ -116,7 +116,7 @@ export class BoLHordeSheet extends foundry.appv1.sheets.ActorSheet {
|
||||
formData.options = this.options
|
||||
formData.owner = this.document.isOwner
|
||||
formData.editScore = this.options.editScore
|
||||
formData.description = await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.actor.system.description, {async: true})
|
||||
formData.description = await TextEditor.enrichHTML(this.actor.system.description, {async: true})
|
||||
|
||||
formData.isGM = game.user.isGM
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
import { BoLRoll } from "../controllers/bol-rolls.js";
|
||||
import { BoLUtility } from "../system/bol-utility.js";
|
||||
|
||||
export class BoLVehicleSheet extends foundry.appv1.sheets.ActorSheet {
|
||||
export class BoLVehicleSheet extends ActorSheet {
|
||||
|
||||
/** @override */
|
||||
static get defaultOptions() {
|
||||
@ -127,7 +127,7 @@ export class BoLVehicleSheet extends foundry.appv1.sheets.ActorSheet {
|
||||
formData.options = this.options
|
||||
formData.owner = this.document.isOwner
|
||||
formData.editScore = this.options.editScore
|
||||
formData.description = await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.actor.system.description, {async: true})
|
||||
formData.description = await TextEditor.enrichHTML(this.actor.system.description, {async: true})
|
||||
|
||||
formData.isGM = game.user.isGM
|
||||
|
||||
|
@ -51,13 +51,13 @@ Hooks.once('init', async function () {
|
||||
CONFIG.Combat.documentClass = BoLCombatManager;
|
||||
|
||||
// Register sheet application classes
|
||||
foundry.documents.collections.Actors.unregisterSheet("core", foundry.appv1.sheets.ActorSheet);
|
||||
foundry.documents.collections.Actors.registerSheet("bol", BoLActorSheet, { types: ["character", "encounter"], makeDefault: true })
|
||||
foundry.documents.collections.Actors.registerSheet("bol", BoLVehicleSheet, { types: ["vehicle"], makeDefault: true })
|
||||
foundry.documents.collections.Actors.registerSheet("bol", BoLHordeSheet, { types: ["horde"], makeDefault: true })
|
||||
Actors.unregisterSheet("core", ActorSheet);
|
||||
Actors.registerSheet("bol", BoLActorSheet, { types: ["character", "encounter"], makeDefault: true })
|
||||
Actors.registerSheet("bol", BoLVehicleSheet, { types: ["vehicle"], makeDefault: true })
|
||||
Actors.registerSheet("bol", BoLHordeSheet, { types: ["horde"], makeDefault: true })
|
||||
|
||||
foundry.documents.collections.Items.unregisterSheet("core", foundry.appv1.sheets.ItemSheet);
|
||||
foundry.documents.collections.Items.registerSheet("bol", BoLItemSheet, { makeDefault: true });
|
||||
Items.unregisterSheet("core", ItemSheet);
|
||||
Items.registerSheet("bol", BoLItemSheet, { makeDefault: true });
|
||||
|
||||
// Inot useful stuff
|
||||
BoLUtility.init()
|
||||
@ -174,3 +174,5 @@ Hooks.once('ready', async function () {
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
|
||||
|
@ -551,7 +551,7 @@ export class BoLRoll {
|
||||
console.log("ROLLDATA", rollData)
|
||||
|
||||
// Then display+process the dialog
|
||||
const rollOptionContent = await foundry.applications.handlebars.renderTemplate(rollOptionTpl, rollData);
|
||||
const rollOptionContent = await renderTemplate(rollOptionTpl, rollData);
|
||||
let d = new Dialog({
|
||||
title: rollData.label,
|
||||
content: rollOptionContent,
|
||||
@ -805,13 +805,13 @@ export class BoLDefaultRoll {
|
||||
/* -------------------------------------------- */
|
||||
_buildDamageChatMessage(rollData) {
|
||||
const rollMessageTpl = 'systems/bol/templates/chat/rolls/damage-roll-card.hbs';
|
||||
return foundry.applications.handlebars.renderTemplate(rollMessageTpl, rollData)
|
||||
return renderTemplate(rollMessageTpl, rollData)
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
_buildChatMessage(rollData) {
|
||||
const rollMessageTpl = 'systems/bol/templates/chat/rolls/default-roll-card.hbs'
|
||||
return foundry.applications.handlebars.renderTemplate(rollMessageTpl, rollData)
|
||||
return renderTemplate(rollMessageTpl, rollData)
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ import { BoLUtility } from "../system/bol-utility.js";
|
||||
* Extend the basic ItemSheet with some very simple modifications
|
||||
* @extends {ItemSheet}
|
||||
*/
|
||||
export class BoLItemSheet extends foundry.appv1.sheets.ItemSheet {
|
||||
export class BoLItemSheet extends ItemSheet {
|
||||
|
||||
/** @override */
|
||||
static get defaultOptions() {
|
||||
@ -13,7 +13,6 @@ export class BoLItemSheet extends foundry.appv1.sheets.ItemSheet {
|
||||
template: "systems/bol/templates/item/item-sheet.hbs",
|
||||
width: 650,
|
||||
height: 780,
|
||||
dragDrop: [{ dragSelector: null, dropSelector: null }],
|
||||
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "description" }]
|
||||
});
|
||||
}
|
||||
@ -28,7 +27,7 @@ export class BoLItemSheet extends foundry.appv1.sheets.ItemSheet {
|
||||
data.category = itemData.system.category
|
||||
data.isGM = game.user.isGM;
|
||||
data.itemProperties = this.item.itemProperties;
|
||||
data.description = await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.object.system.description, { async: true })
|
||||
data.description = await TextEditor.enrichHTML(this.object.system.description, { async: true })
|
||||
if (data.document.actor) {
|
||||
data.careers = data.document.actor.careers
|
||||
}
|
||||
@ -103,7 +102,6 @@ export class BoLItemSheet extends foundry.appv1.sheets.ItemSheet {
|
||||
activateListeners(html) {
|
||||
|
||||
super.activateListeners(html);
|
||||
|
||||
// Everything below here is only needed if the sheet is editable
|
||||
if (!this.options.editable) return;
|
||||
// Roll handlers, click handlers, etc. would go here.
|
||||
|
@ -12,8 +12,8 @@ export class BoLTokenHud {
|
||||
|
||||
/* -------------------------------------------- */
|
||||
static async removeExtensionHud(app, html, tokenId) {
|
||||
$(html).find('.control-icon.bol-roll').remove()
|
||||
$(html).find('.control-icon.bol-action').remove()
|
||||
html.find('.control-icon.bol-roll').remove()
|
||||
html.find('.control-icon.bol-action').remove()
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
@ -25,7 +25,7 @@ export class BoLTokenHud {
|
||||
|
||||
const hudData = { actor: actor, actionsList: actor.buildListeActions(), rollsList: actor.buildRollList() }
|
||||
|
||||
const controlIconActions = $(html).find('.control-icon[data-action=combat]');
|
||||
const controlIconActions = html.find('.control-icon[data-action=combat]');
|
||||
// initiative
|
||||
await BoLTokenHud._configureSubMenu(controlIconActions, 'systems/bol/templates/token/hud-actor-actions.hbs', hudData,
|
||||
(event) => {
|
||||
@ -43,7 +43,7 @@ export class BoLTokenHud {
|
||||
}
|
||||
})
|
||||
|
||||
const controlIconTarget = $(html).find('.control-icon[data-action=target]');
|
||||
const controlIconTarget = html.find('.control-icon[data-action=target]');
|
||||
// att+apt+career
|
||||
await BoLTokenHud._configureSubMenu(controlIconTarget, 'systems/bol/templates/token/hud-actor-rolls.hbs', hudData,
|
||||
(event) => {
|
||||
@ -59,7 +59,7 @@ export class BoLTokenHud {
|
||||
|
||||
/* -------------------------------------------- */
|
||||
static async addTokenHudExtensions(app, html, tokenId) {
|
||||
const controlIconCombat = $(html).find('.control-icon[data-action=combat]')
|
||||
const controlIconCombat = html.find('.control-icon[data-action=combat]')
|
||||
if (controlIconCombat.length > 0) {
|
||||
BoLTokenHud.addExtensionHud(app, html, tokenId);
|
||||
}
|
||||
|
@ -331,7 +331,7 @@ export class BoLCalendar extends Application {
|
||||
calendrierData.jourMoisOptions = RdDCalendrier.buildJoursMois();
|
||||
calendrierData.heuresOptions = [0, 1];
|
||||
calendrierData.minutesOptions = Array(RDD_MINUTES_PAR_HEURES).fill().map((item, index) => 0 + index);
|
||||
let html = await foundry.applications.handlebars.renderTemplate('systems/foundryvtt-reve-de-dragon/templates/calendar-editor-template.html', calendrierData);
|
||||
let html = await renderTemplate('systems/foundryvtt-reve-de-dragon/templates/calendar-editor-template.html', calendrierData);
|
||||
this.editeur = new RdDCalendrierEditeur(html, this, calendrierData)
|
||||
}
|
||||
this.editeur.updateData(calendrierData);
|
||||
|
@ -344,7 +344,7 @@ export class BoLUtility {
|
||||
|
||||
/* -------------------------------------------- */
|
||||
static async chatMessageHandler(message, html, data) {
|
||||
const chatCard = $(html).find('.flavor-text')
|
||||
const chatCard = html.find('.flavor-text')
|
||||
if (chatCard.length > 0) {
|
||||
// If the user is the message author or the actor owner, proceed
|
||||
const actor = game.actors.get(data.message.speaker.actor)
|
||||
@ -381,8 +381,6 @@ export class BoLUtility {
|
||||
/* -------------------------------------------- */
|
||||
static async chatListeners(html) {
|
||||
|
||||
html = $(html);
|
||||
|
||||
// Damage handling
|
||||
html.on("click", '.chat-damage-apply', event => {
|
||||
let rollData = BoLUtility.getRollDataFromMessage(event)
|
||||
|
@ -15,7 +15,7 @@ export default function registerHooks() {
|
||||
}))
|
||||
|
||||
Hooks.on('renderChatLog', (log, html, data) => BoLUtility.chatListeners(html))
|
||||
Hooks.on('renderChatMessageHTML', (message, html, data) => BoLUtility.chatMessageHandler(message, html, data))
|
||||
Hooks.on('renderChatMessage', (message, html, data) => BoLUtility.chatMessageHandler(message, html, data))
|
||||
|
||||
/**
|
||||
* Create a macro when dropping an entity on the hotbar
|
||||
@ -73,7 +73,7 @@ export default function registerHooks() {
|
||||
button.addEventListener('click', () => {
|
||||
game.bol.charSummary.render(true)
|
||||
})
|
||||
$(html).find('.header-actions').after(button)
|
||||
html.find('.header-actions').after(button)
|
||||
}
|
||||
})
|
||||
|
||||
|
@ -66,5 +66,5 @@ export const preloadHandlebarsTemplates = async function () {
|
||||
];
|
||||
|
||||
// Load the template parts
|
||||
return foundry.applications.handlebars.loadTemplates(templatePaths);
|
||||
return loadTemplates(templatePaths);
|
||||
};
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000795
|
||||
MANIFEST-000766
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/05/15-18:10:38.386117 7f181c7f86c0 Recovering log #793
|
||||
2025/05/15-18:10:38.396065 7f181c7f86c0 Delete type=3 #791
|
||||
2025/05/15-18:10:38.396123 7f181c7f86c0 Delete type=0 #793
|
||||
2025/05/15-18:18:02.908326 7f181bff76c0 Level-0 table #798: started
|
||||
2025/05/15-18:18:02.908348 7f181bff76c0 Level-0 table #798: 0 bytes OK
|
||||
2025/05/15-18:18:02.931546 7f181bff76c0 Delete type=0 #796
|
||||
2025/05/15-18:18:03.015825 7f181bff76c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:18:03.015893 7f181bff76c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:10:17.059640 7f9cf5ffb6c0 Recovering log #764
|
||||
2025/03/31-07:10:17.113093 7f9cf5ffb6c0 Delete type=3 #762
|
||||
2025/03/31-07:10:17.113203 7f9cf5ffb6c0 Delete type=0 #764
|
||||
2025/03/31-07:15:11.784077 7f9cf4ff96c0 Level-0 table #769: started
|
||||
2025/03/31-07:15:11.784139 7f9cf4ff96c0 Level-0 table #769: 0 bytes OK
|
||||
2025/03/31-07:15:11.820358 7f9cf4ff96c0 Delete type=0 #767
|
||||
2025/03/31-07:15:11.863418 7f9cf4ff96c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:15:11.863502 7f9cf4ff96c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/05/15-16:00:11.744932 7f181dffb6c0 Recovering log #789
|
||||
2025/05/15-16:00:11.754786 7f181dffb6c0 Delete type=3 #787
|
||||
2025/05/15-16:00:11.754839 7f181dffb6c0 Delete type=0 #789
|
||||
2025/05/15-18:07:39.129483 7f181bff76c0 Level-0 table #794: started
|
||||
2025/05/15-18:07:39.129511 7f181bff76c0 Level-0 table #794: 0 bytes OK
|
||||
2025/05/15-18:07:39.136106 7f181bff76c0 Delete type=0 #792
|
||||
2025/05/15-18:07:39.149775 7f181bff76c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:07:39.149805 7f181bff76c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:01:18.138827 7f9cf67fc6c0 Recovering log #759
|
||||
2025/03/31-07:01:18.151000 7f9cf67fc6c0 Delete type=3 #757
|
||||
2025/03/31-07:01:18.151096 7f9cf67fc6c0 Delete type=0 #759
|
||||
2025/03/31-07:05:47.761503 7f9cf4ff96c0 Level-0 table #765: started
|
||||
2025/03/31-07:05:47.761554 7f9cf4ff96c0 Level-0 table #765: 0 bytes OK
|
||||
2025/03/31-07:05:47.767897 7f9cf4ff96c0 Delete type=0 #763
|
||||
2025/03/31-07:05:47.768254 7f9cf4ff96c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:05:47.768322 7f9cf4ff96c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
|
BIN
packs/aides-de-jeu/MANIFEST-000766
Normal file
BIN
packs/aides-de-jeu/MANIFEST-000766
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000700
|
||||
MANIFEST-000671
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/05/15-18:10:38.359844 7f181d7fa6c0 Recovering log #698
|
||||
2025/05/15-18:10:38.369508 7f181d7fa6c0 Delete type=3 #696
|
||||
2025/05/15-18:10:38.369565 7f181d7fa6c0 Delete type=0 #698
|
||||
2025/05/15-18:18:02.985276 7f181bff76c0 Level-0 table #703: started
|
||||
2025/05/15-18:18:02.985318 7f181bff76c0 Level-0 table #703: 0 bytes OK
|
||||
2025/05/15-18:18:03.015562 7f181bff76c0 Delete type=0 #701
|
||||
2025/05/15-18:18:03.015884 7f181bff76c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:18:03.015916 7f181bff76c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:10:16.947165 7f9cf67fc6c0 Recovering log #669
|
||||
2025/03/31-07:10:17.010788 7f9cf67fc6c0 Delete type=3 #667
|
||||
2025/03/31-07:10:17.010920 7f9cf67fc6c0 Delete type=0 #669
|
||||
2025/03/31-07:15:11.712245 7f9cf4ff96c0 Level-0 table #674: started
|
||||
2025/03/31-07:15:11.712293 7f9cf4ff96c0 Level-0 table #674: 0 bytes OK
|
||||
2025/03/31-07:15:11.745296 7f9cf4ff96c0 Delete type=0 #672
|
||||
2025/03/31-07:15:11.863357 7f9cf4ff96c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:15:11.863483 7f9cf4ff96c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/05/15-16:00:11.714229 7f181c7f86c0 Recovering log #694
|
||||
2025/05/15-16:00:11.724726 7f181c7f86c0 Delete type=3 #692
|
||||
2025/05/15-16:00:11.724786 7f181c7f86c0 Delete type=0 #694
|
||||
2025/05/15-18:07:39.136276 7f181bff76c0 Level-0 table #699: started
|
||||
2025/05/15-18:07:39.136317 7f181bff76c0 Level-0 table #699: 0 bytes OK
|
||||
2025/05/15-18:07:39.142904 7f181bff76c0 Delete type=0 #697
|
||||
2025/05/15-18:07:39.149786 7f181bff76c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:07:39.149813 7f181bff76c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:01:18.108119 7f9cf57fa6c0 Recovering log #664
|
||||
2025/03/31-07:01:18.118686 7f9cf57fa6c0 Delete type=3 #662
|
||||
2025/03/31-07:01:18.118791 7f9cf57fa6c0 Delete type=0 #664
|
||||
2025/03/31-07:05:47.740195 7f9cf4ff96c0 Level-0 table #670: started
|
||||
2025/03/31-07:05:47.740253 7f9cf4ff96c0 Level-0 table #670: 0 bytes OK
|
||||
2025/03/31-07:05:47.746679 7f9cf4ff96c0 Delete type=0 #668
|
||||
2025/03/31-07:05:47.768165 7f9cf4ff96c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:05:47.768278 7f9cf4ff96c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
|
BIN
packs/armors/MANIFEST-000671
Normal file
BIN
packs/armors/MANIFEST-000671
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000793
|
||||
MANIFEST-000764
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/05/15-18:10:38.253302 7f181dffb6c0 Recovering log #791
|
||||
2025/05/15-18:10:38.263540 7f181dffb6c0 Delete type=3 #789
|
||||
2025/05/15-18:10:38.263688 7f181dffb6c0 Delete type=0 #791
|
||||
2025/05/15-18:18:02.658721 7f181bff76c0 Level-0 table #796: started
|
||||
2025/05/15-18:18:02.658770 7f181bff76c0 Level-0 table #796: 0 bytes OK
|
||||
2025/05/15-18:18:02.688853 7f181bff76c0 Delete type=0 #794
|
||||
2025/05/15-18:18:02.768491 7f181bff76c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:18:02.768584 7f181bff76c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:10:16.407604 7f9cf67fc6c0 Recovering log #762
|
||||
2025/03/31-07:10:16.479813 7f9cf67fc6c0 Delete type=3 #760
|
||||
2025/03/31-07:10:16.479936 7f9cf67fc6c0 Delete type=0 #762
|
||||
2025/03/31-07:15:11.462830 7f9cf4ff96c0 Level-0 table #767: started
|
||||
2025/03/31-07:15:11.462886 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
||||
2025/03/31-07:15:11.500813 7f9cf4ff96c0 Delete type=0 #765
|
||||
2025/03/31-07:15:11.563807 7f9cf4ff96c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:15:11.563949 7f9cf4ff96c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/05/15-16:00:11.608048 7f181d7fa6c0 Recovering log #787
|
||||
2025/05/15-16:00:11.617964 7f181d7fa6c0 Delete type=3 #785
|
||||
2025/05/15-16:00:11.618064 7f181d7fa6c0 Delete type=0 #787
|
||||
2025/05/15-18:07:39.075821 7f181bff76c0 Level-0 table #792: started
|
||||
2025/05/15-18:07:39.075847 7f181bff76c0 Level-0 table #792: 0 bytes OK
|
||||
2025/05/15-18:07:39.081684 7f181bff76c0 Delete type=0 #790
|
||||
2025/05/15-18:07:39.095574 7f181bff76c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:07:39.095620 7f181bff76c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:01:17.972300 7f9cf57fa6c0 Recovering log #757
|
||||
2025/03/31-07:01:17.983482 7f9cf57fa6c0 Delete type=3 #755
|
||||
2025/03/31-07:01:17.983631 7f9cf57fa6c0 Delete type=0 #757
|
||||
2025/03/31-07:05:47.692525 7f9cf4ff96c0 Level-0 table #763: started
|
||||
2025/03/31-07:05:47.692582 7f9cf4ff96c0 Level-0 table #763: 0 bytes OK
|
||||
2025/03/31-07:05:47.698782 7f9cf4ff96c0 Delete type=0 #761
|
||||
2025/03/31-07:05:47.712293 7f9cf4ff96c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:05:47.712359 7f9cf4ff96c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
|
BIN
packs/boons/MANIFEST-000764
Normal file
BIN
packs/boons/MANIFEST-000764
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000793
|
||||
MANIFEST-000764
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/05/15-18:10:38.266303 7f181c7f86c0 Recovering log #791
|
||||
2025/05/15-18:10:38.277716 7f181c7f86c0 Delete type=3 #789
|
||||
2025/05/15-18:10:38.277763 7f181c7f86c0 Delete type=0 #791
|
||||
2025/05/15-18:18:02.710660 7f181bff76c0 Level-0 table #796: started
|
||||
2025/05/15-18:18:02.710723 7f181bff76c0 Level-0 table #796: 0 bytes OK
|
||||
2025/05/15-18:18:02.742040 7f181bff76c0 Delete type=0 #794
|
||||
2025/05/15-18:18:02.768541 7f181bff76c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:18:02.768625 7f181bff76c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:10:16.483153 7f9cf6ffd6c0 Recovering log #762
|
||||
2025/03/31-07:10:16.551518 7f9cf6ffd6c0 Delete type=3 #760
|
||||
2025/03/31-07:10:16.551693 7f9cf6ffd6c0 Delete type=0 #762
|
||||
2025/03/31-07:15:11.534471 7f9cf4ff96c0 Level-0 table #767: started
|
||||
2025/03/31-07:15:11.534518 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
||||
2025/03/31-07:15:11.563419 7f9cf4ff96c0 Delete type=0 #765
|
||||
2025/03/31-07:15:11.563892 7f9cf4ff96c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:15:11.564007 7f9cf4ff96c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/05/15-16:00:11.620615 7f181cff96c0 Recovering log #787
|
||||
2025/05/15-16:00:11.631017 7f181cff96c0 Delete type=3 #785
|
||||
2025/05/15-16:00:11.631122 7f181cff96c0 Delete type=0 #787
|
||||
2025/05/15-18:07:39.081770 7f181bff76c0 Level-0 table #792: started
|
||||
2025/05/15-18:07:39.081796 7f181bff76c0 Level-0 table #792: 0 bytes OK
|
||||
2025/05/15-18:07:39.087878 7f181bff76c0 Delete type=0 #790
|
||||
2025/05/15-18:07:39.095591 7f181bff76c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:07:39.095676 7f181bff76c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:01:17.988979 7f9cf5ffb6c0 Recovering log #757
|
||||
2025/03/31-07:01:18.000788 7f9cf5ffb6c0 Delete type=3 #755
|
||||
2025/03/31-07:01:18.000890 7f9cf5ffb6c0 Delete type=0 #757
|
||||
2025/03/31-07:05:47.684708 7f9cf4ff96c0 Level-0 table #763: started
|
||||
2025/03/31-07:05:47.684770 7f9cf4ff96c0 Level-0 table #763: 0 bytes OK
|
||||
2025/03/31-07:05:47.692347 7f9cf4ff96c0 Delete type=0 #761
|
||||
2025/03/31-07:05:47.712274 7f9cf4ff96c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:05:47.712328 7f9cf4ff96c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
|
BIN
packs/boonsflawscreatures/MANIFEST-000764
Normal file
BIN
packs/boonsflawscreatures/MANIFEST-000764
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000793
|
||||
MANIFEST-000764
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/05/15-18:10:38.292324 7f181dffb6c0 Recovering log #791
|
||||
2025/05/15-18:10:38.302132 7f181dffb6c0 Delete type=3 #789
|
||||
2025/05/15-18:10:38.302260 7f181dffb6c0 Delete type=0 #791
|
||||
2025/05/15-18:18:02.815781 7f181bff76c0 Level-0 table #796: started
|
||||
2025/05/15-18:18:02.815811 7f181bff76c0 Level-0 table #796: 0 bytes OK
|
||||
2025/05/15-18:18:02.846806 7f181bff76c0 Delete type=0 #794
|
||||
2025/05/15-18:18:02.908187 7f181bff76c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:18:02.908235 7f181bff76c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:10:16.627946 7f9cf57fa6c0 Recovering log #762
|
||||
2025/03/31-07:10:16.690160 7f9cf57fa6c0 Delete type=3 #760
|
||||
2025/03/31-07:10:16.690297 7f9cf57fa6c0 Delete type=0 #762
|
||||
2025/03/31-07:15:11.501071 7f9cf4ff96c0 Level-0 table #767: started
|
||||
2025/03/31-07:15:11.501145 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
||||
2025/03/31-07:15:11.534293 7f9cf4ff96c0 Delete type=0 #765
|
||||
2025/03/31-07:15:11.563855 7f9cf4ff96c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:15:11.563976 7f9cf4ff96c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/05/15-16:00:11.647162 7f181d7fa6c0 Recovering log #787
|
||||
2025/05/15-16:00:11.657152 7f181d7fa6c0 Delete type=3 #785
|
||||
2025/05/15-16:00:11.657285 7f181d7fa6c0 Delete type=0 #787
|
||||
2025/05/15-18:07:39.088013 7f181bff76c0 Level-0 table #792: started
|
||||
2025/05/15-18:07:39.088051 7f181bff76c0 Level-0 table #792: 0 bytes OK
|
||||
2025/05/15-18:07:39.095393 7f181bff76c0 Delete type=0 #790
|
||||
2025/05/15-18:07:39.095606 7f181bff76c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:07:39.095663 7f181bff76c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:01:18.022229 7f9cf6ffd6c0 Recovering log #757
|
||||
2025/03/31-07:01:18.032764 7f9cf6ffd6c0 Delete type=3 #755
|
||||
2025/03/31-07:01:18.032860 7f9cf6ffd6c0 Delete type=0 #757
|
||||
2025/03/31-07:05:47.699022 7f9cf4ff96c0 Level-0 table #763: started
|
||||
2025/03/31-07:05:47.699076 7f9cf4ff96c0 Level-0 table #763: 0 bytes OK
|
||||
2025/03/31-07:05:47.705257 7f9cf4ff96c0 Delete type=0 #761
|
||||
2025/03/31-07:05:47.712313 7f9cf4ff96c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:05:47.712370 7f9cf4ff96c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
|
BIN
packs/careers/MANIFEST-000764
Normal file
BIN
packs/careers/MANIFEST-000764
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000791
|
||||
MANIFEST-000762
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/05/15-18:10:38.475489 7f181d7fa6c0 Recovering log #789
|
||||
2025/05/15-18:10:38.485497 7f181d7fa6c0 Delete type=3 #787
|
||||
2025/05/15-18:10:38.485568 7f181d7fa6c0 Delete type=0 #789
|
||||
2025/05/15-18:18:03.189536 7f181bff76c0 Level-0 table #794: started
|
||||
2025/05/15-18:18:03.189605 7f181bff76c0 Level-0 table #794: 0 bytes OK
|
||||
2025/05/15-18:18:03.220875 7f181bff76c0 Delete type=0 #792
|
||||
2025/05/15-18:18:03.245771 7f181bff76c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:18:03.283965 7f181bff76c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:10:17.506385 7f9cf6ffd6c0 Recovering log #760
|
||||
2025/03/31-07:10:17.575234 7f9cf6ffd6c0 Delete type=3 #758
|
||||
2025/03/31-07:10:17.575341 7f9cf6ffd6c0 Delete type=0 #760
|
||||
2025/03/31-07:15:12.157098 7f9cf4ff96c0 Level-0 table #765: started
|
||||
2025/03/31-07:15:12.157181 7f9cf4ff96c0 Level-0 table #765: 0 bytes OK
|
||||
2025/03/31-07:15:12.193443 7f9cf4ff96c0 Delete type=0 #763
|
||||
2025/03/31-07:15:12.193715 7f9cf4ff96c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:15:12.241607 7f9cf4ff96c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/05/15-16:00:11.833539 7f181d7fa6c0 Recovering log #785
|
||||
2025/05/15-16:00:11.843337 7f181d7fa6c0 Delete type=3 #783
|
||||
2025/05/15-16:00:11.843397 7f181d7fa6c0 Delete type=0 #785
|
||||
2025/05/15-18:07:39.183825 7f181bff76c0 Level-0 table #790: started
|
||||
2025/05/15-18:07:39.183879 7f181bff76c0 Level-0 table #790: 0 bytes OK
|
||||
2025/05/15-18:07:39.190810 7f181bff76c0 Delete type=0 #788
|
||||
2025/05/15-18:07:39.208377 7f181bff76c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:07:39.208433 7f181bff76c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:01:18.249810 7f9cf5ffb6c0 Recovering log #755
|
||||
2025/03/31-07:01:18.261010 7f9cf5ffb6c0 Delete type=3 #753
|
||||
2025/03/31-07:01:18.261104 7f9cf5ffb6c0 Delete type=0 #755
|
||||
2025/03/31-07:05:47.811953 7f9cf4ff96c0 Level-0 table #761: started
|
||||
2025/03/31-07:05:47.811991 7f9cf4ff96c0 Level-0 table #761: 0 bytes OK
|
||||
2025/03/31-07:05:47.818468 7f9cf4ff96c0 Delete type=0 #759
|
||||
2025/03/31-07:05:47.826264 7f9cf4ff96c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:05:47.826363 7f9cf4ff96c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
|
BIN
packs/effets-exemples/MANIFEST-000762
Normal file
BIN
packs/effets-exemples/MANIFEST-000762
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000794
|
||||
MANIFEST-000765
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/05/15-18:10:38.333182 7f181d7fa6c0 Recovering log #792
|
||||
2025/05/15-18:10:38.343704 7f181d7fa6c0 Delete type=3 #790
|
||||
2025/05/15-18:10:38.343769 7f181d7fa6c0 Delete type=0 #792
|
||||
2025/05/15-18:18:02.846935 7f181bff76c0 Level-0 table #797: started
|
||||
2025/05/15-18:18:02.846965 7f181bff76c0 Level-0 table #797: 0 bytes OK
|
||||
2025/05/15-18:18:02.869846 7f181bff76c0 Delete type=0 #795
|
||||
2025/05/15-18:18:02.908196 7f181bff76c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:18:02.908221 7f181bff76c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:10:16.812596 7f9cf5ffb6c0 Recovering log #763
|
||||
2025/03/31-07:10:16.868280 7f9cf5ffb6c0 Delete type=3 #761
|
||||
2025/03/31-07:10:16.868401 7f9cf5ffb6c0 Delete type=0 #763
|
||||
2025/03/31-07:15:11.637784 7f9cf4ff96c0 Level-0 table #768: started
|
||||
2025/03/31-07:15:11.637835 7f9cf4ff96c0 Level-0 table #768: 0 bytes OK
|
||||
2025/03/31-07:15:11.674608 7f9cf4ff96c0 Delete type=0 #766
|
||||
2025/03/31-07:15:11.712020 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:15:11.712092 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/05/15-16:00:11.687284 7f181cff96c0 Recovering log #788
|
||||
2025/05/15-16:00:11.697519 7f181cff96c0 Delete type=3 #786
|
||||
2025/05/15-16:00:11.697575 7f181cff96c0 Delete type=0 #788
|
||||
2025/05/15-18:07:39.108427 7f181bff76c0 Level-0 table #793: started
|
||||
2025/05/15-18:07:39.108458 7f181bff76c0 Level-0 table #793: 0 bytes OK
|
||||
2025/05/15-18:07:39.114820 7f181bff76c0 Delete type=0 #791
|
||||
2025/05/15-18:07:39.122346 7f181bff76c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:07:39.122371 7f181bff76c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:01:18.075041 7f9cf67fc6c0 Recovering log #758
|
||||
2025/03/31-07:01:18.085656 7f9cf67fc6c0 Delete type=3 #756
|
||||
2025/03/31-07:01:18.085755 7f9cf67fc6c0 Delete type=0 #758
|
||||
2025/03/31-07:05:47.712589 7f9cf4ff96c0 Level-0 table #764: started
|
||||
2025/03/31-07:05:47.712636 7f9cf4ff96c0 Level-0 table #764: 0 bytes OK
|
||||
2025/03/31-07:05:47.719221 7f9cf4ff96c0 Delete type=0 #762
|
||||
2025/03/31-07:05:47.739829 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:05:47.739948 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
|
BIN
packs/equipment/MANIFEST-000765
Normal file
BIN
packs/equipment/MANIFEST-000765
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000793
|
||||
MANIFEST-000764
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/05/15-18:10:38.424415 7f181d7fa6c0 Recovering log #791
|
||||
2025/05/15-18:10:38.433852 7f181d7fa6c0 Delete type=3 #789
|
||||
2025/05/15-18:10:38.433904 7f181d7fa6c0 Delete type=0 #791
|
||||
2025/05/15-18:18:03.016056 7f181bff76c0 Level-0 table #796: started
|
||||
2025/05/15-18:18:03.016082 7f181bff76c0 Level-0 table #796: 0 bytes OK
|
||||
2025/05/15-18:18:03.032255 7f181bff76c0 Delete type=0 #794
|
||||
2025/05/15-18:18:03.117488 7f181bff76c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:18:03.117552 7f181bff76c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:10:17.225555 7f9cf6ffd6c0 Recovering log #762
|
||||
2025/03/31-07:10:17.275960 7f9cf6ffd6c0 Delete type=3 #760
|
||||
2025/03/31-07:10:17.276058 7f9cf6ffd6c0 Delete type=0 #762
|
||||
2025/03/31-07:15:11.899738 7f9cf4ff96c0 Level-0 table #767: started
|
||||
2025/03/31-07:15:11.899801 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
||||
2025/03/31-07:15:11.936459 7f9cf4ff96c0 Delete type=0 #765
|
||||
2025/03/31-07:15:12.016531 7f9cf4ff96c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:15:12.016632 7f9cf4ff96c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/05/15-16:00:11.782477 7f181cff96c0 Recovering log #787
|
||||
2025/05/15-16:00:11.793081 7f181cff96c0 Delete type=3 #785
|
||||
2025/05/15-16:00:11.793189 7f181cff96c0 Delete type=0 #787
|
||||
2025/05/15-18:07:39.149907 7f181bff76c0 Level-0 table #792: started
|
||||
2025/05/15-18:07:39.149933 7f181bff76c0 Level-0 table #792: 0 bytes OK
|
||||
2025/05/15-18:07:39.157002 7f181bff76c0 Delete type=0 #790
|
||||
2025/05/15-18:07:39.177150 7f181bff76c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:07:39.177193 7f181bff76c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:01:18.187598 7f9cf5ffb6c0 Recovering log #757
|
||||
2025/03/31-07:01:18.198216 7f9cf5ffb6c0 Delete type=3 #755
|
||||
2025/03/31-07:01:18.198369 7f9cf5ffb6c0 Delete type=0 #757
|
||||
2025/03/31-07:05:47.776499 7f9cf4ff96c0 Level-0 table #763: started
|
||||
2025/03/31-07:05:47.776619 7f9cf4ff96c0 Level-0 table #763: 0 bytes OK
|
||||
2025/03/31-07:05:47.783148 7f9cf4ff96c0 Delete type=0 #761
|
||||
2025/03/31-07:05:47.797620 7f9cf4ff96c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:05:47.797706 7f9cf4ff96c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
|
BIN
packs/fightoptions/MANIFEST-000764
Normal file
BIN
packs/fightoptions/MANIFEST-000764
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000276
|
||||
MANIFEST-000247
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/05/15-18:10:38.437096 7f181cff96c0 Recovering log #274
|
||||
2025/05/15-18:10:38.447093 7f181cff96c0 Delete type=3 #272
|
||||
2025/05/15-18:10:38.447148 7f181cff96c0 Delete type=0 #274
|
||||
2025/05/15-18:18:03.032542 7f181bff76c0 Level-0 table #279: started
|
||||
2025/05/15-18:18:03.032597 7f181bff76c0 Level-0 table #279: 0 bytes OK
|
||||
2025/05/15-18:18:03.059292 7f181bff76c0 Delete type=0 #277
|
||||
2025/05/15-18:18:03.117501 7f181bff76c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:18:03.117545 7f181bff76c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:10:17.278960 7f9cf5ffb6c0 Recovering log #245
|
||||
2025/03/31-07:10:17.331439 7f9cf5ffb6c0 Delete type=3 #243
|
||||
2025/03/31-07:10:17.331612 7f9cf5ffb6c0 Delete type=0 #245
|
||||
2025/03/31-07:15:11.978753 7f9cf4ff96c0 Level-0 table #250: started
|
||||
2025/03/31-07:15:11.978812 7f9cf4ff96c0 Level-0 table #250: 0 bytes OK
|
||||
2025/03/31-07:15:12.016172 7f9cf4ff96c0 Delete type=0 #248
|
||||
2025/03/31-07:15:12.016606 7f9cf4ff96c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:15:12.016710 7f9cf4ff96c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/05/15-16:00:11.795242 7f181c7f86c0 Recovering log #270
|
||||
2025/05/15-16:00:11.806086 7f181c7f86c0 Delete type=3 #268
|
||||
2025/05/15-16:00:11.806213 7f181c7f86c0 Delete type=0 #270
|
||||
2025/05/15-18:07:39.163532 7f181bff76c0 Level-0 table #275: started
|
||||
2025/05/15-18:07:39.163563 7f181bff76c0 Level-0 table #275: 0 bytes OK
|
||||
2025/05/15-18:07:39.170618 7f181bff76c0 Delete type=0 #273
|
||||
2025/05/15-18:07:39.177176 7f181bff76c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:07:39.177205 7f181bff76c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:01:18.203385 7f9cf67fc6c0 Recovering log #240
|
||||
2025/03/31-07:01:18.214226 7f9cf67fc6c0 Delete type=3 #238
|
||||
2025/03/31-07:01:18.214322 7f9cf67fc6c0 Delete type=0 #240
|
||||
2025/03/31-07:05:47.790278 7f9cf4ff96c0 Level-0 table #246: started
|
||||
2025/03/31-07:05:47.790337 7f9cf4ff96c0 Level-0 table #246: 0 bytes OK
|
||||
2025/03/31-07:05:47.797413 7f9cf4ff96c0 Delete type=0 #244
|
||||
2025/03/31-07:05:47.797649 7f9cf4ff96c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:05:47.797678 7f9cf4ff96c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
|
BIN
packs/fightoptionsfanmade/MANIFEST-000247
Normal file
BIN
packs/fightoptionsfanmade/MANIFEST-000247
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000793
|
||||
MANIFEST-000764
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/05/15-18:10:38.280160 7f181cff96c0 Recovering log #791
|
||||
2025/05/15-18:10:38.289790 7f181cff96c0 Delete type=3 #789
|
||||
2025/05/15-18:10:38.289836 7f181cff96c0 Delete type=0 #791
|
||||
2025/05/15-18:18:02.689116 7f181bff76c0 Level-0 table #796: started
|
||||
2025/05/15-18:18:02.689156 7f181bff76c0 Level-0 table #796: 0 bytes OK
|
||||
2025/05/15-18:18:02.710378 7f181bff76c0 Delete type=0 #794
|
||||
2025/05/15-18:18:02.768519 7f181bff76c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:18:02.768606 7f181bff76c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:10:16.555211 7f9cf5ffb6c0 Recovering log #762
|
||||
2025/03/31-07:10:16.618022 7f9cf5ffb6c0 Delete type=3 #760
|
||||
2025/03/31-07:10:16.618175 7f9cf5ffb6c0 Delete type=0 #762
|
||||
2025/03/31-07:15:11.429439 7f9cf4ff96c0 Level-0 table #767: started
|
||||
2025/03/31-07:15:11.429550 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
||||
2025/03/31-07:15:11.462554 7f9cf4ff96c0 Delete type=0 #765
|
||||
2025/03/31-07:15:11.563759 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:15:11.563920 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/05/15-16:00:11.633624 7f181c7f86c0 Recovering log #787
|
||||
2025/05/15-16:00:11.644188 7f181c7f86c0 Delete type=3 #785
|
||||
2025/05/15-16:00:11.644243 7f181c7f86c0 Delete type=0 #787
|
||||
2025/05/15-18:07:39.069328 7f181bff76c0 Level-0 table #792: started
|
||||
2025/05/15-18:07:39.069398 7f181bff76c0 Level-0 table #792: 0 bytes OK
|
||||
2025/05/15-18:07:39.075692 7f181bff76c0 Delete type=0 #790
|
||||
2025/05/15-18:07:39.095550 7f181bff76c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:07:39.095650 7f181bff76c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:01:18.005003 7f9cf67fc6c0 Recovering log #757
|
||||
2025/03/31-07:01:18.015721 7f9cf67fc6c0 Delete type=3 #755
|
||||
2025/03/31-07:01:18.015819 7f9cf67fc6c0 Delete type=0 #757
|
||||
2025/03/31-07:05:47.705461 7f9cf4ff96c0 Level-0 table #763: started
|
||||
2025/03/31-07:05:47.705510 7f9cf4ff96c0 Level-0 table #763: 0 bytes OK
|
||||
2025/03/31-07:05:47.712102 7f9cf4ff96c0 Delete type=0 #761
|
||||
2025/03/31-07:05:47.712346 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:05:47.712383 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
|
BIN
packs/flaws/MANIFEST-000764
Normal file
BIN
packs/flaws/MANIFEST-000764
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000793
|
||||
MANIFEST-000764
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/05/15-18:10:38.398836 7f181dffb6c0 Recovering log #791
|
||||
2025/05/15-18:10:38.408831 7f181dffb6c0 Delete type=3 #789
|
||||
2025/05/15-18:10:38.408884 7f181dffb6c0 Delete type=0 #791
|
||||
2025/05/15-18:18:02.931684 7f181bff76c0 Level-0 table #796: started
|
||||
2025/05/15-18:18:02.931711 7f181bff76c0 Level-0 table #796: 0 bytes OK
|
||||
2025/05/15-18:18:02.968216 7f181bff76c0 Delete type=0 #794
|
||||
2025/05/15-18:18:03.015850 7f181bff76c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:18:03.015901 7f181bff76c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:10:17.116842 7f9cf57fa6c0 Recovering log #762
|
||||
2025/03/31-07:10:17.168930 7f9cf57fa6c0 Delete type=3 #760
|
||||
2025/03/31-07:10:17.169026 7f9cf57fa6c0 Delete type=0 #762
|
||||
2025/03/31-07:15:11.820658 7f9cf4ff96c0 Level-0 table #767: started
|
||||
2025/03/31-07:15:11.820721 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
||||
2025/03/31-07:15:11.863072 7f9cf4ff96c0 Delete type=0 #765
|
||||
2025/03/31-07:15:11.863441 7f9cf4ff96c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:15:11.863525 7f9cf4ff96c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/05/15-16:00:11.757852 7f181d7fa6c0 Recovering log #787
|
||||
2025/05/15-16:00:11.768077 7f181d7fa6c0 Delete type=3 #785
|
||||
2025/05/15-16:00:11.768134 7f181d7fa6c0 Delete type=0 #787
|
||||
2025/05/15-18:07:39.157144 7f181bff76c0 Level-0 table #792: started
|
||||
2025/05/15-18:07:39.157174 7f181bff76c0 Level-0 table #792: 0 bytes OK
|
||||
2025/05/15-18:07:39.163402 7f181bff76c0 Delete type=0 #790
|
||||
2025/05/15-18:07:39.177165 7f181bff76c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:07:39.177199 7f181bff76c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:01:18.156616 7f9cf6ffd6c0 Recovering log #757
|
||||
2025/03/31-07:01:18.167009 7f9cf6ffd6c0 Delete type=3 #755
|
||||
2025/03/31-07:01:18.167102 7f9cf6ffd6c0 Delete type=0 #757
|
||||
2025/03/31-07:05:47.746858 7f9cf4ff96c0 Level-0 table #763: started
|
||||
2025/03/31-07:05:47.746901 7f9cf4ff96c0 Level-0 table #763: 0 bytes OK
|
||||
2025/03/31-07:05:47.753641 7f9cf4ff96c0 Delete type=0 #761
|
||||
2025/03/31-07:05:47.768197 7f9cf4ff96c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:05:47.768308 7f9cf4ff96c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||
|
BIN
packs/languages/MANIFEST-000764
Normal file
BIN
packs/languages/MANIFEST-000764
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/objets-alchimie/000759.ldb
Normal file
BIN
packs/objets-alchimie/000759.ldb
Normal file
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000793
|
||||
MANIFEST-000764
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/05/15-18:10:38.463000 7f181dffb6c0 Recovering log #791
|
||||
2025/05/15-18:10:38.472675 7f181dffb6c0 Delete type=3 #789
|
||||
2025/05/15-18:10:38.472809 7f181dffb6c0 Delete type=0 #791
|
||||
2025/05/15-18:18:03.117648 7f181bff76c0 Level-0 table #796: started
|
||||
2025/05/15-18:18:03.117720 7f181bff76c0 Level-0 table #796: 0 bytes OK
|
||||
2025/05/15-18:18:03.153501 7f181bff76c0 Delete type=0 #794
|
||||
2025/05/15-18:18:03.245727 7f181bff76c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:18:03.245801 7f181bff76c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:10:17.404551 7f9cf67fc6c0 Recovering log #762
|
||||
2025/03/31-07:10:17.503006 7f9cf67fc6c0 Delete type=3 #760
|
||||
2025/03/31-07:10:17.503120 7f9cf67fc6c0 Delete type=0 #762
|
||||
2025/03/31-07:15:12.016820 7f9cf4ff96c0 Level-0 table #767: started
|
||||
2025/03/31-07:15:12.016903 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
||||
2025/03/31-07:15:12.058515 7f9cf4ff96c0 Delete type=0 #765
|
||||
2025/03/31-07:15:12.193656 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:15:12.193732 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/05/15-16:00:11.820718 7f181cff96c0 Recovering log #787
|
||||
2025/05/15-16:00:11.831033 7f181cff96c0 Delete type=3 #785
|
||||
2025/05/15-16:00:11.831084 7f181cff96c0 Delete type=0 #787
|
||||
2025/05/15-18:07:39.190933 7f181bff76c0 Level-0 table #792: started
|
||||
2025/05/15-18:07:39.190958 7f181bff76c0 Level-0 table #792: 0 bytes OK
|
||||
2025/05/15-18:07:39.197323 7f181bff76c0 Delete type=0 #790
|
||||
2025/05/15-18:07:39.208400 7f181bff76c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||
2025/05/15-18:07:39.208449 7f181bff76c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:01:18.234697 7f9cf57fa6c0 Recovering log #757
|
||||
2025/03/31-07:01:18.245430 7f9cf57fa6c0 Delete type=3 #755
|
||||
2025/03/31-07:01:18.245543 7f9cf57fa6c0 Delete type=0 #757
|
||||
2025/03/31-07:05:47.804390 7f9cf4ff96c0 Level-0 table #763: started
|
||||
2025/03/31-07:05:47.804461 7f9cf4ff96c0 Level-0 table #763: 0 bytes OK
|
||||
2025/03/31-07:05:47.811761 7f9cf4ff96c0 Delete type=0 #761
|
||||
2025/03/31-07:05:47.826236 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||
2025/03/31-07:05:47.826337 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||
|
BIN
packs/objets-alchimie/MANIFEST-000764
Normal file
BIN
packs/objets-alchimie/MANIFEST-000764
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user