EDCD / EDDI

Companion application for Elite Dangerous
Other
443 stars 81 forks source link

Other updates to player journal with Beyond, Chapter 1 #347

Closed Tkael closed 5 years ago

Tkael commented 6 years ago

This needs more sorting, but... To Do

We've got our work cut out for us...

Tkael commented 6 years ago

@OtisB (EDMC) Current format: { "timestamp":"2018-03-02T11:28:44Z", "event":"TechnologyBroker", "MarketID":128151032, "ItemsUnlocked":[ { "Name":"Hpt_PlasmaShockCannon_Fixed_Medium", "Name_Localised":"Shock Cannon" } ], "Ingredients":[ { "Name":"iondistributor", "Name_Localised":"Ion Distributor", "Count":6 }, { "Name":"vanadium", "Count":30 }, { "Name":"tungsten", "Count":30 }, { "Name":"rhenium", "Count":36 }, { "Name":"technetium", "Count":30 } ] }

Coming soon: { "timestamp":"2018-03-02T11:28:44Z", "event":"TechnologyBroker", "MarketID":128151032, "ItemsUnlocked":[ { "Name":"Hpt_PlasmaShockCannon_Fixed_Medium", "Name_Localised":"Shock Cannon" } ], "Commodities":[ { "Name":"iondistributor", "Name_Localised":"Ion Distributor", "Count":6 } ], "Materials":[ { "Name":"vanadium", "Count":30, "Category":"Raw" }, { "Name":"tungsten", "Count":30, "Category":"Raw" }, { "Name":"rhenium", "Count":36, "Category":"Raw" }, { "Name":"technetium", "Count":30, "Category":"Raw" } ] }

rodan123 commented 6 years ago

Re-evaluate the need for the Galnet monitor. With Galnet Audio, do we want to drop support for this? We can't sync "listened" items at present.

I see this is checked off, don't know what was decided. I would like to see the Galnet code stay. As a VR/VoiceAttack user I have galnet all set up so I can browse, read, delete, and mark articles all with a few voice commands. I tried the new FD method and prefer voice over pulling menus and punching buttons.

Tkael commented 6 years ago

Discussed in #338. We'll keep it around, at least for the foreseeable future.

Tkael commented 6 years ago

Player Journal 3.03 updates

Fixed the TechnologyBroker event mixing up Commodities and Materials

Server synchronised time is now used for Journal timestamps

Fixed the Status.json flag for lights when in the SRV

All economy types are now listed in cases where a station has several

More information is included about Wing Cargo Delivery missions

Fixed the ‘fuel scooping’ flag in status.json

Fixed the ‘low fuel’ flag in status.json when in an SRV