Releases: DarthPointer/VirtualAttackTable
Releases · DarthPointer/VirtualAttackTable
0.4.1
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
New
Target Heading
andBoat 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
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
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
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
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
- Definition description tweaks.
First release
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.