Releases: Uriei/EDPlanetBearing
EDPlanetBearing v1.2
-
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
- Fixed a calculation issue in case that EDSM couldn't answer or didn't have the data about the planet.
EDPlanetBearing v1.1.1
- Fixed a file detection problem that prevented distances from being shown sometimes.
EDPlanetBearing v1.1
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
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
Polished the drag window code a bit so the cursor doesn't stick to the top-left corner of the app.
Fixed Direction Arrows
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
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.
Now you can click in the window and drag it to move it.
Polished status detection
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.