Skip to content

Releases: alexzk1/edmcoverlay_for_linux

Fix flickering

21 Jul 14:51
Compare
Choose a tag to compare

Skip rendering of the text on overlay if nothing changed visually. This removes flickering and lowers pressure on GPU.

Full Changelog: 1.4.1...v1.3.1

Minor C++ fixes.

09 Jun 09:55
Compare
Choose a tag to compare

Fixing errors which could be seen only in the system log.

Full Changelog: 1.4.0...1.4.1

Add fast temporary overlay off

02 Jun 16:38
Compare
Choose a tag to compare

Added ability to switch overlay on/off from the main EDMC window by the single click. It is usable for screenshots.
Revised how stopping of the binary is handled and it should be more responsive to update texts.

Full Changelog: 1.3.1...1.4.0

Fix for BioScan plugin (wrong symbol drawn).

19 May 16:10
Compare
Choose a tag to compare

Replaces 1 Unicode "non breaking" space by another. Original was not drawn properly.

Full Changelog: v1.3.0...1.3.1

v1.3.0

12 May 15:45
Compare
Choose a tag to compare

New feature added (configurable): overlay can be hidden if Elite Dangerous is not on top (lost focus / alt-tab'ed).
Full Changelog: v1.2.1...v1.3.0

v1.2.1

21 Apr 19:13
Compare
Choose a tag to compare

Fixed crash on settings loading if any EDMC's plugin was uninstalled.
Full Changelog: v1.2.0...v1.2.1

Configurable fonts's sizes per plugin.

20 Apr 20:53
807e429
Compare
Choose a tag to compare

Added ability to configure font's size per installed plugin.

What's Changed

Full Changelog: v1.1.0...v1.2.0

Configurable fonts's sizes.

15 Apr 19:24
f3722ee
Compare
Choose a tag to compare

Now, font's sizes can be set from EDMC's "settings".

More cosmetic updates to the code.

14 Apr 10:00
33b87ee
Compare
Choose a tag to compare

Only code cosmetics here. Functions are all the same yet.

What's Changed

Full Changelog: v1.0.1...v1.0.2

All the same but code is organized different.

13 Apr 21:01
df6c558
Compare
Choose a tag to compare

All the same of what can it do, but code is organized different. Added script to compile it.