1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-07-14 15:41:09 +03:00

EDMCJumpSpeed - Now fully updated for Python 3.7

Athanasius 2020-07-12 13:36:48 +01:00
parent 3d033de21c
commit d55897786f

@ -25,6 +25,7 @@ Available plugins - Confirmed working under Python 3.7
* [edmc-chatviewer](https://github.com/WaferMouse/edmc-chatviewer/wiki) - A plugin for viewing the in-game chat. *NB: Latest release is still Python 2.7, but the [master branch code](https://github.com/WaferMouse/edmc-chatviewer/tree/master) has been updated with support.* * [edmc-chatviewer](https://github.com/WaferMouse/edmc-chatviewer/wiki) - A plugin for viewing the in-game chat. *NB: Latest release is still Python 2.7, but the [master branch code](https://github.com/WaferMouse/edmc-chatviewer/tree/master) has been updated with support.*
* [EDMC CLog](https://github.com/seldonlabs/edmc_clog) - Show if a commander was reported as a combat logger. *NB: Latest code works **only with EDMC versions greater than 3.46**, i.e. only Python 3.7 supported.* You could check out the [prior commit](https://github.com/seldonlabs/edmc_clog/commits/v0.2.0) if you want to try it under EDMC 3.46. * [EDMC CLog](https://github.com/seldonlabs/edmc_clog) - Show if a commander was reported as a combat logger. *NB: Latest code works **only with EDMC versions greater than 3.46**, i.e. only Python 3.7 supported.* You could check out the [prior commit](https://github.com/seldonlabs/edmc_clog/commits/v0.2.0) if you want to try it under EDMC 3.46.
* [EDMC Discord Presence](https://github.com/SayakMukhopadhyay/EDMC-Discord-Presence) - Show your current location to your friends on [Discord](https://discordapp.com/) from your user profile. * [EDMC Discord Presence](https://github.com/SayakMukhopadhyay/EDMC-Discord-Presence) - Show your current location to your friends on [Discord](https://discordapp.com/) from your user profile.
* [EDMCJumpSpeed](https://github.com/inorton/EDMCJumpSpeed) - Shows trip distance and speed.
* [EDMC-Screenshot](https://github.com/NoFoolLikeOne/EDMC-Screenshot) - Automatically renames screenshots with System and Body name, and converts them to PNG format. * [EDMC-Screenshot](https://github.com/NoFoolLikeOne/EDMC-Screenshot) - Automatically renames screenshots with System and Body name, and converts them to PNG format.
* [EDMC_SpanshRouter](https://github.com/CMDR-Kiel42/EDMC_SpanshRouter) - Automatically copies to your clipboard the next waypoint on a route you planned using [Spansh](https://www.spansh.co.uk/plotter) Neutron Plotter. * [EDMC_SpanshRouter](https://github.com/CMDR-Kiel42/EDMC_SpanshRouter) - Automatically copies to your clipboard the next waypoint on a route you planned using [Spansh](https://www.spansh.co.uk/plotter) Neutron Plotter.
* [ED Recon](https://github.com/lekeno/edr) - Warn about dangerous commanders and help bounty or powerplay hunters to chase them. * [ED Recon](https://github.com/lekeno/edr) - Warn about dangerous commanders and help bounty or powerplay hunters to chase them.
@ -39,7 +40,6 @@ Available plugins - Confirmed working under Python 3.7
Available plugins - Confirmed NOT working under Python 3.7 Available plugins - Confirmed NOT working under Python 3.7
-------- --------
* [CGThresholds](https://github.com/pprovart/CGThresholds) - Transmits anonymous data to [CGThresholdCalculator](https://sites.google.com/site/cgtthreshcalc) to calculate the Boundary for Reward Tiers. [Issue](https://github.com/pprovart/CGThresholds/issues/1) * [CGThresholds](https://github.com/pprovart/CGThresholds) - Transmits anonymous data to [CGThresholdCalculator](https://sites.google.com/site/cgtthreshcalc) to calculate the Boundary for Reward Tiers. [Issue](https://github.com/pprovart/CGThresholds/issues/1)
* [EDMCJumpSpeed](https://github.com/inorton/EDMCJumpSpeed) - Shows trip distance and speed. (Partially updated, but at least missing is_beta parameter on journal_entry(), [ticket opened](https://github.com/inorton/EDMCJumpSpeed/issues/4)).
* [edstats](https://github.com/strideynet/edstats-edmc-plugin/wiki) - A plugin that transmits data to [EDStats](https://edstats.isadankme.me/). [Issue](https://github.com/strideynet/edstats-edmc-plugin/issues/3) * [edstats](https://github.com/strideynet/edstats-edmc-plugin/wiki) - A plugin that transmits data to [EDStats](https://edstats.isadankme.me/). [Issue](https://github.com/strideynet/edstats-edmc-plugin/issues/3)
* [Hostile Interaction Tracking System](https://github.com/inorton/EDMCHits) - Gives risk assessments for ship safety upon jumping into a star system. [Issue](https://github.com/inorton/EDMCHits/issues/21) * [Hostile Interaction Tracking System](https://github.com/inorton/EDMCHits) - Gives risk assessments for ship safety upon jumping into a star system. [Issue](https://github.com/inorton/EDMCHits/issues/21)