Athanasius
Athanasius
Given issues like https://github.com/EDCD/EDMarketConnector/issues/798 it might be useful to have a small utility to gather key points of information about a user's system: 1. OS version. 2. Hardware (if there's...
Due to some OS changes it's not currently possible for EDMarketConnector to get permissions to listen to all keyboard events on macOS, when using Catalina (10.5) or later. The method...
The idea here is we wouldn't need a new EDMC release in order to change what gameversions we think should set the is_beta flag. Default to is_beta is True, unless...
Ref: https://www.reddit.com/r/EliteDangerous/comments/mtyw2i/prerelease_elite_dangerous_market_connector/gv419wt/?context=3 A .desktop file informs window managers how to launch an application. Because the EDMC source could be anywhere we can't just supply a static file, we'd need to...
Ref: https://forums.frontier.co.uk/threads/elite-dangerous-market-connector-edmc.548869/post-9189160 My guess is that if playing in English the 'name' is the same as 'locName' and not symbol-based, but in any other language the 'name' suddenly is the...
I have a horrible feeling looking at this will also entail finally addressing https://github.com/EDCD/EDMarketConnector/issues/665 as well. The option to delay sending EDDN data until docked is overkill. I'd rip it...
There's almost certainly going to be a caveat of "you need your OS's version of tkinter for python installed first", but in theory we could start building and distributing a...
During the recent "use an sqlite3 database as the queue, and store the whole, wire-ready, message" changes I decided against actually making the sending threaded. But the reasons for that...
We now have a CAPI `/fleetcarrier` query implementation. This currently uses a timeout of 60s, but really we'd want to raise that as high as 30 minutes at some point,...
As we have `develop` working for both 32-bit and 64-bit now it's time to enable building 64-bit on GitHub. However, until 64-bit builds have been more widely tested we will...