Commit Graph

73 Commits

Author SHA1 Message Date
007b391dc2 parse out commander names from logs 2024-09-18 21:33:20 +02:00
9f013bed38 fix cartographics value, use Total instead of TotalEarnings 2024-09-17 18:49:18 +02:00
4d3048a37d add the market name to trading entries 2024-04-28 12:41:50 +02:00
bf56f3a2d5 add a filter for doubly redeemed vouchers 2024-04-28 12:35:14 +02:00
16b579688d identify cap ship by its music 2024-01-29 19:24:53 +01:00
9994a45d06 fix location not updating on carrier jumps 2024-01-29 18:23:19 +01:00
4c75515a70 include failed missions in mission format
Since we now have to calculate negative INF with the normal INF (in case both happens), mission formatter now also handles failed missions.
2023-09-08 11:43:05 +02:00
c43c6f742a introduce negative influence
Sometimes missions actually tell us how much negative influence a faction got through secondary influences. We now count this, and present is as negative influence via minuses. Summaries have been updated to reflect this change.
2023-09-08 11:20:49 +02:00
cdd7eb33de add settlements for ground CZs to the combat log 2023-08-26 10:53:25 +02:00
1b2a162ac5 add allied to the combat zone object 2023-06-18 15:09:40 +02:00
f490d4ba4d add code to detect which captain/correspondent it was 2023-06-18 15:07:29 +02:00
6b09ec4db3 split captain and correspondent to enemy/allied 2023-06-18 14:55:22 +02:00
c7be0ef3f5 thargoid bonds are not a system contribution 2023-05-25 18:09:50 +02:00
6a36458026 death only matters on foot 2023-05-25 17:33:59 +02:00
12b15bb910 fix wrong incomplete type in MarketBuyParser 2023-05-15 18:29:29 +02:00
bec73931b9 add an option to ignore Fleet Carrier faction 2023-05-15 18:15:38 +02:00
b005edc27f don't ignore new system factions
If a factions expands or retreats into a system we see, we won't pick it up if we remain with old data.
2023-05-14 20:20:43 +02:00
79914919e5 add combat zone detection through SupercruiseDestinationDrop 2023-05-11 20:43:48 +02:00
87314d0258 we still want profit info, just not BGS info 2023-04-19 09:19:37 +02:00
d6acbda55c add option to ignore market buy 2023-04-19 09:06:54 +02:00
5c9d9c9153 correct black market trade by properly setting StationOwner 2023-04-19 09:01:32 +02:00
5224dd4555 split out some classes to avoid clutter 2023-04-19 08:31:23 +02:00
d00c8d5c06 allow possibility to ignore influence support 2023-03-03 15:59:41 +01:00
f9eb0d34f9 introduce parser options
And use it to ignore exo biology data.
2023-03-02 20:09:19 +01:00
0b47b7331e fix bug with failed missions 2022-12-28 10:43:45 +01:00
4549413b00 add warning for empty mission faction 2022-12-20 18:48:00 +01:00
4f6376d39b remove old code 2022-12-20 18:38:33 +01:00
a9ce5be266 fix mission fails 2022-12-20 18:33:09 +01:00
9deafa6653 fix incomplete transactions not having a CompletedAt 2022-12-18 10:13:35 +01:00
b96e40299d make pilot's federation combat bonds system contribution 2022-12-15 22:52:50 +01:00
f0692c3936 apparently also medium combat zones can have two objectives 2022-12-14 17:40:25 +01:00
a43ade2f3c adjust detection of high combat zones 2022-12-11 12:30:02 +01:00
a6b16fd5b8 commander entry happens when you relog
Use it to discern combat zone relogs.
2022-12-11 12:29:32 +01:00
44774c5cad fix detection of medium ground combat zones 2022-12-10 09:52:48 +01:00
a3b54b1326 add DateTime property variant for CompletedAt 2022-12-09 17:51:46 +01:00
bf43262a8e add support for DropshipDeploy 2022-12-09 17:36:26 +01:00
6f9d3a64ff count all thargoid war missions as system contributions 2022-12-07 23:08:31 +01:00
1f673970ee fix formatting of combat zones 2022-12-07 22:43:24 +01:00
2608aeab6f don't bother detecting combat zones if we don't have enough data 2022-12-07 22:41:10 +01:00
123fa15884 improve detection of combat zones by listening for messages 2022-12-07 16:42:44 +01:00
cb8698dd42 thargoid combat zones are called "AX" combat zones ingame 2022-12-03 20:42:38 +01:00
0e92ee8ab4 only thargoid war missions are system contributions 2022-12-03 16:34:54 +01:00
84dfd73283 thargoid kills also contribute to the whole system 2022-12-03 15:05:09 +01:00
22d0bedf53 introduce the concept of system contributions 2022-12-03 15:01:46 +01:00
67966ca27a add code to detect thargoid combat zones 2022-12-03 14:42:32 +01:00
914aa43d33 lay ground work for supporting thargoid combat zones 2022-12-03 14:33:09 +01:00
8d72808fbf refactor missions a bit 2022-12-03 14:16:45 +01:00
f14982f37a change "on foot" to "ground" 2022-11-29 17:52:27 +01:00
f0977b774b remove "Amount" from combat zones 2022-11-29 17:46:17 +01:00
712c416725 store in the transaction whether it was done in legacy or live 2022-11-29 16:30:46 +01:00