1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

39 Commits

Author SHA1 Message Date
Jonathan Harris
7c6eb78ead Lookup EDSM system status on startup 2016-11-09 01:14:57 +00:00
Jonathan Harris
021fc43345 Send paintjob to EDSM on update if not already set 2016-11-03 01:54:37 +00:00
Jonathan Harris
a576d0342f Use a requests session to talk to EDSM 2016-10-29 01:55:33 +01:00
Jonathan Harris
68f60f4eec Send ship and paintjob info to EDSM 2016-10-28 11:56:36 +01:00
Jonathan Harris
e8d93979f0 Send ship id to EDSM on sale 2016-10-28 11:56:36 +01:00
Jonathan Harris
7a91b1234d Tidy EDSM handling code 2016-10-28 00:25:47 +01:00
AnthorNet
65ecd7c261 Add shipid method 2016-10-26 14:58:35 +02:00
AnthorNet
43ba88fe8c Add setcredits method 2016-10-26 14:08:37 +02:00
Jonathan Harris
5a54c3126b Send Cmdr ranks to EDSM 2016-10-22 18:36:01 +01:00
Jonathan Harris
158058b3a4 Requires Python >= 2.7.9 & OSX >= 10.10 2016-08-24 19:42:12 +01:00
Jonathan Harris
d8c82955a3 Fix for connecting to Cloudflare CDN on OSX 2016-08-24 14:03:49 +01:00
Jonathan Harris
7bfa188e90 Make EDSM error badge visible on dark theme 2016-08-23 00:44:43 +01:00
Jonathan Harris
93300566e6 Make at most one call to EDSM per system 2016-08-22 18:19:32 +01:00
Jonathan Harris
a30d85990b Remove support for edproxy and for flight log file
Flight log to file is redundant and little-used. Suitable replacements
are EDSM integration and/or other apps such as Captain's Log.

edproxy since v2.1 supports sending flight log directly to EDSM, and
integration has no other purpose.
2016-07-25 20:11:49 +01:00
Jonathan Harris
ee8f4d8568
Access EDSM over SSL 2016-06-04 04:39:44 +01:00
Jonathan Harris
c5e50240b0
Get system coordinates from 1.6/2.1 netlog 2016-06-04 02:42:57 +01:00
Jonathan Harris
d77f16ec16 Tidy 2016-03-03 14:41:54 +00:00
Mat
e510498051 Fix crash when system isn't already known to EDSM
EDSM api is now returning "[]" instead of "-1" when the system name
doesn't exist in its database. Fixes "Can't connect to EDSM" errors when
jumping to a new system.
2016-03-03 13:30:14 +00:00
Jonathan Harris
83a913b113 UTF8-encode EDSM Cmdr name.
Fixes #88.
2016-02-06 14:44:30 +00:00
Jonathan Harris
bcac7e30d8 Don't send 'Destination' training system to EDSM 2016-01-31 12:51:27 +00:00
Jonathan Harris
49cc2e1f2a Don't send the Training system to EDSM.
Fixes #81.
2016-01-19 20:06:18 +00:00
Jonathan Harris
a3d2ddf6b0 Open system page after flight log has been sent.
Avoids potential race condition of opening the system page for a new
system before EDSM has created it.
2016-01-05 02:26:15 +00:00
James Tandy
19aa5dc9f8 Update edsm.py 2016-01-03 03:29:42 +00:00
James Tandy
f5913eefba Allow auto open of EDSM when finding an uncharted system 2016-01-03 02:24:48 +00:00
Jonathan Harris
f239aeca0d Include software name and version in EDSM lookups. 2015-12-22 15:31:05 +00:00
Jonathan Harris
75cf0d6c16 Don't lookup system in EDSM unless the option to send flight log is selected.
Use EDSM's show-system URL.
2015-12-22 15:06:36 +00:00
Jonathan Harris
6088a6456e Include software name and version in ESDM data. 2015-12-18 05:20:31 +00:00
Jonathan Harris
1868caab99 Show system co-ordinates indication despite not being able to connect to EDSM for logging. 2015-12-01 15:04:38 +00:00
Jonathan Harris
37651aa6e4 Use red circle instead of orange for unknown co-ordinates indication. 2015-11-23 18:10:03 +00:00
Jonathan Harris
b0c88b59c7 Fix hang when using auto flight log on Windows.
Fixes #38
2015-11-08 17:47:23 +00:00
Jonathan Harris
de1b790d44 Automatically make a log entry on entering a system. 2015-11-01 14:14:23 +00:00
AnthorNet
eb43758525 FIX: Error: Can't connect to EDSM 2015-10-19 07:58:05 +02:00
Jonathan Harris
60caf24c8d Add support for sending flight log to EDSM. Export existing flight log to EDSM the first time this is enabled. 2015-10-15 17:02:52 +01:00
Jonathan Harris
7709ec5816 Cache EDSM URLs of systems with known coordinates. 2015-09-17 19:31:34 +01:00
Jonathan Harris
ef75242291 Skip EDSM coordinates lookup for populated systems. 2015-09-14 15:58:14 +01:00
Jonathan Harris
914c2def96 Replace EDSM error '?' with BBC Mode 5. 2015-09-13 16:48:07 +01:00
Jonathan Harris
75bc9bb3d3 Missing bracket 2015-09-07 01:25:29 +01:00
Jonathan Harris
7cfbe214bb Show systems new to EDSM with a star. 2015-09-06 12:54:40 +01:00
Jonathan Harris
cf842d31d9 Show system's EDSM status and automatically create entries for systems not found in EDSM. 2015-09-06 03:08:58 +01:00