Skip to content

Releases: bryon82/SailwindSail-a-dex

v1.8.0

Choose a tag to compare

@bryon82 bryon82 released this 30 Jun 18:25

Updated

  • Sail-a-dex bookmarks in logbook to respond like other bookmarks when selected.
  • Starting the transition away from ModSaveBackups as Sail-a-dex data will now be saved in the main save file. Leaving ModSaveBackups as a dependency for now as it is needed for the load before saving data into the main save file.

v1.7.1

Choose a tag to compare

@bryon82 bryon82 released this 24 Jun 03:40

Fixed

  • Bug from update in 0.38 which changed patch targeted function from FixedUpdate to Update.

Updated

  • Miles tracked calculation in StatsUI
  • Directory searched when attempting to rename modsave files so that it is not hardcoded, for PortableSaves compatibility.

v1.7.0

Choose a tag to compare

@bryon82 bryon82 released this 21 Jun 06:30

Updated

  • Guid, removed the 82.
  • The guid for ModSaveBackups.

v1.6.0

Choose a tag to compare

@bryon82 bryon82 released this 03 Jun 14:14

Updated

  • Changed the release process so hopefully some linux users will no longer have issues when unzipping the release file.

Performance Improvements

  • Added an isUnderway flag in code to reduce the number of calculations being done for stat tracking when they are not needed.
  • Some data structures were being rebuilt when called, these are now cached.

v1.5.12

Choose a tag to compare

@bryon82 bryon82 released this 25 Apr 01:32

Fixed

  • Bug where fishing bonanzas and intense storms from Random Encounters were not being incremented in stats ui.
  • Font issues in stats ui.

v1.5.11

Choose a tag to compare

@bryon82 bryon82 released this 24 Apr 15:11

Fixed

  • Bug involoved with tracking underway time when docking to or leaving from Happy Bay.

v1.5.10

Choose a tag to compare

@bryon82 bryon82 released this 23 Feb 04:32

Fixed

  • UI bugs caused by changes made to reputation UI in 0.35 update
  • NRE from storm distance calculation no longer available at game start

v1.5.9

Choose a tag to compare

@bryon82 bryon82 released this 01 Oct 14:38

Fixed

  • Bug in transit times where transits were not being tracked.

v1.5.8

Choose a tag to compare

@bryon82 bryon82 released this 15 Sep 17:13

Added

  • New ports from 0.33 update to Ports Visited log.

Updated

  • Ports Visited log layout to accommodate new ports.

v1.5.7

Choose a tag to compare

@bryon82 bryon82 released this 12 Aug 17:22

Updated

  • Assets and asset loader to decrease game startup time.