Skip to content

Releases: EDDiscovery/EDDiscovery

Release 3.0.5

13 Apr 08:19
Compare
Choose a tag to compare
Release 3.0.5 Pre-release
Pre-release

Released 2016-04-13

klightspeed: 3dMaps

  • Beeing able to show multiple maps on the Y=0 plane, and being able to filter by expedition or by date.
  • Add support for map textures to 3D map
  • Order maps by order clicked
  • Add ability to filter 3DMap visited systems by date
  • Camera now centers correctly on requested system again.
  • Improves the performance of the 3D map significantly by using Vertex Buffer Objects. This along with Vsync should give smooth movement using the keyboard.
  • Reduce the amount of CPU and GPU time being used when no movement is occurring, and stops the map being updated when the map window is not active, as requested in #60. This should also fix #161.
  • Set active commander when saving netlogs

Iainross;

  • Prevent error centring 3D map on nonexistent system
  • Merge remote-tracking branch 'blessed/master'
  • Prevent error clicking on header row of wanted systems list

Finwen:

  • Added a custom toolstrip renderer. To make theming of menues and toolsstrip (still some work to do)
  • Solved some exceptions usesers reported.
  • Added a button to show all stars on 2D Map.
  • Probably solved a expeption in 3D graph some users get then using a XBox controller.

Release 3.0.4

05 Apr 08:47
Compare
Choose a tag to compare
Release 3.0.4 Pre-release
Pre-release

Iainross:

3D Map is now centred properly and references lines drawn correctly when launched from the trilateration tab if default centre is set to Home System.
Added 3D Map button to Route tab, plotted route is drawn onto the map when launched from there.
Added 'Add to trilateration' context menu to Nearest Systems grid on Travel History control.
Added context menu to Distances grid on trilateration to copy systems to wanted systems list - local wanted systems are shown in the wanted systems grid, can be added to the distances grid by clicking and are persisted between sessions.
Added context menu to Wanted Systems grid on trilateration for deletion of locally added Wanted Systems.
Corrected check that systems are known on EDSM so it works again (site has started returning [] rather than -1 for bad system names)
Systems can be added to wanted from travel history

klightspeed: 3DMap updates
This adds the option for perspective rendering as an alternative to the current orthogonal rendering.
This also maps Right-drag to Y-axis translation, and Left+Right-drag to panning on the X and Z axes.
This adds the ability to see what star is at a given position in the 3D map, and to center the map on that star.
A single-click on a star will select the star, but not set it as the center system.
Double-clicking on a star will select the star, set it as the center system, and center the map on it.
It was suggested in #160 that when the centered system is changed, the camera angle should not change. This implements this, and also slews the camera in order to reduce confusion as to where the camera moved to.
This currently uses a sinusoidal velocity curve with a fixed 1 second slew duration regardless of distance or zoom. Clicking the mouse or pressing a movement button cancels the slew.

Finwen:
Fix rare exception in GetSystemsCount function
After 3d map was opened the close button failed to exit EDDiscovery

Release 3.0.3

29 Mar 07:06
Compare
Choose a tag to compare
Release 3.0.3 Pre-release
Pre-release
Release_3.0.3

Release 3.0.3

Release 3.0.2

25 Mar 08:22
Compare
Choose a tag to compare
Release 3.0.2 Pre-release
Pre-release

More work on improving themes

Release 3.0.1

24 Mar 01:11
Compare
Choose a tag to compare
Release 3.0.1 Pre-release
Pre-release
Release_3.0.1

Release 3.0.1

Beta Release 3.0.0

23 Mar 14:05
Compare
Choose a tag to compare
Beta Release 3.0.0 Pre-release
Pre-release

First version with themes. Cmdr Robby has worked hard on bringing themes support to EDD.

Release 2.7.6

13 Mar 01:07
Compare
Choose a tag to compare

Solve a DirectoryInfo exception then path is not valid.
Get pushed systems from EDSM in a thread so UI do not need to wait for request..
Show a messagebox if another EDDiscovery is running

Release_2.7.5

11 Mar 15:55
Compare
Choose a tag to compare

2016-03-11 Version 2.7.5

Changed EDSM sync option from Full/Push only to 2 checkboxes with ToEDSM/FromEDSM
Shows Wanted systems from EDSM instead of Closestsystems for last known positions in tril tab.
Support for DW4 map in 2DMaps
Check so we only start one EDDiscovery (mwerle).
Add Help -> About Box.
Allot of improvments in Routing (Robby)
Bug fix: with duplicate entries in Trilateration View (mwerle)
Bug fix: add additional checks for NULL system (mwerle)

Lots of improvment in imageconversion from Robby Rewrite of the Image conversion to fix issues picking Problem with deleting files which have been cropped. Added more output file formats Fixed it so it renames them _1, _2 if multiples exist Can delete if you crop. Have checked it for cropping, deleting, both, all formats, BMP warning

Trilateration UI improvements (mwerle)

Allow sending distances to systems if current system has known coordinates without trilaterating (mwerle).
Automatically copy "Last System" to clipboard when control is activated (mwerle)
2016-02-19 Version 2.7.4

Release_2.7.3

17 Feb 22:19
Compare
Choose a tag to compare
Release_2.7.3 Pre-release
Pre-release
Release 2.7.3

Release 2.6.3

03 Jan 16:17
Compare
Choose a tag to compare

Bug fix: 3Dmap may crash if you have no default center point saved.