Compare commits

...

19 Commits
1.3.16 ... main

Author SHA1 Message Date
Adam 5b21b4a432 releasing version with tier 4 upgrades 2024-11-17 20:34:43 -06:00
Adam c4cab44423 adding tier 4 for everyone 2024-11-17 20:33:53 -06:00
Adam 9c7b63c13d adding moon snakes 2024-11-17 16:40:36 -06:00
Adam 9b7f9856cd adding deep citadel 2024-11-03 16:45:43 -06:00
Adam 6bfdea42f9 cutting new version 2024-11-03 16:37:40 -06:00
Adam d0e1479f11 adding lizard moon people 2024-11-03 16:37:06 -06:00
Adam 3b457060ca adding lizard moon people 2024-11-03 16:37:00 -06:00
Adam 9e517e7b84 updating version 2024-10-20 16:57:44 -05:00
Adam bd136d8092 adding new creatures and items 2024-10-20 16:57:18 -05:00
Adam 03709228a3 adding some additional powers for tier 2 and 3. Also adding Adam's haracter Magnus 2024-10-06 16:33:39 -05:00
Adam 0741e16d41 new version for release 2024-09-08 16:51:56 -05:00
Adam c28d144d4b adding some beanstalk stuff 2024-09-08 16:51:05 -05:00
Adam 25688c53a1 updating module version for release 2024-09-01 16:18:16 -05:00
Adam 194fae3708 adding tier 3 2024-09-01 16:17:36 -05:00
Adam aed128b10e updating version 2024-08-25 16:58:49 -05:00
Adam 1e0c6d1250 adding pyramid and some cyphers 2024-08-25 16:58:10 -05:00
Adam 746a4051c4 adding some tier 2 and all of tier 3 for glaive 2024-08-04 17:30:22 -05:00
Adam d2fa09a8a5 adding some info about the town 2024-07-28 16:53:26 -05:00
Adam e6dfba555a adding the city of shadows 2024-07-28 16:33:08 -05:00
90 changed files with 121 additions and 132 deletions

BIN
assets/.DS_Store vendored

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

BIN
assets/items/beamKatana.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 KiB

BIN
assets/maps/pyramid.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 KiB

BIN
assets/maps/pyramidMap.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 715 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

BIN
assets/portraits/jiale.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 KiB

BIN
assets/portraits/magnus.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -1,7 +1,7 @@
{ {
"id": "numenera-base", "id": "numenera-base",
"title": "Numenera Base", "title": "Numenera Base",
"version": "1.3.16", "version": "1.3.28",
"compatibility": { "compatibility": {
"minimum": "11", "minimum": "11",
"verified": "11.313" "verified": "11.313"
@ -122,6 +122,12 @@
"type": "module", "type": "module",
"manifest": "https://github.com/aedelen/nice-cypher-add-ons/releases/download/0.0.2/module.json", "manifest": "https://github.com/aedelen/nice-cypher-add-ons/releases/download/0.0.2/module.json",
"compatibility": {} "compatibility": {}
},
{
"id": "cyphercombat",
"type": "module",
"manifest": "https://raw.githubusercontent.com/gonzaPaEst/cyphercombat/main/module.json",
"compatibility": {}
} }
] ]
}, },
@ -150,6 +156,6 @@
] ]
} }
], ],
"download": "https://edit.crownoffire.ltd/adam/numeneraBaseWorld/archive/1.3.16.zip", "download": "https://edit.crownoffire.ltd/adam/numeneraBaseWorld/archive/1.3.28.zip",
"manifest": "https://edit.crownoffire.ltd/adam/numeneraBaseWorld/raw/branch/main/module.json" "manifest": "https://edit.crownoffire.ltd/adam/numeneraBaseWorld/raw/branch/main/module.json"
} }

View File

@ -1 +1 @@
MANIFEST-000086 MANIFEST-000138

View File

@ -1,3 +1,3 @@
2024/06/30-22:06:45.894207 ffff7cbde0c0 Recovering log #84 2024/11/17-22:43:42.685340 ffff95e0f0c0 Recovering log #136
2024/06/30-22:06:45.895804 ffff7cbde0c0 Delete type=3 #82 2024/11/17-22:43:42.687330 ffff95e0f0c0 Delete type=3 #134
2024/06/30-22:06:45.895957 ffff7cbde0c0 Delete type=0 #84 2024/11/17-22:43:42.687460 ffff95e0f0c0 Delete type=0 #136

View File

@ -1,7 +1,7 @@
2024/06/30-21:14:35.978087 fffe57fff0c0 Recovering log #81 2024/11/17-19:54:49.403395 ffff97c0f0c0 Recovering log #133
2024/06/30-21:14:35.980921 fffe57fff0c0 Delete type=3 #80 2024/11/17-19:54:49.405228 ffff97c0f0c0 Delete type=3 #132
2024/06/30-21:14:35.981069 fffe57fff0c0 Delete type=0 #81 2024/11/17-19:54:49.405362 ffff97c0f0c0 Delete type=0 #133
2024/06/30-21:52:19.260936 fffe56fdf0c0 Level-0 table #85: started 2024/11/17-22:39:44.356082 ffff9540f0c0 Level-0 table #137: started
2024/06/30-21:52:19.261116 fffe56fdf0c0 Level-0 table #85: 0 bytes OK 2024/11/17-22:39:44.356174 ffff9540f0c0 Level-0 table #137: 0 bytes OK
2024/06/30-21:52:19.261826 fffe56fdf0c0 Delete type=0 #83 2024/11/17-22:39:44.356546 ffff9540f0c0 Delete type=0 #135
2024/06/30-21:52:19.272730 fffe56fdf0c0 Manual compaction at level-0 from '!playlists!R3K1oX0SMDy1S5C9' @ 72057594037927935 : 1 .. '!playlists.sounds!SdD1UbDaEavlsNW5.X9L5Ia7kSTs1Qr8m' @ 0 : 0; will stop at (end) 2024/11/17-22:39:44.359581 ffff9540f0c0 Manual compaction at level-0 from '!playlists!R3K1oX0SMDy1S5C9' @ 72057594037927935 : 1 .. '!playlists.sounds!SdD1UbDaEavlsNW5.X9L5Ia7kSTs1Qr8m' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000269 MANIFEST-000321

View File

@ -1,3 +1,3 @@
2024/06/30-22:06:45.859281 fffe57fff0c0 Recovering log #267 2024/11/17-22:43:42.667121 ffff97c0f0c0 Recovering log #319
2024/06/30-22:06:45.862044 fffe57fff0c0 Delete type=0 #267 2024/11/17-22:43:42.668178 ffff97c0f0c0 Delete type=0 #319
2024/06/30-22:06:45.862228 fffe57fff0c0 Delete type=3 #265 2024/11/17-22:43:42.668292 ffff97c0f0c0 Delete type=3 #317

View File

@ -1,8 +1,8 @@
2024/06/30-21:14:35.951559 ffff7cbde0c0 Recovering log #264 2024/11/17-19:54:49.385046 ffff95e0f0c0 Recovering log #316
2024/06/30-21:14:35.952651 ffff7cbde0c0 Delete type=0 #264 2024/11/17-19:54:49.386931 ffff95e0f0c0 Delete type=3 #315
2024/06/30-21:14:35.952748 ffff7cbde0c0 Delete type=3 #263 2024/11/17-19:54:49.387035 ffff95e0f0c0 Delete type=0 #316
2024/06/30-21:52:19.257126 fffe56fdf0c0 Level-0 table #268: started 2024/11/17-22:39:44.346046 ffff9540f0c0 Level-0 table #320: started
2024/06/30-21:52:19.257249 fffe56fdf0c0 Level-0 table #268: 0 bytes OK 2024/11/17-22:39:44.346350 ffff9540f0c0 Level-0 table #320: 0 bytes OK
2024/06/30-21:52:19.257987 fffe56fdf0c0 Delete type=0 #266 2024/11/17-22:39:44.346834 ffff9540f0c0 Delete type=0 #318
2024/06/30-21:52:19.259416 fffe56fdf0c0 Manual compaction at level-0 from '!journal!6WpLDgMZWLUVoRBQ' @ 72057594037927935 : 1 .. '!journal.pages!waiEAjJ32ZsP2OWj.ikyFAiJOaxSRTTYY' @ 0 : 0; will stop at (end) 2024/11/17-22:39:44.350868 ffff9540f0c0 Manual compaction at level-0 from '!journal!6WpLDgMZWLUVoRBQ' @ 72057594037927935 : 1 .. '!journal.pages!waiEAjJ32ZsP2OWj.ikyFAiJOaxSRTTYY' @ 0 : 0; will stop at (end)
2024/06/30-21:52:19.260853 fffe56fdf0c0 Manual compaction at level-1 from '!journal!6WpLDgMZWLUVoRBQ' @ 72057594037927935 : 1 .. '!journal.pages!waiEAjJ32ZsP2OWj.ikyFAiJOaxSRTTYY' @ 0 : 0; will stop at (end) 2024/11/17-22:39:44.351040 ffff9540f0c0 Manual compaction at level-1 from '!journal!6WpLDgMZWLUVoRBQ' @ 72057594037927935 : 1 .. '!journal.pages!waiEAjJ32ZsP2OWj.ikyFAiJOaxSRTTYY' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000327 MANIFEST-000382

View File

@ -1,3 +1,3 @@
2024/06/30-22:06:45.851752 ffff7cbde0c0 Recovering log #325 2024/11/17-22:43:42.661576 ffff95e0f0c0 Recovering log #380
2024/06/30-22:06:45.853406 ffff7cbde0c0 Delete type=3 #323 2024/11/17-22:43:42.662638 ffff95e0f0c0 Delete type=3 #378
2024/06/30-22:06:45.853571 ffff7cbde0c0 Delete type=0 #325 2024/11/17-22:43:42.662724 ffff95e0f0c0 Delete type=0 #380

View File

@ -1,7 +1,7 @@
2024/06/30-21:14:35.944917 fffe57fff0c0 Recovering log #322 2024/11/17-19:54:49.379309 ffff97c0f0c0 Recovering log #377
2024/06/30-21:14:35.946507 fffe57fff0c0 Delete type=0 #322 2024/11/17-19:54:49.380394 ffff97c0f0c0 Delete type=0 #377
2024/06/30-21:14:35.946837 fffe57fff0c0 Delete type=3 #321 2024/11/17-19:54:49.380470 ffff97c0f0c0 Delete type=3 #376
2024/06/30-21:52:19.256114 fffe56fdf0c0 Level-0 table #326: started 2024/11/17-22:39:44.342858 ffff9540f0c0 Level-0 table #381: started
2024/06/30-21:52:19.256338 fffe56fdf0c0 Level-0 table #326: 0 bytes OK 2024/11/17-22:39:44.343060 ffff9540f0c0 Level-0 table #381: 0 bytes OK
2024/06/30-21:52:19.256980 fffe56fdf0c0 Delete type=0 #324 2024/11/17-22:39:44.343653 ffff9540f0c0 Delete type=0 #379
2024/06/30-21:52:19.259333 fffe56fdf0c0 Manual compaction at level-0 from '!folders!Uj0KiaZ2czrg0hcI' @ 72057594037927935 : 1 .. '!items!yglZ0fAa90jQ76bu' @ 0 : 0; will stop at (end) 2024/11/17-22:39:44.344589 ffff9540f0c0 Manual compaction at level-0 from '!folders!Uj0KiaZ2czrg0hcI' @ 72057594037927935 : 1 .. '!items!yglZ0fAa90jQ76bu' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
packs/characters/000138.ldb Normal file

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000078 MANIFEST-000139

View File

@ -1,3 +1,3 @@
2024/06/30-22:06:45.901664 fffe57fff0c0 Recovering log #75 2024/11/17-22:43:42.691173 ffff97c0f0c0 Recovering log #136
2024/06/30-22:06:45.903800 fffe57fff0c0 Delete type=0 #75 2024/11/17-22:43:42.692977 ffff97c0f0c0 Delete type=3 #134
2024/06/30-22:06:45.904654 fffe57fff0c0 Delete type=3 #73 2024/11/17-22:43:42.693083 ffff97c0f0c0 Delete type=0 #136

View File

@ -1,16 +1,14 @@
2024/06/30-21:14:35.984226 ffff7cbde0c0 Recovering log #72 2024/11/17-19:54:49.409463 ffff95e0f0c0 Recovering log #133
2024/06/30-21:14:35.985177 ffff7cbde0c0 Delete type=3 #70 2024/11/17-19:54:49.410495 ffff95e0f0c0 Delete type=3 #132
2024/06/30-21:14:35.985478 ffff7cbde0c0 Delete type=0 #72 2024/11/17-19:54:49.410575 ffff95e0f0c0 Delete type=0 #133
2024/06/30-21:52:19.271660 fffe56fdf0c0 Level-0 table #76: started 2024/11/17-22:39:44.356648 ffff9540f0c0 Level-0 table #137: started
2024/06/30-21:52:19.271907 fffe56fdf0c0 Level-0 table #76: 0 bytes OK 2024/11/17-22:39:44.358404 ffff9540f0c0 Level-0 table #137: 72062 bytes OK
2024/06/30-21:52:19.272581 fffe56fdf0c0 Delete type=0 #74 2024/11/17-22:39:44.358834 ffff9540f0c0 Delete type=0 #135
2024/06/30-21:52:19.273806 fffe56fdf0c0 Manual compaction at level-0 from '!actors!44X1ZXKJM6mxdVvy' @ 72057594037927935 : 1 .. '!folders!wTstvdpWVsGy12D6' @ 0 : 0; will stop at '!actors!Mt9bT6tPPPakwpgZ' @ 178 : 1 2024/11/17-22:39:44.359623 ffff9540f0c0 Manual compaction at level-0 from '!actors!44X1ZXKJM6mxdVvy' @ 72057594037927935 : 1 .. '!folders!wTstvdpWVsGy12D6' @ 0 : 0; will stop at '!actors.items!Bjun2zv72LQR9Gbe.wfIr3yCNIycl8un0' @ 353 : 1
2024/06/30-21:52:19.273880 fffe56fdf0c0 Compacting 3@0 + 1@1 files 2024/11/17-22:39:44.359734 ffff9540f0c0 Compacting 1@0 + 1@1 files
2024/06/30-21:52:19.276385 fffe56fdf0c0 Generated table #77@0: 31 keys, 44736 bytes 2024/11/17-22:39:44.361526 ffff9540f0c0 Generated table #138@0: 65 keys, 70670 bytes
2024/06/30-21:52:19.276453 fffe56fdf0c0 Compacted 3@0 + 1@1 files => 44736 bytes 2024/11/17-22:39:44.361549 ffff9540f0c0 Compacted 1@0 + 1@1 files => 70670 bytes
2024/06/30-21:52:19.276739 fffe56fdf0c0 compacted to: files[ 0 1 0 0 0 0 0 ] 2024/11/17-22:39:44.361693 ffff9540f0c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2024/06/30-21:52:19.277052 fffe56fdf0c0 Delete type=2 #71 2024/11/17-22:39:44.361862 ffff9540f0c0 Delete type=2 #129
2024/06/30-21:52:19.277228 fffe56fdf0c0 Delete type=2 #65 2024/11/17-22:39:44.361979 ffff9540f0c0 Delete type=2 #137
2024/06/30-21:52:19.277415 fffe56fdf0c0 Delete type=2 #68 2024/11/17-22:39:44.366650 ffff9540f0c0 Manual compaction at level-0 from '!actors.items!Bjun2zv72LQR9Gbe.wfIr3yCNIycl8un0' @ 353 : 1 .. '!folders!wTstvdpWVsGy12D6' @ 0 : 0; will stop at (end)
2024/06/30-21:52:19.277613 fffe56fdf0c0 Delete type=2 #55
2024/06/30-21:52:19.291164 fffe56fdf0c0 Manual compaction at level-0 from '!actors!Mt9bT6tPPPakwpgZ' @ 178 : 1 .. '!folders!wTstvdpWVsGy12D6' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
packs/equipment/000195.ldb Normal file

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000136 MANIFEST-000196

View File

@ -1,3 +1,3 @@
2024/06/30-22:06:45.879038 ffff7d3ee0c0 Recovering log #132 2024/11/17-22:43:42.676276 ffff9680f0c0 Recovering log #193
2024/06/30-22:06:45.881953 ffff7d3ee0c0 Delete type=0 #132 2024/11/17-22:43:42.677346 ffff9680f0c0 Delete type=3 #191
2024/06/30-22:06:45.882506 ffff7d3ee0c0 Delete type=3 #130 2024/11/17-22:43:42.677423 ffff9680f0c0 Delete type=0 #193

View File

@ -1,23 +1,15 @@
2024/06/30-21:14:35.965476 fffe577ef0c0 Recovering log #129 2024/11/17-19:54:49.397105 ffff9680f0c0 Recovering log #190
2024/06/30-21:14:35.967059 fffe577ef0c0 Delete type=3 #127 2024/11/17-19:54:49.398137 ffff9680f0c0 Delete type=3 #189
2024/06/30-21:14:35.967204 fffe577ef0c0 Delete type=0 #129 2024/11/17-19:54:49.398212 ffff9680f0c0 Delete type=0 #190
2024/06/30-21:52:19.259533 fffe56fdf0c0 Level-0 table #133: started 2024/11/17-22:39:44.348957 ffff9540f0c0 Level-0 table #194: started
2024/06/30-21:52:19.259888 fffe56fdf0c0 Level-0 table #133: 0 bytes OK 2024/11/17-22:39:44.349960 ffff9540f0c0 Level-0 table #194: 1212 bytes OK
2024/06/30-21:52:19.260629 fffe56fdf0c0 Delete type=0 #131 2024/11/17-22:39:44.350658 ffff9540f0c0 Delete type=0 #192
2024/06/30-21:52:19.261971 fffe56fdf0c0 Manual compaction at level-0 from '!folders!2FbMKlf5vjlYt9mh' @ 72057594037927935 : 1 .. '!items!zsiKgHAnY4qGdG5j' @ 0 : 0; will stop at '!items!zZ8Vs8B2zNwTEd0s' @ 1520 : 1 2024/11/17-22:39:44.351008 ffff9540f0c0 Manual compaction at level-0 from '!folders!2FbMKlf5vjlYt9mh' @ 72057594037927935 : 1 .. '!items!zsiKgHAnY4qGdG5j' @ 0 : 0; will stop at (end)
2024/06/30-21:52:19.262047 fffe56fdf0c0 Compacting 3@0 + 0@1 files 2024/11/17-22:39:44.351376 ffff9540f0c0 Manual compaction at level-1 from '!folders!2FbMKlf5vjlYt9mh' @ 72057594037927935 : 1 .. '!items!zsiKgHAnY4qGdG5j' @ 0 : 0; will stop at '!items!2ns2g5bUQWNS9yUZ' @ 2307 : 1
2024/06/30-21:52:19.269027 fffe56fdf0c0 Generated table #134@0: 128 keys, 72905 bytes 2024/11/17-22:39:44.351592 ffff9540f0c0 Compacting 1@1 + 1@2 files
2024/06/30-21:52:19.269152 fffe56fdf0c0 Compacted 3@0 + 0@1 files => 72905 bytes 2024/11/17-22:39:44.355445 ffff9540f0c0 Generated table #195@1: 205 keys, 118488 bytes
2024/06/30-21:52:19.269527 fffe56fdf0c0 compacted to: files[ 0 1 1 0 0 0 0 ] 2024/11/17-22:39:44.355470 ffff9540f0c0 Compacted 1@1 + 1@2 files => 118488 bytes
2024/06/30-21:52:19.270116 fffe56fdf0c0 Delete type=2 #128 2024/11/17-22:39:44.355625 ffff9540f0c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/06/30-21:52:19.270767 fffe56fdf0c0 Delete type=2 #122 2024/11/17-22:39:44.355816 ffff9540f0c0 Delete type=2 #194
2024/06/30-21:52:19.271269 fffe56fdf0c0 Delete type=2 #125 2024/11/17-22:39:44.355944 ffff9540f0c0 Delete type=2 #178
2024/06/30-21:52:19.272818 fffe56fdf0c0 Manual compaction at level-0 from '!items!zZ8Vs8B2zNwTEd0s' @ 1520 : 1 .. '!items!zsiKgHAnY4qGdG5j' @ 0 : 0; will stop at (end) 2024/11/17-22:39:44.359542 ffff9540f0c0 Manual compaction at level-1 from '!items!2ns2g5bUQWNS9yUZ' @ 2307 : 1 .. '!items!zsiKgHAnY4qGdG5j' @ 0 : 0; will stop at (end)
2024/06/30-21:52:19.278604 fffe56fdf0c0 Manual compaction at level-1 from '!folders!2FbMKlf5vjlYt9mh' @ 72057594037927935 : 1 .. '!items!zsiKgHAnY4qGdG5j' @ 0 : 0; will stop at '!items!zsiKgHAnY4qGdG5j' @ 2163 : 1
2024/06/30-21:52:19.278674 fffe56fdf0c0 Compacting 1@1 + 1@2 files
2024/06/30-21:52:19.287610 fffe56fdf0c0 Generated table #135@1: 190 keys, 110874 bytes
2024/06/30-21:52:19.287686 fffe56fdf0c0 Compacted 1@1 + 1@2 files => 110874 bytes
2024/06/30-21:52:19.288006 fffe56fdf0c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/06/30-21:52:19.288375 fffe56fdf0c0 Delete type=2 #134
2024/06/30-21:52:19.288562 fffe56fdf0c0 Delete type=2 #118
2024/06/30-21:52:19.291265 fffe56fdf0c0 Manual compaction at level-1 from '!items!zsiKgHAnY4qGdG5j' @ 2163 : 1 .. '!items!zsiKgHAnY4qGdG5j' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
packs/locations/000113.ldb Normal file

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000057 MANIFEST-000114

View File

@ -1,3 +1,3 @@
2024/06/30-22:06:45.910094 fffe577ef0c0 Recovering log #54 2024/11/17-22:43:42.696942 ffff9720f0c0 Recovering log #111
2024/06/30-22:06:45.912557 fffe577ef0c0 Delete type=3 #52 2024/11/17-22:43:42.698598 ffff9720f0c0 Delete type=0 #111
2024/06/30-22:06:45.912708 fffe577ef0c0 Delete type=0 #54 2024/11/17-22:43:42.698780 ffff9720f0c0 Delete type=3 #109

View File

@ -1,14 +1,14 @@
2024/06/30-21:14:35.992893 ffff7d3ee0c0 Recovering log #51 2024/11/17-19:54:49.414865 ffff9720f0c0 Recovering log #108
2024/06/30-21:14:35.995323 ffff7d3ee0c0 Delete type=0 #51 2024/11/17-19:54:49.416165 ffff9720f0c0 Delete type=3 #106
2024/06/30-21:14:35.995470 ffff7d3ee0c0 Delete type=3 #50 2024/11/17-19:54:49.416282 ffff9720f0c0 Delete type=0 #108
2024/06/30-21:52:19.272905 fffe56fdf0c0 Level-0 table #55: started 2024/11/17-22:39:44.358965 ffff9540f0c0 Level-0 table #112: started
2024/06/30-21:52:19.273028 fffe56fdf0c0 Level-0 table #55: 0 bytes OK 2024/11/17-22:39:44.359060 ffff9540f0c0 Level-0 table #112: 0 bytes OK
2024/06/30-21:52:19.273636 fffe56fdf0c0 Delete type=0 #53 2024/11/17-22:39:44.359433 ffff9540f0c0 Delete type=0 #110
2024/06/30-21:52:19.288720 fffe56fdf0c0 Manual compaction at level-0 from '!folders!GWPVHplnhpOthBjF' @ 72057594037927935 : 1 .. '!journal.pages!WrA27IMBJbcuDzbi.fQGVN1eLTgtkXiz4' @ 0 : 0; will stop at '!journal.pages!2J7yRcN79pWSUPol.D2ZSfTzy1pw0z9I8' @ 119 : 1 2024/11/17-22:39:44.362065 ffff9540f0c0 Manual compaction at level-0 from '!folders!GWPVHplnhpOthBjF' @ 72057594037927935 : 1 .. '!journal.pages!WrA27IMBJbcuDzbi.fQGVN1eLTgtkXiz4' @ 0 : 0; will stop at '!journal.pages!IKcNeypZEUfAdEkN.tu26ngUwWPTErAn4' @ 200 : 1
2024/06/30-21:52:19.288801 fffe56fdf0c0 Compacting 1@0 + 1@1 files 2024/11/17-22:39:44.362088 ffff9540f0c0 Compacting 1@0 + 1@1 files
2024/06/30-21:52:19.290150 fffe56fdf0c0 Generated table #56@0: 21 keys, 20555 bytes 2024/11/17-22:39:44.363100 ffff9540f0c0 Generated table #113@0: 38 keys, 30189 bytes
2024/06/30-21:52:19.290221 fffe56fdf0c0 Compacted 1@0 + 1@1 files => 20555 bytes 2024/11/17-22:39:44.363127 ffff9540f0c0 Compacted 1@0 + 1@1 files => 30189 bytes
2024/06/30-21:52:19.290515 fffe56fdf0c0 compacted to: files[ 0 1 0 0 0 0 0 ] 2024/11/17-22:39:44.363329 ffff9540f0c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2024/06/30-21:52:19.290828 fffe56fdf0c0 Delete type=2 #42 2024/11/17-22:39:44.363576 ffff9540f0c0 Delete type=2 #107
2024/06/30-21:52:19.291005 fffe56fdf0c0 Delete type=2 #46 2024/11/17-22:39:44.363890 ffff9540f0c0 Delete type=2 #87
2024/06/30-21:52:19.291353 fffe56fdf0c0 Manual compaction at level-0 from '!journal.pages!2J7yRcN79pWSUPol.D2ZSfTzy1pw0z9I8' @ 119 : 1 .. '!journal.pages!WrA27IMBJbcuDzbi.fQGVN1eLTgtkXiz4' @ 0 : 0; will stop at (end) 2024/11/17-22:39:44.366721 ffff9540f0c0 Manual compaction at level-0 from '!journal.pages!IKcNeypZEUfAdEkN.tu26ngUwWPTErAn4' @ 200 : 1 .. '!journal.pages!WrA27IMBJbcuDzbi.fQGVN1eLTgtkXiz4' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000330 MANIFEST-000386

View File

@ -1,3 +1,3 @@
2024/06/30-22:06:45.841947 fffe577ef0c0 Recovering log #327 2024/11/17-22:43:42.655988 ffff9720f0c0 Recovering log #384
2024/06/30-22:06:45.843452 fffe577ef0c0 Delete type=3 #325 2024/11/17-22:43:42.656919 ffff9720f0c0 Delete type=3 #382
2024/06/30-22:06:45.843617 fffe577ef0c0 Delete type=0 #327 2024/11/17-22:43:42.656999 ffff9720f0c0 Delete type=0 #384

View File

@ -1,15 +1,8 @@
2024/06/30-21:14:35.934642 ffff7cbde0c0 Recovering log #324 2024/11/17-19:54:49.372233 ffff9720f0c0 Recovering log #381
2024/06/30-21:14:35.936015 ffff7cbde0c0 Delete type=3 #323 2024/11/17-19:54:49.373442 ffff9720f0c0 Delete type=0 #381
2024/06/30-21:14:35.936159 ffff7cbde0c0 Delete type=0 #324 2024/11/17-19:54:49.373517 ffff9720f0c0 Delete type=3 #380
2024/06/30-21:52:19.244146 fffe56fdf0c0 Level-0 table #328: started 2024/11/17-22:39:44.347018 ffff9540f0c0 Level-0 table #385: started
2024/06/30-21:52:19.246929 fffe56fdf0c0 Level-0 table #328: 30580 bytes OK 2024/11/17-22:39:44.347148 ffff9540f0c0 Level-0 table #385: 0 bytes OK
2024/06/30-21:52:19.247816 fffe56fdf0c0 Delete type=0 #326 2024/11/17-22:39:44.347670 ffff9540f0c0 Delete type=0 #383
2024/06/30-21:52:19.250776 fffe56fdf0c0 Manual compaction at level-0 from '!folders!vZa6fLpegeFBZzFK' @ 72057594037927935 : 1 .. '!scenes.walls!ZiduJwZQQMUECHeW.znSWopNgvIj2Iudc' @ 0 : 0; will stop at (end) 2024/11/17-22:39:44.350927 ffff9540f0c0 Manual compaction at level-0 from '!folders!7YZ8q74MZBzNqeGG' @ 72057594037927935 : 1 .. '!scenes.walls!ZiduJwZQQMUECHeW.znSWopNgvIj2Iudc' @ 0 : 0; will stop at (end)
2024/06/30-21:52:19.251012 fffe56fdf0c0 Manual compaction at level-1 from '!folders!vZa6fLpegeFBZzFK' @ 72057594037927935 : 1 .. '!scenes.walls!ZiduJwZQQMUECHeW.znSWopNgvIj2Iudc' @ 0 : 0; will stop at '!scenes.walls!ZiduJwZQQMUECHeW.znSWopNgvIj2Iudc' @ 287 : 1 2024/11/17-22:39:44.351074 ffff9540f0c0 Manual compaction at level-1 from '!folders!7YZ8q74MZBzNqeGG' @ 72057594037927935 : 1 .. '!scenes.walls!ZiduJwZQQMUECHeW.znSWopNgvIj2Iudc' @ 0 : 0; will stop at (end)
2024/06/30-21:52:19.251139 fffe56fdf0c0 Compacting 1@1 + 1@2 files
2024/06/30-21:52:19.254861 fffe56fdf0c0 Generated table #329@1: 361 keys, 45386 bytes
2024/06/30-21:52:19.254931 fffe56fdf0c0 Compacted 1@1 + 1@2 files => 45386 bytes
2024/06/30-21:52:19.255219 fffe56fdf0c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/06/30-21:52:19.255544 fffe56fdf0c0 Delete type=2 #328
2024/06/30-21:52:19.255711 fffe56fdf0c0 Delete type=2 #310
2024/06/30-21:52:19.258150 fffe56fdf0c0 Manual compaction at level-1 from '!scenes.walls!ZiduJwZQQMUECHeW.znSWopNgvIj2Iudc' @ 287 : 1 .. '!scenes.walls!ZiduJwZQQMUECHeW.znSWopNgvIj2Iudc' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

BIN
packs/type/000294.ldb Normal file

Binary file not shown.

BIN
packs/type/000320.log Normal file

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000263 MANIFEST-000319

View File

@ -1,3 +1,3 @@
2024/06/30-22:06:45.868555 fffe577ef0c0 Recovering log #261 2024/11/17-22:43:42.672063 ffff9720f0c0 Recovering log #317
2024/06/30-22:06:45.871288 fffe577ef0c0 Delete type=3 #259 2024/11/17-22:43:42.673245 ffff9720f0c0 Delete type=3 #315
2024/06/30-22:06:45.871798 fffe577ef0c0 Delete type=0 #261 2024/11/17-22:43:42.673330 ffff9720f0c0 Delete type=0 #317

View File

@ -1,8 +1,8 @@
2024/06/30-21:14:35.958309 ffff7d3ee0c0 Recovering log #258 2024/11/17-19:54:49.391285 ffff9720f0c0 Recovering log #314
2024/06/30-21:14:35.960775 ffff7d3ee0c0 Delete type=3 #257 2024/11/17-19:54:49.392588 ffff9720f0c0 Delete type=0 #314
2024/06/30-21:14:35.961219 ffff7d3ee0c0 Delete type=0 #258 2024/11/17-19:54:49.392690 ffff9720f0c0 Delete type=3 #313
2024/06/30-21:52:19.258227 fffe56fdf0c0 Level-0 table #262: started 2024/11/17-22:39:44.347882 ffff9540f0c0 Level-0 table #318: started
2024/06/30-21:52:19.258432 fffe56fdf0c0 Level-0 table #262: 0 bytes OK 2024/11/17-22:39:44.348067 ffff9540f0c0 Level-0 table #318: 0 bytes OK
2024/06/30-21:52:19.259183 fffe56fdf0c0 Delete type=0 #260 2024/11/17-22:39:44.348740 ffff9540f0c0 Delete type=0 #316
2024/06/30-21:52:19.260775 fffe56fdf0c0 Manual compaction at level-0 from '!folders!Gz2DsfeJugzyQ2Xs' @ 72057594037927935 : 1 .. '!journal.pages!yDXZv8crLyTs7X2m.2SQHAPaYPcpxkAJw' @ 0 : 0; will stop at (end) 2024/11/17-22:39:44.350971 ffff9540f0c0 Manual compaction at level-0 from '!folders!Gz2DsfeJugzyQ2Xs' @ 72057594037927935 : 1 .. '!journal.pages!yDXZv8crLyTs7X2m.xxiCX8V7NKUCz5rX' @ 0 : 0; will stop at (end)
2024/06/30-21:52:19.271576 fffe56fdf0c0 Manual compaction at level-1 from '!folders!Gz2DsfeJugzyQ2Xs' @ 72057594037927935 : 1 .. '!journal.pages!yDXZv8crLyTs7X2m.2SQHAPaYPcpxkAJw' @ 0 : 0; will stop at (end) 2024/11/17-22:39:44.351135 ffff9540f0c0 Manual compaction at level-1 from '!folders!Gz2DsfeJugzyQ2Xs' @ 72057594037927935 : 1 .. '!journal.pages!yDXZv8crLyTs7X2m.xxiCX8V7NKUCz5rX' @ 0 : 0; will stop at (end)

Binary file not shown.

BIN
packs/type/MANIFEST-000319 Normal file

Binary file not shown.