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

976 Commits

Author SHA1 Message Date
Jonathan Harris
0956f229c7 Send economies and prohibited lists with commodities EDDN message 2017-09-23 12:29:25 +01:00
Jonathan Harris
6e256bed87 Sort EDDN messages 2017-09-23 12:29:25 +01:00
Jonathan Harris
d0cba6f4c4 Filter commodities on legality 2017-09-23 12:29:25 +01:00
Jonathan Harris
323b414e19 Stop sending EDDN blackmarket messages 2017-09-23 12:29:25 +01:00
Jonathan Harris
e438ba216a No longer collate average commodity prices 2017-09-13 15:40:41 +01:00
Jonathan Harris
302ce0b637 Update to the 2.4 cAPI 2017-09-13 14:16:33 +01:00
Jonathan Harris
b4a1012334 No longer need to fix up commodity names 2017-09-13 00:30:15 +01:00
Jonathan Harris
4a218a4b43 Support SearchAndRescue event 2017-09-11 00:18:09 +01:00
Jonathan Harris
0762b3d11b Support BuyDrones and SellDrones events 2017-09-10 23:58:25 +01:00
Jonathan Harris
976e044178 No longer need to suppress Update when carrying rares
FDev bug fixed in 2.4.
Fixes #92
2017-09-10 23:58:11 +01:00
Jonathan Harris
4a10e43b43 Simplify generation of ship description 2017-09-07 17:17:26 +01:00
Jonathan Harris
b8d982c6f2 Trim ship description 2017-09-05 19:18:55 +01:00
Jonathan Harris
21e8b2ffee Account for engineers' mods in calculating mass and jump range 2017-09-05 19:04:58 +01:00
Jonathan Harris
8aaf9dd84c Handle burst of messages after NavBeaconScan more gracefully 2017-09-05 16:38:03 +01:00
Jonathan Harris
2ff75b9da9 ShipID can be zero
Ref 65970de
2017-09-05 15:58:08 +01:00
Jonathan Harris
20c86f36cd Release 2.42 rel-242 2017-08-25 01:28:28 +01:00
Jonathan Harris
6ffcfc74a1 Send 2.4-style mod info to EDShipyard and Coriolis 2017-08-24 19:36:49 +01:00
Jonathan Harris
771e786eaa Update Discord badge 2017-08-24 13:24:49 +01:00
Jonathan Harris
93adfff746 Use StationServices to determine whether to retry for shipyard data 2017-08-23 19:40:18 +01:00
Jonathan Harris
2f523487dc Update translations 2017-08-23 19:32:12 +01:00
Jonathan Harris
a3406f719f Only create debug cAPI dump if "dump" directory exists 2017-08-23 13:15:28 +01:00
Jonathan Harris
4042862d15 Get Cmdr name from Journal 2017-08-21 19:56:26 +01:00
Jonathan Harris
e070570387 Support for Beta. Validate command-line output against the Journal. 2017-08-21 19:42:24 +01:00
Jonathan Harris
e314f64464 Log server lagging 2017-08-21 18:50:32 +01:00
Jonathan Harris
8e233fdeaf Release 2.41 rel-241 2017-08-19 16:03:39 +01:00
Jonathan Harris
71734d24b7 Include shutil, sqlite3 and zipfile for plugins on Windows 2017-08-19 16:03:39 +01:00
Jonathan Harris
929bd82684 Allow executable and plugins to be run from non-ASCII paths
Fixes #234
2017-08-19 16:03:39 +01:00
Jonathan Harris
66b9699b45 Drop support for exporting in Coriolis-specific format 2017-08-18 15:38:22 +01:00
Jonathan Harris
7598d5b7b7 Document accurate timestamps 2017-08-18 14:20:19 +01:00
Jonathan Harris
5c16009920 Release 2.40 rel-240 2017-08-18 12:22:23 +01:00
Jonathan Harris
50aa1dd94b Update eddb database 2017-08-18 12:22:23 +01:00
Jonathan Harris
be52601c61 Speculatively add Type-10 Defender 2017-08-18 12:22:22 +01:00
Jonathan Harris
4ed2cd92dc Add Repair Limpet Controller 2017-08-18 11:06:58 +01:00
Jonathan Harris
9869cd58e8 Handle new Journal filename in Beta 2017-08-17 17:35:58 +01:00
Jonathan Harris
a2ce9da44e Revert "Don't generate .pyc/.pyo files for plugins"
since this breaks __file__ for the plugin. Document removal of .pyc/.pyo files instead.

Reverts b8d252a.
2017-08-17 10:11:55 +01:00
Jonathan Harris
b8d252ae25 Don't generate .pyc/.pyo files for plugins 2017-08-16 19:27:40 +01:00
Jonathan Harris
85ee02a1ed Exclude some more unneeded packages 2017-08-16 19:13:20 +01:00
Jonathan Harris
b206015eef Put plugins and strings in their own folders in packaged app
Load plugins with name 'plugin_*' in order to not pollute the global namespace.

Addresses #230
2017-08-16 14:36:12 +01:00
Jonathan Harris
5e5ac2db31 Log plugin's load path
Fixes #232
2017-08-16 14:06:16 +01:00
Jonathan Harris
68f0d10967 Synthesise default paintjob name to send to EDSM 2017-08-16 08:36:35 +01:00
Jonathan Harris
374db8ae23 Check time-of-day in locale-independent way 2017-08-16 00:33:10 +01:00
Jonathan Harris
e86d915b04 Don't nuke plugin last_error state 2017-08-15 23:47:12 +01:00
Jonathan Harris
2038d2b2cc Fix typo 2017-08-15 09:12:59 +01:00
Jonathan Harris
0555f628ab Tidy 2017-08-14 22:59:52 +01:00
Jonathan Harris
e309bc9dec Fix plug.show_error() displayed message 2017-08-14 16:05:32 +01:00
Jonathan Harris
965c6c9afb Communicate with EDSM asynchronously 2017-08-14 16:04:33 +01:00
Jonathan Harris
8bc117ff32 Allow plugins to show error in status area asynchronously 2017-08-13 18:34:23 +01:00
Jonathan Harris
91ee6f3722 Notify plugins on program closing 2017-08-13 18:34:23 +01:00
Jonathan Harris
c8ff0a9701 Continue to call plugin callbacks if earlier one fails 2017-08-13 15:21:02 +01:00
Jonathan Harris
ff54bd56fd Send cargo to EDSM 2017-08-10 18:25:41 +01:00