From 411a0262c18ea453c46541c56af4cb2c3a71a66f Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Wed, 12 Jan 2022 17:29:58 +0100 Subject: [PATCH] detect trade profit, and allow adjusting it --- AdjustProfitWindow.xaml | 24 ++++++++++++++++++++++++ AdjustProfitWindow.xaml.cs | 34 ++++++++++++++++++++++++++++++++++ BGS/LogEntry.cs | 2 ++ BGS/Report.cs | 28 ++++++++++++++++++++++++---- BGS/SellCargo.cs | 10 +++++++++- EliteBGS.csproj | 7 +++++++ MainWindow.xaml | 2 ++ MainWindow.xaml.cs | 20 ++++++++++++++++++++ README.md | 9 +++++++++ main-entries.png | Bin 32832 -> 29845 bytes main-objectives.png | Bin 19719 -> 30245 bytes 11 files changed, 131 insertions(+), 5 deletions(-) create mode 100644 AdjustProfitWindow.xaml create mode 100644 AdjustProfitWindow.xaml.cs diff --git a/AdjustProfitWindow.xaml b/AdjustProfitWindow.xaml new file mode 100644 index 0000000..77ac184 --- /dev/null +++ b/AdjustProfitWindow.xaml @@ -0,0 +1,24 @@ + + + + + + + + + + + +