This commit is contained in:
François-Xavier Guillois
2023-09-07 11:55:20 +02:00
parent 51982ca5b6
commit 90afe712d5
32 changed files with 57 additions and 62 deletions
+3
View File
@@ -1,5 +1,8 @@
# CHANGELOG
## 0.1.12
- passage des packs en LevelDB
## 0.1.11
- passage à une compatibilité v11
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
MANIFEST-000007
View File
+3
View File
@@ -0,0 +1,3 @@
2023/09/07-11:51:18.260918 7f5df81f1640 Recovering log #6
2023/09/07-11:51:18.285567 7f5df81f1640 Delete type=0 #6
2023/09/07-11:51:18.285662 7f5df81f1640 Delete type=3 #4
+5
View File
@@ -0,0 +1,5 @@
2023/09/07-11:30:31.769154 7f3911ff0640 Recovering log #3
2023/09/07-11:30:31.769670 7f3911ff0640 Level-0 table #5: started
2023/09/07-11:30:31.775761 7f3911ff0640 Level-0 table #5: 6736 bytes OK
2023/09/07-11:30:31.793057 7f3911ff0640 Delete type=3 #2
2023/09/07-11:30:31.793231 7f3911ff0640 Delete type=0 #3
Binary file not shown.
Binary file not shown.
View File
+1
View File
@@ -0,0 +1 @@
MANIFEST-000007
View File
+3
View File
@@ -0,0 +1,3 @@
2023/09/07-11:51:18.300447 7f5df71ef640 Recovering log #6
2023/09/07-11:51:18.315374 7f5df71ef640 Delete type=0 #6
2023/09/07-11:51:18.315455 7f5df71ef640 Delete type=3 #4
+5
View File
@@ -0,0 +1,5 @@
2023/09/07-11:30:31.769070 7f3912ff2640 Recovering log #3
2023/09/07-11:30:31.769166 7f3912ff2640 Level-0 table #5: started
2023/09/07-11:30:31.772975 7f3912ff2640 Level-0 table #5: 2135 bytes OK
2023/09/07-11:30:31.790376 7f3912ff2640 Delete type=3 #2
2023/09/07-11:30:31.790513 7f3912ff2640 Delete type=0 #3
Binary file not shown.
File diff suppressed because one or more lines are too long
-54
View File
File diff suppressed because one or more lines are too long
Binary file not shown.
View File
+1
View File
@@ -0,0 +1 @@
MANIFEST-000004
View File
+5
View File
@@ -0,0 +1,5 @@
2023/09/07-11:51:18.292310 7f5df79f0640 Recovering log #3
2023/09/07-11:51:18.293080 7f5df79f0640 Level-0 table #5: started
2023/09/07-11:51:18.297894 7f5df79f0640 Level-0 table #5: 26432 bytes OK
2023/09/07-11:51:18.312622 7f5df79f0640 Delete type=3 #2
2023/09/07-11:51:18.312750 7f5df79f0640 Delete type=0 #3
+1
View File
@@ -0,0 +1 @@
2023/09/07-11:32:43.233124 7f39137f3640 Delete type=3 #1
Binary file not shown.
Binary file not shown.
View File
+1
View File
@@ -0,0 +1 @@
MANIFEST-000004
View File
+5
View File
@@ -0,0 +1,5 @@
2023/09/07-11:51:18.264425 7f5df89f2640 Recovering log #3
2023/09/07-11:51:18.264584 7f5df89f2640 Level-0 table #5: started
2023/09/07-11:51:18.279585 7f5df89f2640 Level-0 table #5: 3172 bytes OK
2023/09/07-11:51:18.294616 7f5df89f2640 Delete type=3 #2
2023/09/07-11:51:18.294742 7f5df89f2640 Delete type=0 #3
+1
View File
@@ -0,0 +1 @@
2023/09/07-11:31:14.038599 7f39127f1640 Delete type=3 #1
Binary file not shown.
+22 -6
View File
@@ -2,7 +2,7 @@
"id": "vermine2047",
"title": "Vermine 2047",
"description": "The Vermine 2047 system for FoundryVTT!",
"version": "0.1.11",
"version": "0.1.12",
"compatibility": {
"minimum": "11",
"verified": "11.308",
@@ -31,18 +31,34 @@
],
"packs": [
{
"name": "kit-de-depart",
"label": "Kit de départ",
"name": "adaptationsmutations",
"label": "Adaptations / Mutations",
"system": "vermine2047",
"path": "packs/kit-de-depart.db",
"type": "Adventure",
"path": "packs/adaptationsmutations",
"type": "Item",
"private": false
},
{
"name": "traumatismes",
"label": "Traumatismes",
"system": "vermine2047",
"path": "packs/traumatismes",
"type": "Item",
"private": false
},
{
"name": "pretires",
"label": "Prétirés",
"system": "vermine2047",
"path": "packs/pretires.db",
"path": "packs/pretires",
"type": "Actor",
"private": false
},
{
"name": "deck-creatures",
"label": "Deck créatures",
"system": "vermine2047",
"path": "packs/deck-creatures",
"type": "Actor",
"private": false
}