1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-15 16:50:34 +03:00

78 Commits

Author SHA1 Message Date
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
Jonathan Harris
a67eb982d8 Multi-account support
Fixes #121
2017-01-22 20:16:32 +00:00
Jonathan Harris
c3df78c2c1 Display Private Group in main window
Fixes #166
2016-12-08 20:20:21 +00:00
Jonathan Harris
4395386ffb Fixes for starting game in SRV or fighter 2016-12-04 18:04:35 +00:00
Jonathan Harris
090a55f8de Add "BodyName" property to Docked event
For planetary stations (if known)
2016-11-12 12:43:59 +00:00
Jonathan Harris
5a9d0730d8 Clean up monitor threads on shutdown
Fixes #136
2016-11-06 12:32:12 +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
68f60f4eec Send ship and paintjob info to EDSM 2016-10-28 11:56:36 +01:00
Jonathan Harris
4a1770f165 Send fewer events to EDSM 2016-10-28 11:56:35 +01:00
Jonathan Harris
7a91b1234d Tidy EDSM handling code 2016-10-28 00:25:47 +01:00
AnthorNet
d1f271b3ae Add shipid to ShipyardSwap Event 2016-10-26 15:05:40 +02:00
AnthorNet
31af8be048 Add shipId / Credits from LoadGame event 2016-10-26 14:05:11 +02:00
Jonathan Harris
5a54c3126b Send Cmdr ranks to EDSM 2016-10-22 18:36:01 +01:00
Jonathan Harris
e805f94573 Don't send any messages while in CQC 2016-09-23 00:16:37 +01:00
Jonathan Harris
e8e1401995 Increase journal monitor frequency 2016-09-22 23:51:55 +01:00
Jonathan Harris
3ece764486 Remember system coordinates on undocking 2016-09-22 17:48:29 +01:00
Jonathan Harris
b21e181ab1 Display current location on startup 2016-09-16 17:47:53 +01:00
Jonathan Harris
7f2cf3a286 Rationalise startup sequence 2016-09-16 17:47:53 +01:00
Jonathan Harris
91b5d0a6ea Point to journal location in SavedGames folder 2016-09-16 17:47:53 +01:00
Jonathan Harris
4583f0e316 Monitor the journal file and send events to EDDN
Sends 'FSDJump', 'Docked' and 'Scan' events in draft
http://schemas.elite-markets.net/eddn/journal/1 format.
2016-09-16 17:47:53 +01:00
Jonathan Harris
0ec2a532a0 Remove code to enable VerboseLogging again
No longer required with Journal
2016-09-16 17:47:53 +01:00
Jonathan Harris
3bfa67663a Fall back to polling if watchdog thread dies 2016-09-06 16:17:01 +01:00
Jonathan Harris
5e90f040cc Give error when Companion server lagging 2016-09-02 16:05:20 +01:00