Skip to content

Releases: anthonylangsworth/EDMFAT

Alpha v0.21

14 May 04:00
Compare
Choose a tag to compare

Fix the breaking changes with plug-ins in EDMC version 5.0, which is required for the Odyssey expansion. This version of EDMFAT requires EDMC version 5.0 or later. It will not work with earlier versions.

Install this release by downloading and running "edmfat.msi" under "Assets" below as per the README.

Alpha v0.20

27 Feb 11:45
Compare
Choose a tag to compare

Due to a recent error with the FCMS plug-in, I changed some file names in this plug-in to differentiate them. This ensures the Python programming language and EDMC does not unintentionally use code from a different plug-in.

Install this release by downloading and running "edmfat.msi" under "Assets" below as per the README.

Alpha v0.19

26 Feb 09:08
Compare
Choose a tag to compare
  1. Add welcome and ending dialogs to the MSI installer. This helps inform people when the installation is complete. Users must agree to the GPL v3.0 license to use this software.
  2. Format the output of the "Copy Raw Activity" button in the settings dialog to make it more human-readable. It is still JSON but now indented.

To install this release, download and run "edmfat.msi" in the "Assets" below as per README.

Alpha v0.18

25 Feb 12:42
Compare
Choose a tag to compare

Revert the mission bug fix. There is insufficient information in the journal to reliably determine whether the influence increases or decreases for the target faction. While technically incorrect, the previous implementation is close enough.

To install this release, download and run "edmfat.msi" in the "assets" below as per README.

Alpha v0.17

25 Feb 11:09
Compare
Choose a tag to compare
  1. Add the "Copy Raw Activity" button in the settings dialog. Clicking this copies the raw JSON data stored by the plug-in to the clipboard. This can (1) help understand the minor factions impacted by an in-game action or (2) be imported into data analysis tools. The format may change.
  2. Fix a bug where missions in the same system were only counted once. For example, a trade mission from minor faction A in station 1 to minor faction B in station 2 in the same system did not add an entry for the minor faction B.
  3. Fix a bug where all event summaries were written to the EDMC log after doing something BGS-relevant instead of just the event summaries created by that action. This cluttered the log.

To install this release, download and run "edmfat.msi" in the "assets" below as per README.

Alpha v0.16

15 Feb 08:50
Compare
Choose a tag to compare

Show a link on the main window if a newer EDMFAT release is available on Github.

To install this release, download and run "edmfat.msi" in the "assets" below.

Alpha v0.15

13 Feb 10:14
Compare
Choose a tag to compare
  1. Fix the styling of the minor faction list box on the settings page. It should no longer have a black background and white text on some systems.
  2. Changed the behaviour of the minor faction list box on the settings page to act like a normal multi-selection listbox, using Shift and Control keys to select multiple values.

Alpha v0.14

13 Feb 01:46
Compare
Choose a tag to compare
  1. EDMFAT now tracks activity when (1) the commander jumped into a system on a fleet carrier and (2) the subsequent EDSM API call to get the system's minor factions failed. Previously, activity in that system would not be tracked.
  2. EDMFAT forces the background of the minor faction listbox in the settings dialog to white. It had a black background on some systems.

Alpha v0.13

10 Feb 10:18
Compare
Choose a tag to compare
  1. Add support for clean ship kills and failed missions.
  2. No longer delete the settings file on uninstall or upgrade. This will leave the settings file behind but prevents wiping selected minor factions and mission progress on upgrade.
  3. Remove abandoned missions from the internal mission tracker. This is not visible to users but reduces clutter in the settings file over time.

WARNING: Upgrading from v0.12 may delete your settings. Copy any activity before upgrading.

Alpha v0.12

02 Feb 12:01
Compare
Choose a tag to compare
  1. Save off the activity when EDMC shuts down and reload it when starting. This helps if you forget to copy your activity off before shutting down EDMC. The Copy + Reset button still clears activity.
  2. Recalculate past activity after changing minor factions. This helps if you complete a mission or perform more activity before changing the minor faction.