BOL : Fix damage error, rework roll dialog and new damage targetting

This commit is contained in:
2026-03-16 20:16:58 +01:00
parent 7adc1b3f07
commit a549262d25
121 changed files with 538 additions and 408 deletions

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-001074
MANIFEST-001082

View File

@@ -1,8 +1,11 @@
2026/02/28-22:59:53.895577 7f56f8bfd6c0 Recovering log #1072
2026/02/28-22:59:53.906749 7f56f8bfd6c0 Delete type=3 #1070
2026/02/28-22:59:53.906807 7f56f8bfd6c0 Delete type=0 #1072
2026/03/01-01:08:46.391890 7f54e37ef6c0 Level-0 table #1077: started
2026/03/01-01:08:46.391936 7f54e37ef6c0 Level-0 table #1077: 0 bytes OK
2026/03/01-01:08:46.398187 7f54e37ef6c0 Delete type=0 #1075
2026/03/01-01:08:46.417834 7f54e37ef6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
2026/03/01-01:08:46.417875 7f54e37ef6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
2026/03/16-19:46:09.274487 7f766abff6c0 Delete type=3 #1
2026/03/16-20:16:08.497329 7f7668bfb6c0 Level-0 table #1085: started
2026/03/16-20:16:08.497368 7f7668bfb6c0 Level-0 table #1085: 0 bytes OK
2026/03/16-20:16:08.504561 7f7668bfb6c0 Delete type=0 #1083
2026/03/16-20:16:08.531656 7f7668bfb6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at '!items!vGydqADwTsHZ9B3j' @ 189 : 1
2026/03/16-20:16:08.531672 7f7668bfb6c0 Compacting 1@0 + 0@1 files
2026/03/16-20:16:08.535598 7f7668bfb6c0 Generated table #1086@0: 8 keys, 3773 bytes
2026/03/16-20:16:08.535643 7f7668bfb6c0 Compacted 1@0 + 0@1 files => 3773 bytes
2026/03/16-20:16:08.542636 7f7668bfb6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2026/03/16-20:16:08.542859 7f7668bfb6c0 Delete type=2 #772
2026/03/16-20:16:08.567841 7f7668bfb6c0 Manual compaction at level-0 from '!items!vGydqADwTsHZ9B3j' @ 189 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,4 @@
2026/02/28-17:23:52.920377 7f56e3fff6c0 Recovering log #1068
2026/02/28-17:23:52.930570 7f56e3fff6c0 Delete type=3 #1066
2026/02/28-17:23:52.930642 7f56e3fff6c0 Delete type=0 #1068
2026/02/28-22:59:43.758590 7f54e37ef6c0 Level-0 table #1073: started
2026/02/28-22:59:43.758628 7f54e37ef6c0 Level-0 table #1073: 0 bytes OK
2026/02/28-22:59:43.764731 7f54e37ef6c0 Delete type=0 #1071
2026/02/28-22:59:43.785330 7f54e37ef6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
2026/02/28-22:59:43.785372 7f54e37ef6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
2026/03/16-19:46:09.255299 7f766abff6c0 Log #1080: 0 ops saved to Table #1081 OK
2026/03/16-19:46:09.255545 7f766abff6c0 Archiving /home/morr/foundry/foundrydata-v13/Data/systems/bol/packs/fightoptions/001080.log: OK
2026/03/16-19:46:09.255893 7f766abff6c0 Table #772: 8 entries OK
2026/03/16-19:46:09.259507 7f766abff6c0 **** Repaired leveldb /home/morr/foundry/foundrydata-v13/Data/systems/bol/packs/fightoptions; recovered 1 files; 3773 bytes. Some data may have been lost. ****

Binary file not shown.