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

100 Commits

Author SHA1 Message Date
Jonathan Harris
04f68b535f Fix stats display
Fixes #312
2018-04-07 09:57:34 +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
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
78dd0c5318 Fix for MissionCompleted MaterialRewards
Fixes #298
2018-03-09 14:38:34 +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
26415df492 Update TechnologyBroker handling for E:D 3.02 2018-03-05 10:22:54 +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
47e92cf881 Switch "Ship loadout" output format to Loadout event 2018-03-03 04:18:59 +00:00
Jonathan Harris
73d7e7a41b Handle CargoDepot event
from E:D >= 3.01
2018-03-03 00:37:11 +00:00
Jonathan Harris
def5314f17 Handle MaterialTrade, TechnologyBroker and MissionCompleted events
MissionCompleted:MaterialsReward only supported from E:D 3.01.
2018-03-01 19:24:02 +00:00
Jonathan Harris
94e9ff64cc Add SystemAddress to EDDN journal/Scan messages 2018-02-27 22:59:06 +00:00
Jonathan Harris
1de3edc452 MissionCompleted has MaterialsReward property 2018-02-18 02:41:41 +00:00
Jonathan Harris
2552c46d09 Track Reputation and Statistics 2018-02-18 02:41:40 +00:00
Jonathan Harris
88f323d36e Switch EDShipyard import to Loadout event 2018-02-18 02:38:30 +00:00
Jonathan Harris
2aadc17a9d Track ship loadout 2018-02-18 02:38:30 +00:00
Jonathan Harris
d8dd7af2e2 Adjust batching for new startup event order 2018-02-18 02:38:30 +00:00
Jonathan Harris
7b8afa4f4a Fix StartUp event
Bug introduced in 1636148
2018-01-30 23:07:14 +00:00
Jonathan Harris
1636148fe0 Include planetary body in StartUp event 2018-01-30 22:56:47 +00:00
Jonathan Harris
1bc36edbc2 Include location info with StartUp pseudo-event 2018-01-07 18:39:14 +00:00
Jonathan Harris
95f96c1c03 Send "ShutDown" event to plugins on quitting to Main Menu 2017-12-03 17:14:18 +00:00
Jonathan Harris
f65d2623ac Send ShutDown event on game close 2017-11-26 14:25:38 +00:00
Jonathan Harris
f86a3ecb69 Track online friends
Addresses #264
2017-11-20 12:55:05 +00: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
93adfff746 Use StationServices to determine whether to retry for shipyard data 2017-08-23 19:40:18 +01:00
Jonathan Harris
e314f64464 Log server lagging 2017-08-21 18:50:32 +01:00
Jonathan Harris
9869cd58e8 Handle new Journal filename in Beta 2017-08-17 17:35:58 +01:00
Jonathan Harris
68f0d10967 Synthesise default paintjob name to send to EDSM 2017-08-16 08:36:35 +01:00
Jonathan Harris
2e7ca6bd18 Send "Location" Journal events to EDDN 2017-08-08 17:54:52 +01:00
Jonathan Harris
4e61ffb92d Stop observing default journal dir if switched to remote 2017-07-29 15:36:43 +01:00
Jonathan Harris
220475c941 Add multicrew Captain and Role to state passed to plugins 2017-07-29 15:36:43 +01:00
Jonathan Harris
fe0835be10 Switch eddb integration to a plugin 2017-07-29 14:42:00 +01:00
Jonathan Harris
96327b09fc Handle EngineerContribution event 2017-06-30 19:15:50 +01:00
Jonathan Harris
1e51d2f29b Add interaction() plugin callback
Fixes #220
2017-06-18 02:32:25 +01:00
Jonathan Harris
da09b2392e Can't reliably track commodities used in missions. 2017-05-11 15:57:35 +01:00
Jonathan Harris
c90eb604e3 Try to track commodities donated/rewarded in missions 2017-05-11 00:12:44 +01:00
Jonathan Harris
584afec8ca Don't send data to EDDN or EDSM while on a crew 2017-05-03 13:35:47 +01:00
Jonathan Harris
252e0ec654 Simplify ship loadout and PaintJob handling 2017-04-28 13:19:45 +01:00
Jonathan Harris
eb2e65249f Don't send info to EDDN from training missions 2017-04-12 20:22:32 +01:00
Jonathan Harris
00a341e67c Get ship details from Loadout event, not LoadGame 2017-04-12 19:03:37 +01:00
Jonathan Harris
e297808243 Send "StartUp" event immediately if game running on same machine 2017-03-01 15:10:52 +00:00
Jonathan Harris
890c2de639 Suppress auto update if carrying Rares
Mitigates #92
2017-03-01 01:25:51 +00:00
Jonathan Harris
a16a8ac2b3 Track cargo and materials 2017-03-01 01:25:51 +00:00
Jonathan Harris
a1b163da96 Handle new ship ident, name and paintjob info from journal 2017-03-01 01:25:51 +00:00
Jonathan Harris
9c6b9e71f7 Share monitor state with plugins 2017-03-01 01:25:51 +00:00
Jonathan Harris
22de16e505 Generate StartUp monitor event on joining live game 2017-03-01 01:25:50 +00:00
Jonathan Harris
178b0b506e Ignore backups of edited Journal files 2017-01-24 23:25:15 +00:00