Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Releases: Uriei/EDPlanetBearing

EDPlanetBearing v1.2

19 Apr 12:14
Compare
Choose a tag to compare
  • Added command line arguments, now you can automatically start the app with a predefined set of coordinates, perfect for automation with VoiceAttack or whatever, usage is:
    <path to app>.exe +lat <Latitude> +long <Longitude>

  • Added autofocus into the game window after pressing the Enter Key in the Coordinates textbox and also if you use command line arguments to set the coordinates, reducing the time you spend outside the game and the number of clicks you need.

EDPlanetBearing v1.1.2

05 Apr 10:10
Compare
Choose a tag to compare
  • Fixed a calculation issue in case that EDSM couldn't answer or didn't have the data about the planet.

EDPlanetBearing v1.1.1

05 Apr 10:01
Compare
Choose a tag to compare
Pre-release
  • Fixed a file detection problem that prevented distances from being shown sometimes.

EDPlanetBearing v1.1

04 Apr 22:08
Compare
Choose a tag to compare

I didn't have any plans to keep adding features to this app, but suddenly I had the (IHMO) fantastic idea of adding an estimated distance to destination indicator, and after hard maths, and derping a lot, I managed to do it, it basically pulls some info from EDSM if necessary to do the calculations, just the planet radius, and it shouldn't pull again unless you travel to another planet, if the distance doesn't show, it's because EDSM doesn't know its radius.

Final Release

03 Apr 13:26
Compare
Choose a tag to compare

Added an icon and tooltips in this version, for now I don't have plans to further develop this app, just bugfixes if they occur.

Less wonky window drag

02 Apr 10:22
Compare
Choose a tag to compare
Pre-release

Polished the drag window code a bit so the cursor doesn't stick to the top-left corner of the app.

Fixed Direction Arrows

02 Apr 09:37
Compare
Choose a tag to compare
Pre-release

Changed the math of the arrows and now they should work perfectly.

Now they should show as:
1 arrow (>) in between 2º and 30º
2 arrows (>>) in between 30º and 90º
3 arrows (>>>) for larger than 90º

Fixed window position

01 Apr 22:43
Compare
Choose a tag to compare
Fixed window position Pre-release
Pre-release

Fixed that when the app updated the coordinates it would go back to the top of the screen, now it should stay where you put it.

Added ability to move the app window.

01 Apr 22:07
Compare
Choose a tag to compare
Pre-release

Now you can click in the window and drag it to move it.

Polished status detection

01 Apr 12:43
Compare
Choose a tag to compare
Pre-release

Now it checks for the Status.json flags to know if the coordinates are relevant or not.

It will automatically resize itself if the ship is landed, docked, or not in the vicinity of a planet as coordinates will be unknown yet.