Khristian Sutherland
687a9d6986
bugfix: fleetcarrierimportheader now matches the current Spansh CSV header for fleetcarriers ( #5 )
2024-08-28 11:13:26 +03:00
4d5fe33d97
Fix indentation for changes of #3
2023-12-21 16:20:13 +03:00
Caboose
9d2d58489f
Fix loading galaxy routes ( #3 )
2023-10-24 13:02:14 +03:00
00182da130
SpanshRouter: fix missing imports, regression of 6ffe1d6190bf8f237a5e3d2c84aff9725aaaaf68 mostly
2023-01-24 02:20:01 +03:00
b62d4cb2dd
Replace usage of monitor.system with monitor.state['SystemName'] to work with latest EDMarketConnector version
2023-01-24 01:46:52 +03:00
534f9c98fa
README.md: state status of this fork
2023-01-24 01:11:37 +03:00
e3e4beb663
fix load.plugin_app to work since EDMarketConnector 5.8.0
...
Thanks to Berndulas#7599 in EDCD discord for suggested fix, I literally ctrl+c ctrl+v it
ref: https://discord.com/channels/164411426939600896/726419472772235306/1066041527853404190
2023-01-24 00:59:26 +03:00
92966570d8
Disable autoupdates system
2021-10-05 17:18:29 +03:00
6ffe1d6190
Imports optimize, some code style improvments
2021-08-02 13:26:37 +03:00
e2f008309b
Replace config's deprecated get() and getint() methods by get_str() and get_int()
...
get and getint config's methods are deprecated since EDMC 5.0.0
2021-07-01 15:26:47 +03:00
743d14212d
Introduce proper logging
...
Replace all print() and sys.stderr.write() with logger.info() and logger.warning() respectively
2021-07-01 14:22:31 +03:00
Lukáš 'Radar' Kubíček
19a85934ed
add support for Spansh galaxy plotter
2021-04-12 00:07:32 +02:00
CMDR-Kiel42
07d1e7f9d2
Merge pull request #28 from Stumpii/master
...
New feature: Import Spansh Road to Riches CSV file
2021-03-09 22:19:42 +01:00
Steve Towner
7b31b57622
Exporting flight plans for TCE now prompts for a file location rather than saving in the default location.
2021-01-24 10:05:00 -06:00
Steve Towner
60ca12742a
Added Fleet Carrier CSV with display for jumps and refuel system.
2021-01-18 20:38:57 -06:00
Steve Towner
808325ef8a
Removed temporary logging.
...
Added Road to Riches import from Spansh CSV.
Made next stop button 2 line to reduce the likelyhood of the GUI changing width.
2021-01-17 21:31:38 -06:00
Steve Towner
995c029ad8
Added export of route to TCE (Trade Computer Extension Mk.II) format.
2021-01-16 13:34:00 -06:00
Steve Towner
74f3fa3331
Updated ignore file for PyCharm editor.
2021-01-16 11:32:40 -06:00
Steve Towner
30193c93b2
Added logging per EDMC rexcommendation to help test changes.
2021-01-16 11:09:24 -06:00
Steve Towner
a8b7fbed39
Changed app name returned by plugin_start() to match the folder name suggested by EMDC to enable logging (for testing changes).
2021-01-16 11:08:23 -06:00
CMDR-Kiel42
a6ae30e8cd
Merge pull request #24 from caboose684/patch-1
...
Fix saving and loading previous route
2020-09-07 14:49:30 +02:00
caboose684
c698cf859e
Fix saving and loading previous route
...
`csv` expects to handle its own newlines. Opening a csv file without `newline=''` leads to duplicate, inconsistent line newlines in the resultant file.
`save_route` always saves the Jumps header, even when there was no data imported. On reload, `row.get` returns an empty string instead of `None`, throwing a ValueError on the first line.
2020-08-23 23:46:39 -04:00
CMDR-Kiel42
f9ab59d9a2
Skip duplicates in CSV files
...
See https://github.com/CMDR-Kiel42/EDMC_SpanshRouter/issues/17#issuecomment-671048305
2020-08-10 21:48:05 +02:00
CMDR-Kiel42
5b5e411958
Typo in changelog
v3.1.0
2020-08-10 21:05:40 +02:00
CMDR-Kiel42
0dbd0c7536
update changelog and version
2020-08-10 21:03:03 +02:00
CMDR-Kiel42
167d1b0b14
Fixed bug with uppercase system names
2020-08-10 20:58:33 +02:00
CMDR-Kiel42
40f8cbcf30
Only show lists when the entry has focus
2020-07-18 23:56:17 +02:00
CMDR-Kiel42
7e119f6c90
Don't use the placeholder color when filling the Source entry with the current system
2020-07-18 23:33:06 +02:00
CMDR-Kiel42
257b0ed66e
Prevent suggestions from showing after cancelling a plot
2020-07-18 21:53:14 +02:00
CMDR-Kiel42
face54fc95
Prevent suggestions from showing after route is plotted
2020-07-18 21:47:03 +02:00
CMDR-Kiel42
d4bd41155d
Updated changelog
v3.0.4
2020-07-13 14:36:27 +02:00
CMDR-Kiel42
720c852aa5
Fixed tabbing out of autocompleted field doesn't close the list
2020-07-13 13:17:38 +02:00
CMDR-Kiel42
98f1f67361
Fixed flickering autocompleter
2020-07-13 02:00:23 +02:00
CMDR-Kiel42
4b557fbfbc
Fixed placeholders not properly reset when focusing out
2020-07-13 01:44:08 +02:00
CMDR-Kiel42
ee74bc44f0
Moved all PlaceHolderEntry into PlaceHolder
2020-07-13 01:11:36 +02:00
CMDR-Kiel42
653bba386b
Cleanup Python2/3 compatibility
2020-07-12 17:31:44 +02:00
Kiel
dc683b510e
Version and changelog update
v3.0.3
2020-06-23 23:11:06 +02:00
Kiel
40d4393808
Allow selection in "Plot Route" with a single click
2020-06-23 12:07:17 +02:00
Kiel
2c5a4b11d5
Fixed exception on copy to clipboard when opening last route
2020-06-23 11:34:27 +02:00
Kiel
a14d00312a
Use response.text to avoid unnecessary conversion
2020-05-21 21:05:05 +02:00
Kiel
a35b348dd9
Fixed cannot update when using Python3
2020-05-21 20:56:04 +02:00
Kiel
ed57a3aa04
Changelog + version update
v3.0.2
2020-05-21 19:59:45 +02:00
Kiel
79c7f98850
Fixed an issue where the update popup would crash EDMC
2020-05-21 19:49:27 +02:00
Kiel
b866bc1752
Delete trailing newline
2020-05-10 15:22:33 +02:00
CMDR-Kiel42
f495626aad
Downgrade version
2020-05-10 14:37:53 +02:00
Kiel
34cfc3eef6
Fixed Python2 issues
v3.0.1
2020-05-09 23:25:17 +02:00
Kiel
936ce2446d
Update version + changelog
v3.0.0
2020-05-09 15:39:02 +02:00
Kiel
fdaafa8948
Fixed issue with files containing a BOM code
2020-05-09 15:25:22 +02:00
CMDR-Kiel42
934c53deb8
Merge pull request #16 from Elite-IGAU/master
...
Updated Python 2/3 Compatibility
2020-02-15 21:35:10 +01:00
0xz00n
eb38da8ea9
Merge pull request #2 from 0xz00n/master
...
It loads and shuts down cleanly in python3 now
2020-02-09 16:19:43 -06:00