Commit Graph

76 Commits

Author SHA1 Message Date
2f4d23d878 add date time of the mission to the overview
This helps with pre- and post-tick evaluations.
2022-04-06 16:59:11 +02:00
773d98a4fb allow exclusion of specific log entries from discord log 2022-04-06 16:33:04 +02:00
327348ab30 update tool with API changes 2022-03-15 18:08:32 +01:00
8fc177c730 fix new line formatting for discord log 2022-02-27 16:16:20 +01:00
7d822f1b2f fix missions that give influence to no one 2022-02-26 10:58:09 +01:00
28c65bcf72 further mission improvements thanks to CMDR Shakaka 2022-02-24 22:40:00 +01:00
87377c086b fix formatting of failed missions 2022-02-18 13:41:17 +01:00
9795b22e02 fix mission failure with the same source information as mission completion 2022-02-18 13:38:47 +01:00
f0b7b7fe32 support the case where the main mission from the mission giver is not the first in the list of affected factions 2022-02-14 19:12:46 +01:00
9d81a9ad7d completely rework mission code 2022-02-14 18:11:11 +01:00
6a73a08b00 properly handle vouchers and their BGS effect 2022-02-12 19:50:26 +01:00
6048ce0756 for murders take the faction from the ship 2022-02-12 16:22:08 +01:00
59e3373716 improve murder detection 2022-02-11 13:26:10 +01:00
054376ef63 completely refactor log generation to avoid duplicate code 2022-02-11 13:01:42 +01:00
d79b26e5c9 add credit value to search and rescue entry 2022-02-09 09:49:56 +01:00
5f9634cd83 add search and rescue 2022-02-09 09:44:25 +01:00
bd50962794 fix a minor formatting bug 2022-02-07 16:56:38 +01:00
b4260059d7 add vista genomics to the tool 2022-02-07 16:47:00 +01:00
b03d851f77 fix matching. station is not important 2022-01-29 16:18:28 +01:00
ce5f423653 be very strict with matching objectives 2022-01-29 10:49:49 +01:00
e7a1656d2a fix a bug with secondary objectives 2022-01-29 10:48:49 +01:00
dd9b558b3c fix influence 10 due to wrong call to GetInfluenceForFaction 2022-01-29 10:42:08 +01:00
3df438a465 fix a minor bug with failed missions 2022-01-27 23:23:15 +01:00
afad459210 handle missions were the alternate influence gain goes towards the same faction but in a different system 2022-01-27 23:21:34 +01:00
d17137c123 add support for buying commodities
this now impacts influence since Update 10
2022-01-26 09:58:23 +01:00
afa4866dbe skip empty factions in secondary effects 2022-01-26 09:32:23 +01:00
30f8aa15f0 handle murders 2022-01-23 17:05:43 +01:00
8c7e67acc6 group cargo together in the final report 2022-01-23 16:26:58 +01:00
0fdd51a3ec allow manual loading of JSON 2022-01-23 15:52:19 +01:00
c4bdcfeee3 add support for normal selling of cartographic data 2022-01-22 13:18:24 +01:00
644fad649b use a more generic date time format for the generic log 2022-01-22 09:26:26 +01:00
c34cb17c52 add extra line after cartographics data 2022-01-22 09:21:20 +01:00
654444d39c also add it to the generic discord template 2022-01-22 09:09:08 +01:00
561db29394 add secondary influence gain to report 2022-01-22 09:08:19 +01:00
d789c75116 use invariant culture for month names 2022-01-22 08:57:59 +01:00
d0bd8ce711 better format cargo selling 2022-01-21 20:47:37 +01:00
8f40c1d75e extract influence support for missions that affect more than one faction 2022-01-21 20:34:56 +01:00
ceaf8035e9 fix display of failed missions 2022-01-21 20:33:15 +01:00
3e15096dfc allow each step to generate more than one result 2022-01-21 20:03:17 +01:00
411a0262c1 detect trade profit, and allow adjusting it 2022-01-12 17:29:58 +01:00
bf401db483 rework how failed missions are handled
This cleans up the logs, especially since failed missions don't show a lot of detailed information.
2022-01-10 18:58:50 +01:00
19284d9eb9 make error message clearer 2022-01-09 13:11:53 +01:00
ae7495632e add checkboxes to enable/disable objectives 2022-01-09 11:13:01 +01:00
8d51a00d57 allow changing of log types 2022-01-06 16:24:20 +01:00
69fddcaed6 fix bug about failed missions 2022-01-06 16:15:13 +01:00
6d404a99e2 improve matching of entries to objectives
If the faction does not match, we don't care about the other match criteria.
2021-11-20 11:27:56 +01:00
2cf21f159d properly use Docked entry 2021-11-17 21:01:35 +01:00
01ef8705f7 refactor mission completed a bit 2021-11-16 18:44:02 +01:00
068a2102b9 add new objectives if entries does not match existing ones 2021-11-15 19:54:04 +01:00
6dda7cfde4 implement failed missions which give negative INF 2021-11-12 22:23:40 +01:00