Skip to content

Releases: FalcoGer/CoordinateConverter

Bug fix v0.5.11

30 Sep 22:08
Compare
Choose a tag to compare
  • Fixes null dereference exception when opening unit importer without DCS connection
  • Fixes aircraft selection is enabled on startup, even though auto is enabled by default
  • Fixes aircraft tools are clickable even with that aircraft not being selected

0.5.10

30 Sep 20:28
Compare
Choose a tag to compare
  • Replaces message boxes with custom message box.
    • The custom message boxes will appear in the center of the main window and will always be on top

This fixes that a pop up message is hidden behind DCS while coordinate converter is sitting on a second monitor, being unresponsive to clicks due to the message being open.

Bug fix v0.5.9

30 Sep 19:47
Compare
Choose a tag to compare
  • Fixes null dereference exception when trying to send points to DCS without connection to DCS

Bug fix v0.5.8

26 Sep 02:23
Compare
Choose a tag to compare
  • Changes AH64 Point deleter to select TG by default
  • Fixes FormAskBinaryQuestion (Pilot/CPG, Use MGRS, Want to update) not appearing in center of parent
  • Makes FormAskBinaryQuestion always be on top
  • Fixes incorrect sorting of numeric values in unit importer
  • FormUnitImporter now uses a datatable as the backend, making it a lot faster
  • Changes to use AddRange to add points to points list, makes data grid faster

Bug fix v0.5.7

22 Sep 02:28
Compare
Choose a tag to compare
  • Fix null de-reference when input invalid in multi point editing

Bug fix v0.5.6

21 Sep 17:53
Compare
Choose a tag to compare
  • Fixes point IDs not resetting after deleting points from the list causing duplicate point IDs and a possible exception in the unit importer

Bug fix v0.5.5

21 Sep 01:06
Compare
Choose a tag to compare
  • Fixes AH64 point deleter max point number being wrong for CMs (was 100, is actually 99)
  • Fixes AH64 entering points with underscore in free text causes exception

0.5.4

20 Sep 21:11
Compare
Choose a tag to compare
  • Adds precision options for L/L decimal seconds and L/L decimal minutes
  • Moves MGRS precision next to MGRS output to save space

Bug fix

19 Sep 22:23
Compare
Choose a tag to compare
  • Fixes pressing enter not actually putting the point up for edit
  • Fixes editing now properly deselects all rows

Bug fix

19 Sep 22:08
Compare
Choose a tag to compare
  • Fixes point name getting copied when editing one point and then switching to edit another
  • Fixes point data getting copied to all points when editing multiple, now only changes the data when changing it in the input fields