Compare commits

...

5 Commits

39 changed files with 174 additions and 111 deletions

View File

@ -41,7 +41,7 @@ Hooks.once('init', () => {
}
/*---------------------------------------------------------------------*/
game.wfrp4e.entities.ItemWfrp4e.prototype.computeSpellDamage = function (formula, isMagicMissile) {
/* DEPRECATED : game.wfrp4e.entities.ItemWfrp4e.prototype.computeSpellDamage = function (formula, isMagicMissile) {
try {
formula = formula.toLowerCase();
@ -85,10 +85,10 @@ Hooks.once('init', () => {
catch (e) {
throw ui.notifications.error("Error: could not parse spell damage. See console for details")
}
}
}*/
/*---------------------------------------------------------------------*/
game.wfrp4e.entities.ItemWfrp4e.prototype.computeSpellPrayerFormula = function (type, aoe = false, formulaOverride) {
/* DEPRECATED : game.wfrp4e.entities.ItemWfrp4e.prototype.computeSpellPrayerFormula = function (type, aoe = false, formulaOverride) {
let formula = formulaOverride || this[type]?.value
if (Number.isNumeric(formula))
return formula
@ -134,7 +134,7 @@ Hooks.once('init', () => {
//console.log("calculateSpellAttributes -> " + formula );
return formula.capitalize();
}
}*/
/*---------------------------------------------------------------------*/
// Converters area

View File

@ -0,0 +1,23 @@
{
"label": "Tables (Starter Set)",
"mapping": {
"results": {
"path": "results",
"converter": "resultConverter"
}
},
"entries": {
"3m4LPj58xoNju80B": {
"name": "Blessures Critiques - Tête (Starter Set)"
},
"BlDLji1LeqHOVj8r": {
"name": "Blessures Critiques - Jambe (Starter Set)"
},
"yYfGtudjckO3bubF": {
"name": "Blessures Critiques - Bras (Starter Set)"
},
"yvzv7xxQuxX7N16b": {
"name": "Blessures Critiques - Corps (Starter Set)"
}
}
}

View File

@ -0,0 +1,23 @@
{
"label": "Tables (Up In Arms)",
"mapping": {
"results": {
"path": "results",
"converter": "resultConverter"
}
},
"entries": {
"Head Critical Wounds (Up In Arms)": {
"name": "Head Critical Wounds (Up In Arms)"
},
"Leg Critical Wounds (Up In Arms)": {
"name": "Leg Critical Wounds (Up In Arms)"
},
"Arm Critical Wounds (Up In Arms)": {
"name": "Arm Critical Wounds (Up In Arms)"
},
"Body Critical Wounds (Up In Arms)": {
"name": "Body Critical Wounds (Up In Arms)"
}
}
}

View File

@ -8,7 +8,7 @@
}
],
"url": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr",
"version": "7.0.16",
"version": "7.0.18",
"esmodules": [
"babele-register.js",
"addon-register.js",
@ -111,14 +111,15 @@
"aides-de-jeu-fr",
"dons-de-rhya",
"plats-dauberges"
]
],
"folders": []
}
],
"manifest": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/raw/v10/module.json",
"download": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/archive/foundryvtt-wh4-lang-fr-7.0.16.zip",
"download": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/archive/foundryvtt-wh4-lang-fr-7.0.18.zip",
"id": "wh4-fr-translation",
"compatibility": {
"minimum": "10",
"minimum": "11",
"verified": "11"
},
"relationships": {
@ -137,4 +138,4 @@
}
]
}
}
}

View File

@ -176,6 +176,22 @@ export class WH4FRPatchConfig {
game.wfrp4e.config.species["welf"] = "Elfe Sylvain";
}
if (game.wfrp4e.config.charastericticsBonus) {
game.wfrp4e.config.charastericticsBonus =
{
"ws": "Bonus de Capacité de Combat",
"bs": "Bonus de Capacité de Tir",
"s": "Bonus de Force",
"t": "Bonus d'Endurance",
"i": "Bonus d'Initiative",
"ag": "Bonus d'Agilité",
"dex": "Bonus de Dexterité",
"int": "Bonus d'Intelligence",
"wp": "Bonus de Force Mentale",
"fel": "Bonus de Sociabilité"
}
}
if (game.wfrp4e.config.classTrappings) {
for(const c of Object.keys(game.wfrp4e.config.classTrappings)) {
game.wfrp4e.config.classTrappings[game.i18n.localize(c)] = game.wfrp4e.config.classTrappings[c];

View File

@ -1 +1 @@
MANIFEST-000306
MANIFEST-000318

View File

@ -1,8 +1,8 @@
2023/10/12-12:52:21.429107 7ff867fff6c0 Recovering log #304
2023/10/12-12:52:21.438983 7ff867fff6c0 Delete type=3 #302
2023/10/12-12:52:21.439028 7ff867fff6c0 Delete type=0 #304
2023/10/12-14:21:05.515562 7ff865e026c0 Level-0 table #309: started
2023/10/12-14:21:05.515585 7ff865e026c0 Level-0 table #309: 0 bytes OK
2023/10/12-14:21:05.522208 7ff865e026c0 Delete type=0 #307
2023/10/12-14:21:05.529094 7ff865e026c0 Manual compaction at level-0 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal!suuYN87Al1ZZWtQQ' @ 0 : 0; will stop at (end)
2023/10/12-14:21:05.529124 7ff865e026c0 Manual compaction at level-1 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal!suuYN87Al1ZZWtQQ' @ 0 : 0; will stop at (end)
2023/10/19-11:08:46.953443 7f81077fe6c0 Recovering log #316
2023/10/19-11:08:46.964774 7f81077fe6c0 Delete type=3 #314
2023/10/19-11:08:46.964901 7f81077fe6c0 Delete type=0 #316
2023/10/19-11:10:20.709636 7f7e677006c0 Level-0 table #321: started
2023/10/19-11:10:20.709685 7f7e677006c0 Level-0 table #321: 0 bytes OK
2023/10/19-11:10:20.715704 7f7e677006c0 Delete type=0 #319
2023/10/19-11:10:20.722403 7f7e677006c0 Manual compaction at level-0 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal!suuYN87Al1ZZWtQQ' @ 0 : 0; will stop at (end)
2023/10/19-11:10:20.722544 7f7e677006c0 Manual compaction at level-1 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal!suuYN87Al1ZZWtQQ' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/10/12-08:42:23.281809 7ffafdffa6c0 Recovering log #300
2023/10/12-08:42:23.293900 7ffafdffa6c0 Delete type=3 #298
2023/10/12-08:42:23.294048 7ffafdffa6c0 Delete type=0 #300
2023/10/12-09:07:20.297268 7ff865e026c0 Level-0 table #305: started
2023/10/12-09:07:20.297313 7ff865e026c0 Level-0 table #305: 0 bytes OK
2023/10/12-09:07:20.303738 7ff865e026c0 Delete type=0 #303
2023/10/12-09:07:20.303980 7ff865e026c0 Manual compaction at level-0 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal!suuYN87Al1ZZWtQQ' @ 0 : 0; will stop at (end)
2023/10/12-09:07:20.304031 7ff865e026c0 Manual compaction at level-1 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal!suuYN87Al1ZZWtQQ' @ 0 : 0; will stop at (end)
2023/10/13-16:28:21.057111 7f4c89ffb6c0 Recovering log #312
2023/10/13-16:28:21.068010 7f4c89ffb6c0 Delete type=3 #310
2023/10/13-16:28:21.068066 7f4c89ffb6c0 Delete type=0 #312
2023/10/14-11:19:49.010183 7f49ebbff6c0 Level-0 table #317: started
2023/10/14-11:19:49.010233 7f49ebbff6c0 Level-0 table #317: 0 bytes OK
2023/10/14-11:19:49.016647 7f49ebbff6c0 Delete type=0 #315
2023/10/14-11:19:49.036780 7f49ebbff6c0 Manual compaction at level-0 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal!suuYN87Al1ZZWtQQ' @ 0 : 0; will stop at (end)
2023/10/14-11:19:49.036835 7f49ebbff6c0 Manual compaction at level-1 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal!suuYN87Al1ZZWtQQ' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000307
MANIFEST-000319

View File

@ -1,8 +1,8 @@
2023/10/12-12:52:21.442257 7ffafcff86c0 Recovering log #305
2023/10/12-12:52:21.453596 7ffafcff86c0 Delete type=3 #303
2023/10/12-12:52:21.453695 7ffafcff86c0 Delete type=0 #305
2023/10/12-14:21:05.549093 7ff865e026c0 Level-0 table #310: started
2023/10/12-14:21:05.549145 7ff865e026c0 Level-0 table #310: 0 bytes OK
2023/10/12-14:21:05.556493 7ff865e026c0 Delete type=0 #308
2023/10/12-14:21:05.556633 7ff865e026c0 Manual compaction at level-0 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end)
2023/10/12-14:21:05.556659 7ff865e026c0 Manual compaction at level-1 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end)
2023/10/19-11:08:46.968605 7f8106ffd6c0 Recovering log #317
2023/10/19-11:08:46.979104 7f8106ffd6c0 Delete type=3 #315
2023/10/19-11:08:46.979193 7f8106ffd6c0 Delete type=0 #317
2023/10/19-11:10:20.695436 7f7e677006c0 Level-0 table #322: started
2023/10/19-11:10:20.695463 7f7e677006c0 Level-0 table #322: 0 bytes OK
2023/10/19-11:10:20.701565 7f7e677006c0 Delete type=0 #320
2023/10/19-11:10:20.709345 7f7e677006c0 Manual compaction at level-0 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end)
2023/10/19-11:10:20.709376 7f7e677006c0 Manual compaction at level-1 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/10/12-08:42:23.297463 7ff867fff6c0 Recovering log #301
2023/10/12-08:42:23.309413 7ff867fff6c0 Delete type=3 #299
2023/10/12-08:42:23.309623 7ff867fff6c0 Delete type=0 #301
2023/10/12-09:07:20.283204 7ff865e026c0 Level-0 table #306: started
2023/10/12-09:07:20.283248 7ff865e026c0 Level-0 table #306: 0 bytes OK
2023/10/12-09:07:20.290020 7ff865e026c0 Delete type=0 #304
2023/10/12-09:07:20.303924 7ff865e026c0 Manual compaction at level-0 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end)
2023/10/12-09:07:20.304012 7ff865e026c0 Manual compaction at level-1 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end)
2023/10/13-16:28:21.070662 7f4c88ff96c0 Recovering log #313
2023/10/13-16:28:21.084243 7f4c88ff96c0 Delete type=3 #311
2023/10/13-16:28:21.084383 7f4c88ff96c0 Delete type=0 #313
2023/10/14-11:19:49.030249 7f49ebbff6c0 Level-0 table #318: started
2023/10/14-11:19:49.030295 7f49ebbff6c0 Level-0 table #318: 0 bytes OK
2023/10/14-11:19:49.036636 7f49ebbff6c0 Delete type=0 #316
2023/10/14-11:19:49.036823 7f49ebbff6c0 Manual compaction at level-0 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end)
2023/10/14-11:19:49.036870 7f49ebbff6c0 Manual compaction at level-1 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000306
MANIFEST-000318

View File

@ -1,8 +1,8 @@
2023/10/12-12:52:21.469812 7ffafd7f96c0 Recovering log #304
2023/10/12-12:52:21.479826 7ffafd7f96c0 Delete type=3 #302
2023/10/12-12:52:21.479883 7ffafd7f96c0 Delete type=0 #304
2023/10/12-14:21:05.542955 7ff865e026c0 Level-0 table #309: started
2023/10/12-14:21:05.542977 7ff865e026c0 Level-0 table #309: 0 bytes OK
2023/10/12-14:21:05.548879 7ff865e026c0 Delete type=0 #307
2023/10/12-14:21:05.556607 7ff865e026c0 Manual compaction at level-0 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal!cZtNgayIw2QFhC9u' @ 0 : 0; will stop at (end)
2023/10/12-14:21:05.556642 7ff865e026c0 Manual compaction at level-1 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal!cZtNgayIw2QFhC9u' @ 0 : 0; will stop at (end)
2023/10/19-11:08:46.995155 7f8105ffb6c0 Recovering log #316
2023/10/19-11:08:47.005388 7f8105ffb6c0 Delete type=3 #314
2023/10/19-11:08:47.005442 7f8105ffb6c0 Delete type=0 #316
2023/10/19-11:10:20.715823 7f7e677006c0 Level-0 table #321: started
2023/10/19-11:10:20.715852 7f7e677006c0 Level-0 table #321: 0 bytes OK
2023/10/19-11:10:20.722283 7f7e677006c0 Delete type=0 #319
2023/10/19-11:10:20.722516 7f7e677006c0 Manual compaction at level-0 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal!cZtNgayIw2QFhC9u' @ 0 : 0; will stop at (end)
2023/10/19-11:10:20.722536 7f7e677006c0 Manual compaction at level-1 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal!cZtNgayIw2QFhC9u' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/10/12-08:42:23.329050 7ffafd7f96c0 Recovering log #300
2023/10/12-08:42:23.340331 7ffafd7f96c0 Delete type=3 #298
2023/10/12-08:42:23.340426 7ffafd7f96c0 Delete type=0 #300
2023/10/12-09:07:20.304375 7ff865e026c0 Level-0 table #305: started
2023/10/12-09:07:20.304424 7ff865e026c0 Level-0 table #305: 0 bytes OK
2023/10/12-09:07:20.311700 7ff865e026c0 Delete type=0 #303
2023/10/12-09:07:20.311889 7ff865e026c0 Manual compaction at level-0 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal!cZtNgayIw2QFhC9u' @ 0 : 0; will stop at (end)
2023/10/12-09:07:20.311934 7ff865e026c0 Manual compaction at level-1 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal!cZtNgayIw2QFhC9u' @ 0 : 0; will stop at (end)
2023/10/13-16:28:21.103262 7f4c897fa6c0 Recovering log #312
2023/10/13-16:28:21.121031 7f4c897fa6c0 Delete type=3 #310
2023/10/13-16:28:21.121082 7f4c897fa6c0 Delete type=0 #312
2023/10/14-11:19:49.037115 7f49ebbff6c0 Level-0 table #317: started
2023/10/14-11:19:49.037157 7f49ebbff6c0 Level-0 table #317: 0 bytes OK
2023/10/14-11:19:49.044674 7f49ebbff6c0 Delete type=0 #315
2023/10/14-11:19:49.044861 7f49ebbff6c0 Manual compaction at level-0 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal!cZtNgayIw2QFhC9u' @ 0 : 0; will stop at (end)
2023/10/14-11:19:49.044895 7f49ebbff6c0 Manual compaction at level-1 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal!cZtNgayIw2QFhC9u' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000306
MANIFEST-000318

View File

@ -1,8 +1,8 @@
2023/10/12-12:52:21.415436 7ffafd7f96c0 Recovering log #304
2023/10/12-12:52:21.425964 7ffafd7f96c0 Delete type=3 #302
2023/10/12-12:52:21.426014 7ffafd7f96c0 Delete type=0 #304
2023/10/12-14:21:05.508923 7ff865e026c0 Level-0 table #309: started
2023/10/12-14:21:05.509201 7ff865e026c0 Level-0 table #309: 0 bytes OK
2023/10/12-14:21:05.515447 7ff865e026c0 Delete type=0 #307
2023/10/12-14:21:05.529079 7ff865e026c0 Manual compaction at level-0 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal!yzw9I0r3hCK7PJnz' @ 0 : 0; will stop at (end)
2023/10/12-14:21:05.529117 7ff865e026c0 Manual compaction at level-1 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal!yzw9I0r3hCK7PJnz' @ 0 : 0; will stop at (end)
2023/10/19-11:08:46.939482 7f8105ffb6c0 Recovering log #316
2023/10/19-11:08:46.949313 7f8105ffb6c0 Delete type=3 #314
2023/10/19-11:08:46.949363 7f8105ffb6c0 Delete type=0 #316
2023/10/19-11:10:20.688936 7f7e677006c0 Level-0 table #321: started
2023/10/19-11:10:20.688969 7f7e677006c0 Level-0 table #321: 0 bytes OK
2023/10/19-11:10:20.695333 7f7e677006c0 Delete type=0 #319
2023/10/19-11:10:20.709333 7f7e677006c0 Manual compaction at level-0 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal!yzw9I0r3hCK7PJnz' @ 0 : 0; will stop at (end)
2023/10/19-11:10:20.709368 7f7e677006c0 Manual compaction at level-1 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal!yzw9I0r3hCK7PJnz' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/10/12-08:42:23.268945 7ffafd7f96c0 Recovering log #300
2023/10/12-08:42:23.278972 7ffafd7f96c0 Delete type=3 #298
2023/10/12-08:42:23.279118 7ffafd7f96c0 Delete type=0 #300
2023/10/12-09:07:20.276665 7ff865e026c0 Level-0 table #305: started
2023/10/12-09:07:20.276712 7ff865e026c0 Level-0 table #305: 0 bytes OK
2023/10/12-09:07:20.283056 7ff865e026c0 Delete type=0 #303
2023/10/12-09:07:20.303902 7ff865e026c0 Manual compaction at level-0 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal!yzw9I0r3hCK7PJnz' @ 0 : 0; will stop at (end)
2023/10/12-09:07:20.303996 7ff865e026c0 Manual compaction at level-1 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal!yzw9I0r3hCK7PJnz' @ 0 : 0; will stop at (end)
2023/10/13-16:28:21.042041 7f4c897fa6c0 Recovering log #312
2023/10/13-16:28:21.053124 7f4c897fa6c0 Delete type=3 #310
2023/10/13-16:28:21.053191 7f4c897fa6c0 Delete type=0 #312
2023/10/14-11:19:49.023618 7f49ebbff6c0 Level-0 table #317: started
2023/10/14-11:19:49.023662 7f49ebbff6c0 Level-0 table #317: 0 bytes OK
2023/10/14-11:19:49.030113 7f49ebbff6c0 Delete type=0 #315
2023/10/14-11:19:49.036810 7f49ebbff6c0 Manual compaction at level-0 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal!yzw9I0r3hCK7PJnz' @ 0 : 0; will stop at (end)
2023/10/14-11:19:49.036858 7f49ebbff6c0 Manual compaction at level-1 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal!yzw9I0r3hCK7PJnz' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000306
MANIFEST-000318

View File

@ -1,8 +1,8 @@
2023/10/12-12:52:21.401250 7ffafdffa6c0 Recovering log #304
2023/10/12-12:52:21.411393 7ffafdffa6c0 Delete type=3 #302
2023/10/12-12:52:21.411454 7ffafdffa6c0 Delete type=0 #304
2023/10/12-14:21:05.522295 7ff865e026c0 Level-0 table #309: started
2023/10/12-14:21:05.522318 7ff865e026c0 Level-0 table #309: 0 bytes OK
2023/10/12-14:21:05.528847 7ff865e026c0 Delete type=0 #307
2023/10/12-14:21:05.529104 7ff865e026c0 Manual compaction at level-0 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end)
2023/10/12-14:21:05.529131 7ff865e026c0 Manual compaction at level-1 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end)
2023/10/19-11:08:46.923678 7f81067fc6c0 Recovering log #316
2023/10/19-11:08:46.934876 7f81067fc6c0 Delete type=3 #314
2023/10/19-11:08:46.934971 7f81067fc6c0 Delete type=0 #316
2023/10/19-11:10:20.682121 7f7e677006c0 Level-0 table #321: started
2023/10/19-11:10:20.682211 7f7e677006c0 Level-0 table #321: 0 bytes OK
2023/10/19-11:10:20.688833 7f7e677006c0 Delete type=0 #319
2023/10/19-11:10:20.709319 7f7e677006c0 Manual compaction at level-0 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end)
2023/10/19-11:10:20.709361 7f7e677006c0 Manual compaction at level-1 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/10/12-08:42:23.253449 7ffafcff86c0 Recovering log #300
2023/10/12-08:42:23.265283 7ffafcff86c0 Delete type=3 #298
2023/10/12-08:42:23.265373 7ffafcff86c0 Delete type=0 #300
2023/10/12-09:07:20.268061 7ff865e026c0 Level-0 table #305: started
2023/10/12-09:07:20.268126 7ff865e026c0 Level-0 table #305: 0 bytes OK
2023/10/12-09:07:20.276287 7ff865e026c0 Delete type=0 #303
2023/10/12-09:07:20.276521 7ff865e026c0 Manual compaction at level-0 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end)
2023/10/12-09:07:20.276572 7ff865e026c0 Manual compaction at level-1 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end)
2023/10/13-16:28:21.026860 7f4c8a7fc6c0 Recovering log #312
2023/10/13-16:28:21.037384 7f4c8a7fc6c0 Delete type=3 #310
2023/10/13-16:28:21.037699 7f4c8a7fc6c0 Delete type=0 #312
2023/10/14-11:19:49.002928 7f49ebbff6c0 Level-0 table #317: started
2023/10/14-11:19:49.002970 7f49ebbff6c0 Level-0 table #317: 0 bytes OK
2023/10/14-11:19:49.009689 7f49ebbff6c0 Delete type=0 #315
2023/10/14-11:19:49.009944 7f49ebbff6c0 Manual compaction at level-0 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end)
2023/10/14-11:19:49.010002 7f49ebbff6c0 Manual compaction at level-1 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000306
MANIFEST-000318

View File

@ -1,8 +1,8 @@
2023/10/12-12:52:21.457131 7ffafdffa6c0 Recovering log #304
2023/10/12-12:52:21.466846 7ffafdffa6c0 Delete type=3 #302
2023/10/12-12:52:21.466893 7ffafdffa6c0 Delete type=0 #304
2023/10/12-14:21:05.535621 7ff865e026c0 Level-0 table #309: started
2023/10/12-14:21:05.535656 7ff865e026c0 Level-0 table #309: 0 bytes OK
2023/10/12-14:21:05.542859 7ff865e026c0 Delete type=0 #307
2023/10/12-14:21:05.556592 7ff865e026c0 Manual compaction at level-0 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal!yfZxl4I7XAuUF6r3' @ 0 : 0; will stop at (end)
2023/10/12-14:21:05.556651 7ff865e026c0 Manual compaction at level-1 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal!yfZxl4I7XAuUF6r3' @ 0 : 0; will stop at (end)
2023/10/19-11:08:46.983055 7f81067fc6c0 Recovering log #316
2023/10/19-11:08:46.992141 7f81067fc6c0 Delete type=3 #314
2023/10/19-11:08:46.992183 7f81067fc6c0 Delete type=0 #316
2023/10/19-11:10:20.701671 7f7e677006c0 Level-0 table #321: started
2023/10/19-11:10:20.701694 7f7e677006c0 Level-0 table #321: 0 bytes OK
2023/10/19-11:10:20.709132 7f7e677006c0 Delete type=0 #319
2023/10/19-11:10:20.709354 7f7e677006c0 Manual compaction at level-0 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal!yfZxl4I7XAuUF6r3' @ 0 : 0; will stop at (end)
2023/10/19-11:10:20.709386 7f7e677006c0 Manual compaction at level-1 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal!yfZxl4I7XAuUF6r3' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/10/12-08:42:23.313383 7ffafcff86c0 Recovering log #300
2023/10/12-08:42:23.325901 7ffafcff86c0 Delete type=3 #298
2023/10/12-08:42:23.326114 7ffafcff86c0 Delete type=0 #300
2023/10/12-09:07:20.290221 7ff865e026c0 Level-0 table #305: started
2023/10/12-09:07:20.290277 7ff865e026c0 Level-0 table #305: 0 bytes OK
2023/10/12-09:07:20.297074 7ff865e026c0 Delete type=0 #303
2023/10/12-09:07:20.303956 7ff865e026c0 Manual compaction at level-0 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal!yfZxl4I7XAuUF6r3' @ 0 : 0; will stop at (end)
2023/10/12-09:07:20.304050 7ff865e026c0 Manual compaction at level-1 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal!yfZxl4I7XAuUF6r3' @ 0 : 0; will stop at (end)
2023/10/13-16:28:21.088262 7f4c8a7fc6c0 Recovering log #312
2023/10/13-16:28:21.100561 7f4c8a7fc6c0 Delete type=3 #310
2023/10/13-16:28:21.100612 7f4c8a7fc6c0 Delete type=0 #312
2023/10/14-11:19:49.016843 7f49ebbff6c0 Level-0 table #317: started
2023/10/14-11:19:49.016902 7f49ebbff6c0 Level-0 table #317: 0 bytes OK
2023/10/14-11:19:49.023489 7f49ebbff6c0 Delete type=0 #315
2023/10/14-11:19:49.036796 7f49ebbff6c0 Manual compaction at level-0 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal!yfZxl4I7XAuUF6r3' @ 0 : 0; will stop at (end)
2023/10/14-11:19:49.036847 7f49ebbff6c0 Manual compaction at level-1 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal!yfZxl4I7XAuUF6r3' @ 0 : 0; will stop at (end)

Binary file not shown.