Skip to content

Releases: DarthPointer/VirtualAttackTable

0.4.1

03 Jan 14:18
Compare
Choose a tag to compare

Fixed:

  • Setting absolute height and length from ship image did not set corresponding comboboxes to arbitrary state.

Known issue:

  • Browser may report some "internal issues" when setting the absolute height or length from ship image. However, the values are set correctly and the app continues to function normally. If you encounter this, please report the exact actions you have performed to cause it.

0.4.0: Merge pull request #4 from DarthPointer/HeadingParameters

06 Oct 17:10
0ba29cc
Compare
Choose a tag to compare

New

  • Target Heading and Boat Heading columns.
  • New AoB definition to calculate by the headings and Bearing. When active, the AoB quarter will be set and fixed to correspond with the calculated AoB side (port/stb).
  • Added Save to Arbitrary fake definition option for attack table cells. It only is present for cells with at least 2 definitions with one of them being arbitrary.
  • This button writes current parameter value to the arbitrary definition and switches the definition selection to it.

Other Changes

  • Improved icos for collapsed table column headers (arrows for Range, Speed, torpedo sign for Lead Angle).

Save Compatibility

  • 0.4.0 is fully compatible with 0.3.0. The headings parameters missing in the 0.3.0 saves will be loaded to this version in their "default" state (arbitrary, value = 0).

0.3.0: Merge pull request #2 from DarthPointer/SavingState

03 Oct 12:13
b95d47a
Compare
Choose a tag to compare

New

  • Added a vertical button bar to Attack Table tab with upload and download buttons.
  • Download button saves the session state .json file.
  • Upload button opens a load file dialog and accepts drag'n'drop to start a new session with data from the passed file.

0.2.0

30 Sep 12:40
Compare
Choose a tag to compare

New

  • Clicking attack table column headers now collapses (narrows down) the columns. This is introduced to facilitate adding new columns and leave them enough free width.

0.1.1

26 Aug 21:37
Compare
Choose a tag to compare

Fixes

  • Fixed InvalidCastException when trying to open observation dimensions dialog.
  • Fixed observation dimensions dialog buttons not switching absolute dimension parameters to arbitrary definitions.

0.1.0

26 Aug 17:56
95b88e0
Compare
Choose a tag to compare

New

  • Highlight dependency parameters when hovering over a parameter cell or over a parameter definition option.

Other Changes

  • Replaced comboboxes with a custom implementation. They look different and do not close when losing focus. Their look and behavior are subject to potential further improvements.

0.0.1

23 Aug 15:17
Compare
Choose a tag to compare
  • Definition description tweaks.

First release

23 Aug 11:54
Compare
Choose a tag to compare
Reset dimension selection buttons when ship image crosshair is moved

Dimension selection buttons of dimensions from ship image dialog should now reset whenever the crosshair is moved to reflect that the new value is not forwarded to table entry automatically.