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

949 Commits

Author SHA1 Message Date
Jonathan Harris
be8d820c94 Document lack of PS4 and Xbox support
Addresses #320
2018-05-12 17:08:43 +01:00
Jonathan Harris
edee5a3cc5 Release 3.05 rel-305 2018-05-02 13:55:34 +01:00
Jonathan Harris
b73f68b258 Parse cAPI header's date in locale-independent manner
Fixes #315
2018-05-02 13:54:12 +01:00
Jonathan Harris
0ee5b72ac6 Fix timestamp format
Fixes #321
2018-04-29 20:04:02 +01:00
Jonathan Harris
3caf07d3ce Remove timestamps issue from troubleshooting guide
Should have been committed with 6c254f4
2018-04-28 14:55:13 +01:00
Jonathan Harris
dc0e3a64b8 Release 3.04 rel-304 2018-04-27 00:53:50 +01:00
Jonathan Harris
fa3cf23c09 Load any plugins that are also packages first
Addresses #313
2018-04-26 18:53:29 +01:00
Jonathan Harris
6c254f4bcd Get timestamp for cAPI-derived data from cAPI server
Fixes #318
2018-04-25 00:43:32 +01:00
Jonathan Harris
4d46bb5af5 Fix command-line ship locations output 2018-04-16 02:31:33 +01:00
Jonathan Harris
f203b8bc7e Export ship loadout to Coriolis in Journal Loadout format 2018-04-16 01:21:55 +01:00
Jonathan Harris
6dac1e33eb Release 3.03 rel-303 2018-04-07 09:58:05 +01:00
Jonathan Harris
9ed8a9200c Fix plugin widgets' layout
Fixes #311
2018-04-07 09:57:45 +01:00
Jonathan Harris
04f68b535f Fix stats display
Fixes #312
2018-04-07 09:57:34 +01:00
Jonathan Harris
a0e5bcd5c6 Release 3.02 rel-302 2018-04-05 00:27:39 +01:00
Jonathan Harris
228b6ee38d Fix packaging of new plugins 2018-04-05 00:25:46 +01:00
Jonathan Harris
517e09c642 Release 3.02 rel-302-0 2018-04-04 22:51:13 +01:00
Jonathan Harris
c874311349 Update tranlsations 2018-04-04 22:51:04 +01:00
Jonathan Harris
d62dae3f98 Link to stations tab if undocked 2018-04-04 19:43:45 +01:00
Jonathan Harris
3a3827f168 Make system and station links unclickable if URL not available 2018-04-04 19:34:35 +01:00
Jonathan Harris
6887a225bb Add bubble and Colonia systems to eddb database 2018-04-04 13:52:51 +01:00
Jonathan Harris
fdf4a546f8 Update links 2018-04-04 13:52:06 +01:00
Jonathan Harris
7bdf0bf9c8 Fix for setting system and station urls 2018-04-03 15:09:04 +01:00
Jonathan Harris
37ec61a28d Fix for setting Coriolis link on cAPI Update 2018-04-03 14:41:27 +01:00
Jonathan Harris
0eaa61bdd9 Make system and station info websites configurable 2018-04-03 01:03:07 +01:00
Jonathan Harris
014a04de16 Only keep populated systems in eddb database 2018-04-02 23:15:57 +01:00
Jonathan Harris
c8f25730ae Add functions to enumerate and invoke a function on a named plugin 2018-04-02 23:01:47 +01:00
Jonathan Harris
55d80c8299 Workaround for https://bugs.python.org/issue25684 2018-04-02 22:55:53 +01:00
Jonathan Harris
f42d5d7af6 plugin_app() can return None
so it can be used as a callback after the main window and all other plugins are initialised.
2018-04-02 13:03:39 +01:00
Jonathan Harris
b45d745ff1 Don't display 'Solo' mode in main window
For streamers.
2018-04-02 12:15:15 +01:00
Jonathan Harris
e342e9d17d Wait for ApproachBody event before setting planetary body
So in effect planetary body is only set for landable planets.
2018-04-02 00:02:39 +01:00
Jonathan Harris
b102b8c5b8 Sanitise ship loadout file names
Fixes #303
2018-03-18 11:48:04 +00:00
Jonathan Harris
a442b216c1 Document installing to a different drive on Windows 2018-03-14 10:54:47 +00:00
Jonathan Harris
209976de8f Release 3.01 rel-301 2018-03-11 23:01:54 +00:00
Jonathan Harris
b4aba746cd Update eddb database 2018-03-11 22:51:37 +00:00
Jonathan Harris
781d9a17ef Prevent duplicate preferences or verification dialogs 2018-03-11 22:51:09 +00:00
Jonathan Harris
25d9602550 Send credits and statistics at game start only
otherwise might be out of date.
Statistics event may arrive before or after Docked event.
2018-03-11 22:49:52 +00:00
Jonathan Harris
6237066af6 Don't wait for Journal thread on exit
since can cause deadlock.
Fixes #295
2018-03-11 19:55:49 +00:00
Jonathan Harris
2900ea80a3 Strip *_Localised subkeys from EDDN messages 2018-03-11 17:53:30 +00:00
Jonathan Harris
b3f6751a5b Handle empty shipyard at stations under repair
Fixes #296
2018-03-09 14:51:00 +00:00
Jonathan Harris
78dd0c5318 Fix for MissionCompleted MaterialRewards
Fixes #298
2018-03-09 14:38:34 +00:00
Jonathan Harris
239c7872f5 Strip "Wanted" field from EDDN messages 2018-03-09 14:19:35 +00:00
Jonathan Harris
a157478f03 Ignore Loadout events for SRV and SLF 2018-03-08 18:35:53 +00:00
Jonathan Harris
055d59c3d6 Don't handle CargoDepot event
Can't track Wing mission cargo accurately so ignore.
This reverts commit 73d7e7a41be0888ea8154c04c7b6386d8eb6f86f.
2018-03-08 10:54:51 +00:00
Jonathan Harris
c8f6eff6a3 Fix for addCommanderShip on ShipyardNew event 2018-03-05 23:47:24 +00:00
Jonathan Harris
b8c2430c53 Include numeric FDevIDs in command-line output 2018-03-05 23:36:38 +00:00
Jonathan Harris
26415df492 Update TechnologyBroker handling for E:D 3.02 2018-03-05 10:22:54 +00:00
Jonathan Harris
daf53de57d Avoid spurious errors in debug log when polling 2018-03-04 18:14:01 +00:00
Jonathan Harris
fdd770fe64 Don't attempt to set user's ship if in Fighter or SRV 2018-03-04 18:01:19 +00:00
Jonathan Harris
e2d79b9191 Batch up Scan events following NavBeaconScan 2018-03-04 02:38:57 +00:00
Jonathan Harris
47e92cf881 Switch "Ship loadout" output format to Loadout event 2018-03-03 04:18:59 +00:00